Merged PR 769: #2019 Fix Text Color of Inactive Filter Chip

#2019 Fix Text Color of Inactive Filter Chip
This commit is contained in:
Nino Righi
2021-07-27 15:12:58 +00:00
committed by Lorenz Hilpert
parent 913b68f08d
commit 66a1906977
2 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ ui-filter-filter-group-main {
}
::ng-deep page-article-search-main ui-filter-filter-group-main .ui-filter-chip:not(.selected) {
@apply bg-glitter !important text-ucla-blue !important;
@apply bg-glitter !important;
}
ui-filter-input-group-main {

View File

@@ -8,7 +8,7 @@ button.ui-filter-chip {
/** styling branch bereich **/
::ng-deep .branch ui-filter-input-chip button.ui-filter-chip {
@apply text-cool-grey;
@apply text-inactive-branch;
}
button.ui-filter-chip.selected {
@@ -17,5 +17,5 @@ button.ui-filter-chip.selected {
/** styling branch bereich **/
::ng-deep .branch ui-filter-input-chip button.ui-filter-chip.selected {
@apply bg-cool-grey;
@apply bg-active-branch;
}