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

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

Issue 2432383005: [MD settings] help button in content settings site lists (Closed)
Patch Set: review changes 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 fc958c5665d8dbd9e8b3872889382f7d9baad085..721823e59a4af5c4d19f8f685a8255c54a428ab5 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -20,11 +20,11 @@
transform: scaleX(-1); /* Flip on the X axis (aka mirror). */
}
- [actionable] button[is="paper-icon-button-light"].subpage-arrow {
+ [actionable] button[is='paper-icon-button-light'].subpage-arrow {
background-image: url(images/arrow_right.svg);
}
- [actionable] button[is="paper-icon-button-light"].icon-external {
+ [actionable] button[is='paper-icon-button-light'].icon-external {
background-image: url(images/open_in_new.svg);
}

Powered by Google App Engine
This is Rietveld 408576698