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);
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user