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

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

Issue 2668893002: [MD Bookmarks] Remove separator lines between list items. (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « chrome/browser/resources/md_bookmarks/item.html ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <link rel="import" href="chrome://resources/cr_elements/shared_vars_css.html">
2
3 <style is="custom-style"> 1 <style is="custom-style">
4 :root { 2 :root {
5 --card-max-width: 960px; 3 --card-max-width: 960px;
6 --card-min-width: 550px; 4 --card-min-width: 550px;
7 --folder-active-color: #4285f4; 5 --folder-active-color: #4285f4;
8 --folder-inactive-color: #5a5a5a; 6 --folder-inactive-color: #5a5a5a;
9 --paper-input-container-focus-color: var(--google-blue-500); 7 --paper-input-container-focus-color: var(--google-blue-500);
10 --paper-input-container-input: { 8 --paper-input-container-input: {
11 font-size: 13px; 9 font-size: 13px;
12 }; 10 };
13 --primary-text-color: #333; 11 --primary-text-color: #333;
14 --secondary-text-color: #757575; 12 --secondary-text-color: #757575;
15 --sidebar-width: 256px; 13 --sidebar-width: 256px;
16 }; 14 };
17 </style> 15 </style>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/item.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698