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 1d87b4c commit 7f5cbe3Copy full SHA for 7f5cbe3
src/lib/button-toggle/button-toggle.scss
@@ -86,6 +86,9 @@ $mat-button-toggle-legacy-border-radius: 2px !default;
86
line-height: $mat-button-toggle-legacy-height;
87
padding: $mat-button-toggle-legacy-padding;
88
89
+ // Prevents IE from shifting the content on click.
90
+ position: relative;
91
+
92
.mat-button-toggle-appearance-standard & {
93
line-height: $mat-button-toggle-standard-height;
94
padding: $mat-button-toggle-standard-padding;
0 commit comments