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

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

Issue 1812823005: [MD settings] update settings title bar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: small fixes 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
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 a198bffc3df1648ef8bc37151313185d63a36174..d81296829e2e55d53686eb9a829b20d2f8f52fe4 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -20,8 +20,12 @@
font-weight: 400;
}
--settings-side-nav-color: var(--google-grey-600);
- /* TODO(dschuyler): replace this rgb with a --paper color */
- --settings-title-bar-color: rgb(52, 73, 94);
+
+ /* NOTE(dschuyler): The title-bar colors use non-MD colors. These
tommycli 2016/03/17 21:30:56 nit: no need to mark this as your note in particul
dschuyler 2016/03/18 01:23:45 Done.
+ * custom colors are specified by UX design (bettes@).
+ */
+ --settings-title-bar-background-color: rgb(52, 73, 94);
+ --settings-title-bar-color: rgb(255, 255, 255);
}
h2 {
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/settings/settings_ui/breadcrumb.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698