[ACA-3426] - removed not used color code (#5801)

This commit is contained in:
Vito
2020-06-22 12:05:34 +01:00
committed by GitHub
parent 9a6fd0125b
commit af70e22cd9

View File

@@ -8,7 +8,7 @@
matTooltip="{{ 'SEARCH.SEARCH_HEADER.FILTER_BY' | translate: { category: col.title || 'Type' } }}">
<adf-icon value="adf:filter"
[ngClass]="{ 'adf-icon-active': isActive || menuTrigger.menuOpen }"
matBadge="&#8288;"
matBadge="filter"
matBadgeColor="warn"
[matBadgeHidden]="!isActive"></adf-icon>
</button>