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

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

Issue 2277543003: MD History: Replace more-vert iron-icon with styled divs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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 f4d17a34dd8c81656c7d88a3827e344ce4e146f6..c306acf530ee451d896d6ef052bf9c90c2a70f6a 100644
--- a/chrome/browser/resources/md_history/history_item.html
+++ b/chrome/browser/resources/md_history/history_item.html
@@ -171,9 +171,11 @@
</template>
</div>
<button is="paper-icon-button-light" id="menu-button"
- class="icon-button" title="$i18n{moreActionsButton}"
+ class="more-vert-button" title="$i18n{moreActionsButton}"
on-tap="onMenuButtonTap_">
- <iron-icon icon="cr:more-vert"></iron-icon>
+ <div></div>
+ <div></div>
+ <div></div>
</button>
</div>
<div id="time-gap-separator" hidden="[[!hasTimeGap]]"></div>

Powered by Google App Engine
This is Rietveld 408576698