From 07b18836f507362b53c78c47534d4dbfd1ad66e5 Mon Sep 17 00:00:00 2001 From: Dave Richer Date: Mon, 3 Feb 2025 16:11:14 -0500 Subject: [PATCH] feature/IO-2825-Node-22-Update: Fix Header styling --- client/src/App/App.styles.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/client/src/App/App.styles.scss b/client/src/App/App.styles.scss index 827d0dfc7..a2cd5bea6 100644 --- a/client/src/App/App.styles.scss +++ b/client/src/App/App.styles.scss @@ -5,6 +5,13 @@ border-bottom: 1px solid #74695c !important; } +// TODO: This was added because the newest release of ant was making the text color and the background color the same on a selected header +// Tried all available tokens (https://ant.design/components/menu?locale=en-US) and even reverted all our custom styles, to no avail +// This should be kept an eye on, especially if implementing DARK MODE +.ant-menu-submenu-title { + color: rgba(255, 255, 255, 0.65) !important; +} + .imex-table-header { display: flex; flex-wrap: wrap;