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 9b9d0ea commit 5e2a852Copy full SHA for 5e2a852
1 file changed
src/material/radio/_radio-common.scss
@@ -23,7 +23,6 @@ $fallbacks: m3-radio.get-tokens();
23
box-sizing: content-box;
24
width: $_icon-size;
25
height: $_icon-size;
26
- cursor: pointer;
27
28
// This is something we inherited from MDC, but it shouldn't be necessary.
29
// Removing it will likely lead to screenshot diffs.
@@ -33,6 +32,8 @@ $fallbacks: m3-radio.get-tokens();
33
32
padding: calc((#{$size-token} - #{$_icon-size}) / 2);
34
35
@if ($is-interactive) {
+ cursor: pointer;
36
+
37
// MDC's hover indication comes from their ripple which we don't use.
38
&:hover > .mdc-radio__native-control:not([disabled]):not(:focus) {
39
& ~ .mdc-radio__background::before {
0 commit comments