Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit 9fa6a97

Browse files
topherfangioThomasBurleson
authored andcommitted
fix(select): Alter dropdown icon to conform to spec.
Currently the dropdown icon used in the select is drastically larger than the spec suggests: https://material.google.com/components/text-fields.html#text-fields-single-line-text-field Alter the SCSS slightly to reduce the size and better match the spec. Closes #9290
1 parent 9d525e5 commit 9fa6a97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/select/select.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ md-input-container.md-input-has-value .md-select-value {
203203
position: relative;
204204
top: 2px;
205205
speak: none;
206-
font-size: 16px;
207-
transform: scaleY(0.6) scaleX(1);
206+
font-size: 13px;
207+
transform: scaleY(0.5) scaleX(1);
208208
}
209209

210210
&.md-select-placeholder {

0 commit comments

Comments
 (0)