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

Unified Diff: chrome/browser/resources/md_history/shared_style.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/shared_style.html
diff --git a/chrome/browser/resources/md_history/shared_style.html b/chrome/browser/resources/md_history/shared_style.html
index 9cddb39252bd564c99046c42e79bc4dfc0400f37..bf28c0bac1d486f4af22f21dd47d1778503e4155 100644
--- a/chrome/browser/resources/md_history/shared_style.html
+++ b/chrome/browser/resources/md_history/shared_style.html
@@ -63,6 +63,20 @@
height: 20px;
width: 20px;
}
+
+ button.more-vert-button {
Dan Beam 2016/08/24 05:53:59 nit: button.class doesn't really buy much more tha
+ height: 36px;
+ padding: 6px;
+ width: 36px;
+ }
+
+ button.more-vert-button div {
+ border: 2px solid var(--secondary-text-color);
+ border-radius: 2px;
+ margin: 1px 10px;
+ pointer-events: none;
+ transform: scale(0.8);
Dan Beam 2016/08/24 05:53:59 can you just change the 2px values to 1.6px instea
tsergeant 2016/08/24 05:58:08 We tried this, it doesn't work -- it seems to just
Dan Beam 2016/08/24 06:05:04 cool, still lgtm
+ }
</style>
</template>
</dom-module>
« no previous file with comments | « chrome/browser/resources/md_history/history_item.html ('k') | chrome/browser/resources/md_history/synced_device_card.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698