From ef72575c43b70a106c63dd029614a79569c2a80e Mon Sep 17 00:00:00 2001 From: peijunlei Date: Fri, 4 Sep 2026 17:29:28 +0800 Subject: [PATCH] style(news-detail): comment out opacity on pager item hover for design adjustment --- public/themes/dist_static/static/css/news-detail.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/themes/dist_static/static/css/news-detail.css b/public/themes/dist_static/static/css/news-detail.css index c6b99e3..0e4af4a 100644 --- a/public/themes/dist_static/static/css/news-detail.css +++ b/public/themes/dist_static/static/css/news-detail.css @@ -219,7 +219,7 @@ background-color: var(--color-primary); } .nd-pager__item:hover::before { - opacity: 1; + /* opacity: 1; */ } .nd-pager__label { position: relative;