summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordschuyler <dschuyler@chromium.org>2016-03-21 12:08:02 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-21 19:10:55 +0000
commite233d14c7d5f89defc25a238157cdb58ca22e4d3 (patch)
treeab8ed03d96ea7d6a1bf8bb044954d3b24800c5ad
parent633bb3e2b1e5fae6ea2ad97cb8192949eafddd1a (diff)
downloadchromium_src-e233d14c7d5f89defc25a238157cdb58ca22e4d3.zip
chromium_src-e233d14c7d5f89defc25a238157cdb58ca22e4d3.tar.gz
chromium_src-e233d14c7d5f89defc25a238157cdb58ca22e4d3.tar.bz2
[MD settings] change side nav text and icon color
This CL changes the color of the side nav icon and color text to a slightly lighter grey. BUG=596143 Review URL: https://codereview.chromium.org/1820533002 Cr-Commit-Position: refs/heads/master@{#382348}
-rw-r--r--chrome/browser/resources/settings/settings_shared_css.html7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 623a61a..8baacda 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);
}