style: move Clear All button to left side next to filter buttons (Task 11.1)
Moved Clear All from right-aligned separate sibling into the pathway-filters__buttons group. Removed justify-content: space-between from .pathway-filters. Added thin vertical separator between Directorates and Clear All for visual distinction.
This commit is contained in:
@@ -51,13 +51,14 @@ def make_filter_bar():
|
||||
className="filter-btn",
|
||||
n_clicks=0,
|
||||
),
|
||||
html.Span(className="pathway-filters__separator"),
|
||||
html.Button(
|
||||
"Clear All",
|
||||
id="clear-all-filters",
|
||||
className="filter-btn filter-btn--clear",
|
||||
n_clicks=0,
|
||||
),
|
||||
],
|
||||
),
|
||||
html.Button(
|
||||
"Clear All",
|
||||
id="clear-all-filters",
|
||||
className="filter-btn filter-btn--clear",
|
||||
n_clicks=0,
|
||||
),
|
||||
],
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user