[master]: Fix color of filters button

This commit is contained in:
Konstantinos Triantafyllou 2023-12-19 17:22:02 +02:00
parent c8404f6acb
commit 454be113cb
2 changed files with 9 additions and 1 deletions

@ -1 +1 @@
Subproject commit afde9cf3fa4722e8559c5ce4da6800edde283546
Subproject commit 0bb68cd3086c3ae141a0a2e59efbef86a6691c7d

View File

@ -12,3 +12,11 @@
padding-top: 0 !important;
}
}
& #filters_icon .start {
stop-color: @global-primary-background;
}
& #filters_icon .end {
stop-color: @global-secondary-background;
}