fix for checked and disabled checkboxes
This commit is contained in:
parent
557b0e1e97
commit
8c746569f8
@ -277,6 +277,8 @@ input[type="checkbox"]:checked::after {
|
||||
[disabled] + label {
|
||||
pointer-events: none;
|
||||
border: none;
|
||||
opacity: 0.6;
|
||||
filter: grayscale(1);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user