From 1c5d640c76101a97dd9ae079867a9dbaf8d2ed76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mathias=20Gla=CC=88ser?= Date: Mon, 18 May 2026 16:13:24 +0200 Subject: [PATCH] Set object card action segment background to white --- styleguide.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/styleguide.css b/styleguide.css index bdf1579..8591c60 100644 --- a/styleguide.css +++ b/styleguide.css @@ -1522,10 +1522,6 @@ section + section { background: var(--color-white); } -.sg-object-card__actions-segment { - background: var(--color-white); -} - .sg-object-card__header { display: flex; flex-direction: row; @@ -1831,6 +1827,10 @@ section + section { background: var(--surface-object-card-lower-segment); } +.sg-card-segment--body.sg-object-card__actions-segment { + background: var(--surface-object-card-lower-segment); +} + .sg-group-card { display: flex; flex-wrap: wrap;