From a17a364e041ac3d1310b4a22110bd7b54ad51dbd Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Sat, 10 Sep 2022 22:19:32 -0700 Subject: [PATCH] Change tabs separator color. Closes #2099 --- web/styles/ant-overrides.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/styles/ant-overrides.scss b/web/styles/ant-overrides.scss index 548dff6e3..646eb85df 100644 --- a/web/styles/ant-overrides.scss +++ b/web/styles/ant-overrides.scss @@ -147,3 +147,7 @@ .ant-tabs-ink-bar { background-color: var(--theme-color-action); } + +.ant-tabs-nav:before { + border-bottom-color: var(--theme-color-components-menu-item-focus-bg) !important; +}