summaryrefslogtreecommitdiff
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
parent496646d4a2c79144c514c385b9a14174586287f4 (diff)
downloadgitlab-ce-27240-make-progress-bars-consistent.tar.gz
27240 Make progress bars consistent27240-make-progress-bars-consistent
-rw-r--r--app/assets/stylesheets/framework/common.scss2
-rw-r--r--changelogs/unreleased/27240-make-progress-bars-consistent.yml4
2 files changed, 6 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;
}
}
diff --git a/changelogs/unreleased/27240-make-progress-bars-consistent.yml b/changelogs/unreleased/27240-make-progress-bars-consistent.yml
new file mode 100644
index 00000000000..3f902fb324e
--- /dev/null
+++ b/changelogs/unreleased/27240-make-progress-bars-consistent.yml
@@ -0,0 +1,4 @@
+---
+title: 27240 Make progress bars consistent
+merge_request:
+author: