From 86866269b6c78f7e45941ebd68468f70aded1a4d Mon Sep 17 00:00:00 2001 From: Philipp Rudloff Date: Tue, 17 Oct 2023 16:40:37 +0200 Subject: [PATCH] chore(ktabs): removes unnecessary pseudo element MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Removes the `.k-tabs ul .tab-item:after` pseudo element styles as they don’t seem to have a clear purpose and interfere with rendering of KTabs within overflowing containers. Signed-off-by: Philipp Rudloff --- src/components/KTabs/KTabs.vue | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/KTabs/KTabs.vue b/src/components/KTabs/KTabs.vue index bd04ca12a4..6e7626d620 100644 --- a/src/components/KTabs/KTabs.vue +++ b/src/components/KTabs/KTabs.vue @@ -143,16 +143,6 @@ watch(() => props.modelValue, (newTabHash) => { margin-right: var(--kui-space-40, $kui-space-40); } - &:after { - bottom: -2px; - content: ''; - display: block; - height: 2px; - left: 0; - position: absolute; - width: 100%; - } - &.active, &:hover { .tab-link.has-panels,