1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-25 14:51:14 +02:00

Disable text selection on form labels

When double-clicking on a form label it currently gets a text selection which can be confusing. This is not the Windows 98 behaviour. Fixed with this change.
This commit is contained in:
henrik2000
2024-11-06 08:42:44 +01:00
committed by GitHub
parent ffa29f4cd9
commit d5e607a73c

View File

@@ -366,6 +366,7 @@ legend {
label {
display: inline-flex;
align-items: center;
user-select: none;
}
input[type="radio"],