diff options
| author | Henry Jameson <me@hjkos.com> | 2020-08-04 19:26:07 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2020-08-04 19:26:07 +0300 |
| commit | 10bb2b288d1b2d100bc4ba2d970229da7970c4d8 (patch) | |
| tree | 89c6a5f6234a7d68f8216828d553dc2b60e70cbb | |
| parent | 24fd9372ce0781126717f9357ac1d86de936a934 (diff) | |
remove unnecessary border-radius
| -rw-r--r-- | src/components/conversation/conversation.vue | 7 |
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> |
