remove unnecessary border-radius
This commit is contained in:
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…
Reference in New Issue
Block a user