Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 379c522

Browse files
authored
fix(select): Remove style customization for native select > option (#4089)
1 parent 2e2b227 commit 379c522

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

packages/mdc-select/_mixins.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -271,12 +271,6 @@
271271
text-indent: -2px;
272272
}
273273

274-
> option {
275-
@include mdc-theme-prop(background-color, surface);
276-
277-
color: inherit; // Override default user agent stylesheet
278-
}
279-
280274
box-sizing: border-box;
281275
width: 100%;
282276
height: $mdc-select-height;

0 commit comments

Comments
 (0)