Skip to content

Commit a53694b

Browse files
authored
Remove keyboard focus from non-interactive code elements (#329)
1 parent 099e5e6 commit a53694b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

_includes/scripts.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,4 @@
179179
}
180180
}
181181

182-
$('code').attr('tabindex',0);
183-
$('pre').attr('tabindex',0);
184182
</script>

0 commit comments

Comments
 (0)