Added more visual to checkbox disabled

This commit is contained in:
Mitchell McCaffrey 2020-05-31 16:24:39 +10:00
parent a5a2c1ac77
commit 0720a3df2b

View File

@ -9,3 +9,7 @@ html {
.simplebar-scrollbar:before {
background: #fff;
}
input[type="checkbox"]:disabled ~ svg {
opacity: 0.1;
}