From 9fecf3ca386c011f941d90c0bf5454fdeabe861a Mon Sep 17 00:00:00 2001 From: huong-li-nguyen Date: Mon, 2 Oct 2023 13:23:59 +0200 Subject: [PATCH] Replace active class with active param --- ...ratkusic_graca_highlight_active_accordion_item.md | 2 +- .../src/vizro/models/_navigation/_accordion.py | 3 ++- vizro-core/src/vizro/static/css/accordion.css | 5 ++--- .../tests/unit/vizro/models/_navigation/conftest.py | 12 +++++++++--- 4 files changed, 14 insertions(+), 8 deletions(-) diff --git a/vizro-core/changelog.d/20230928_143738_nadija_ratkusic_graca_highlight_active_accordion_item.md b/vizro-core/changelog.d/20230928_143738_nadija_ratkusic_graca_highlight_active_accordion_item.md index b598a9e40..dc417ce13 100644 --- a/vizro-core/changelog.d/20230928_143738_nadija_ratkusic_graca_highlight_active_accordion_item.md +++ b/vizro-core/changelog.d/20230928_143738_nadija_ratkusic_graca_highlight_active_accordion_item.md @@ -31,7 +31,7 @@ Uncomment the section that is right (remove the HTML comment wrapper). ### Fixed -- Fixed highlighting for active accordion item and arranged a setup to maintain the expanded state of the parent accordion item when page is active. ([#74](https://github.com/mckinsey/vizro/pull/74)) +- Add highlighting to selected page accordion button and change the collapsible default behavior of accordion ([#74](https://github.com/mckinsey/vizro/pull/74))