Skip to content

Commit

Permalink
fix(button-toggle): allow toggle group elevation to be overwritten
Browse files Browse the repository at this point in the history
Allows for consumer to specify a custom elevation on a `mat-button-toggle-group`.

Relates to angular#7264.
  • Loading branch information
crisbeto committed Nov 11, 2018
1 parent 26c73e0 commit fc5d589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/button-toggle/_button-toggle-theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

.mat-button-toggle-standalone,
.mat-button-toggle-group {
@include _mat-theme-elevation(2, $theme);
@include _mat-theme-overridable-elevation(2, $theme);
}

.mat-button-toggle-standalone.mat-button-toggle-appearance-standard,
Expand Down

0 comments on commit fc5d589

Please sign in to comment.