fix(material-experimental/mdc-radio): switch to new theming API#23725
fix(material-experimental/mdc-radio): switch to new theming API#23725zarend merged 1 commit intoangular:masterfrom
Conversation
Reworks the MDC-based radio button to use the new theming API based on CSS variables. Also fixes a minor issue where the high contrast styles were emitting slightly more CSS than they need to.
|
All (the pull request submitter and all commit authors) CLAs are signed, but one or more commits were authored or co-authored by someone other than the pull request submitter. We need to confirm that all authors are ok with their commits being contributed to this project. Please have them confirm that by leaving a comment that contains only Note to project maintainer: There may be cases where the author cannot leave a comment, or the comment is not properly detected as consent. In those cases, you can manually confirm consent of the commit author(s), and set the ℹ️ Googlers: Go here for more info. |
Reworks the MDC-based radio button to use the new theming API based on CSS variables. Also fixes a minor issue where the high contrast styles were emitting slightly more CSS than they need to. Co-authored-by: Kristiyan Kostadinov <crisbeto@abv.bg> (cherry picked from commit a259f22)
Reworks the MDC-based radio button to use the new theming API based on CSS variables. Also fixes a minor issue where the high contrast styles were emitting slightly more CSS than they need to. Co-authored-by: Kristiyan Kostadinov <crisbeto@abv.bg> (cherry picked from commit a259f22)
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Reworks the MDC-based radio button to use the new theming API based on CSS variables.
Also fixes a minor issue where the high contrast styles were emitting slightly more CSS than they need to.
This is forked from #23640, which the commit type changed from
feattofix