Amy Sorto

Results 40 comments of Amy Sorto

Closing this issue due to no recent activity, if this is still an issue please create a new issue with a reproduction.

Yes removed in v17! Class names with the `mdc` prefix come are when we needed to interface with the material package (and that's also when you see `__` in the...

Closing this issue since as @e-oz mentioned, Angular Material does use `rem` for typography now

Looked quickly at a M3 select that uses the Azure and Blue light theme on the docs site. The disabled text has a contrast of 2.33:1. So removing the 'Fixed...

Removing 'Fixed in MDC' label since the buttons still only rely on aria-pressed and do not use a native input

For the current components as of 17.3 (not the removed legacy components), both the floating label and the text in the form field have their font-size defined by the `--mdc-filled-text-field-label-text-size`...

I agree this is an area of improvement, in the meantime the customizable fields are here: https://material.angular.io/guide/typography#configuring-typography. This is how you apply it to your theme: https://material.angular.io/guide/theming#defining-a-theme

I am closing this issue due to some of the updates coming to the theming system. Starting in v19, there is a new `theme()` mixin that will greatly simplify theming...

@teohhanhui It does require SASS in the initial theme file but these changes do allow for usage of CSS variables throughout one's app. There are benefits to doing so this...