mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-12 20:02: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;
|
--box-label-gap: .5em;
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
label:has(input[type="radio"]),
|
label:has(input[type="radio"]),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user