remove unnecessary border-radius

feat/video-poster
Henry Jameson 4 years ago
parent 24fd9372ce
commit 10bb2b288d

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

Loading…
Cancel
Save