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

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

Issue 2369223002: [MR UI] Make paper-items the only selectable elements in cast modes list (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
diff --git a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
index de948ff6a9a7454231aad55dccf7a9aa6012d675..6234156c2c1ffaa18fe5be2aacd6c43324972e34 100644
--- a/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
+++ b/chrome/browser/resources/media_router/elements/media_router_container/media_router_container.html
@@ -57,7 +57,8 @@
</media-router-header>
<div id="content">
<template is="dom-if" if="[[!computeCastModeListHidden_(currentView_)]]">
- <paper-menu id="cast-mode-list" role="presentation">
+ <paper-menu id="cast-mode-list" role="presentation"
+ selectable="paper-item">
<template is="dom-repeat" id="defaultCastModeList"
items="[[computeDefaultCastModeList_(castModeList)]]">
<paper-item on-tap="onCastModeClick_">
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698