try another approach
This commit is contained in:
parent
f5186e1a33
commit
11f7b818b4
2 changed files with 2 additions and 9 deletions
|
@ -57,15 +57,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.-expanded {
|
&.-expanded {
|
||||||
.conversation-status {
|
|
||||||
border-left-style: solid;
|
|
||||||
border-left-width: 4px;
|
|
||||||
border-color: $fallback--border;
|
|
||||||
border-color: var(--border, $fallback--border);
|
|
||||||
border-left-color: $fallback--cRed;
|
|
||||||
border-left-color: var(--cRed, $fallback--cRed);
|
|
||||||
}
|
|
||||||
|
|
||||||
.conversation-status:last-child {
|
.conversation-status:last-child {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
|
||||||
|
|
|
@ -29,6 +29,8 @@ $status-margin: 0.75em;
|
||||||
&.-conversation {
|
&.-conversation {
|
||||||
border-left-width: 4px;
|
border-left-width: 4px;
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
|
border-left-color: $fallback--cRed;
|
||||||
|
border-left-color: var(--cRed, $fallback--cRed);
|
||||||
}
|
}
|
||||||
|
|
||||||
.gravestone {
|
.gravestone {
|
||||||
|
|
Loading…
Reference in a new issue