mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
make additional buttons and links keyboard accessible
This commit is contained in:
@@ -273,7 +273,6 @@ export function uiCommit(context) {
|
||||
.attr('class', 'user-info')
|
||||
.text(user.display_name)
|
||||
.attr('href', osm.userURL(user.display_name))
|
||||
.attr('tabindex', -1)
|
||||
.attr('target', '_blank');
|
||||
|
||||
prose
|
||||
|
||||
Reference in New Issue
Block a user