style: disable user selection on checkbox labels

This commit is contained in:
Miodec 2024-06-16 22:08:08 +02:00
parent f9e955d319
commit e1510b86ea

View file

@ -83,6 +83,7 @@ input[type="range"] {
label.checkbox {
display: flex;
gap: 0.5em;
user-select: none;
}
label.checkboxWithSub {