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

Unified Diff: chrome/browser/resources/md_history/side_bar.html

Issue 2351363003: MD History: Update button style for CBD in sidenav (Closed)
Patch Set: rebase Created 4 years, 3 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/side_bar.html
diff --git a/chrome/browser/resources/md_history/side_bar.html b/chrome/browser/resources/md_history/side_bar.html
index 1116d0ba1cd290f794aa9f5c8a34526b44d8454c..7dbcc88b3998d10caf2df97a44f34a8e64bad489 100644
--- a/chrome/browser/resources/md_history/side_bar.html
+++ b/chrome/browser/resources/md_history/side_bar.html
@@ -24,7 +24,16 @@
}
#clear-browsing-data {
- text-transform: uppercase;
+ justify-content: space-between;
+ }
+
+ #clear-browsing-data iron-icon {
+ -webkit-margin-end: 24px;
+ color: var(--paper-grey-400);
+ height: 20px;
+ margin-bottom: 10px;
+ margin-top: 10px;
+ width: 20px;
}
iron-selector {
@@ -96,6 +105,7 @@
<a href="chrome://settings/clearBrowserData"
on-tap="onClearBrowsingDataTap_" id="clear-browsing-data">
$i18n{clearBrowsingData}
+ <iron-icon icon="cr:open-in-new"></iron-icon>
<paper-ripple id="cbd-ripple"></paper-ripple>
</a>
<div id="footer" hidden="[[!showFooter]]">
« no previous file with comments | « chrome/browser/resources/md_history/app.vulcanized.html ('k') | chrome/browser/resources/settings/icons.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698