From eb70d63892ba22dee33d4b345bc42dbe28094eb9 Mon Sep 17 00:00:00 2001 From: Benoit Queyron Date: Thu, 30 May 2024 13:47:01 +0200 Subject: [PATCH] remove css fix --- app/assets/stylesheets/card.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/assets/stylesheets/card.scss b/app/assets/stylesheets/card.scss index e3646961f..82b6f7cf1 100644 --- a/app/assets/stylesheets/card.scss +++ b/app/assets/stylesheets/card.scss @@ -5,10 +5,6 @@ [data-fr-theme="dark"] .card { background: none; border: 1px solid var(--background-action-low-blue-france); - - &.feedback { - background: none; - } } .card {