From 299932af77d0a249c7737738a6bed18ac5e50c16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 17:21:35 +0200 Subject: [PATCH] Set inactive tab background to light gray in card tab group pattern --- styleguide.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguide.css b/styleguide.css index 5d51815..6d4178b 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2240,6 +2240,7 @@ section + section { flex-direction: column; gap: var(--spacing-small); width: 100%; + --surface-tab-unselected: var(--color-light-grey); } .sg-content-block-card-group__tabs,