From ff1263fec48ddcd1f9a0b3e3f5429d4bbc10df9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Thu, 21 May 2026 16:18:09 +0200 Subject: [PATCH] Fix cascade order for VSF score segment gray background --- styleguide.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styleguide.css b/styleguide.css index eea83df..1d0de78 100644 --- a/styleguide.css +++ b/styleguide.css @@ -2138,10 +2138,6 @@ section + section { color: var(--text-vsf-drawer-object-card-body); } -.sg-vsf-fundamental-score-segment { - background: var(--surface-content-block-card-title); -} - /* ========================================================= */ /* Patterns: Text Layouts */ /* ========================================================= */ @@ -2352,6 +2348,10 @@ section + section { background: var(--surface-object-card-lower-segment); } +.sg-card-segment.sg-card-segment--body.sg-vsf-fundamental-score-segment { + background: var(--surface-content-block-card-title); +} + .sg-card-segment.sg-vsf-drawer-card__actions-segment { flex-direction: column; align-items: flex-start;