Fixes #163 where tabbing through form would land on icons

patch-ionaru
Wes Cossick 9 years ago
parent 17dad384bc
commit 4dbe95fe80

@ -68,6 +68,7 @@ function createIcon(options, enableTooltips) {
}
}
el.tabIndex = -1;
el.className = options.className;
return el;
}

Loading…
Cancel
Save