diff --git a/style.css b/style.css index f327a5724..b24fc15d7 100644 --- a/style.css +++ b/style.css @@ -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: diff --git a/styles/_status-label.scss b/styles/_status-label.scss index d67af96de..dd8efcb07 100644 --- a/styles/_status-label.scss +++ b/styles/_status-label.scss @@ -73,13 +73,4 @@ &-hold { background-color: #000; } - - &-open, - &-closed, - &-solved, - &-new, - &-hold, - &-pending { - text-transform: lowercase; // To be consistent with Lotus - } }