Skip to content

Commit

Permalink
Fixes #2277 - Add missing border colors for status labels
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Stuff committed Mar 21, 2018
1 parent e9f6115 commit cc72003
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions webcompat/static/css/src/labels.css
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,27 @@
.label-box .label-editor-list [class *= "label-status"] {
border-left-color: var(--label-closed);
}

.label-box .label-editor-list .label-needstriage {
border-left-color: var(--label-needs-triage);
}

.label-box .label-editor-list .label-needsdiagnosis {
border-left-color: var(--label-needs-diagnosis);
}

.label-box .label-editor-list .label-needscontact {
border-left-color: var(--label-needs-contact);
}

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

.label-box .label-editor-list .label-sitewait {
border-left-color: var(--label-site-contacted);
}

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

0 comments on commit cc72003

Please sign in to comment.