From 698531a8646d32f518fff3b0887b813c61f0256a Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Fri, 15 Nov 2024 16:07:24 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 9d13341c06..2689efb35c 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -603,3 +603,7 @@ strong { color: #a6a6a6; } } + +.ed-message .ed-message__closeBtn:hover { + background: #ebebebe6; +}