diff --git a/src/components/conversation/conversation.vue b/src/components/conversation/conversation.vue index 7e2c6a9db8..4322500fe8 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); - } - } }