Removing goggles icon

This commit is contained in:
softsimon 2024-03-23 14:08:43 +09:00
parent d6f1b51fa6
commit 15062b80d1
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 1 additions and 8 deletions

View File

@ -63,8 +63,7 @@
{{ activeFilters.rbf }}
<tr *ngIf="(!auditEnabled && tx && tx.status === 'accelerated') || filters.length">
<td colspan="2">
<div class="tags" [class.any-mode]="filterMode === 'or'">
<span class="goggles-icon"><app-svg-images name="goggles" width="100%" height="100%"></app-svg-images></span>
<div class="tags mt-2" [class.any-mode]="filterMode === 'or'">
<span *ngIf="!auditEnabled && tx && tx.status === 'accelerated'" class="badge badge-accelerated" i18n="transaction.audit.accelerated">Accelerated</span>
<ng-container *ngFor="let filter of filters;">
<span class="btn badge filter-tag" [class.matching]="activeFilters[filter.key]">{{ filter.label }}</span>

View File

@ -68,12 +68,6 @@ th, td {
}
}
}
.goggles-icon {
height: 0.9em;
margin-top: -5px;
margin-right: 0.2em;
}
}
@keyframes acceleratePulse {