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

Unified Diff: chrome/browser/resources/md_user_manager/user_manager.css

Issue 1725563003: MD user manager (learn more page, user manager tutorial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: UI tweaks and bug fix 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/md_user_manager/user_manager.css
diff --git a/chrome/browser/resources/md_user_manager/user_manager.css b/chrome/browser/resources/md_user_manager/user_manager.css
index 9f08d8b7dfb3285bfd5c4612009bc0353f74c171..44445cb39217af281ce70740864cefc51067e3b3 100644
--- a/chrome/browser/resources/md_user_manager/user_manager.css
+++ b/chrome/browser/resources/md_user_manager/user_manager.css
@@ -2,10 +2,21 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file. */
+/* TODO(mahmadi): Figure out why Material Design color palette colors don't work
+ in this file. */
Dan Beam 2016/03/25 02:39:14 you probably need to import this file in user_mana
Moe 2016/03/29 18:54:39 Importing color.html doesn't seem to fix it by its
+:root {
+ --google-blue-700: rgb(51, 103, 214);
+}
+
body {
background-color: #eee;
}
+a {
+ color: var(--google-blue-700);
+ text-decoration: none;
+}
+
/* Overrides for the desktop user manager screen. */
#outer-container {

Powered by Google App Engine
This is Rietveld 408576698