make additional buttons and links keyboard accessible

This commit is contained in:
Albin Larsson
2019-07-31 08:24:26 +02:00
parent d5da5a601c
commit cd5cd81ba5
15 changed files with 1 additions and 19 deletions
-1
View File
@@ -43,7 +43,6 @@ export function uiSourceSwitch(context) {
.attr('href', '#')
.text(t('source_switch.live'))
.classed('live', true)
.attr('tabindex', -1)
.on('click', click);
};