Fix checkboxes pointer events issue

This commit is contained in:
Simounet 2023-08-28 12:35:53 +02:00
parent 6b7e9ec1df
commit 56983b01a8
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
3 changed files with 4 additions and 3 deletions

View file

@ -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;
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long