From d03864980293e4f99aae894944227677874368d7 Mon Sep 17 00:00:00 2001
From: Baobhan Sith <80159437+Heavrnl@users.noreply.github.com>
Date: Wed, 23 Apr 2025 12:53:36 +0800
Subject: [PATCH] update
---
packages/frontend/src/App.vue | 16 ++++++++--------
packages/frontend/src/style.css | 5 +----
2 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/packages/frontend/src/App.vue b/packages/frontend/src/App.vue
index 8e3438c..c2f8b1d 100644
--- a/packages/frontend/src/App.vue
+++ b/packages/frontend/src/App.vue
@@ -252,17 +252,17 @@ const isElementVisibleAndFocusable = (element: HTMLElement): boolean => {
- {{ t('nav.terminal') }}
- {{ t('nav.proxies') }}
- {{ t('nav.notifications') }}
- {{ t('nav.auditLogs') }}
- {{ t('nav.settings') }}
+ {{ t('nav.terminal') }}
+ {{ t('nav.proxies') }}
+ {{ t('nav.notifications') }}
+ {{ t('nav.auditLogs') }}
+ {{ t('nav.settings') }}
diff --git a/packages/frontend/src/style.css b/packages/frontend/src/style.css
index 89f6143..466c4e2 100644
--- a/packages/frontend/src/style.css
+++ b/packages/frontend/src/style.css
@@ -79,10 +79,7 @@ a {
text-decoration: none; /* 移除下划线 */
}
-a:hover {
- color: var(--link-hover-color);
- text-decoration: underline; /* 悬停时显示下划线 */
-}
+/* Removed global a:hover underline rule to avoid conflicts with Tailwind utilities */
/* 全局图标样式 */
i, .fas, .far, .fab { /* 根据你使用的图标库调整选择器 */