mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
text default class for attachments
This commit is contained in:
@@ -219,7 +219,8 @@
|
|||||||
{{'attachments' | i18n}}
|
{{'attachments' | i18n}}
|
||||||
</div>
|
</div>
|
||||||
<div class="box-content">
|
<div class="box-content">
|
||||||
<a class="box-content-row box-content-row-flex" *ngFor="let attachment of cipher.attachments"
|
<a class="box-content-row box-content-row-flex text-default"
|
||||||
|
*ngFor="let attachment of cipher.attachments"
|
||||||
href="#" appStopClick appBlurCLick (click)="downloadAttachment(attachment)">
|
href="#" appStopClick appBlurCLick (click)="downloadAttachment(attachment)">
|
||||||
<span class="row-main">{{attachment.fileName}}</span>
|
<span class="row-main">{{attachment.fileName}}</span>
|
||||||
<small class="row-sub-label">{{attachment.sizeName}}</small>
|
<small class="row-sub-label">{{attachment.sizeName}}</small>
|
||||||
|
|||||||
Reference in New Issue
Block a user