Chromium Code Reviews| 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> |