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
I was implementing a header and needed a button to disappear on mobile devices. I was wondering if mdl-cell--hide-phone should be changed to something like mdl-hide-phone so it could fit more use cases. The CSS behind it is display: none !important which is generic enough for wider usage.
Just wanted to open this for discussion.
The text was updated successfully, but these errors were encountered:
That is a specific part of the grid system. We don't do any "helper"
classes directly since we are not a framework. Changing names provides
little benefit and may confuse people more as to what the project provides.
If you wish, you can do an extend in a sass build pipeline to trim the name
down.
On Jul 22, 2015 1:16 AM, "Sean Bannister" [email protected] wrote:
I was implementing a header and needed a button to disappear on mobile
devices. I was wondering if mdl-cell--hide-phone should be changed to
something like mdl-hide-phone so it could fit more use cases. The CSS
behind it is display: none !important which is generic enough for wider
usage.
Just wanted to open this for discussion.
—
Reply to this email directly or view it on GitHub #1162.
I was implementing a header and needed a button to disappear on mobile devices. I was wondering if
mdl-cell--hide-phone
should be changed to something likemdl-hide-phone
so it could fit more use cases. The CSS behind it isdisplay: none !important
which is generic enough for wider usage.Just wanted to open this for discussion.
The text was updated successfully, but these errors were encountered: