Set object card action segment background to white

This commit is contained in:
2026-05-18 16:13:24 +02:00
parent 64b702bdf8
commit 1c5d640c76
+4 -4
View File
@@ -1522,10 +1522,6 @@ section + section {
background: var(--color-white); background: var(--color-white);
} }
.sg-object-card__actions-segment {
background: var(--color-white);
}
.sg-object-card__header { .sg-object-card__header {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@@ -1831,6 +1827,10 @@ section + section {
background: var(--surface-object-card-lower-segment); 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 { .sg-group-card {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;