Skip to content

Commit 2220a81

Browse files
authored
Merge pull request #247 from plotly/dash-manufacture-spc-dashboard
Fix table cell white border artifact
2 parents 7337d24 + 0bd6782 commit 2220a81

File tree

1 file changed

+1
-0
lines changed
  • apps/dash-manufacture-spc-dashboard

1 file changed

+1
-0
lines changed

apps/dash-manufacture-spc-dashboard/app.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1068,6 +1068,7 @@ def show_current_specs(n_clicks, dd_select, store_data):
10681068
"rule": "background-color: #1e2130 !important;",
10691069
},
10701070
{"selector": "table", "rule": "--accent: #1e2130;"},
1071+
{"selector": "tr", "rule": "background-color: transparent"},
10711072
],
10721073
data=new_df.to_dict("rows"),
10731074
columns=[{"id": c, "name": c} for c in ["Specs", "Current Setup"]],

0 commit comments

Comments
 (0)