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

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: fix nit 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..75c19fe4b490c06fe42c3f8da51eb28af431521c 100644
--- a/chrome/browser/resources/md_bookmarks/shared_vars.html
+++ b/chrome/browser/resources/md_bookmarks/shared_vars.html
@@ -1,10 +1,10 @@
<style is="custom-style">
:root {
--card-max-width: 960px;
- --folder-active-color: #4285f4;
--folder-inactive-color: #5a5a5a;
+ --interactive-color: var(--google-blue-500);
--min-sidebar-width: 256px;
- --paper-input-container-focus-color: var(--google-blue-500);
+ --paper-input-container-focus-color: var(--interactive-color);
--paper-input-container-input: {
font-size: 13px;
};
« no previous file with comments | « chrome/browser/resources/md_bookmarks/shared_style.html ('k') | chrome/browser/resources/md_bookmarks/sidebar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698