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

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

Issue 2849663002: [MD settings] replace secondary-action with separator (Closed)
Patch Set: set upstream 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/bluetooth_page/bluetooth_page.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
index 8f3623559ccb2aad2e5a0526cc1fae3739791c4a..1e24e8b7f2c04a0161b72f65aeca713894a6037c 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html
@@ -39,20 +39,19 @@
aria-describedby="bluetoothSecondary">
</button>
</template>
- <div class="secondary-action">
- <paper-toggle-button id="enableBluetooth"
- checked="{{bluetoothToggleState_}}"
- disabled$="[[bluetoothToggleDisabled_]]" on-tap="stopTap_"
- aria-label="$i18n{bluetoothToggleA11yLabel}">
- </paper-toggle-button>
- </div>
+ <div class="separator"></div>
+ <paper-toggle-button id="enableBluetooth"
+ checked="{{bluetoothToggleState_}}"
+ disabled$="[[bluetoothToggleDisabled_]]" on-tap="stopTap_"
+ aria-label="$i18n{bluetoothToggleA11yLabel}">
+ </paper-toggle-button>
</div>
</neon-animatable>
<template is="dom-if" route-path="/bluetoothDevices">
<settings-subpage associated-control="[[$$('#bluetoothDevices')]]"
page-title="$i18n{bluetoothPageTitle}">
- <settings-bluetooth-subpage
+ <settings-bluetooth-subpage
adapter-state="[[adapterState_]]"
bluetooth-toggle-state="{{bluetoothToggleState_}}"
bluetooth-toggle-disabled="[[bluetoothToggleDisabled_]]"

Powered by Google App Engine
This is Rietveld 408576698