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

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: Move launch tracker to extension. 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 04f487bc43054bbd8898e0cae0b2d0ba80406a5c..d41e11b5a6134a69d35a847d4be7c46278016d2f 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
@@ -50,13 +50,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);
@@ -78,6 +71,13 @@ paper-menu {
font-weight: normal;
}
+.sink-icon, .cast-mode{
apacible 2015/08/11 18:29:58 For consistency, maybe "cast-mode-icon"? nit: ord
+ -webkit-padding-end: 16px;
+ -webkit-padding-start: 20px;
+ height: 16px;
+ width: 16px;
+}
+
#sink-list {
max-height: 200px;
overflow-x: hidden;

Powered by Google App Engine
This is Rietveld 408576698