forked from wallabag/wallabag
Fix checkboxes pointer events issue
This commit is contained in:
@ -17,7 +17,8 @@ div.settings div.file-field {
|
||||
|
||||
/* override materializecss pointer-event disabled on checkboxes */
|
||||
[type="checkbox"]:not(:checked),
|
||||
[type="checkbox"]:checked {
|
||||
[type="checkbox"]:checked,
|
||||
.input-field label {
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user