Don't prevent default tabbing to elements (re: #8004)

This commit is contained in:
Quincy Morgan
2020-09-17 12:07:20 -04:00
parent d88d599f2c
commit 58014ace62
24 changed files with 1 additions and 42 deletions
-2
View File
@@ -80,7 +80,6 @@ export function uiFieldText(field, context) {
buttons.enter()
.append('button')
.attr('tabindex', -1)
.attr('class', function(d) {
var which = (d === 1 ? 'increment' : 'decrement');
return 'form-field-button ' + which;
@@ -106,7 +105,6 @@ export function uiFieldText(field, context) {
outlinkButton.enter()
.append('button')
.attr('tabindex', -1)
.call(svgIcon('#iD-icon-out-link'))
.attr('class', 'form-field-button foreign-id-permalink')
.attr('title', function() {