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

Unified Diff: chrome/browser/resources/md_user_manager/shared_styles.html

Issue 1725563003: MD user manager (learn more page, user manager tutorial) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed what was breaking browser test accross all platforms 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/shared_styles.html
diff --git a/chrome/browser/resources/md_user_manager/shared_styles.html b/chrome/browser/resources/md_user_manager/shared_styles.html
new file mode 100644
index 0000000000000000000000000000000000000000..28ab1f42621bfc93ff81e5d3a492127297feb9a5
--- /dev/null
+++ b/chrome/browser/resources/md_user_manager/shared_styles.html
@@ -0,0 +1,10 @@
+<dom-module id="shared-styles">
+ <template>
+ <style>
+ a {
+ color: var(--google-blue-700);
+ text-decoration: none;
+ }
+ </style>
+ </template>
+</dom-module>

Powered by Google App Engine
This is Rietveld 408576698