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

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

Issue 2846763003: MD Settings: Network and bluetooth polish (Closed)
Patch Set: Add button for third party vpn 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/device_page/display_overscan_dialog.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
index aa473836c54743d5409a559be48ad8c818a892bc..e5bd151c7d75bb522654567b0d42975a274fd817 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
@@ -28,13 +28,17 @@
@apply(--cr-icon-height-width);
}
- #onoff[on] {
+ #onOff {
+ font-weight: 500;
+ }
+
+ #onOff[on] {
color: var(--settings-toggle-color);
}
</style>
<div class="settings-box first">
- <div id="onoff" class="start" on$="[[bluetoothToggleState]]">
+ <div id="onOff" class="start" on$="[[bluetoothToggleState]]">
[[getOnOffString_(bluetoothToggleState,
'$i18nPolymer{deviceOn}', '$i18nPolymer{deviceOff}')]]
</div>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/device_page/display_overscan_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698