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 71f0d83 commit f30c1c6Copy full SHA for f30c1c6
src/material/radio/radio.scss
@@ -11,6 +11,12 @@ $fallbacks: m3-radio.get-tokens();
11
@include radio-common.radio-structure(true);
12
@include radio-common.radio-noop-animations();
13
14
+ // Clicking the label toggles the radio, but MDC does not include any styles that inform the
15
+ // user of this. Therefore we add the pointer cursor on top of MDC's styles.
16
+ label {
17
+ cursor: pointer;
18
+ }
19
+
20
.mdc-radio__background::before {
21
background-color: token-utils.slot(radio-ripple-color, $fallbacks);
22
}
0 commit comments