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

Unified Diff: chrome/browser/resources/md_bookmarks/shared_vars.html

Issue 2846673003: MD Bookmarks: Simplify and improve consistency of CSS (Closed)
Patch Set: Created 3 years, 8 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_bookmarks/shared_vars.html
diff --git a/chrome/browser/resources/md_bookmarks/shared_vars.html b/chrome/browser/resources/md_bookmarks/shared_vars.html
index b8b501a8909d49a162844a70ad0b08da37fa3cf3..e4a21a47296b4fdb195c143048079d3a2af7c1b6 100644
--- a/chrome/browser/resources/md_bookmarks/shared_vars.html
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -3,7 +3,11 @@
--card-max-width: 960px;
--card-padding-side: 32px;
--folder-inactive-color: #5a5a5a;
+ /* --google-blue-500 at 16% alpha. */
+ --highlight-color: rgba(65, 132, 243, 0.16);
--interactive-color: var(--google-blue-500);
+ --iron-icon-height: 20px;
+ --iron-icon-width: 20px;
--min-sidebar-width: 256px;
--paper-input-container-focus-color: var(--interactive-color);
--paper-input-container-input: {

Powered by Google App Engine
This is Rietveld 408576698