summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-06-20 23:36:34 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-06-20 23:36:34 +0100
commit5196af23c5fc830c1bcafc8ab7631307ea19aec3 (patch)
tree1e38f6ecac98914de710804ef10d98c94d73b6e7
parent90a10c32eccf07011784bee5ad4cb0270f04a7dd (diff)
downloadgitlab-ce-5196af23c5fc830c1bcafc8ab7631307ea19aec3.tar.gz
Updated styling of milestone lists
-rw-r--r--app/assets/stylesheets/framework/common.scss4
-rw-r--r--app/assets/stylesheets/pages/milestone.scss7
2 files changed, 4 insertions, 7 deletions
diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss
index 738f3b28eb7..218e37602dd 100644
--- a/app/assets/stylesheets/framework/common.scss
+++ b/app/assets/stylesheets/framework/common.scss
@@ -262,10 +262,6 @@ li.note {
}
.milestone {
- &.milestone-closed {
- background: $gray-light;
- }
-
.progress {
margin-top: 4px;
box-shadow: none;
diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss
index fa75a7df9ac..7dbe3bf8f09 100644
--- a/app/assets/stylesheets/pages/milestone.scss
+++ b/app/assets/stylesheets/pages/milestone.scss
@@ -3,17 +3,18 @@
}
.milestones {
- padding: $gl-padding-top;
+ padding: $gl-padding-8;
border-radius: $border-radius-default;
- background-color: $gray-normal;
+ background-color: $theme-gray-100;
.milestone {
+ border: 0;
padding: $gl-padding-top $gl-padding;
border-radius: $border-radius-default;
background-color: $white-light;
&:not(:last-child) {
- margin-bottom: $gl-padding-8;
+ margin-bottom: $gl-padding-4;
}
h4 {