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

Unified Diff: chrome/browser/resources/history/history_mobile.css

Issue 657493003: history: remove focus outline when using touch on mobile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: whoops Created 5 years, 11 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
Index: chrome/browser/resources/history/history_mobile.css
diff --git a/chrome/browser/resources/history/history_mobile.css b/chrome/browser/resources/history/history_mobile.css
index fc73e7c1620a1fb3421c0a97f8af602028b77b08..8cd9bcc6ce74e8bfd79c48b67be8b20d588cf984 100644
--- a/chrome/browser/resources/history/history_mobile.css
+++ b/chrome/browser/resources/history/history_mobile.css
@@ -4,6 +4,10 @@
/* This file contains styles specific to Android and iOS. */
+html:not(.focus-outline-visible) :focus {
+ outline: none;
+}
+
html {
height: 100%;
}

Powered by Google App Engine
This is Rietveld 408576698