From 70cb9f14e6ee5c552d3de0ffae30a441b4b0c869 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 12 Sep 2024 12:38:21 +0500 Subject: [PATCH] add underline to tabbed heading on hover --- block-styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/block-styles.css b/block-styles.css index 3d9ca18..b69d82d 100644 --- a/block-styles.css +++ b/block-styles.css @@ -22,6 +22,10 @@ text-decoration: none !important; } +.is-style-tabbed-heading a:hover { + text-decoration: underline !important; +} + @media (max-width: 782px) { .is-style-tabbed-heading::before { width: 32px;