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 74fdedb commit 0d8345fCopy full SHA for 0d8345f
src/lib/button-toggle/_button-toggle-theme.scss
@@ -8,7 +8,7 @@
8
$background: map-get($theme, background);
9
10
.mat-button-toggle-standalone, .mat-button-toggle-group {
11
- @include _mat-theme-elevation(2, $theme);
+ @include _mat-theme-overridable-elevation(2, $theme);
12
}
13
14
.mat-button-toggle {
src/lib/button-toggle/button-toggle.scss
@@ -11,9 +11,7 @@ $mat-button-toggle-border-radius: 2px !default;
position: relative;
display: inline-flex;
flex-direction: row;
-
15
border-radius: $mat-button-toggle-border-radius;
16
17
cursor: pointer;
18
white-space: nowrap;
19
overflow: hidden;
0 commit comments