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;
|
height: 2px;
|
||||||
width: 8px;
|
width: 8px;
|
||||||
background-color: var(--color-font);
|
background-color: var(--color-font);
|
||||||
transition: all .2s;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:checked + label {
|
:checked + label {
|
||||||
@ -279,11 +278,6 @@ input[type="checkbox"]:checked::after {
|
|||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[disabled] + label::before,
|
|
||||||
[disabled] + label::after {
|
|
||||||
content: none !important;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.radio::before {
|
.radio::before {
|
||||||
|
|||||||
Reference in New Issue
Block a user