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; |
} |