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

Unified Diff: chrome/browser/resources/extensions/extensions.css

Issue 916243002: Enable keyboard shortcuts for chrome://extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix license comment and Rebase 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
Index: chrome/browser/resources/extensions/extensions.css
diff --git a/chrome/browser/resources/extensions/extensions.css b/chrome/browser/resources/extensions/extensions.css
index fc3a4bc3dcac936d134a4d2a4f27cd04c8901c4f..347e52713513dd282b6b0bfcc42886cac86439c7 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -417,3 +417,7 @@ html[dir='rtl'] #extension-settings .trash {
-webkit-padding-start: 8px;
background-image: none;
}
+
+.focus-row-active {
+ background-color: rgba(0, 0, 0, .05);
Dan Beam 2015/02/26 04:00:21 also, stop making design changes unless: a) it ac
+}

Powered by Google App Engine
This is Rietveld 408576698