From 3fb6bdf8dd5b8eae9a5b6ab4958549320ac3b874 Mon Sep 17 00:00:00 2001 From: Wuruipeng Date: Mon, 13 May 2024 10:59:16 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E8=8F=9C=E5=8D=95=E4=BA=A4=E4=BA=92=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/components/TitleBar.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles/components/TitleBar.less b/src/styles/components/TitleBar.less index beecf2b..832bc58 100644 --- a/src/styles/components/TitleBar.less +++ b/src/styles/components/TitleBar.less @@ -47,7 +47,8 @@ outline: none; } &:hover { - background-color: #ccc; + background-color: @theme-color; + color: #fff; @{transprop}: @transvalue; } &:active { @@ -69,7 +70,6 @@ background-color: #fff; text-align: left; box-shadow: 1px 1px 4px 2px @shadow-color; - border-radius: @theme-border-width; .item-submenu-item { height: calc(@title-bar-height / 2); line-height: calc(@title-bar-height / 4); -- Gitee