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

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

Issue 2592293003: [MD Bookmarks] Add skeleton for MD Bookmarks. (Closed)
Patch Set: Remove css no longer needed for cr toolbar. Created 3 years, 11 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
(Empty)
1 <style is="custom-style">
2 :root {
3 --active-folder-color: #4285f4;
4 --inactive-folder-color: #5a5a5a;
5 --card-max-width: 960px;
6 --card-min-width: 550px;
7 --primary-text-color: #333;
8 --secondary-text-color: #757575;
9 --sidebar-width: 256px;
calamity 2016/12/29 00:54:50 Sort all of these, if you want to keep the folder
angelayang 2016/12/29 02:53:34 Done.
10 };
11 </style>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698