From f9d0e0a74d3f6b58ec8255e75ef1b553cf6e1446 Mon Sep 17 00:00:00 2001 From: Adrian Petrov Date: Tue, 18 Nov 2025 22:04:09 +0200 Subject: [PATCH] fix(tabs): set correct bootstrap focus border var --- src/components/tabs/themes/shared/tab/tab.bootstrap.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/tabs/themes/shared/tab/tab.bootstrap.scss b/src/components/tabs/themes/shared/tab/tab.bootstrap.scss index ccb74cffb..6453f30d7 100644 --- a/src/components/tabs/themes/shared/tab/tab.bootstrap.scss +++ b/src/components/tabs/themes/shared/tab/tab.bootstrap.scss @@ -67,7 +67,8 @@ $theme: $bootstrap; position: absolute; width: 100%; height: 100%; - box-shadow: inset 0 0 0 rem(2px) var-get($theme, 'item-active-hover-color'); + box-shadow: inset 0 0 0 rem(2px) var-get($theme, 'item-hover-color'); + border-radius: var-get($theme, 'border-radius') var-get($theme, 'border-radius') rem(4px) rem(4px); z-index: 2; } } @@ -104,10 +105,6 @@ $theme: $bootstrap; &:focus-within { border: none; background: var-get($theme, 'item-background'); - - &::after{ - border-radius: var-get($theme, 'border-radius') var-get($theme, 'border-radius') rem(4px) rem(4px); - } } &:focus-within {