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

Unified Diff: chrome/browser/resources/md_downloads/item.css

Issue 1409473002: MD Downloads: replace <paper-icon-button> with <inky-text-button> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iron-list3
Patch Set: crisp Created 5 years, 2 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_downloads/item.css
diff --git a/chrome/browser/resources/md_downloads/item.css b/chrome/browser/resources/md_downloads/item.css
index 9a4576fdfbbbfd54e748f7bc9b88d5599f948c39..d7fb19521b3be5e7acbbad55be3ba8d634daaf8a 100644
--- a/chrome/browser/resources/md_downloads/item.css
+++ b/chrome/browser/resources/md_downloads/item.css
@@ -186,14 +186,16 @@
}
#remove {
- --iron-icon-height: 16px;
- --iron-icon-width: 16px;
- --layout-inline: {
- /* HACK(dbeam): we probably shouldn't be overriding Polymer like this. */
- };
+ -webkit-user-select: none;
color: #969696;
+ cursor: pointer;
+ font-size: 16px;
height: 16px;
+ line-height: 16px;
+ outline: none;
padding: 8px;
+ position: relative;
+ text-align: center;
width: 16px;
}

Powered by Google App Engine
This is Rietveld 408576698