#1381 White text on white background on all PR list
Closed: Fixed 7 years ago Opened 7 years ago by lsedlar.

Go to Pull Requests page and display all of them. There is a badge with status for each PR. The one that says Open is really hard to read.

https://pagure.io/pagure/pull-requests?status=all


@ryanlerch any preferences for this one?

indeed on chromium it is nearly invisible

i just took a look at this - the "PR#" tag just before it has class specified like:

class="label label-default"

the 'label' class gives it fg color #FFF and 'label-default' gives it a bg color

the "open" tag has class specified like:

class="label "

noticing the space - it looks like there is intended to be another class that is not echo'ed in the template that would have supplied the background color

@pingou I would like to work on this issue

@skarale sorry but, I've been working on https://pagure.io/pagure/issue/1373 which led me to fix this issue at the same time :s

@pingou changed the status to Fixed

7 years ago

Login to comment on this ticket.

Metadata