Skip to content

Commit 3854dd5

Browse files
committed
fix: use normal repl background color for ProfileExplorer
This PR also fixes a color contrast issue with the tree twisties in dark themes.
1 parent d2b7edc commit 3854dd5

File tree

1 file changed

+2
-10
lines changed
  • plugins/plugin-codeflare/web/scss/components/ProfileExplorer

1 file changed

+2
-10
lines changed

Diff for: plugins/plugin-codeflare/web/scss/components/ProfileExplorer/_index.scss

+2-10
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,8 @@ body[kui-theme-style] {
9090
color: var(--color-text-02);
9191
}
9292

93-
.pf-c-card {
94-
--pf-c-card--BackgroundColor: var(--color-base00);
95-
}
96-
97-
.pf-c-select {
98-
--pf-c-select__toggle--BackgroundColor: var(--color-base00);
99-
100-
.pf-c-select__toggle-text {
101-
color: var(--color-text-01) !important;
102-
}
93+
.pf-c-tree-view__node-toggle {
94+
--pf-c-tree-view__node-toggle--Color: var(--color-text-01);
10395
}
10496

10597
.pf-c-tree-view__list-item {

0 commit comments

Comments
 (0)