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

Unified Diff: chrome/browser/resources/md_history/synced_device_card.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/synced_device_card.html
diff --git a/chrome/browser/resources/md_history/synced_device_card.html b/chrome/browser/resources/md_history/synced_device_card.html
index d2b4dd058f1dce189e1b79078ea3e10e31316f40..de93ec7c0d64834aa6d13a1566baef118f812d9d 100644
--- a/chrome/browser/resources/md_history/synced_device_card.html
+++ b/chrome/browser/resources/md_history/synced_device_card.html
@@ -73,9 +73,11 @@
</div>
<div id="right-buttons">
<button is="paper-icon-button-light" id="menu-button"
- class="icon-button" on-tap="onMenuButtonTap_"
+ class="more-vert-button" on-tap="onMenuButtonTap_"
title="$i18n{moreActionsButton}">
- <iron-icon icon="cr:more-vert"></iron-icon>
+ <div></div>
+ <div></div>
+ <div></div>
</button>
<button is="paper-icon-button-light" class="icon-button"
title$="[[getCollapseTitle_(opened)]]">

Powered by Google App Engine
This is Rietveld 408576698