Skip to content

Commit ffae720

Browse files
committed
Disabled text highlighting on <label> tags
1 parent 06002a9 commit ffae720

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

mods/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,11 @@
185185
label {
186186
display: flex;
187187
align-items: center;
188-
gap: 6px;
188+
gap: 6px;
189+
user-select: none;
190+
-webkit-user-select: none;
191+
-moz-user-select: none;
192+
-ms-user-select: none;
189193
}
190194
label img {
191195
height: 24px;

0 commit comments

Comments
 (0)