Skip to content

Commit ef0d7da

Browse files
lukewarlownt1m
authored andcommitted
[css-forms-1] Add !important to select buttons inertness
1 parent 00763c4 commit ef0d7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-forms-1/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -810,7 +810,7 @@ select > button:first-child {
810810
display: contents;
811811

812812
/* Prevents button activation behavior so select can handle events */
813-
interactivity: inert;
813+
interactivity: inert !important;
814814
}
815815
select option {
816816
/* These min-size rules ensure accessibility by following WCAG rules:

0 commit comments

Comments
 (0)