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

Unified Diff: chrome/browser/resources/md_history/history_item.html

Issue 2203683002: MD History: Convert synced device collapse icon to a button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/shared_style.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/md_history/history_item.html
diff --git a/chrome/browser/resources/md_history/history_item.html b/chrome/browser/resources/md_history/history_item.html
index 0c0a9710ae5c97ada4a46ebee9cdbfca55a84236..a910e7592b8b3a6b5e812e5d18b56051f2e1a0ec 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -97,24 +97,15 @@
#menu-button {
-webkit-margin-end: 12px;
- -webkit-margin-start: 2px;
- color: var(--secondary-text-color);
- height: 36px;
- width: 36px;
- }
-
- #menu-button iron-icon {
- height: 20px;
- width: 20px;
}
#bookmark-star {
- -webkit-margin-end: 10px;
- -webkit-margin-start: 20px;
+ -webkit-margin-end: 4px;
+ -webkit-margin-start: 12px;
color: rgb(68, 136, 255);
- height: 20px;
+ height: 32px;
visibility: hidden;
- width: 20px;
+ width: 32px;
}
#bookmark-star iron-icon {
@@ -156,7 +147,8 @@
<iron-icon icon="cr:star"></iron-icon>
</button>
<button is="paper-icon-button-light" id="menu-button"
- on-tap="onMenuButtonTap_" title="$i18n{moreActionsButton}">
+ class="icon-button" title="$i18n{moreActionsButton}"
+ on-tap="onMenuButtonTap_">
<iron-icon icon="cr:more-vert"></iron-icon>
</button>
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/shared_style.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698