Skip to content

Commit

Permalink
ConfigurationEditor - accessibility amends
Browse files Browse the repository at this point in the history
Changes taken from @BatJan's pull request.
Refactor view to use umbraco directives and change a to button
#44

Once Contentment's dependency on Umbraco has been bumped
up beyond v8.8.0, then I'll merge in the rest of the pull request.
  • Loading branch information
BatJan authored and leekelleher committed Dec 1, 2020
1 parent c287690 commit 0f22330
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
</div>
<ul class="umb-actions umb-actions-child">
<li class="umb-action" ng-repeat="item in vm.items | orderBy:vm.orderBy | filter:vm.searchTerm">
<a class="umb-action-link" ng-click="vm.select(item)">
<button type="button" class="btn-reset umb-action-link" ng-click="vm.select(item)">
<i class="large icon" ng-class="item.icon"></i>
<span class="menu-label">
<span ng-bind="item.name"></span>
<small ng-bind="item.description"></small>
</span>
</a>
</button>
</li>
</ul>
</umb-box-content>
Expand Down

0 comments on commit 0f22330

Please sign in to comment.