1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

use default-trailing slot for attachments on the at-risk passwords page (#17203)

This commit is contained in:
Nick Krantz
2025-11-25 19:53:20 -06:00
committed by GitHub
parent fdacd01f83
commit f27ce4342c

View File

@@ -53,12 +53,14 @@
<app-vault-icon [cipher]="cipher"></app-vault-icon>
</div>
<span data-testid="item-name">{{ cipher.name }}</span>
<i
*ngIf="cipher.hasAttachments"
class="bwi bwi-paperclip bwi-sm"
[appA11yTitle]="'attachments' | i18n"
></i>
<span slot="secondary">{{ cipher.subTitle }}</span>
<div slot="default-trailing">
<i
*ngIf="cipher.hasAttachments"
class="bwi bwi-paperclip bwi-sm"
[appA11yTitle]="'attachments' | i18n"
></i>
</div>
</button>
<bit-item-action slot="end">
<button