fix the filter dropdown menu not display the selected items after selecting multiple hidden transaction categories or accounts

This commit is contained in:
MaysWind
2025-12-14 00:43:38 +08:00
parent b2fab42170
commit a12038e40c
4 changed files with 27 additions and 9 deletions
+2 -1
View File
@@ -440,7 +440,8 @@ html[dir="rtl"] i.icon.icon-with-direction {
font-weight: bold;
}
.list > ul > li.item-in-multiple-selection > .item-content > .item-inner > .item-title {
.list > ul > li.item-in-multiple-selection > .item-content > .item-inner > .item-title,
.list > ul > li.item-in-multiple-selection > .item-link > .item-content > .item-inner > .item-title {
font-weight: bold;
}