1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-16 02:27:00 +02:00

text default class for attachments

This commit is contained in:
Kyle Spearrin 2018-02-04 15:52:32 -05:00
parent 55771f30aa
commit 51f578f4d3

View File

@ -219,7 +219,8 @@
{{'attachments' | i18n}}
</div>
<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)">
<span class="row-main">{{attachment.fileName}}</span>
<small class="row-sub-label">{{attachment.sizeName}}</small>