-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[MdButton] styles get messed up #2059
Comments
I used usual 'md-button', not 'md-raised-button' |
Dupe of #1946 (applies to all kinds of button) |
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.
Bug, feature request, or proposal:
[x] Bug
What is the expected behavior?
MdButton behavior is indifferent to hosting element, be it or
What is the current behavior?
When using 'md-button' on element, it attaches 'disabled' attribute.
tag, everything is finePresence of 'disabled' attribute causes disabled state styles to be applied to button (no matter what is attribute's value).
In case of
What are the steps to reproduce?
Create a page with link
Use md-button on it.
See styles broken.
What is the use-case or motivation for changing an existing behavior?
Stable and consistent behavior of component.
Which versions of Angular, Material, OS, browsers are affected?
Angular 2.2.4
Material 2.0.0-alpha.10
The text was updated successfully, but these errors were encountered: