summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-11-07 07:32:51 +1100
committerSimon Knox <psimyn@gmail.com>2017-11-07 07:32:51 +1100
commit9bd3d25512dcd6253de27520145cb203ac287f1b (patch)
tree582d8f5726d03e112f38811e8ee1f1dfd185859c
parent765f40d90c48d3f57593eec580974a17f0035d52 (diff)
downloadgitlab-ce-2518-saved-configuration-for-issue-board.tar.gz
-rw-r--r--app/assets/stylesheets/framework/modal.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/framework/modal.scss b/app/assets/stylesheets/framework/modal.scss
index d218fb6d702..5c9838c1029 100644
--- a/app/assets/stylesheets/framework/modal.scss
+++ b/app/assets/stylesheets/framework/modal.scss
@@ -7,6 +7,7 @@
}
.modal-body {
+ background-color: $modal-body-bg;
position: relative;
padding: #{3 * $grid-size} #{2 * $grid-size};
@@ -47,6 +48,3 @@ body.modal-open {
display: block;
}
-.modal-body {
- background-color: $modal-body-bg;
-}