style(next): disable text selection for check boxes and radio buttons

This commit is contained in:
Adorian Doran 2025-01-17 01:24:34 +02:00
parent 07dd8995b6
commit e8f6f68987

View File

@ -192,6 +192,7 @@ label:has(input[type="checkbox"]) {
--box-label-gap: .5em; --box-label-gap: .5em;
position: relative; position: relative;
user-select: none;
} }
label:has(input[type="radio"]), label:has(input[type="radio"]),