1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-01 03:20:22 +02: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

View File

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