-
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
md-icon-button hover has no change #3946
Comments
Icon buttons don't have |
weird, they use to and it seemed a bit more user friendly. |
It was removed in #3208, presumably to match the spec. |
It's is indeed intentional- the spec shows no hover behavior for icon buttons. |
That's a shame, it looked really nice. |
Google apps like Gmail all use hover state for Icon button lol https://apps.google.com/u/1/user/hub Material design "spec" is one thing, but if the user is accustomed to a behavior we need to provide seamless behavior across all apps for user to be familiar and comfortable with UI. So in this regard my app will depart from "spec" and instead I will implement my own hover states because user expects it. User does not care about "spec". It is a real shame if Material gonna update their "spec" but not Google apps at the same time. Then my boss gonna point at MY app and say it's wrong because it doesn't match their expectation of Material, which is what they see and use every day in Google apps. 1.5 years went by since they change the "spec" like this but their designer of their main apps still disagrees apparently. The UI's of these apps have been updated many times since 1.5 years but they didn't ditch the hover state of icon button yet, wonder why? |
You can apply a global style to your application to hover all the mat-icon 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. |
Bug
What is the expected behavior?
When hovering an md-icon-button, there should be a circular background around the icon
What is the current behavior?
There is no background change
Which versions of Angular, Material, OS, browsers are affected?
Im using master, on Angular 4
The text was updated successfully, but these errors were encountered: