mirror of
https://github.com/wallabag/wallabag.git
synced 2025-08-11 17:51:02 +00:00
Merge pull request #6897 from Simounet/fix/checkboxes-pointer-events-bis
Fix checkboxes pointer events issue
This commit is contained in:
commit
c0414355aa
3 changed files with 4 additions and 3 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue