Skip to content

Commit

Permalink
fix(select): remove unnecessary bottom line focus selector
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 327598506
  • Loading branch information
allan-chen authored and copybara-github committed Aug 20, 2020
1 parent ff88df6 commit 32fb314
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/mdc-select/_select-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -254,12 +254,10 @@ $error-color: error !default;
);
}

@include _if-focused {
@include _focused-line-ripple-color(
state.get-focus-state($color-or-map),
$query: $query
);
}
@include _focused-line-ripple-color(
state.get-focus-state($color-or-map),
$query: $query
);
}

@include _if-disabled {
Expand Down

0 comments on commit 32fb314

Please sign in to comment.