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