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

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

Issue 1939373002: MD Settings: make the background color of the collapsed nav drawer white (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_ui/settings_ui.html
diff --git a/chrome/browser/resources/settings/settings_ui/settings_ui.html b/chrome/browser/resources/settings/settings_ui/settings_ui.html
index 30e7b38f4af5b462cadb9a2dbc8a01d6ad636be7..35301acca3e10ce042f9b92af0a8331b99ea812d 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -35,6 +35,12 @@
position: relative;
}
+ paper-drawer-panel[narrow] {
+ --paper-drawer-panel-left-drawer-container: {
+ background-color: white;
dschuyler 2016/05/03 00:36:12 optional: maybe background-color: var(--settings-
Dan Beam 2016/05/03 00:37:10 we shouldn't be adding variables if they're only u
+ };
+ }
+
paper-icon-button {
--iron-icon-fill-color: var(--settings-title-bar-color);
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698