Skip to content
Snippets Groups Projects
Unverified Commit 14ec9a90 authored by Robert Dyer's avatar Robert Dyer Committed by GitHub
Browse files

Dim hidden income category rows (#3032)

* Dim hidden income category rows

* add release note

* fix linter
parent e91b4070
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,13 @@ export function IncomeCategory({
});
return (
<Row innerRef={dropRef} collapsed={true}>
<Row
innerRef={dropRef}
collapsed={true}
style={{
opacity: cat.hidden ? 0.5 : undefined,
}}
>
<DropHighlight pos={dropPos} offset={{ top: 1 }} />
<SidebarCategory
......
---
category: Enhancements
authors: [psybers]
---
Dim hidden income category rows.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment