From 03d8e30a38ea59f84b4f09b23dee0648d4d669be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 09:51:55 +0200 Subject: [PATCH] Fix sg-button link underline by resetting text decoration --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index ff6249b..7ce1f6d 100644 --- a/styleguide.css +++ b/styleguide.css @@ -532,6 +532,7 @@ section + section { justify-content: center; font-weight: var(--font-weight-semibold); cursor: pointer; + text-decoration: none; } .sg-button--active {