Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4274)

Unified Diff: chrome/browser/resources/uber/uber_frame.css

Issue 914033002: uber: remove mouse focus outlines on nav tabs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: asdf Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/uber/uber_frame.css
diff --git a/chrome/browser/resources/uber/uber_frame.css b/chrome/browser/resources/uber/uber_frame.css
index 76477ddc398b9b3fec8829fadc267d33553f5ab6..12a399695ce3b2d3246c1a3e611112056f7efbe5 100644
--- a/chrome/browser/resources/uber/uber_frame.css
+++ b/chrome/browser/resources/uber/uber_frame.css
@@ -2,6 +2,10 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+html:not(.focus-outline-visible) :focus {
+ outline: none;
+}
+
body {
overflow: hidden;
padding-top: 20px;
« no previous file with comments | « no previous file | chrome/browser/resources/uber/uber_frame.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698