We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a60a7a commit b283477Copy full SHA for b283477
src/lib/button-toggle/button-toggle.scss
@@ -8,13 +8,11 @@ $mat-button-toggle-border-radius: 2px !default;
8
9
.mat-button-toggle-standalone,
10
.mat-button-toggle-group {
11
- @include mat-elevation(2);
+ @include mat-overridable-elevation(2);
12
position: relative;
13
display: inline-flex;
14
flex-direction: row;
15
-
16
border-radius: $mat-button-toggle-border-radius;
17
18
cursor: pointer;
19
white-space: nowrap;
20
overflow: hidden;
0 commit comments