aboutsummaryrefslogtreecommitdiffstats
path: root/content_scripts
diff options
context:
space:
mode:
authorStephen Blott2016-03-04 10:21:13 +0000
committerStephen Blott2016-03-04 10:21:13 +0000
commit58e332fe942d01c8f4633b3415c460f678b2c75b (patch)
tree4c7b8c7dd99c632f98c831ff4e7b532e60c08880 /content_scripts
parent2beb94559937a9b97c5d11d24006d84931cdd4a1 (diff)
downloadvimium-58e332fe942d01c8f4633b3415c460f678b2c75b.tar.bz2
Use role/link to make command names clickable.
Diffstat (limited to 'content_scripts')
-rw-r--r--content_scripts/link_hints.coffee1
1 files changed, 0 insertions, 1 deletions
diff --git a/content_scripts/link_hints.coffee b/content_scripts/link_hints.coffee
index e74653f2..c8f9b6f9 100644
--- a/content_scripts/link_hints.coffee
+++ b/content_scripts/link_hints.coffee
@@ -205,7 +205,6 @@ class LinkHintsMode
if (element.hasAttribute("onclick") or
element.getAttribute("role")?.toLowerCase() in ["button", "link"] or
element.getAttribute("class")?.toLowerCase().indexOf("button") >= 0 or
- element.getAttribute("class")?.indexOf("vimiumClickable") >= 0 or
element.getAttribute("contentEditable")?.toLowerCase() in ["", "contentEditable", "true"])
isClickable = true