1
0
mirror of https://github.com/jdan/98.css.git synced 2025-01-17 12:48:32 +01:00

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 {
display: inline-flex;
align-items: center;
user-select: none;
}
input[type="radio"],