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

Side by Side Diff: chrome/browser/resources/md_bookmarks/shared_vars.html

Issue 2827573002: MD Bookmarks: Show toolbar overlay when multiple items are selected (Closed)
Patch Set: Review comments 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 unified diff | Download patch
OLDNEW
1 <style is="custom-style"> 1 <style is="custom-style">
2 :root { 2 :root {
3 --card-max-width: 960px; 3 --card-max-width: 960px;
4 --card-padding-side: 32px;
4 --folder-inactive-color: #5a5a5a; 5 --folder-inactive-color: #5a5a5a;
5 --interactive-color: var(--google-blue-500); 6 --interactive-color: var(--google-blue-500);
6 --min-sidebar-width: 256px; 7 --min-sidebar-width: 256px;
7 --paper-input-container-focus-color: var(--interactive-color); 8 --paper-input-container-focus-color: var(--interactive-color);
8 --paper-input-container-input: { 9 --paper-input-container-input: {
9 font-size: 13px; 10 font-size: 13px;
10 }; 11 };
11 --primary-text-color: var(--paper-grey-900); 12 --primary-text-color: var(--paper-grey-900);
12 --secondary-text-color: var(--paper-grey-600); 13 --secondary-text-color: var(--paper-grey-600);
13 --splitter-width: 15px; 14 --splitter-width: 15px;
14 }; 15 };
15 </style> 16 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/list.html ('k') | chrome/browser/resources/md_bookmarks/toolbar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698