summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/common.scss
diff options
context:
space:
mode:
authortauriedavis <taurie@gitlab.com>2017-01-31 13:26:32 -0800
committertauriedavis <taurie@gitlab.com>2017-02-03 13:56:33 -0800
commit8f9be6d312345a9127c13df876dc91f6b9e6d408 (patch)
tree1d28ec4c30e6823087079736df611e20f7714bc7 /app/assets/stylesheets/framework/common.scss
parent496646d4a2c79144c514c385b9a14174586287f4 (diff)
downloadgitlab-ce-8f9be6d312345a9127c13df876dc91f6b9e6d408.tar.gz
27240 Make progress bars consistent27240-make-progress-bars-consistent
Diffstat (limited to 'app/assets/stylesheets/framework/common.scss')
-rw-r--r--app/assets/stylesheets/framework/common.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 0ce94a26a7f..a4b38723bbd 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -253,6 +253,8 @@ li.note {
.progress {
margin-bottom: 0;
margin-top: 4px;
+ box-shadow: none;
+ background-color: $border-gray-light;
}
}