mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
box row links use default colors
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
<label for="favorite">{{'favorite' | i18n}}</label>
|
||||
<input id="favorite" type="checkbox" name="Favorite" [(ngModel)]="cipher.favorite">
|
||||
</div>
|
||||
<a class="box-content-row box-content-row-flex" href="#" appStopClick appBlurClick
|
||||
<a class="box-content-row box-content-row-flex text-default" href="#" appStopClick appBlurClick
|
||||
(click)="attachments()" *ngIf="editMode">
|
||||
<div class="row-main">{{'attachments' | i18n}}</div>
|
||||
<i class="fa fa-chevron-right row-sub-icon"></i>
|
||||
|
||||
Reference in New Issue
Block a user