Skip to content

Commit

Permalink
fix(request): remove lowercase styling for request status
Browse files Browse the repository at this point in the history
  • Loading branch information
anpa committed Nov 12, 2020
1 parent cc14ca6 commit 146618b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2522,10 +2522,6 @@ ul {
background-color: #000;
}

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

/***** Post *****/
/*
* The post grid is defined this way:
Expand Down
9 changes: 0 additions & 9 deletions styles/_status-label.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,4 @@
&-hold {
background-color: #000;
}

&-open,
&-closed,
&-solved,
&-new,
&-hold,
&-pending {
text-transform: lowercase; // To be consistent with Lotus
}
}

0 comments on commit 146618b

Please sign in to comment.