mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
[PM-19025] update icon, add href for a11y nav (#13818)
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
[title]="''"
|
[title]="''"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-exclamation-triangle tw-text-warning" aria-hidden="true"></i>
|
<i class="bwi bwi-exclamation-triangle tw-text-warning" aria-hidden="true"></i>
|
||||||
<a bitLink (click)="launchChangePassword()">
|
<a bitLink href="#" (click)="launchChangePassword()">
|
||||||
{{ "changeAtRiskPassword" | i18n }}
|
{{ "changeAtRiskPassword" | i18n }}
|
||||||
<i class="bwi bwi-popout tw-ml-1" aria-hidden="true"></i>
|
<i class="bwi bwi-external-link tw-ml-1" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
</bit-callout>
|
</bit-callout>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
|||||||
@@ -90,9 +90,9 @@
|
|||||||
></button>
|
></button>
|
||||||
</bit-form-field>
|
</bit-form-field>
|
||||||
<bit-hint *ngIf="hadPendingChangePasswordTask">
|
<bit-hint *ngIf="hadPendingChangePasswordTask">
|
||||||
<a bitLink (click)="launchChangePasswordEvent()">
|
<a bitLink href="#" (click)="launchChangePasswordEvent()">
|
||||||
{{ "changeAtRiskPassword" | i18n }}
|
{{ "changeAtRiskPassword" | i18n }}
|
||||||
<i class="bwi bwi-popout tw-ml-1" aria-hidden="true"></i>
|
<i class="bwi bwi-external-link tw-ml-1" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
</bit-hint>
|
</bit-hint>
|
||||||
<div
|
<div
|
||||||
|
|||||||
Reference in New Issue
Block a user