Commit fd39c80f8b4a7c98e0da62bf7e7f29ee192887ca

Authored by Dmitriy Zaporozhets
1 parent 13c192d4

No text shadow for state-label

app/assets/stylesheets/gitlab_bootstrap/common.scss
... ... @@ -97,6 +97,7 @@ pre.well-pre {
97 97 position: relative;
98 98 top: -5px;
99 99 @include border-radius(4px);
  100 + text-shadow: none;
100 101  
101 102 &.state-label-green {
102 103 background: #4A4;
... ...