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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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