From f9755704ece7268216818d487173b3ded30baa67 Mon Sep 17 00:00:00 2001 From: lutinglt Date: Tue, 8 Jul 2025 18:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=BC=8F=E6=8E=89=E7=9A=84=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E7=AD=9B=E9=80=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- styles/public/dropdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/public/dropdown.tsx b/styles/public/dropdown.tsx index a6bde27..a34d52e 100644 --- a/styles/public/dropdown.tsx +++ b/styles/public/dropdown.tsx @@ -142,7 +142,7 @@ export const selectionDropdown = css` outline: none; } // 覆盖选择输入框向上弹出时的 hover 效果, 原阴影会覆盖加厚的边框线 - .ui.upward.active.selection.dropdown:hover { + .ui.selection.dropdown.active.search.upward:hover { box-shadow: inset 0 0 0 1px ${themeVars.github.borderColor.accent.emphasis}; } // 由于之前的排除导致样式优先级变高, 小按钮去除圆角