mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
make additional buttons and links keyboard accessible
This commit is contained in:
@@ -43,7 +43,6 @@ export function uiSourceSwitch(context) {
|
||||
.attr('href', '#')
|
||||
.text(t('source_switch.live'))
|
||||
.classed('live', true)
|
||||
.attr('tabindex', -1)
|
||||
.on('click', click);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user