Skip to content

Commit

Permalink
fix(select): Update typography to match latest guidance (#2615)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Apr 20, 2018
1 parent 5aa7ec7 commit 0f18f39
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

// postcss-bem-linter: define select
.mdc-select {
@include mdc-typography-base;
@include mdc-select-container-fill-color(transparent);
@include mdc-select-dd-arrow-svg-bg_;
@include mdc-select-ink-color($mdc-select-ink-color);
Expand All @@ -44,7 +43,7 @@
display: inline-flex;
position: relative;
box-sizing: border-box;
height: 48px;
height: 52px;
background-repeat: no-repeat;
background-position: right 8px bottom 12px;
overflow: hidden;
Expand All @@ -55,7 +54,7 @@

&__native-control {
@include mdc-rtl-reflexive-property(padding, 0, $mdc-select-arrow-padding);
@include mdc-typography-base;
@include mdc-typography(subtitle1);

&::-ms-expand {
display: none;
Expand All @@ -68,7 +67,7 @@

width: 100%;
padding-top: 20px;
padding-bottom: 6px;
padding-bottom: 4px;
border: none;
border-bottom: 1px solid;
border-radius: 0;
Expand Down Expand Up @@ -113,7 +112,6 @@
}

.mdc-select__native-control {
@include mdc-typography(subtitle1);
@include mdc-rtl-reflexive-property(padding, $mdc-select-label-padding, $mdc-select-arrow-padding);

height: 56px;
Expand Down

0 comments on commit 0f18f39

Please sign in to comment.