summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-06 19:38:21 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-02-06 19:38:21 +0000
commitd147688af4adb6bcd6cb0f18797c70a8a451f4fa (patch)
treec5620d98dd10dfe235dfd0e494491f2f98588351 /app
parentfbdb09cfb3c24ae6bbfd6c17eac3753908bd5369 (diff)
parent8f9be6d312345a9127c13df876dc91f6b9e6d408 (diff)
downloadgitlab-ce-d147688af4adb6bcd6cb0f18797c70a8a451f4fa.tar.gz
Merge branch '27240-make-progress-bars-consistent' into 'master'
27240 Make progress bars consistent Closes #27240 See merge request !8913
Diffstat (limited to 'app')
-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;
}
}