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-experimental/mdc-menu): ensure mat-mdc- prefix on all classes #23559

Merged
merged 4 commits into from Sep 14, 2021

Commits on Sep 9, 2021

  1. fix(material-experimental/mdc-menu): ensure mat-mdc- prefix on all cl…

    …asses
    
    The MDC menu trigger had `.mat-menu-trigger` class because it was using
    the same directive as the non-MDC menu. This PR refactors the trigger
    and content directives to extend a common base class.
    mmalerba committed Sep 9, 2021
    Copy the full SHA
    21b7ee8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    aa5a222 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7e2e676 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d973c5e View commit details
    Browse the repository at this point in the history