From 586b47a7317192a1a2dd1a2b0e6cddaf4330f594 Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 15 Jan 2025 19:30:57 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C-=E5=A4=8D?= =?UTF-8?q?=E5=88=B6=E5=88=A0=E9=99=A4=E6=A0=B7=E5=BC=8F=E4=B8=8D=E5=AF=B9?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index 1bd61cf2dd..bdc76ad476 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -892,7 +892,11 @@ const initOpenHandler = newWindow => { color: #ffffff; &:hover { color: #ffffff; - background-color: rgba(255, 255, 255, 0.05); + background-color: #ffffff1a !important; + } + &:active { + color: #ffffff; + background-color: #ffffff33 !important; } }