-
+
+
{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 5d2db27f4f..514ffabe36 100644
--- a/web/app/components/explore/item-operation/style.module.css
+++ b/web/app/components/explore/item-operation/style.module.css
@@ -3,7 +3,7 @@
}
.actionName {
- @apply text-gray-700 text-sm;
+ @apply text-text-secondary text-sm;
}
.commonIcon {
@@ -29,5 +29,5 @@ body .btn:hover {
}
.deleteActionItem:hover .deleteActionItemChild {
- @apply text-red-500;
-}
+ @apply text-red-500;
+}
\ No newline at end of file
diff --git a/web/app/components/explore/sidebar/app-nav-item/index.tsx b/web/app/components/explore/sidebar/app-nav-item/index.tsx
index 73bd93585b..86bd3966f1 100644
--- a/web/app/components/explore/sidebar/app-nav-item/index.tsx
+++ b/web/app/components/explore/sidebar/app-nav-item/index.tsx
@@ -3,7 +3,6 @@ import React, { useRef } from 'react'
import { useRouter } from 'next/navigation'
import { useHover } from 'ahooks'
-import s from './style.module.css'
import cn from '@/utils/classnames'
import ItemOperation from '@/app/components/explore/item-operation'
import AppIcon from '@/app/components/base/app-icon'
@@ -46,10 +45,8 @@ export default function AppNavItem({
{
router.push(url) // use Link causes popup item always trigger jump. Can not be solved by e.stopPropagation().
diff --git a/web/app/components/explore/sidebar/app-nav-item/style.module.css b/web/app/components/explore/sidebar/app-nav-item/style.module.css
deleted file mode 100644
index f10b0d11ba..0000000000
--- a/web/app/components/explore/sidebar/app-nav-item/style.module.css
+++ /dev/null
@@ -1,9 +0,0 @@
-/* .item:hover, */
-.item.active {
- border: 0.5px solid #EAECF0;
- box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
- border-radius: 8px;
- background: #FFFFFF;
- color: #344054;
- font-weight: 500;
-}
\ No newline at end of file
diff --git a/web/app/components/explore/sidebar/index.tsx b/web/app/components/explore/sidebar/index.tsx
index 13d5a0ec8f..4dd6e4ea47 100644
--- a/web/app/components/explore/sidebar/index.tsx
+++ b/web/app/components/explore/sidebar/index.tsx
@@ -15,14 +15,14 @@ import Divider from '@/app/components/base/divider'
import useBreakpoints, { MediaType } from '@/hooks/use-breakpoints'
const SelectedDiscoveryIcon = () => (
-