Merge pull request #208 from henrik2000/patch-1

Disable text selection on form labels
This commit is contained in:
Juani Garay 2024-11-27 00:03:58 -03:00 committed by GitHub
commit ec6b394eeb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"],