We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4d5f5b commit cf11ed5Copy full SHA for cf11ed5
1 file changed
css-forms-1/Overview.bs
@@ -894,11 +894,15 @@ input[type=radio]::checkmark {
894
content: '';
895
}
896
897
-input[type=checkbox]:not([switch], :checked)::checkmark {
+input[type=checkbox]:not([switch], :checked, :indeterminate)::checkmark {
898
input[type=radio]:not(:checked)::checkmark {
899
visibility: hidden;
900
901
902
+input[type=checkbox]:indeterminate::checkmark {
903
+ content: '\2500' / '';
904
+}
905
+
906
input[type=radio] {
907
border-radius: 50%;
908
0 commit comments