-
Notifications
You must be signed in to change notification settings - Fork 437
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
UiConfirm show Modal with cancel CSS issue #205
Comments
Also in the demo cases in the doc's I noticed this error. |
It's not a bug, that shows which button is focused (in this case the Cancel button). Try tabbing and you will see the focus change. |
But this is not the way Google Material sets focus and it gives the impression that it's a bug. A very eye catching one for me and seemingly more. Google simply darkens the background a bit to show highlight https://material.angularjs.org/latest/demo/button |
While it does seem weird, this is actually in the specs. See https://material.io/guidelines/components/buttons.html#buttons-style under Behavior section. It is also a place that Angular Material deviates from the specs, see angular/material#142. I will look into it again to see how it can be tweaked visually to look less like the focus is "stuck". |
Released in v1.1.0. |
When first pop up modal window, just like this
The cancel might have some CSS problem.
The text was updated successfully, but these errors were encountered: