From 1f91d2312c5bea6bba5d10c080039e75485c4a00 Mon Sep 17 00:00:00 2001 From: Huw Wilkins Date: Fri, 14 Feb 2025 10:04:27 +1100 Subject: [PATCH] fix: remove tab border after vanilla update --- src/pages/EntityDetails/_entity-details.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/pages/EntityDetails/_entity-details.scss b/src/pages/EntityDetails/_entity-details.scss index a5dec267d..b187ddefe 100644 --- a/src/pages/EntityDetails/_entity-details.scss +++ b/src/pages/EntityDetails/_entity-details.scss @@ -117,11 +117,8 @@ .p-tabs { .p-tabs__list { margin-bottom: 0; - - &::after { - // Hide the bottom border. - background-color: transparent; - } + // Hide the bottom border. + box-shadow: none; } &__link::before {