mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-25 07:00:48 +09:00
fix(ui): remove unwanted borders on CollapsibleContent children
The child-selector border styles (*:border-b *:border-x etc.) on CollapsibleContent caused unexpected white outlines around thinking blocks and tool-call detail panels in chat messages.
This commit is contained in:
@@ -9,7 +9,7 @@ const props = defineProps<CollapsibleContentProps>()
|
||||
<CollapsibleContent
|
||||
data-slot="collapsible-content"
|
||||
v-bind="props"
|
||||
class="*:border-b *:border-x *:first-of-type:border-t *:first-of-type:rounded-t-md *:last-of-type:rounded-b-md"
|
||||
class=""
|
||||
>
|
||||
<slot />
|
||||
</CollapsibleContent>
|
||||
|
||||
Reference in New Issue
Block a user