From d4e68c5c917b4654c0565baf1a342eaf1fa390ed Mon Sep 17 00:00:00 2001 From: luxick Date: Fri, 30 Jan 2026 13:52:14 +0100 Subject: [PATCH] No hover for pagetools --- css/pagetools.less | 7 ------- 1 file changed, 7 deletions(-) diff --git a/css/pagetools.less b/css/pagetools.less index fdf07d5..001d135 100755 --- a/css/pagetools.less +++ b/css/pagetools.less @@ -45,13 +45,6 @@ color: @ini_text; white-space: nowrap; border-radius: 2px; - transition: background-color 0.15s ease; - - &:hover, - &:focus { - background-color: @ini_background_neu; - text-decoration: none; - } &:active { background-color: @ini_background_neu;