Fix cascade order for VSF score segment gray background
This commit is contained in:
+4
-4
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user