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 40a3e16 commit 9047985Copy full SHA for 9047985
src/material/slide-toggle/slide-toggle.scss
@@ -1,3 +1,4 @@
1
+@use '../core/style/vendor-prefixes';
2
@use '../core/style/variables';
3
@use '../core/ripple/ripple';
4
@use '../core/style/list-common';
@@ -48,6 +49,7 @@ $bar-track-width: $bar-width - $thumb-size;
48
49
// The label element is our root container for the slide-toggle / switch indicator and label text.
50
// It has to be a label, to support accessibility for the visual hidden input.
51
.mat-slide-toggle-label {
52
+ @include vendor-prefixes.user-select(none);
53
display: flex;
54
flex: 1;
55
flex-direction: row;
0 commit comments