kopia lustrzana https://github.com/wagtail/wagtail
Fix color contrast of bulk actions' 'Select all' button
rodzic
efaa00d57c
commit
47c2c0c82e
|
@ -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');
|
||||
|
|
Ładowanie…
Reference in New Issue