From 2ea17a7dc6e4ce5f1ecb7d875b2e5fb22a2848e4 Mon Sep 17 00:00:00 2001 From: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:26:20 +0100 Subject: [PATCH] [ACS-6950] - Tabs in properties panel change their background color after clicking on them (#9478) --- lib/core/src/lib/info-drawer/info-drawer.component.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/core/src/lib/info-drawer/info-drawer.component.scss b/lib/core/src/lib/info-drawer/info-drawer.component.scss index f94b0770d9..680c14e61b 100644 --- a/lib/core/src/lib/info-drawer/info-drawer.component.scss +++ b/lib/core/src/lib/info-drawer/info-drawer.component.scss @@ -78,7 +78,6 @@ &:focus { color: var(--adf-info-drawer-tab-active-focused-color); - background-color: var(--adf-info-drawer-tab-active-focused-background); border-bottom: var(--adf-info-drawer-tab-active-focused-bottom-line); } }