fix(web): prevent workspace trigger focus ring clipping (#37576)

This commit is contained in:
yyh 2026-06-17 16:33:51 +08:00 committed by GitHub
parent e6a91bfcde
commit 8782da42c8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -118,6 +118,7 @@ function WorkspaceCardTrigger({
title={name}
className={cn(
'flex w-full items-center gap-1.5 py-1.5 pr-3 pl-1.5 text-left transition-colors focus-visible:ring-2 focus-visible:ring-state-accent-solid focus-visible:outline-hidden focus-visible:ring-inset',
showCloudBilling ? 'rounded-t-xl' : 'rounded-xl',
open && 'bg-linear-to-b from-background-section-burn to-background-section',
)}
>