summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components/related_items_list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/components/related_items_list.scss')
-rw-r--r--app/assets/stylesheets/components/related_items_list.scss24
1 files changed, 2 insertions, 22 deletions
diff --git a/app/assets/stylesheets/components/related_items_list.scss b/app/assets/stylesheets/components/related_items_list.scss
index dd749b4df1a..c0699844387 100644
--- a/app/assets/stylesheets/components/related_items_list.scss
+++ b/app/assets/stylesheets/components/related_items_list.scss
@@ -81,30 +81,9 @@ $item-remove-button-space: 42px;
max-width: 0;
}
- .status {
- &-at-risk {
- color: $red-500;
- background-color: $red-100;
- }
-
- &-needs-attention {
- color: $orange-700;
- background-color: $orange-100;
- }
-
- &-on-track {
- color: $green-600;
- background-color: $green-100;
- }
- }
-
- .gl-label-text {
- font-weight: $gl-font-weight-bold;
- }
-
.bullet-separator {
font-size: 9px;
- color: $gray-400;
+ color: $gray-200;
}
}
@@ -213,6 +192,7 @@ $item-remove-button-space: 42px;
margin-right: $gl-padding-4 / 2;
line-height: 0;
border-color: transparent;
+ background-color: transparent;
color: $gl-text-color-secondary;
.related-items-tree & {