We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe5741 commit 862dafbCopy full SHA for 862dafb
frontend/src/app/shared/filter/team-filter/team-filter.component.html
@@ -13,8 +13,7 @@
13
[attr.data-testId]="'team-filter-chip'"
14
[matTooltip]="team.name"
15
matTooltipPosition="above"
16
- class="ico
17
- n-button focus-outline mt-1 me-1"
+ class="icon-button focus-outline mt-1 me-1"
18
>
19
<mat-chip [highlighted]="activeTeams.includes(team.id)" color="primary">
20
<p class="d-sm-none d-block text-truncate chip-team-name">{{ getTeamName(team.id) }}</p>
0 commit comments