diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-11-20 16:20:08 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-11-20 16:20:08 +0200 |
| commit | 11f7b818b4f07c0281ba85ed694a6d862401f7e2 (patch) | |
| tree | 0ac022b1fd2518f363c8530e0597a1953da7cb49 /src/components/conversation/conversation.vue | |
| parent | f5186e1a33e17152c923e5e407ec238e3c040299 (diff) | |
try another approach
Diffstat (limited to 'src/components/conversation/conversation.vue')
| -rw-r--r-- | src/components/conversation/conversation.vue | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 89ac6bdc..fd0dfa8f 100644 --- a/src/components/conversation/conversation.vue +++ b/src/components/conversation/conversation.vue @@ -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; |
