Skip to content

Commit

Permalink
Merge pull request #3384 from dlabrecq/workaround
Browse files Browse the repository at this point in the history
Workaround for Consoledot's pf4-v5.css
  • Loading branch information
dlabrecq authored Sep 6, 2023
2 parents 5e1285f + cf20173 commit 9429085
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/drawers/commonDrawer/commonDrawer.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,9 @@
.pf-c-drawer__content {
background-color: unset;
}
/* Todo: Remove when Optimizations drawer is replaced */
/* Workaround for Consoledot's pf4-v5.css */
.pf-c-drawer__body {
background-color: var(--pf-v5-global--BackgroundColor--200);
}
}

0 comments on commit 9429085

Please sign in to comment.