From 394e964b91e034bf2ededeafa349dacf891e1ac9 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Bellet Date: Thu, 17 Aug 2023 08:58:48 +0200 Subject: [PATCH] Specify for element that have href attr: the ones we want to hover --- app/webpacker/css/admin_v3/components/pagination.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webpacker/css/admin_v3/components/pagination.scss b/app/webpacker/css/admin_v3/components/pagination.scss index 8d7a651ad2..b3c9e71dfa 100644 --- a/app/webpacker/css/admin_v3/components/pagination.scss +++ b/app/webpacker/css/admin_v3/components/pagination.scss @@ -46,7 +46,7 @@ } } - &:hover:not(.disabled):not(.gap) { + &[href]:hover { background-color: $color-5; color: $white; }