mirror of
https://github.com/bitwarden/desktop.git
synced 2024-11-24 11:55:50 +01:00
text default class for attachments
This commit is contained in:
parent
55771f30aa
commit
51f578f4d3
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user