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

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

Issue 2578793004: MD Settings: Fix size and padding of expand button (Closed)
Patch Set: Rebase Created 4 years 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_device_dialog.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
index cd555d2b5037a810f96541701c9add8bd4ffbe04..3460a3626f7eb1a199621d5bd153bda69a2b996f 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_dialog.html
@@ -26,7 +26,7 @@
}
paper-spinner {
- @apply(--cr-icon-size);
+ @apply(--cr-icon-height-width);
dschuyler 2016/12/16 22:41:41 Is having a literal name->contents desired? i.e.
stevenjb 2016/12/16 22:56:10 As I'm sure you've now noticed we use 'size' for t
dschuyler 2016/12/17 01:13:54 I don't know, maybe -dimensions or -area. That mig
stevenjb 2016/12/19 18:20:21 --cr-icon-size = 8px --cr-icon-height-width = { he
margin: 0 10px;
}

Powered by Google App Engine
This is Rietveld 408576698