Chromium Code Reviews| Index: chrome/browser/resources/md_history/side_bar.html |
| diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html |
| index 0e800bc681063c98bc3dee6fc2eee3d16506e4ac..d268108d52783050e4550467687b1f3be4b68dfa 100644 |
| --- a/chrome/browser/resources/md_history/side_bar.html |
| +++ b/chrome/browser/resources/md_history/side_bar.html |
| @@ -24,7 +24,12 @@ |
| } |
| #clear-browsing-data { |
| - text-transform: uppercase; |
| + justify-content: space-between; |
| + } |
| + |
| + #clear-browsing-data-icon { |
|
tsergeant
2016/09/21 23:51:47
Nit: Remove the id from the icon and use the selec
lshang
2016/09/22 04:47:13
Done.
|
| + color: var(--paper-grey-400); |
| + margin: 20px 48px 20px 0; |
|
tsergeant
2016/09/21 23:51:47
I think the sizes in the mock were for 2x screens:
Dan Beam
2016/09/22 00:14:39
this probably wont work in TRL
lshang
2016/09/22 04:47:13
Done. I saw the more-vert-button in history item i
lshang
2016/09/22 04:47:13
I added 24px margin to both left and right, in cas
tsergeant
2016/09/22 06:34:30
I think it would be better to use -webkit-margin-e
lshang
2016/09/22 07:27:07
Done.
Dan Beam
2016/09/23 06:22:30
yes
|
| } |
| iron-selector { |
| @@ -96,6 +101,7 @@ |
| <a href="chrome://settings/clearBrowserData" |
| on-tap="onClearBrowsingDataTap_" id="clear-browsing-data"> |
| $i18n{clearBrowsingData} |
| + <iron-icon icon="history:open-in-new" id="clear-browsing-data-icon"></iron-icon> |
|
Dan Beam
2016/09/22 00:14:39
80 char wrap
lshang
2016/09/22 04:47:13
NaN after remove the id XD
|
| <paper-ripple id="cbd-ripple"></paper-ripple> |
| </a> |
| <div id="footer" hidden="[[!showFooter]]"> |