From 858fcbbdffff43c9a4c78fc4b38f0c34848537bf Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Fri, 2 Dec 2022 12:04:05 +0100 Subject: [PATCH] lille-metropole-2022: refactor "most-popular" links (#71965) --- static/lille-metropole-2022/_custom.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/lille-metropole-2022/_custom.scss b/static/lille-metropole-2022/_custom.scss index 4fd61f2e..50c50823 100644 --- a/static/lille-metropole-2022/_custom.scss +++ b/static/lille-metropole-2022/_custom.scss @@ -279,14 +279,12 @@ div.cell { ul > li { > a { color: $primary-color; - text-transform: none; &:hover { background: $font-color; color: white; transition: color 0.2s ease-in-out, background 0.2s ease-in-out; } } - border-bottom: 0; } } } -- 2.39.2