mirror of
https://dev.azure.com/hugendubel/ISA/_git/ISA-Frontend
synced 2025-12-31 09:37:15 +01:00
Merged PR 769: #2019 Fix Text Color of Inactive Filter Chip
#2019 Fix Text Color of Inactive Filter Chip
This commit is contained in:
committed by
Lorenz Hilpert
parent
913b68f08d
commit
66a1906977
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user