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

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

Issue 9584038: [uber] fix up header (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 5ce00808d7c7aeaa33c14cfdc011c05c8969f5ab..7e258f26a01c50ef28c8e90d7029d4f6a057ed59 100644
--- a/chrome/browser/resources/extensions/extensions.css
+++ b/chrome/browser/resources/extensions/extensions.css
@@ -169,3 +169,7 @@ html[dir="rtl"] .extension-list-item {
.extension-list-item:not(:hover) .trash:not(:focus) {
opacity: 0;
}
+
+.extension-list-item-wrapper.may-not-disable .trash {
+ visibility: hidden;
Dan Beam 2012/03/05 22:56:36 this slightly makes me nervous that one can click
+}

Powered by Google App Engine
This is Rietveld 408576698