Skip to content

Commit

Permalink
Merge pull request #6864 from wallabag/fix-checkbox
Browse files Browse the repository at this point in the history
Fix checkboxes which were broken
  • Loading branch information
nicosomb committed Aug 21, 2023
2 parents 85065b5 + c99a733 commit 3d22442
Show file tree
Hide file tree
Showing 4 changed files with 78 additions and 81 deletions.
4 changes: 4 additions & 0 deletions app/Resources/static/themes/material/css/various.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ div.settings div.file-field {
}
}

.input-field label {
pointer-events: auto !important;
}

.input-field label.active {
font-size: 1rem;
}
Expand Down

0 comments on commit 3d22442

Please sign in to comment.