Skip to content

Commit

Permalink
Workaround for Consoledot's pf4-v5.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dlabrecq committed Sep 6, 2023
1 parent 5e1285f commit cf20173
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 cf20173

Please sign in to comment.