aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.vue
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2020-11-20 16:20:08 +0200
committerShpuld Shpuldson <shp@cock.li>2020-11-20 16:20:08 +0200
commit11f7b818b4f07c0281ba85ed694a6d862401f7e2 (patch)
tree0ac022b1fd2518f363c8530e0597a1953da7cb49 /src/components/conversation/conversation.vue
parentf5186e1a33e17152c923e5e407ec238e3c040299 (diff)
try another approach
Diffstat (limited to 'src/components/conversation/conversation.vue')
-rw-r--r--src/components/conversation/conversation.vue9
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;