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

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

Issue 1820533002: [MD settings] change side nav text and icon color (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review change 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_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 623a61a4fa70807589bbe3e3c89c1a6c864c8520..8baacda93485230a694a8046a4f23793f63d15a1 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -19,11 +19,10 @@
color: var(--paper-grey-500);
font-weight: 400;
}
- --settings-side-nav-color: var(--google-grey-600);
- /* The title-bar colors use non-MD colors. These custom colors are
- * specified by UX design (bettes@).
- */
+ /* Some colors use non-MD colors. These custom colors are specified by
+ * UX design (bettes@). */
+ --settings-side-nav-color: rgb(90, 90, 90);
--settings-title-bar-background-color: rgb(52, 73, 94);
--settings-title-bar-color: rgb(255, 255, 255);
}
« 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