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

Commit 964a419

Browse files
roncapatlynnmercier
authored andcommitted
fix(select): Make CSS-only background transparent (#1499)
1 parent b12c576 commit 964a419

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/mdc-select/mdc-select.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
border: none;
4444
border-bottom: 1px solid rgba(black, .12);
4545
border-radius: 0;
46+
background-color: transparent;
4647
background-repeat: no-repeat;
4748
background-position: right center;
4849
font-family: Roboto, sans-serif;

0 commit comments

Comments
 (0)