mirror of
https://github.com/mempool/mempool.git
synced 2024-11-20 02:11:49 +01:00
Removing goggles icon
This commit is contained in:
parent
d6f1b51fa6
commit
15062b80d1
@ -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>
|
||||
|
@ -68,12 +68,6 @@ th, td {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.goggles-icon {
|
||||
height: 0.9em;
|
||||
margin-top: -5px;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes acceleratePulse {
|
||||
|
Loading…
Reference in New Issue
Block a user