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

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

Issue 2846763003: MD Settings: Network and bluetooth polish (Closed)
Patch Set: 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_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..e1cefeb8395948885d6bda2912150f3bf8ad45af 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
@@ -28,8 +28,13 @@
@apply(--cr-icon-height-width);
}
+ #onoff {
dschuyler 2017/04/27 21:52:16 Can this be onOff or on-off
stevenjb 2017/04/28 16:33:13 Done.
+ font-weight: 600;
+ }
+
#onoff[on] {
color: var(--settings-toggle-color);
+ font-weight: 500;
}
</style>

Powered by Google App Engine
This is Rietveld 408576698