(core) change filtering section of the sort&Filter side panel to match newui style

Summary: - Combination of styling of what's in the dropdown and what's in the sort config

Test Plan: adds new nbrowser test

Reviewers: paulfitz

Reviewed By: paulfitz

Differential Revision: https://phab.getgrist.com/D2798
This commit is contained in:
Cyprien P
2021-05-04 12:27:15 +02:00
parent a9d021af18
commit 570baa95a5
2 changed files with 99 additions and 35 deletions

View File

@@ -173,7 +173,7 @@ export function makeFilterBarToggle(activeFilterBar: CustomComputed<boolean>) {
testId('icon'));
}),
),
dom.on('click', () => activeFilterBar(!activeFilterBar())),
dom.on('click', () => activeFilterBar(!activeFilterBar.peek())),
cssMenuTextLabel("Toggle Filter Bar"),
);
}