Fix cascade order for VSF score segment gray background

This commit is contained in:
2026-05-21 16:18:09 +02:00
parent ff9de2123c
commit ff1263fec4
+4 -4
View File
@@ -2138,10 +2138,6 @@ section + section {
color: var(--text-vsf-drawer-object-card-body); color: var(--text-vsf-drawer-object-card-body);
} }
.sg-vsf-fundamental-score-segment {
background: var(--surface-content-block-card-title);
}
/* ========================================================= */ /* ========================================================= */
/* Patterns: Text Layouts */ /* Patterns: Text Layouts */
/* ========================================================= */ /* ========================================================= */
@@ -2352,6 +2348,10 @@ section + section {
background: var(--surface-object-card-lower-segment); 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 { .sg-card-segment.sg-vsf-drawer-card__actions-segment {
flex-direction: column; flex-direction: column;
align-items: flex-start; align-items: flex-start;