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

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

Issue 2849663002: [MD settings] replace secondary-action with separator (Closed)
Patch Set: merge with master Created 3 years, 8 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 4a1f678c822e67f584fc5032f0e5001ec361289d..3745d5c00fa2c5611dae73ddae43ce78cdbfa590 100644
--- a/chrome/browser/resources/settings/downloads_page/downloads_page.html
+++ b/chrome/browser/resources/settings/downloads_page/downloads_page.html
@@ -25,14 +25,13 @@
</if>
</div>
</div>
- <div class="secondary-action">
- <controlled-button class="secondary-button" id="changeDownloadsPath"
- label="$i18n{changeDownloadLocation}"
- on-tap="selectDownloadLocation_"
- pref="[[prefs.download.default_directory]]"
- end-justified>
- </controlled-button>
- </div>
+ <div class="separator"></div>
+ <controlled-button class="secondary-button" id="changeDownloadsPath"
+ label="$i18n{changeDownloadLocation}"
+ on-tap="selectDownloadLocation_"
+ pref="[[prefs.download.default_directory]]"
+ end-justified>
+ </controlled-button>
</div>
<div class="settings-box block">
<settings-toggle-button
@@ -52,12 +51,11 @@
<div class="start">
$i18n{openFileTypesAutomatically}
</div>
- <div class="secondary-action">
- <paper-button id="resetAutoOpenFileTypes" class="secondary-button"
- on-tap="onClearAutoOpenFileTypesTap_">
- $i18n{clear}
- </paper-button>
- </div>
+ <div class="separator"></div>
+ <paper-button id="resetAutoOpenFileTypes" class="secondary-button"
+ on-tap="onClearAutoOpenFileTypesTap_">
+ $i18n{clear}
+ </paper-button>
</div>
</template>
</template>

Powered by Google App Engine
This is Rietveld 408576698