mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +00:00
[CL-389] Add end slot to non-text bit label content (#10457)
This commit is contained in:
@@ -35,8 +35,9 @@
|
||||
href="https://bitwarden.com/email-preferences"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
>{{ "unsubscribe" | i18n }}</a
|
||||
>
|
||||
{{ "unsubscribe" | i18n }}
|
||||
</a>
|
||||
{{ "atAnyTime" | i18n }}
|
||||
</bit-label>
|
||||
</bit-form-control>
|
||||
|
||||
@@ -76,6 +76,7 @@ import { KitchenSinkSharedModule } from "../kitchen-sink-shared.module";
|
||||
linkType="primary"
|
||||
[bitPopoverTriggerFor]="myPopover"
|
||||
#triggerRef="popoverTrigger"
|
||||
slot="end"
|
||||
>
|
||||
<i class="bwi bwi-question-circle"></i>
|
||||
</button>
|
||||
|
||||
@@ -97,6 +97,7 @@
|
||||
type="button"
|
||||
[bitPopoverTriggerFor]="totpPopover"
|
||||
[appA11yTitle]="'learnMoreAboutAuthenticators' | i18n"
|
||||
slot="end"
|
||||
>
|
||||
<i class="bwi bwi-sm bwi-question-circle" aria-hidden="true"></i>
|
||||
</button>
|
||||
|
||||
@@ -80,6 +80,7 @@
|
||||
variant="success"
|
||||
class="tw-ml-2"
|
||||
(click)="getPremium()"
|
||||
slot="end"
|
||||
>
|
||||
{{ "premium" | i18n }}
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user