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 04234f0 commit 171a917Copy full SHA for 171a917
src/lib/button-toggle/button-toggle.scss
@@ -20,6 +20,9 @@ $mat-button-toggle-legacy-border-radius: 2px !default;
20
overflow: hidden;
21
border-radius: $mat-button-toggle-legacy-border-radius;
22
23
+ // Fixes the ripples not being clipped to the border radius on Safari.
24
+ transform: translateZ(0);
25
+
26
@include cdk-high-contrast {
27
outline: solid 1px;
28
}
src/lib/button/button.scss
@@ -89,6 +89,11 @@
89
border-radius: inherit;
90
91
92
+.mat-button-ripple {
93
94
95
+}
96
97
// Element that overlays the button to show focus and hover effects.
98
.mat-button-focus-overlay {
99
0 commit comments