tweak(ui): remove open label (#17512)

This commit is contained in:
David Hill
2026-03-15 13:25:40 +00:00
committed by GitHub
parent ad06d8f496
commit b9f6b40e3a

View File

@@ -326,7 +326,7 @@ export function SessionHeader() {
<div class="flex h-[24px] box-border items-center rounded-md border border-border-weak-base bg-surface-panel overflow-hidden"> <div class="flex h-[24px] box-border items-center rounded-md border border-border-weak-base bg-surface-panel overflow-hidden">
<Button <Button
variant="ghost" variant="ghost"
class="rounded-none h-full py-0 pr-1.5 pl-px gap-1.5 border-none shadow-none disabled:!cursor-default" class="rounded-none h-full px-0.5 border-none shadow-none disabled:!cursor-default"
classList={{ classList={{
"bg-surface-raised-base-active": opening(), "bg-surface-raised-base-active": opening(),
}} }}
@@ -339,7 +339,6 @@ export function SessionHeader() {
<Spinner class="size-3.5" style={{ color: tint() ?? "var(--icon-base)" }} /> <Spinner class="size-3.5" style={{ color: tint() ?? "var(--icon-base)" }} />
</Show> </Show>
</div> </div>
<span class="text-12-regular text-text-strong">{language.t("common.open")}</span>
</Button> </Button>
<DropdownMenu <DropdownMenu
gutter={4} gutter={4}