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
{{ message }}
This repository was archived by the owner on Sep 5, 2024. It is now read-only.
Bug:
Too specific "flex-val" selectors prevent applying media-dependent "auto" rules.
CodePen and steps to reproduce the issue:
CodePen Demo which demonstrates the issue
Detailed Reproduction Steps:
What is the expected behavior?
The described div's width should be "100%" on < 960px and "auto" on >= 960px
What is the current behavior?
The rule .layout-row > .flex-100 prevents @media (min-width: 960px) { .flex-gt-sm-auto {...} } from happening
Which versions of AngularJS, Material, OS, and browsers are affected?