diff --git a/web/app/components/explore/item-operation/index.tsx b/web/app/components/explore/item-operation/index.tsx index f1b0bfecb98278..cc9a6cfe857e5d 100644 --- a/web/app/components/explore/item-operation/index.tsx +++ b/web/app/components/explore/item-operation/index.tsx @@ -43,8 +43,8 @@ const ItemOperation: FC = ({ {isShowDelete && (
- - {t('explore.sidebar.action.delete')} + + {t('explore.sidebar.action.delete')}
)} diff --git a/web/app/components/explore/item-operation/style.module.css b/web/app/components/explore/item-operation/style.module.css index b3618c9e1dc197..1bc7d91ca48f22 100644 --- a/web/app/components/explore/item-operation/style.module.css +++ b/web/app/components/explore/item-operation/style.module.css @@ -28,4 +28,8 @@ body .btn { body .btn:hover { /* background-image: ; */ background-color: #F2F4F7; +} + +.deleteActionItem:hover .deleteActionItemChild { + @apply text-red-500; } \ No newline at end of file