We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11a6be8 commit 9053795Copy full SHA for 9053795
1 file changed
css-forms-1/Overview.bs
@@ -884,7 +884,6 @@ input[type=radio] {
884
display: inline-flex;
885
align-items: center;
886
justify-content: center;
887
- content: '';
888
}
889
890
input[type=radio] {
@@ -896,6 +895,7 @@ input[type=checkbox]:not([switch]):checked::checkmark {
896
895
897
898
input[type=radio]:checked::checkmark {
+ content: '';
899
background-color: currentColor;
900
display: inline-block;
901
border-radius: inherit;
0 commit comments