Skip to content

Commit faedf7d

Browse files
authored
[css-forms-1] Use border-radius: 50% instead of 100% (w3c#13227)
100% relies on the fixup rules to scale down to 50%, so maybe we should just say 50% directly since that's what we mean?
1 parent 0c1ed20 commit faedf7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-forms-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ input:is([type=checkbox]:not([switch]), [type=radio]) {
880880
}
881881
882882
input[type=radio] {
883-
border-radius: 100%;
883+
border-radius: 50%;
884884
}
885885
886886
input[type=checkbox]:not([switch]):checked::checkmark {

0 commit comments

Comments
 (0)