From 2883a71c3cffcc6b868b96605682e7634aff1dc9 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Thu, 25 Jul 2024 11:22:42 +0200 Subject: [PATCH] :bug: Fixing links opacity --- src/front/index.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/front/index.scss b/src/front/index.scss index 3b8e1f7e..5b066837 100644 --- a/src/front/index.scss +++ b/src/front/index.scss @@ -46,13 +46,6 @@ a, a:visited { color: initial; text-decoration: none !important; - opacity: 1; - transition: opacity 0.15s ease-in-out; - will-change: opacity; -} - -a:hover { - opacity: 0.9; } .react-select__input-container {