Commit 1d11dcde authored by David Bokan's avatar David Bokan Committed by Commit Bot

Always show spat nav interest ring

We shouldn't allow the page to override the outline style if the user is
using spat nav since that could lead to invisible interest.

Change-Id: I64c5ab39768033f56b8ffb6efa9e72672ae641da
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1635194
Auto-Submit: David Bokan <bokan@chromium.org>
Reviewed-by: default avatarIan Vollick <vollick@chromium.org>
Commit-Queue: David Bokan <bokan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#665702}
parent 4decd028
...@@ -1009,7 +1009,7 @@ nobr { ...@@ -1009,7 +1009,7 @@ nobr {
/* states */ /* states */
:-internal-spatial-navigation-interest { :-internal-spatial-navigation-interest {
outline: auto 1px -webkit-focus-ring-color; outline: auto 1px -webkit-focus-ring-color !important;
box-shadow: none !important box-shadow: none !important
} }
......
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