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

fix(select): Use correct shape category consistently with text-field #4553

Merged
merged 1 commit into from
Apr 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/mdc-select/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
@include mdc-select-hover-outline-color($mdc-select-outlined-hover-border);
@include mdc-select-focused-outline-color(primary);
@include mdc-floating-label-shake-animation(text-field-outlined);
@include mdc-select-outline-shape-radius(medium);
@include mdc-select-outline-shape-radius(small);
@include mdc-states-base-color(transparent);
@include mdc-select-container-fill-color(transparent);
@include mdc-notched-outline-floating-label-float-position($mdc-select-outlined-label-position-y, 0);
Expand Down
2 changes: 1 addition & 1 deletion packages/mdc-select/mdc-select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
@include mdc-select-label-color($mdc-select-label-color);
@include mdc-select-bottom-line-color($mdc-select-bottom-line-idle-color);
@include mdc-select-helper-text-color($mdc-select-helper-text-color);
@include mdc-select-shape-radius(medium);
@include mdc-select-shape-radius(small);

// Focused state colors
@include mdc-select-focused-bottom-line-color(primary);
Expand Down