Skip to content

Commit

Permalink
fix(text-field): Revert changes to select to move to separate PR
Browse files Browse the repository at this point in the history
  • Loading branch information
williamernest committed Apr 20, 2018
1 parent 1292482 commit e71fa81
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@

// 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(text-primary-on-light);
Expand All @@ -43,7 +44,7 @@
display: inline-flex;
position: relative;
box-sizing: border-box;
height: 52px;
height: 48px;
background-repeat: no-repeat;
background-position: right 8px bottom 12px;
overflow: hidden;
Expand All @@ -54,7 +55,7 @@

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

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

width: 100%;
padding-top: 20px;
padding-bottom: 4px;
padding-bottom: 6px;
border: none;
border-bottom: 1px solid;
border-radius: 0;
Expand Down Expand Up @@ -106,7 +107,7 @@
@include mdc-states-base-color(text-primary-on-background);
@include mdc-states-hover-opacity(mdc-states-opacity(text-primary-on-background, hover));
@include mdc-states-focus-opacity(
mdc-states-opacity(text-primary-on-background, focus),
mdc-states-opacity(text-primary-on-background, focus),
$has-nested-focusable-element: true
);

Expand All @@ -119,6 +120,7 @@
}

.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 e71fa81

Please sign in to comment.