Skip to content

Commit

Permalink
Merge pull request DSpace#3281 from DSpace/backport-3035-to-dspace-8_x
Browse files Browse the repository at this point in the history
[Port dspace-8_x] Set color black on filter section for mobile
  • Loading branch information
tdonohue authored Aug 29, 2024
2 parents a06c925 + 078dcbb commit 5b20be2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[attr.aria-label]="(((collapsed$ | async) ? 'search.filters.filter.expand' : 'search.filters.filter.collapse') | translate) + ' ' + (('search.filters.filter.' + filter.name + '.head') | translate | lowercase)"
[attr.data-test]="'filter-toggle' | dsBrowserOnly"
>
<span class="h4 d-inline-block text-left mt-auto mb-auto">
<span class="h4 d-inline-block text-left mt-auto mb-auto dark:text-white text-dark">
{{'search.filters.filter.' + filter.name + '.head'| translate}}
</span>
<i class="filter-toggle flex-grow-1 fas p-auto"
Expand Down

0 comments on commit 5b20be2

Please sign in to comment.