remove unnecessary border-radius

このコミットが含まれているのは:
Henry Jameson 2020-08-04 19:26:07 +03:00
コミット 10bb2b288d
1個のファイルの変更0行の追加7行の削除

ファイルの表示

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