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
fix(material-experimental/mdc-list): avoid style conflicts with MDC list
The specificity of the MDC-based menu item is low enough that if the MDC list is loaded later, it'll be overwritten and break the layout of the menu item. These changes increase the specificity of the relevant styles.
0 commit comments