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

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

Issue 2352553002: [MD History] Run MD History on chrome://chrome/history. (Closed)
Patch Set: Created 4 years, 3 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 <link rel="import" href="chrome://history/shared_vars.html"> 1 <link rel="import" href="chrome://chrome/history/shared_vars.html">
2 2
3 <dom-module id="shared-style"> 3 <dom-module id="shared-style">
4 <template> 4 <template>
5 <style> 5 <style>
6 [hidden] { 6 [hidden] {
7 display: none !important; 7 display: none !important;
8 } 8 }
9 9
10 .card-title { 10 .card-title {
11 -webkit-padding-start: 20px; 11 -webkit-padding-start: 20px;
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 button.more-vert-button div { 73 button.more-vert-button div {
74 border: 2px solid var(--secondary-text-color); 74 border: 2px solid var(--secondary-text-color);
75 border-radius: 2px; 75 border-radius: 2px;
76 margin: 1px 10px; 76 margin: 1px 10px;
77 pointer-events: none; 77 pointer-events: none;
78 transform: scale(0.8); 78 transform: scale(0.8);
79 } 79 }
80 </style> 80 </style>
81 </template> 81 </template>
82 </dom-module> 82 </dom-module>
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/searched_label.html ('k') | chrome/browser/resources/md_history/side_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698