Skip to content

Commit

Permalink
Remove unnecessary aria-hidden attribute from <umb-icon>
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarnef authored and nathanwoulfe committed Mar 16, 2021
1 parent f7c032a commit 1570d49
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@

<div ng-if="splitViewOpen">
<button type="button" class="btn-reset umb-editor-header__close-split-view" ng-click="closeSplitView()">
<umb-icon icon="icon-delete" class="icon-delete" aria-hidden="true"></umb-icon>
<umb-icon icon="icon-delete" class="icon-delete"></umb-icon>
<span class="sr-only"><localize key="general_closepane">Close Pane</localize></span>
</button>
</div>
Expand Down

0 comments on commit 1570d49

Please sign in to comment.