Chromium Code Reviews| 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 20fd975d80251ff3ea851433d0cb82b183bbdf6a..f67066e1cc312983cfad43584cf12a75a617bf4b 100644 |
| --- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html |
| +++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_page.html |
| @@ -30,6 +30,10 @@ |
| min-height: var(--settings-row-min-height); |
| } |
| + #container iron-list > bluetooth-device-list-item:not(:first-of-type) { |
| + border-top: var(--settings-separator-line); |
| + } |
|
stevenjb
2017/01/18 18:06:17
Mocks have been inconsistent WRT separators in lis
fukino
2017/01/19 01:06:17
Thank you for the confirmation!
I removed this cha
|
| + |
| settings-bluetooth-add-device-dialog, |
| settings-bluetooth-pair-device-dialog { |
| height: 400px; |