From 3d717952a1c5fb8321769bc2e52b8a29d1dc76d8 Mon Sep 17 00:00:00 2001 From: Darya Plotnytska <56658938+ryaplots@users.noreply.github.com> Date: Mon, 29 Jan 2024 16:41:38 +0100 Subject: [PATCH] Use text-decoration thickness and offset --- pkg/webui/components/panel/panel.styl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/webui/components/panel/panel.styl b/pkg/webui/components/panel/panel.styl index 5324bcdfae..ff29bb7b82 100644 --- a/pkg/webui/components/panel/panel.styl +++ b/pkg/webui/components/panel/panel.styl @@ -34,7 +34,8 @@ &:hover color: var(--c-text-brand-normal) text-decoration: underline - text-underline-offset: $cs.xxs + text-decoration-thickness: 2px + text-underline-offset: .4rem &-divider border-bottom: 1px solid var(--c-border-neutral-light)