Changes add-button to a button

Makes it possible to tab to the button.
This commit is contained in:
Søren Kottal
2018-11-15 09:49:04 +01:00
committed by Sebastiaan Janssen
parent 269f12edbf
commit 7f858899a3

View File

@@ -37,9 +37,9 @@
</div>
<div class="umb-nested-content__footer-bar" ng-hide="nodes.length >= maxItems">
<a class="umb-nested-content__icon" ng-click="openNodeTypePicker($event)" prevent-default>
<button type="button" class="umb-nested-content__icon" ng-click="openNodeTypePicker($event)" prevent-default>
<i class="icon icon-add"></i>
</a>
</button>
</div>
</ng-form>