From 13ce3562896faea3eb86d1f6aef61945f033a6cb Mon Sep 17 00:00:00 2001 From: dataeaseShu Date: Wed, 6 May 2026 10:27:28 +0800 Subject: [PATCH] fix: Style optimization --- frontend/src/style.less | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/frontend/src/style.less b/frontend/src/style.less index 053d418a2..bdd6f3248 100644 --- a/frontend/src/style.less +++ b/frontend/src/style.less @@ -383,16 +383,6 @@ strong { line-height: 22px; } -.ed-pager li.number.number.number { - &:hover { - background-color: var(--ed-color-primary-60); - } - - &:active { - background-color: var(--ed-color-primary-80); - } -} - .ed-table.ed-table.ed-table { --ed-table-border-color: #1f232926; }