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

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

Issue 2918993004: Settings: Do not apply cr-actionable to scrollable items (Closed)
Patch Set: Created 3 years, 7 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 | ui/webui/resources/cr_elements/shared_style_css.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
index 0417109b7c382cb166bf2736500883338858213f..dd4644a70a3a87e6f3d3b53c634e92449eefa546 100644
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.html
@@ -67,7 +67,7 @@
selection-enabled selected-item="{{selectedPairedItem_}}"
scroll-target="pairedContainer">
<template>
- <bluetooth-device-list-item device="[[item]]"
+ <bluetooth-device-list-item actionable device="[[item]]"
tabindex$="[[tabIndex]]">
</bluetooth-device-list-item>
</template>
@@ -92,7 +92,7 @@
selection-enabled selected-item="{{selectedUnpairedItem_}}"
scroll-target="unpairedContainer">
<template>
- <bluetooth-device-list-item device="[[item]]"
+ <bluetooth-device-list-item actionable device="[[item]]"
tabindex$="[[tabIndex]]">
</bluetooth-device-list-item>
</template>
« no previous file with comments | « no previous file | ui/webui/resources/cr_elements/shared_style_css.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698