mirror of
https://github.com/bitwarden/browser.git
synced 2025-03-11 13:30:39 +01:00
parent
3a92546362
commit
053053624f
@ -39,7 +39,9 @@
|
|||||||
<!-- Main content of `NavItem` -->
|
<!-- Main content of `NavItem` -->
|
||||||
<ng-template #anchorAndButtonContent>
|
<ng-template #anchorAndButtonContent>
|
||||||
<i class="bwi bwi-fw tw-text-alt2 tw-mx-1 {{ icon }}"></i
|
<i class="bwi bwi-fw tw-text-alt2 tw-mx-1 {{ icon }}"></i
|
||||||
><span [ngClass]="showActiveStyles ? 'tw-font-bold' : 'tw-font-semibold'">{{ text }}</span>
|
><span [title]="text" [ngClass]="showActiveStyles ? 'tw-font-bold' : 'tw-font-semibold'">{{
|
||||||
|
text
|
||||||
|
}}</span>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
<!-- Show if a value was passed to `this.to` -->
|
<!-- Show if a value was passed to `this.to` -->
|
||||||
|
Loading…
Reference in New Issue
Block a user