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

Unified Diff: ui/file_manager/file_manager/foreground/css/menu.css

Issue 1132843004: Add an icon to "Install new extensions" in the providers popup menu. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed unused assets. Created 5 years, 7 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: ui/file_manager/file_manager/foreground/css/menu.css
diff --git a/ui/file_manager/file_manager/foreground/css/menu.css b/ui/file_manager/file_manager/foreground/css/menu.css
index f36afc223007e5d12146542ad507883b5d1df919..b4776c6f91a7bf1ee3661ce63cce197fea1f4d43 100644
--- a/ui/file_manager/file_manager/foreground/css/menu.css
+++ b/ui/file_manager/file_manager/foreground/css/menu.css
@@ -41,8 +41,9 @@ html[dir='rtl'] cr-menu > [shortcutText]::after {
float: left;
}
-/* Icon on the left of the item label. */
-cr-menu-item .menu-icon {
+/* Icon on the left of the item label for cr.ui.ProvidersMenuItem.
+ TODO(mtomasz): Upstream to cr.ui.MenuItem. */
+cr-menu-item.providers-menu-item .menu-icon {
-webkit-margin-end: 12px;
background: no-repeat 0 center;
display: inline-block;
@@ -51,6 +52,6 @@ cr-menu-item .menu-icon {
width: 16px;
}
-html[dir='rtl'] cr-menu-item .menu-icon {
+html[dir='rtl'] cr-menu-item.providers-menu-item .menu-icon {
float: right;
}

Powered by Google App Engine
This is Rietveld 408576698