You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: packages/mdc-radio/README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -127,9 +127,12 @@ MDC Radio uses [MDC Theme](../mdc-theme)'s `secondary` color by default. Use the
127
127
128
128
Mixin | Description
129
129
--- | ---
130
-
`mdc-radio-unchecked-stroke-color($color)` | Sets the stroke color of an unchecked radio button
131
-
`mdc-radio-checked-stroke-color($color)` | Sets the stroke color of a checked radio button
132
-
`mdc-radio-ink-color($color)` | Sets the ink color of a radio button
130
+
`mdc-radio-unchecked-stroke-color($color)` | Sets the stroke color of an unchecked, enabled radio button
131
+
`mdc-radio-checked-stroke-color($color)` | Sets the stroke color of a checked, enabled radio button
132
+
`mdc-radio-ink-color($color)` | Sets the ink color of an enabled radio button
133
+
`mdc-radio-disabled-unchecked-stroke-color($color)` | Sets the stroke color of an unchecked, disabled radio button
134
+
`mdc-radio-disabled-checked-stroke-color($color)` | Sets the stroke color of a checked, disabled radio button
135
+
`mdc-radio-disabled-ink-color($color)` | Sets the ink color of a disabled radio button
133
136
`mdc-radio-focus-indicator-color($color)` | Sets the color of the focus indicator
134
137
`mdc-radio-touch-target($size, $ripple-size)` | Sets radio touch target size which can be more than the ripple size. Param `$ripple-size` is required for custom ripple size, defaults to `$mdc-radio-ripple-size`.
135
138
`mdc-radio-ripple-size($size)` | Sets custom ripple size of radio.
0 commit comments