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 5c51301 commit 422ad43Copy full SHA for 422ad43
src/material/button-toggle/button-toggle.scss
@@ -20,6 +20,9 @@ $mat-button-toggle-legacy-border-radius: 2px !default;
20
border-radius: $mat-button-toggle-legacy-border-radius;
21
-webkit-tap-highlight-color: transparent;
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
}
0 commit comments