Skip to content

Commit

Permalink
fix(select): Make CSS-only background transparent (#1499)
Browse files Browse the repository at this point in the history
  • Loading branch information
roncapat authored and lynnmercier committed Nov 16, 2017
1 parent b12c576 commit 964a419
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
border: none;
border-bottom: 1px solid rgba(black, .12);
border-radius: 0;
background-color: transparent;
background-repeat: no-repeat;
background-position: right center;
font-family: Roboto, sans-serif;
Expand Down

0 comments on commit 964a419

Please sign in to comment.