Added more visual to checkbox disabled
This commit is contained in:
parent
a5a2c1ac77
commit
0720a3df2b
@ -9,3 +9,7 @@ html {
|
|||||||
.simplebar-scrollbar:before {
|
.simplebar-scrollbar:before {
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input[type="checkbox"]:disabled ~ svg {
|
||||||
|
opacity: 0.1;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user