aboutsummaryrefslogtreecommitdiff
path: root/src/components/conversation/conversation.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/conversation/conversation.vue')
-rw-r--r--src/components/conversation/conversation.vue6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 3e96fba2..20dea4f9 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -230,7 +230,6 @@
}
.thread-ancestor-dive-box-inner {
padding: $status-margin;
- //border-left: 2px solid var(--border, $fallback--border);
}
.conversation-status {
@@ -263,10 +262,5 @@
border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
border-bottom: 1px solid var(--border, $fallback--border);
}
- /* &.-expanded { */
- /* .conversation-status:last-child { */
- /* border-bottom: none; */
- /* } */
- /* } */
}
</style>