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

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

Issue 2592293003: [MD Bookmarks] Add skeleton for MD Bookmarks. (Closed)
Patch Set: Remove unused imports. 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 <link rel="import" href="chrome://bookmarks/shared_vars.html">
2
3 <dom-module id="shared-style">
4 <template>
5 <style>
6 [hidden] {
7 display: none !important;
8 }
9
10 button.more-vert-button {
11 height: 36px;
12 padding: 8px;
13 width: 36px;
14 }
15
16 button.more-vert-button div {
17 border: 2px solid var(--secondary-text-color);
18 border-radius: 2px;
19 margin: 1px 8px;
20 pointer-events: none;
21 transform: scale(0.8);
22 }
23
24 hr {
25 background: rgba(0, 0, 0, 0.11);
26 border-width: 0;
27 height: 1px;
28 margin: 8px 0;
29 }
30 </style>
31 </template>
32 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_bookmarks/bookmarks.html ('k') | chrome/browser/resources/md_bookmarks/shared_vars.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698