-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
snackbar action button styling when no other md-button is used on the page #2979
Comments
Seems weird, will look into it. |
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 8, 2017
… text * Simplifies the snack bar styles, removing some redundancy. * Fixes the snack bar using the `md-button` styles directly. This causes it to break if another `md-button` isn't on the page in order to import the styles. These changes switch to styling the snack bar button independently since it barely shares any styles with `md-button` anyway. * Fixes a wrong selector that wasn't styling anything. * Adds better handling for long text strings inside snack bars. Fixes angular#2979.
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
Feb 8, 2017
… text * Simplifies the snack bar styles, removing some redundancy. * Fixes the snack bar using the `md-button` styles directly. This causes it to break if another `md-button` isn't on the page in order to import the styles. These changes switch to styling the snack bar button independently since it barely shares any styles with `md-button` anyway. * Fixes a wrong selector that wasn't styling anything. * Adds better handling for long text strings inside snack bars. Fixes angular#2979.
tinayuangao
pushed a commit
that referenced
this issue
Feb 9, 2017
… text (#2991) * Simplifies the snack bar styles, removing some redundancy. * Fixes the snack bar using the `md-button` styles directly. This causes it to break if another `md-button` isn't on the page in order to import the styles. These changes switch to styling the snack bar button independently since it barely shares any styles with `md-button` anyway. * Fixes a wrong selector that wasn't styling anything. * Adds better handling for long text strings inside snack bars. Fixes #2979.
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
this happens(http://plnkr.co/edit/0x5guGIc5ofmxDyCJ7Sm?p=preview) when there are no
md-button
s used on the pagewhen you actually use md-button on the page(http://plnkr.co/edit/oOsUEcDjIkNIi9REGxvA?p=preview), it's fine
@crisbeto maybe?
The text was updated successfully, but these errors were encountered: