aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/components/conversation/conversation.vue7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue
index 7e2c6a9d..4322500f 100644
--- a/src/components/conversation/conversation.vue
+++ b/src/components/conversation/conversation.vue
@@ -54,12 +54,5 @@
border-bottom: none;
}
}
-
- &:not(.-expanded) > {
- .conversation-status:last-child {
- border-radius: 0 0 $fallback--panelRadius $fallback--panelRadius;
- border-radius: 0 0 var(--panelRadius, $fallback--panelRadius) var(--panelRadius, $fallback--panelRadius);
- }
- }
}
</style>