mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
Beeep/remove sad faces (#1255)
* Replace sad face with searching image * Change css variable name * Added aria-hidden="true" to images * Run prettier
This commit is contained in:
@@ -104,7 +104,7 @@
|
||||
<div class="no-items" *ngIf="!filteredSends.length">
|
||||
<i class="fa fa-spinner fa-spin fa-3x" *ngIf="!loaded" aria-hidden="true"></i>
|
||||
<ng-container *ngIf="loaded">
|
||||
<i class="fa fa-frown-o fa-4x" aria-hidden="true"></i>
|
||||
<img class="no-items-image" aria-hidden="true" />
|
||||
<p>{{ "noItemsInList" | i18n }}</p>
|
||||
</ng-container>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user