Skip to content

Commit

Permalink
fix: variables dropdown wrong color on mouse hover (#1286)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbarros authored Mar 17, 2023
1 parent 410d2c4 commit 23479f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ydata_profiling/report/structure/report.py
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ def get_report_structure(config: Settings, summary: dict) -> Root:
anchor_id="variables-dropdown",
id="variables-dropdown",
is_row=True,
classes=["btn", "btn-secondary", "dropdown-toggle"],
classes=["dropdown-toggle"],
items=list(summary["variables"]),
item=Container(
render_variables_section(config, summary),
Expand Down

0 comments on commit 23479f2

Please sign in to comment.