From e7d9ab57f392096ef4620b414f279fad7d5bc39e Mon Sep 17 00:00:00 2001
From: weijuan <weijuan55650@qq.com>
Date: Mon, 20 Jul 2020 08:58:24 +0800
Subject: [PATCH] 右上角消息下拉中,“阅读所有消息”鼠标hover背景删除

---
 src/main/resources/static/css/style.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/static/css/style.css b/src/main/resources/static/css/style.css
index bebf208..6f34f37 100644
--- a/src/main/resources/static/css/style.css
+++ b/src/main/resources/static/css/style.css
@@ -3341,9 +3341,10 @@ nav.page-tabs .page-tabs-content {
     color: #999;
     display: block;
 }
-.xx_box a:hover{
+.xx_box a.xx:hover{
     background: #f2f2f2;
 }
+
 .xx sup{
     /*line-height: 12px;
     padding: 2px 5px;*/
--
libgit2 0.22.2