fix for checked and disabled checkboxes

This commit is contained in:
Felix Hamann 2019-02-04 22:04:10 +01:00
parent 557b0e1e97
commit 8c746569f8

View File

@ -277,6 +277,8 @@ input[type="checkbox"]:checked::after {
[disabled] + label {
pointer-events: none;
border: none;
opacity: 0.6;
filter: grayscale(1);
}
}