remove obsolete code for disabled checkboxes
This commit is contained in:
parent
19f9bc13e3
commit
463fc36f58
@ -250,7 +250,6 @@ input[type="checkbox"]:checked::after {
|
||||
height: 2px;
|
||||
width: 8px;
|
||||
background-color: var(--color-font);
|
||||
transition: all .2s;
|
||||
}
|
||||
|
||||
:checked + label {
|
||||
@ -279,11 +278,6 @@ input[type="checkbox"]:checked::after {
|
||||
pointer-events: none;
|
||||
border: none;
|
||||
}
|
||||
|
||||
[disabled] + label::before,
|
||||
[disabled] + label::after {
|
||||
content: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
.radio::before {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user