From 7d6e99316a1e07d8c864403c3426ea5d1c9ecff1 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 17 Oct 2022 14:58:34 +0200 Subject: [PATCH] fix(a11y.color): corrige le manque de contraste sur les libelles des liens dans les menu action --- app/assets/stylesheets/buttons.scss | 5 ----- app/assets/stylesheets/dossiers_table.scss | 5 ----- 2 files changed, 10 deletions(-) diff --git a/app/assets/stylesheets/buttons.scss b/app/assets/stylesheets/buttons.scss index b777f0b67..b95fe8ffa 100644 --- a/app/assets/stylesheets/buttons.scss +++ b/app/assets/stylesheets/buttons.scss @@ -259,11 +259,6 @@ border-bottom: none; } - a { - color: $dark-grey; - background-image: none; // remove DSFR underline - } - // Make child links fill the whole clickable area > a { display: flex; diff --git a/app/assets/stylesheets/dossiers_table.scss b/app/assets/stylesheets/dossiers_table.scss index 9e879c381..9175babc7 100644 --- a/app/assets/stylesheets/dossiers_table.scss +++ b/app/assets/stylesheets/dossiers_table.scss @@ -13,10 +13,6 @@ padding: 0; } - thead a { - color: #000000; - } - a { background-image: none; // remove DSFR underline } @@ -28,7 +24,6 @@ } .cell-link { - color: $black; // In order to have identical height in the table header and the table rows, // we compensate for the height difference between the biggest element of the header // (the Personnaliser button, 38px) and the biggest cell-link element of the rows (the label, 28px)