We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70e865d commit c677f11Copy full SHA for c677f11
src/material/button-toggle/button-toggle.scss
@@ -19,6 +19,9 @@ $legacy-border-radius: 2px !default;
19
border-radius: $legacy-border-radius;
20
-webkit-tap-highlight-color: transparent;
21
22
+ // Fixes the ripples not being clipped to the border radius on Safari.
23
+ transform: translateZ(0);
24
+
25
@include a11y.high-contrast(active, off) {
26
outline: solid 1px;
27
}
0 commit comments