mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 11:52:28 +08:00
style(next): disable text selection for check boxes and radio buttons
This commit is contained in:
parent
07dd8995b6
commit
e8f6f68987
@ -192,6 +192,7 @@ label:has(input[type="checkbox"]) {
|
||||
--box-label-gap: .5em;
|
||||
|
||||
position: relative;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
label:has(input[type="radio"]),
|
||||
|
Loading…
x
Reference in New Issue
Block a user