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 acd8e74 commit 8cb46a9Copy full SHA for 8cb46a9
src/material-experimental/mdc-slide-toggle/slide-toggle.scss
@@ -13,6 +13,9 @@
13
.mat-mdc-slide-toggle {
14
display: inline-block;
15
16
+ // Remove the native outline since we use the ripple for focus indication.
17
+ outline: 0;
18
+
19
// The ripple needs extra specificity so the base ripple styling doesn't override its `position`.
20
.mat-mdc-slide-toggle-ripple, .mdc-switch__thumb-underlay::after {
21
@include mat-fill;
0 commit comments