checkbox stylings
This commit is contained in:
parent
ceed55bc52
commit
bddfbb37a3
4 changed files with 40 additions and 4 deletions
|
@ -23,9 +23,11 @@
|
|||
}
|
||||
|
||||
.is-disabled,
|
||||
[disabled] {
|
||||
[disabled],
|
||||
.is-disabled ~ label,
|
||||
[disabled] ~ label {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
cursor: not-allowed !important;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue