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

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

Issue 2746363013: [MD Bookmarks] Add a drag and drop indicator to bookmarks. (Closed)
Patch Set: rebase Created 3 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_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 3444c16bf4fd697bb4a58e8c5b6631d0c39dd953..ace77ca99576a7d0df09c65d71436b27f5ea416e 100644
--- a/chrome/browser/resources/md_bookmarks/shared_vars.html
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -1,8 +1,8 @@
<style is="custom-style">
:root {
--card-max-width: 960px;
- --folder-active-color: #4285f4;
--folder-inactive-color: #5a5a5a;
+ --interactive-color: #4285f4;
tsergeant 2017/03/27 06:49:24 Use var(--google-blue-500) directly
calamity 2017/03/28 04:15:03 Woops.
--min-sidebar-width: 256px;
--paper-input-container-focus-color: var(--google-blue-500);
tsergeant 2017/03/27 06:49:24 And use var(--interactive-color) here
calamity 2017/03/28 04:15:03 Done.
--paper-input-container-input: {

Powered by Google App Engine
This is Rietveld 408576698