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 */
|
/* override materializecss pointer-event disabled on checkboxes */
|
||||||
[type="checkbox"]:not(:checked),
|
[type="checkbox"]:not(:checked),
|
||||||
[type="checkbox"]:checked {
|
[type="checkbox"]:checked,
|
||||||
|
.input-field label {
|
||||||
pointer-events: initial;
|
pointer-events: initial;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user