mirror of
https://github.com/bitwarden/browser
synced 2026-01-01 08:03:20 +00:00
aria-hidden on titles icons
This commit is contained in:
@@ -103,7 +103,7 @@
|
||||
<div class="modal-footer">
|
||||
<button type="button" class="primary" appBlurClick *ngIf="showSelect" (click)="select()"
|
||||
appA11yTitle="{{'select' | i18n}}">
|
||||
<i class="fa fa-lg fa-fw fa-check"></i>
|
||||
<i class="fa fa-lg fa-fw fa-check" aria-hidden="true"></i>
|
||||
</button>
|
||||
<button type="button" data-dismiss="modal">{{(showSelect ? 'cancel' : 'close') | i18n}}</button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user