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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2432383005: [MD settings] help button in content settings site lists (Closed)
Patch Set: Created 4 years, 2 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/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 298ac98e5508111c2f3bb056ab0d1a41f0007b3a..0fe8696a125c86e47c324f047fc05bffc316d705 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -28,6 +28,10 @@
background-image: url(images/open_in_new.svg);
}
+ button[is="paper-icon-button-light"].icon-help {
dpapad 2016/10/21 01:53:59 Double quotes are used here, no quotes and single
dschuyler 2016/10/21 21:10:41 I need to make a presubmit for this. In my mind, I
+ background-image: url(images/help_outline.svg);
+ }
+
:host-context([dir=rtl]) paper-icon-button[icon='settings:arrow-back'] {
transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
}

Powered by Google App Engine
This is Rietveld 408576698