mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
refactor(web): migrate Button to Base UI with focus-visible (#32941)
Signed-off-by: yyh <yuanyouhuilyz@gmail.com>
This commit is contained in:
@ -46,9 +46,10 @@ function ComplianceDocActionVisual({
|
||||
return (
|
||||
<div
|
||||
aria-hidden
|
||||
data-disabled={isPending || undefined}
|
||||
className={cn(
|
||||
'btn btn-small btn-secondary pointer-events-none flex items-center gap-[1px]',
|
||||
isPending && 'btn-disabled',
|
||||
isPending && 'cursor-not-allowed',
|
||||
)}
|
||||
>
|
||||
<span className="i-ri-arrow-down-circle-line size-[14px] text-components-button-secondary-text-disabled" />
|
||||
|
||||
Reference in New Issue
Block a user