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

Unified Diff: chrome/browser/resources/settings/downloads_page/downloads_page.html

Issue 2668163002: MD Settings: Fix styles in several places. (Closed)
Patch Set: remove rule-line on spell check page Created 3 years, 11 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/settings/downloads_page/downloads_page.html
diff --git a/chrome/browser/resources/settings/downloads_page/downloads_page.html b/chrome/browser/resources/settings/downloads_page/downloads_page.html
index 64af1e7a93b9f7e9c60d505dc199c1b2a5b38be8..61bfc66a612f0b3e73d4e8f3062e70b9bf51767c 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -19,14 +19,11 @@
</if>
</div>
</div>
- <div class="secondary-action">
- <controlled-button class="secondary-button" id="changeDownloadsPath"
- on-tap="selectDownloadLocation_"
- pref="[[prefs.download.default_directory]]"
- end-justified>
- $i18n{changeDownloadLocation}
dschuyler 2017/02/01 23:06:23 If this isn't used anymore, we can remove it from
- </controlled-button>
- </div>
+ <controlled-button id="changeDownloadsPath" icon-class="icon-external"
+ on-tap="selectDownloadLocation_"
+ pref="[[prefs.download.default_directory]]"
+ end-justified>
+ </controlled-button>
</div>
<div class="settings-box block">
<settings-toggle-button

Powered by Google App Engine
This is Rietveld 408576698