From cf201734c46a6f1a31bbce568b665650c92f46f6 Mon Sep 17 00:00:00 2001 From: Dan Labrecque Date: Wed, 6 Sep 2023 14:47:55 -0400 Subject: [PATCH] Workaround for Consoledot's pf4-v5.css --- src/components/drawers/commonDrawer/commonDrawer.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/components/drawers/commonDrawer/commonDrawer.scss b/src/components/drawers/commonDrawer/commonDrawer.scss index 9c7ecdcba..79bab74f8 100644 --- a/src/components/drawers/commonDrawer/commonDrawer.scss +++ b/src/components/drawers/commonDrawer/commonDrawer.scss @@ -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); + } }