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 7ad7de6 commit 0af1323Copy full SHA for 0af1323
src/material/slide-toggle/slide-toggle.scss
@@ -55,6 +55,10 @@
55
@include token-utils.create-token-slot(letter-spacing, label-text-letter-spacing);
56
@include token-utils.create-token-slot(line-height, label-text-line-height);
57
@include token-utils.create-token-slot(font-weight, label-text-weight);
58
+
59
+ // Our label for slide-toggle should have cursor as pointer, we can still
60
+ // click on it and the slide-toggle will toggle.
61
+ cursor: pointer;
62
}
63
64
0 commit comments