Index: chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html |
diff --git a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html |
index d2d9c489676cfaf23839cf5184154a95c7b417e3..86e8ee1754f24852d4c3fad786b29d688aa9a398 100644 |
--- a/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html |
+++ b/chrome/browser/resources/settings/bluetooth_page/bluetooth_device_list_item.html |
@@ -24,7 +24,7 @@ |
<template> |
<div class="flex layout horizontal center" dropdown$="[[dropdownOpened]]" |
on-tap="itemTapped_" actionable> |
Dan Beam
2016/07/13 01:35:11
isn't the entire area already actionable?
stevenjb
2016/07/13 17:26:43
Yes. I'm not sure why I added this, but confirmed
|
- <span class="name" connected$="[[device.connected]]"> |
+ <span class="name" connected$="[[device.connected]]" actionable> |
[[getDeviceName_(device)]] |
</span> |
<iron-icon icon="cr:check" hidden$="[[!device.connected]]"> |