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

Unified Diff: chrome/browser/resources/settings/about_page/detailed_build_info.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/about_page/detailed_build_info.html
diff --git a/chrome/browser/resources/settings/about_page/detailed_build_info.html b/chrome/browser/resources/settings/about_page/detailed_build_info.html
index d9ee2a067ebcf5511e25ae8ee4acd8d26f57e8de..a8cd35ef5f8aa10eee7b5cf5ac2182ce479e59d3 100644
--- a/chrome/browser/resources/settings/about_page/detailed_build_info.html
+++ b/chrome/browser/resources/settings/about_page/detailed_build_info.html
@@ -39,20 +39,19 @@
<div>$i18n{aboutChannelLabel}</div>
<div class="secondary">[[currentlyOnChannelText_]]</div>
</div>
- <div class="secondary-action">
- <paper-button on-tap="onChangeChannelTap_"
- disabled="[[!canChangeChannel_]]">
- $i18n{aboutChangeChannel}
- </paper-button>
- <template is="dom-if" if="[[!canChangeChannel_]]">
- <cr-policy-indicator
- indicator-source-name="[[getChangeChannelIndicatorSourceName_(
- canChangeChannel_)]]"
- indicator-type="[[getChangeChannelIndicatorType_(
- canChangeChannel_)]]">
- </cr-policy-indicator>
- </template>
- </div>
+ <div class="separator"></div>
+ <paper-button on-tap="onChangeChannelTap_"
+ disabled="[[!canChangeChannel_]]">
+ $i18n{aboutChangeChannel}
+ </paper-button>
+ <template is="dom-if" if="[[!canChangeChannel_]]">
+ <cr-policy-indicator
+ indicator-source-name="[[getChangeChannelIndicatorSourceName_(
+ canChangeChannel_)]]"
+ indicator-type="[[getChangeChannelIndicatorType_(
+ canChangeChannel_)]]">
+ </cr-policy-indicator>
+ </template>
<template is="dom-if" if="[[showChannelSwitcherDialog_]]" restamp>
<settings-channel-switcher-dialog
on-close="onChannelSwitcherDialogClosed_">

Powered by Google App Engine
This is Rietveld 408576698