mirror of
https://github.com/bitwarden/browser.git
synced 2025-02-22 02:21:34 +01:00
missing focus on the learn more button (#10365)
This commit is contained in:
parent
075e1eb570
commit
0b6d9928a3
@ -45,10 +45,16 @@ const announcementIcon = svgIcon`
|
||||
</span>
|
||||
|
||||
<ng-container bitDialogFooter>
|
||||
<a bitButton buttonType="primary" bitDialogClose (click)="navigateToLink()">
|
||||
<button
|
||||
bitButton
|
||||
type="button"
|
||||
buttonType="primary"
|
||||
(click)="navigateToLink()"
|
||||
bitDialogClose
|
||||
>
|
||||
{{ "learnMore" | i18n }}
|
||||
<i class="bwi bwi-external-link bwi-fw" aria-hidden="true"></i>
|
||||
</a>
|
||||
</button>
|
||||
<button bitButton type="button" buttonType="secondary" bitDialogClose>
|
||||
{{ "close" | i18n }}
|
||||
</button>
|
||||
|
Loading…
Reference in New Issue
Block a user