Skip to content

Commit 05aaf87

Browse files
alexbarrosaquemy
authored andcommitted
fix: variables dropdown wrong color on mouse hover (#1286)
1 parent cabfaa8 commit 05aaf87

File tree

1 file changed

+1
-1
lines changed
  • src/ydata_profiling/report/structure

1 file changed

+1
-1
lines changed

src/ydata_profiling/report/structure/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def get_report_structure(config: Settings, summary: dict) -> Root:
377377
anchor_id="variables-dropdown",
378378
id="variables-dropdown",
379379
is_row=True,
380-
classes=["btn", "btn-secondary", "dropdown-toggle"],
380+
classes=["dropdown-toggle"],
381381
items=list(summary["variables"]),
382382
item=Container(
383383
render_variables_section(config, summary),

0 commit comments

Comments
 (0)