mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-22 11:45:59 +01:00
[CL-389] Add end slot to non-text bit label content (#10457)
This commit is contained in:
parent
e5227c045d
commit
ed719f835a
@ -42,6 +42,7 @@
|
|||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
href="https://bitwarden.com/help/user-types-access-control/"
|
href="https://bitwarden.com/help/user-types-access-control/"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -23,6 +23,7 @@
|
|||||||
linkType="primary"
|
linkType="primary"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
href="https://bitwarden.com/help/emergency-access/#user-access"
|
href="https://bitwarden.com/help/emergency-access/#user-access"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -22,6 +22,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
@ -57,6 +58,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -14,6 +14,7 @@
|
|||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
href="https://bitwarden.com/help/licensing-on-premise/#organization-account-sharing"
|
href="https://bitwarden.com/help/licensing-on-premise/#organization-account-sharing"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -82,6 +82,8 @@
|
|||||||
href="https://bitwarden.com/help/families-for-enterprise-self-hosted/"
|
href="https://bitwarden.com/help/families-for-enterprise-self-hosted/"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
|
slot="end"
|
||||||
|
bitLink
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
<span class="tw-sr-only">{{ "billingSyncHelp" | i18n }}</span>
|
<span class="tw-sr-only">{{ "billingSyncHelp" | i18n }}</span>
|
||||||
|
@ -57,6 +57,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
@ -76,6 +77,7 @@
|
|||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -39,6 +39,7 @@
|
|||||||
<app-premium-badge
|
<app-premium-badge
|
||||||
class="tw-mx-1"
|
class="tw-mx-1"
|
||||||
*ngIf="!canAccessPremium && o.premium"
|
*ngIf="!canAccessPremium && o.premium"
|
||||||
|
slot="end"
|
||||||
></app-premium-badge>
|
></app-premium-badge>
|
||||||
</bit-label>
|
</bit-label>
|
||||||
</bit-radio-button>
|
</bit-radio-button>
|
||||||
@ -196,6 +197,7 @@
|
|||||||
(click)="clearExpiration()"
|
(click)="clearExpiration()"
|
||||||
*ngIf="!disableSend"
|
*ngIf="!disableSend"
|
||||||
class="tw-ml-auto"
|
class="tw-ml-auto"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
{{ "clear" | i18n }}
|
{{ "clear" | i18n }}
|
||||||
</button>
|
</button>
|
||||||
|
@ -62,6 +62,8 @@
|
|||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
appA11yTitle="{{ 'learnMore' | i18n }}"
|
appA11yTitle="{{ 'learnMore' | i18n }}"
|
||||||
href="https://bitwarden.com/help/about-key-connector/"
|
href="https://bitwarden.com/help/about-key-connector/"
|
||||||
|
slot="end"
|
||||||
|
bitLink
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-question-circle" aria-hidden="true"></i>
|
||||||
</a>
|
</a>
|
||||||
|
@ -35,8 +35,9 @@
|
|||||||
href="https://bitwarden.com/email-preferences"
|
href="https://bitwarden.com/email-preferences"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
rel="noreferrer"
|
rel="noreferrer"
|
||||||
>{{ "unsubscribe" | i18n }}</a
|
|
||||||
>
|
>
|
||||||
|
{{ "unsubscribe" | i18n }}
|
||||||
|
</a>
|
||||||
{{ "atAnyTime" | i18n }}
|
{{ "atAnyTime" | i18n }}
|
||||||
</bit-label>
|
</bit-label>
|
||||||
</bit-form-control>
|
</bit-form-control>
|
||||||
|
@ -76,6 +76,7 @@ import { KitchenSinkSharedModule } from "../kitchen-sink-shared.module";
|
|||||||
linkType="primary"
|
linkType="primary"
|
||||||
[bitPopoverTriggerFor]="myPopover"
|
[bitPopoverTriggerFor]="myPopover"
|
||||||
#triggerRef="popoverTrigger"
|
#triggerRef="popoverTrigger"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-question-circle"></i>
|
<i class="bwi bwi-question-circle"></i>
|
||||||
</button>
|
</button>
|
||||||
|
@ -97,6 +97,7 @@
|
|||||||
type="button"
|
type="button"
|
||||||
[bitPopoverTriggerFor]="totpPopover"
|
[bitPopoverTriggerFor]="totpPopover"
|
||||||
[appA11yTitle]="'learnMoreAboutAuthenticators' | i18n"
|
[appA11yTitle]="'learnMoreAboutAuthenticators' | i18n"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
<i class="bwi bwi-sm bwi-question-circle" aria-hidden="true"></i>
|
<i class="bwi bwi-sm bwi-question-circle" aria-hidden="true"></i>
|
||||||
</button>
|
</button>
|
||||||
|
@ -80,6 +80,7 @@
|
|||||||
variant="success"
|
variant="success"
|
||||||
class="tw-ml-2"
|
class="tw-ml-2"
|
||||||
(click)="getPremium()"
|
(click)="getPremium()"
|
||||||
|
slot="end"
|
||||||
>
|
>
|
||||||
{{ "premium" | i18n }}
|
{{ "premium" | i18n }}
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
Reference in New Issue
Block a user