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

Unified Diff: chrome/browser/resources/chromeos/keyboard_overlay.css

Issue 2679563003: Remove the ugly focus outline of the keyboard overlay instructions (Closed)
Patch Set: Created 3 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/keyboard_overlay.css
diff --git a/chrome/browser/resources/chromeos/keyboard_overlay.css b/chrome/browser/resources/chromeos/keyboard_overlay.css
index fd7cd594027d311503ebb2a4037ee95eb1569c2b..83668abc5c63e9830a52f4111881eca839b29f1f 100644
--- a/chrome/browser/resources/chromeos/keyboard_overlay.css
+++ b/chrome/browser/resources/chromeos/keyboard_overlay.css
@@ -190,3 +190,7 @@ body {
.keyboard-overlay-key.is-shortcut .keyboard-overlay-key-text {
opacity: 0.25;
}
+
+#instructions:focus {
+ outline: none;
+}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698