From 26d6edde70912326019f6d6fcaa476746e5a5095 Mon Sep 17 00:00:00 2001 From: Alberto Paderno <22536-avpaderno@users.noreply.drupalcode.org> Date: Sat, 31 May 2025 19:18:33 +0000 Subject: [PATCH] Issue #3277684: Border overlapping issue on button --- css/components/tabs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/components/tabs.css b/css/components/tabs.css index 4502804..1a7b133 100644 --- a/css/components/tabs.css +++ b/css/components/tabs.css @@ -193,7 +193,7 @@ li.tabs__tab a { height: auto; margin: 0 0 -1px; text-align: center; - border-bottom-color: #a6a6a6; + border-bottom: none; } [dir="rtl"] .is-horizontal .tabs__tab { float: right; -- GitLab