Removing goggles icon
This commit is contained in:
parent
d6f1b51fa6
commit
15062b80d1
@ -63,8 +63,7 @@
|
|||||||
{{ activeFilters.rbf }}
|
{{ activeFilters.rbf }}
|
||||||
<tr *ngIf="(!auditEnabled && tx && tx.status === 'accelerated') || filters.length">
|
<tr *ngIf="(!auditEnabled && tx && tx.status === 'accelerated') || filters.length">
|
||||||
<td colspan="2">
|
<td colspan="2">
|
||||||
<div class="tags" [class.any-mode]="filterMode === 'or'">
|
<div class="tags mt-2" [class.any-mode]="filterMode === 'or'">
|
||||||
<span class="goggles-icon"><app-svg-images name="goggles" width="100%" height="100%"></app-svg-images></span>
|
|
||||||
<span *ngIf="!auditEnabled && tx && tx.status === 'accelerated'" class="badge badge-accelerated" i18n="transaction.audit.accelerated">Accelerated</span>
|
<span *ngIf="!auditEnabled && tx && tx.status === 'accelerated'" class="badge badge-accelerated" i18n="transaction.audit.accelerated">Accelerated</span>
|
||||||
<ng-container *ngFor="let filter of filters;">
|
<ng-container *ngFor="let filter of filters;">
|
||||||
<span class="btn badge filter-tag" [class.matching]="activeFilters[filter.key]">{{ filter.label }}</span>
|
<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 {
|
@keyframes acceleratePulse {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user