Skip to content

Commit

Permalink
fix(styles): do not lowercase "answered" status-label
Browse files Browse the repository at this point in the history
  • Loading branch information
zdrve authored and anpa committed Mar 18, 2020
1 parent 6e6bf75 commit fd40ae1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -2436,7 +2436,7 @@ ul {
background-color: #000;
}

.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold {
text-transform: lowercase;
}

Expand Down
3 changes: 1 addition & 2 deletions styles/_status-label.scss
Expand Up @@ -77,8 +77,7 @@
&-closed,
&-solved,
&-new,
&-hold,
&-answered {
&-hold {
text-transform: lowercase; // To be consistent with Lotus
}
}

0 comments on commit fd40ae1

Please sign in to comment.