-
Notifications
You must be signed in to change notification settings - Fork 3.4k
hide-gt-sm attribute not working #5166
Comments
Thank you. We are aware of this issue and will continue to improve the Layout features during the next several weeks. |
Want to confirm this div is hidden on my Macbook Pro Retina screen with latest Chrome. Upgraded from 0.10.1 to 1.0.0-rc1 |
I'm experiencing the same issue after upgrading from v0.11.4 to v1.0.1. I use http://codepen.io/chrisguerrero/pen/BjwazQ When |
layout-attributes.scss small screen breakpoints out of sync with layout.scss Closes angular#5166: hide-gt-sm attribute not working
It appears as though the issue is an incorrect attribute selector in layout-attributes.scss: Compared to the same class definition in layout.scss: |
This bug is visible on https://material.angularjs.org/0.11.2/#/layout/options.
As the screen resizes, the sibling element with the "show-sm" attribute appears and disappears as expected. But the "hide-gt-sm" element is always visible.
Tested in safari & chrome.
The text was updated successfully, but these errors were encountered: