Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(material/menu): move unthemable tokens to theme mixin #27888

Merged
merged 1 commit into from
Oct 5, 2023

Commits on Oct 3, 2023

  1. fix(material/menu): move unthemable tokens to theme mixin

    Though these tokens are not currently affected by the theme, in the
    future they will be affected by the design system used for theming (M2
    or M3)
    
    BREAKING CHANGE:
    There are new styles emitted by mat.menu-theme that are not
    emitted by any of: mat.menu-color, mat.menu-typography,
    mat.menu-density. If you rely on the partial mixins only and don't
    call mat.menu-theme, you can add mat.menu-base to get the
    missing styles.
    mmalerba committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    f88d9f1 View commit details
    Browse the repository at this point in the history