From 10bb2b288d1b2d100bc4ba2d970229da7970c4d8 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Tue, 4 Aug 2020 19:26:07 +0300 Subject: [PATCH] remove unnecessary border-radius --- src/components/conversation/conversation.vue | 7 ------- 1 file changed, 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); - } - } }