-
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
[Tabs] background from :focus pseudoselector is visible until the next click anywhere #11184
Labels
P4
A relatively minor issue that is not relevant to core functions
Comments
rudzikdawid
changed the title
[Tabs] :focus background hide after next click
[Tabs] background from :focus pseudoselector is visible until the next click anywhere
May 6, 2018
crisbeto
added
has pr
P4
A relatively minor issue that is not relevant to core functions
labels
May 6, 2018
crisbeto
added a commit
to crisbeto/material2
that referenced
this issue
May 6, 2018
Similarly to other components, makes the tabs focus indication not to show for mouse focus. Fixes angular#11184.
josephperrott
pushed a commit
that referenced
this issue
May 30, 2018
Similarly to other components, makes the tabs focus indication not to show for mouse focus. Fixes #11184.
andrewseguin
pushed a commit
that referenced
this issue
Jun 7, 2018
Similarly to other components, makes the tabs focus indication not to show for mouse focus. Fixes #11184.
mmalerba
pushed a commit
that referenced
this issue
Jul 3, 2018
Similarly to other components, makes the tabs focus indication not to show for mouse focus. Fixes #11184.
mmalerba
pushed a commit
that referenced
this issue
Jul 9, 2018
Similarly to other components, makes the tabs focus indication not to show for mouse focus. Fixes #11184.
victoriaaa234
pushed a commit
that referenced
this issue
Jul 25, 2018
Similarly to other components, makes the tabs focus indication not to show for mouse focus. Fixes #11184.
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:
Bug: after change tab, background from
:focus
pseudoselector is visible until the next click (anywhere).What is the expected behavior?
after change tab, background from
:focus
pseudoselector, should automatically disappear without extra clickWhat is the current behavior?
tab background from
:focus
pseudoselector is visible until the next click (anywhere).What are the steps to reproduce?
:focus
pseudoselector is still visible:focus
pseudoselectorWhat is the use-case or motivation for changing an existing behavior?
fix visual bug, improve UX
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
angular: 6.0.0
material: 6.0.0
Browser: Latest desktop Firefox/Chrome
OS: Fedora
Is there anything else we should know?
The text was updated successfully, but these errors were encountered: