try another approach

This commit is contained in:
Shpuld Shpuldson 2020-11-20 16:20:08 +02:00
parent f5186e1a33
commit 11f7b818b4
2 changed files with 2 additions and 9 deletions

View file

@ -57,15 +57,6 @@
}
&.-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 {
border-bottom: none;
border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;

View file

@ -29,6 +29,8 @@ $status-margin: 0.75em;
&.-conversation {
border-left-width: 4px;
border-left-style: solid;
border-left-color: $fallback--cRed;
border-left-color: var(--cRed, $fallback--cRed);
}
.gravestone {