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

Commit

Permalink
fix(select): Remove style customization for native select > option (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar authored Nov 27, 2018
1 parent 2e2b227 commit 379c522
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/mdc-select/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -271,12 +271,6 @@
text-indent: -2px;
}

> option {
@include mdc-theme-prop(background-color, surface);

color: inherit; // Override default user agent stylesheet
}

box-sizing: border-box;
width: 100%;
height: $mdc-select-height;
Expand Down

0 comments on commit 379c522

Please sign in to comment.