From a073d60c12b1eba419a79224181904bfb84ead5a Mon Sep 17 00:00:00 2001 From: yyh <92089059+lyzno1@users.noreply.github.com> Date: Wed, 18 Mar 2026 10:01:12 +0800 Subject: [PATCH] fix(toast): refine stacked hover and focus styles (#33620) --- web/app/components/base/ui/toast/index.tsx | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/web/app/components/base/ui/toast/index.tsx b/web/app/components/base/ui/toast/index.tsx index 2374ac2955..d91648e44a 100644 --- a/web/app/components/base/ui/toast/index.tsx +++ b/web/app/components/base/ui/toast/index.tsx @@ -96,10 +96,8 @@ function getToneGradientClasses(type?: ToastType) { function ToastCard({ toast: toastItem, - showHoverBridge = false, }: { toast: ToastObject - showHoverBridge?: boolean }) { const { t } = useTranslation('common') const toastType = getToastType(toastItem.type) @@ -108,13 +106,14 @@ function ToastCard({
@@ -162,9 +161,6 @@ function ToastCard({
- {showHoverBridge && ( -