Unverified Commit 3a17bd74 authored by Dave Wolfe's avatar Dave Wolfe Committed by GitHub

Merge pull request #773 from hypothesis/product-backlog/780

Add aria label to share button in client menu
parents cf7241a8 9dc910bf
...@@ -46,12 +46,13 @@ ...@@ -46,12 +46,13 @@
sort-key="vm.sortKey" sort-key="vm.sortKey"
on-change-sort-key="vm.onChangeSortKey({sortKey: sortKey})"> on-change-sort-key="vm.onChangeSortKey({sortKey: sortKey})">
</sort-dropdown> </sort-dropdown>
<a class="top-bar__btn" <button class="top-bar__btn"
ng-click="vm.onSharePage()" ng-click="vm.onSharePage()"
ng-if="vm.showSharePageButton()" ng-if="vm.showSharePageButton()"
title="Share this page"> title="Share this page"
aria-label="Share this page">
<i class="h-icon-annotation-share"></i> <i class="h-icon-annotation-share"></i>
</a> </button>
<login-control <login-control
class="login-control" class="login-control"
auth="vm.auth" auth="vm.auth"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment