mirror of
https://github.com/wallabag/wallabag.git
synced 2024-10-31 22:28:54 +00:00
Fix #6873 override materializecss checkbox pointer-events disabled
This commit is contained in:
parent
cf9243151a
commit
027042cc1a
3 changed files with 6 additions and 4 deletions
|
@ -15,8 +15,10 @@ div.settings div.file-field {
|
|||
}
|
||||
}
|
||||
|
||||
.input-field label {
|
||||
pointer-events: auto !important;
|
||||
/* override materializecss pointer-event disabled on checkboxes */
|
||||
[type="checkbox"]:not(:checked),
|
||||
[type="checkbox"]:checked {
|
||||
pointer-events: initial;
|
||||
}
|
||||
|
||||
.input-field label.active {
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue