Skip to content

Commit 96e0c00

Browse files
Merge pull request #452 from jgbernalp/fix-legacy-dashboard-shadow
OU-744: fix: set correct pf color for gradient background on legacy dashboards legend
2 parents 9aa93dd + e65fce5 commit 96e0c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

web/src/components/query-browser.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
&:before {
3838
background: linear-gradient(
3939
to right,
40-
var(--pf-t--global--background--color--100),
40+
var(--pf-t--global--background--color--primary--default),
4141
rgba(255, 255, 255, 0)
4242
);
4343
left: 0;
@@ -46,7 +46,7 @@
4646
&:after {
4747
background: linear-gradient(
4848
to left,
49-
var(--pf-t--global--background--color--100),
49+
var(--pf-t--global--background--color--primary--default),
5050
rgba(255, 255, 255, 0)
5151
);
5252
right: 0;

0 commit comments

Comments
 (0)