From dea9e3e353a2541cae5af6cabfc040cfbe518982 Mon Sep 17 00:00:00 2001 From: Zoltan Hosszu Date: Fri, 27 Feb 2026 10:29:35 +0100 Subject: [PATCH] Button underline fix --- app/assets/stylesheets/buttons.css | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/buttons.css b/app/assets/stylesheets/buttons.css index 5f15dc278..119007639 100644 --- a/app/assets/stylesheets/buttons.css +++ b/app/assets/stylesheets/buttons.css @@ -18,6 +18,7 @@ padding: var(--btn-padding, 0.5em 1.1em); pointer-events: auto; position: relative; + text-decoration: none; transition: 100ms ease-out; transition-property: background-color, border, box-shadow, color, opacity, scale;