fix(a11y.color): corrige le manque de contraste sur les libelles des liens dans les menu action

This commit is contained in:
Martin 2022-10-17 14:58:34 +02:00 committed by mfo
parent b358c505fa
commit 7d6e99316a
2 changed files with 0 additions and 10 deletions

View file

@ -259,11 +259,6 @@
border-bottom: none; border-bottom: none;
} }
a {
color: $dark-grey;
background-image: none; // remove DSFR underline
}
// Make child links fill the whole clickable area // Make child links fill the whole clickable area
> a { > a {
display: flex; display: flex;

View file

@ -13,10 +13,6 @@
padding: 0; padding: 0;
} }
thead a {
color: #000000;
}
a { a {
background-image: none; // remove DSFR underline background-image: none; // remove DSFR underline
} }
@ -28,7 +24,6 @@
} }
.cell-link { .cell-link {
color: $black;
// In order to have identical height in the table header and the table rows, // 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 // 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) // (the Personnaliser button, 38px) and the biggest cell-link element of the rows (the label, 28px)