Set object card action segment background to white
This commit is contained in:
+4
-4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user