We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad6d5b commit dafee0bCopy full SHA for dafee0b
1 file changed
css-forms-1/Overview.bs
@@ -886,11 +886,14 @@ input[type=radio] {
886
justify-content: center;
887
}
888
889
-input[type=checkbox]:not([switch])::checkmark,
890
-input[type=radio]::checkmark {
+input[type=checkbox]:not([switch])::checkmark {
891
content: '\2713' / '';
892
893
+input[type=radio]::checkmark {
894
+ content: '';
895
+}
896
+
897
input[type=checkbox]:not([switch], :checked)::checkmark {
898
input[type=radio]:not(:checked)::checkmark {
899
visibility: hidden;
0 commit comments