Commit 625b0eb4 authored by Gayane Petrosyan's avatar Gayane Petrosyan Committed by Commit Bot

Remove blue rectange for focused element.

Remove blue rectange for focused element with .using-mouse-nav class.
Previously CSS selector only selected children of .using-mouse-nav
element that are focused.

Bug: 935252
Change-Id: I338d995ab02076fc9fb671c660d8f397dd1a6898
Reviewed-on: https://chromium-review.googlesource.com/c/1490734Reviewed-by: default avatarKristi Park <kristipark@chromium.org>
Commit-Queue: Gayane Petrosyan <gayane@chromium.org>
Cr-Commit-Position: refs/heads/master@{#635901}
parent 8547d0e0
......@@ -292,7 +292,8 @@ right, so that every text can stay on its row even on the smallest window */
display: none;
}
.using-mouse-nav :focus {
.using-mouse-nav :focus,
.using-mouse-nav:focus {
outline: none;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment