From 6e55389ae37ef234d0f5cc6ee47d40952114da17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 28 May 2026 09:22:56 +0200 Subject: [PATCH] Set inactive link button background equal to active variant --- styles/10-components-interactive-elements.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/10-components-interactive-elements.css b/styles/10-components-interactive-elements.css index 869de6d..53fdaa6 100644 --- a/styles/10-components-interactive-elements.css +++ b/styles/10-components-interactive-elements.css @@ -130,7 +130,7 @@ } .sg-button--inactive { - background: var(--surface-button-inactive); + background: var(--surface-button-active); color: var(--text-control-disabled); }