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

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

Issue 2643653003: MD Settings: Bluetooth: Use labels instead of icons to show connection status. (Closed)
Patch Set: Created 3 years, 11 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 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;

Powered by Google App Engine
This is Rietveld 408576698