Fix color contrast of bulk actions' 'Select all' button

pull/12425/head
Sage Abdullah 2024-10-11 17:37:44 +01:00 zatwierdzone przez Thibaud Colas
rodzic efaa00d57c
commit 47c2c0c82e
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -63,7 +63,10 @@
}
.num-objects-in-listing {
color: theme('colors.text-link-default');
// This is inside the footer, which has a dark indigo background in light
// mode, so we want to use the absolute value of dark mode's
// text-link-default instead of its dynamic value.
color: theme('colors.secondary.100');
background-color: transparent;
border: 0;
font-family: theme('fontFamily.sans');