| 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..3216ab450c64fe5e839e19fb57e733fb69d4dbc8 100644
|
| --- a/chrome/browser/resources/md_downloads/item.css
|
| +++ b/chrome/browser/resources/md_downloads/item.css
|
| @@ -186,13 +186,10 @@
|
| }
|
|
|
| #remove {
|
| - --iron-icon-height: 16px;
|
| - --iron-icon-width: 16px;
|
| - --layout-inline: {
|
| - /* HACK(dbeam): we probably shouldn't be overriding Polymer like this. */
|
| - };
|
| color: #969696;
|
| + font-size: 16px;
|
| height: 16px;
|
| + line-height: 17px; /* TODO(dbeam): why is this necesssary? */
|
| padding: 8px;
|
| width: 16px;
|
| }
|
|
|