1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-06 17:41:01 +00:00

Fix checkboxes which were broken

This commit is contained in:
Nicolas Lœuillet 2023-08-21 14:12:06 +02:00
parent 85065b509f
commit c99a733aff
No known key found for this signature in database
GPG key ID: FA576177B1EBB573
4 changed files with 78 additions and 81 deletions

View file

@ -15,6 +15,10 @@ div.settings div.file-field {
}
}
.input-field label {
pointer-events: auto !important;
}
.input-field label.active {
font-size: 1rem;
}