remove unnecessary border-radius

This commit is contained in:
Henry Jameson 2020-08-04 19:26:07 +03:00
parent 24fd9372ce
commit 10bb2b288d
1 changed files with 0 additions and 7 deletions

View File

@ -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>