remove obsolete code for disabled checkboxes

This commit is contained in:
Felix Hamann 2019-02-04 21:38:41 +01:00
parent 19f9bc13e3
commit 463fc36f58

View File

@ -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 {