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

Unified Diff: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css

Issue 1273423004: Shows a launch spinner next to a sink once it is selected to create a route. The launch spinner sur… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/media_router/elements/media_router_container/media_router_container.css
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
index b90f87907cb0406acf020c511bc5e0ae5cec558a..bd052c2aa67ebdd3c29a61b8899a7167c440f2fe 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.css
@@ -6,6 +6,14 @@
color: rgb(33, 150, 243);
}
+.cast-mode-icon,
+.sink-icon {
+ -webkit-padding-end: 16px;
+ -webkit-padding-start: 20px;
+ height: 16px;
+ width: 16px;
+}
+
#cast-mode-list {
padding-bottom: 8px;
padding-top: 8px;
@@ -55,13 +63,6 @@ paper-item:hover {
border: 0;
}
-paper-item iron-icon {
- -webkit-padding-end: 16px;
- -webkit-padding-start: 20px;
- height: 16px;
- width: 16px;
-}
-
paper-menu {
-webkit-user-select: none;
color: rgb(0, 0, 0);

Powered by Google App Engine
This is Rietveld 408576698