Skip to content

Commit 6d8cab9

Browse files
authored
[css-forms-1] Make optgroup display block (#13559)
1 parent eadb79b commit 6d8cab9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css-forms-1/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ select option:not(:checked)::checkmark {
10221022
}
10231023
10241024
select optgroup {
1025+
display: block;
10251026
/* font-weight makes optgroups visually distinct from options. */
10261027
font-weight: bolder;
10271028
}

0 commit comments

Comments
 (0)