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

Unified Diff: chrome/browser/resources/settings/about_page/about_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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/about_page/about_page.html
diff --git a/chrome/browser/resources/settings/about_page/about_page.html b/chrome/browser/resources/settings/about_page/about_page.html
index d24e89c279b7d187bbe4dc5abe5b046e7ae34703..c26f044a6c3a78c7fb1e416578a7914d7f7c09c0 100644
--- a/chrome/browser/resources/settings/about_page/about_page.html
+++ b/chrome/browser/resources/settings/about_page/about_page.html
@@ -124,8 +124,8 @@
</span>
<div class="secondary copyable">$i18n{aboutBrowserVersion}</div>
</div>
- <span id="buttonContainer" class="secondary-action"
- hidden="[[!showButtonContainer_]]">
+ <span id="buttonContainer" hidden="[[!showButtonContainer_]]">
+ <div class="separator"></div>
<paper-button id="relaunch" class="secondary-button"
hidden="[[!showRelaunch_]]" on-tap="onRelaunchTap_">
$i18n{aboutRelaunch}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/about_page/about_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698