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:
parent
ffa29f4cd9
commit
d5e607a73c
1 changed files with 1 additions and 0 deletions
|
|
@ -366,6 +366,7 @@ legend {
|
||||||
label {
|
label {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type="radio"],
|
input[type="radio"],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue