Skip to content

Commit

Permalink
Corrected colors for status labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stuff committed Mar 22, 2018
1 parent cc72003 commit 1aa6eaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webcompat/static/css/src/labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@
}

.label-box .label-editor-list [class *= "label-"] {
border-left-color: var(--color-fourth);
border-left-color: var(--label-closed);
}

.label-box .label-editor-list [class *= "label-type"] {
Expand Down Expand Up @@ -188,7 +188,7 @@
border-left-color: var(--label-needs-contact);
}

.label-box .label-editor-list .label-ready {
.label-box .label-editor-list .label-contactready {
border-left-color: var(--label-outreach);
}

Expand Down

0 comments on commit 1aa6eaf

Please sign in to comment.