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

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

Issue 1828493002: MD Settings: Fix side navigation bar background color for RTL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 ef34d4535f2f68ef54f2a1be82af5831481f676e..9a8d8d801dbe98bcfdfa3a562a84893e2d33b5af 100644
--- a/chrome/browser/resources/settings/settings_ui/settings_ui.html
+++ b/chrome/browser/resources/settings/settings_ui/settings_ui.html
@@ -46,6 +46,10 @@
background-color: var(--settings-background-color);
margin-top: 8px;
};
+ --paper-drawer-panel-right-drawer-container: {
+ background-color: var(--settings-background-color);
michaelpg 2016/03/23 00:18:32 it would be nice if we didn't have to duplicate th
dpapad 2016/03/23 00:40:18 I am not very familiar with CSS mixins. Can you us
+ margin-top: 8px;
+ };
position: relative;
}
« 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