Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
move aria-label
Browse files Browse the repository at this point in the history
  • Loading branch information
timlevett committed Sep 21, 2016
1 parent 6a7ece6 commit 121e5a1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -45,7 +45,7 @@
</md-button>
</div>
<div class="dismiss-priority hidden-xs">
<md-button ng-if="priority.dismissable" ng-click="dismiss(priority, true)"><i class='fa fa-times' aria-label="Dismiss this priority notification"></i></md-button>
<md-button ng-if="priority.dismissable" ng-click="dismiss(priority, true)" aria-label="Dismiss this priority notification"><i class='fa fa-times'></i></md-button>
</div>
</div>
<p ng-if='priorityNotifications.length > 1' class="notification-message">
Expand Down

0 comments on commit 121e5a1

Please sign in to comment.