From 5e91fd7617c3bbb532e76f5833be79078c59e68d Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 12 Sep 2024 12:37:23 +0500 Subject: [PATCH] remove underline from tabbed heading --- block-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/block-styles.css b/block-styles.css index b3fdb13..3d9ca18 100644 --- a/block-styles.css +++ b/block-styles.css @@ -18,6 +18,10 @@ border-top: 2px solid var(--wp--preset--color--background); } +.is-style-tabbed-heading a { + text-decoration: none !important; +} + @media (max-width: 782px) { .is-style-tabbed-heading::before { width: 32px;