summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/components
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 18:42:06 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-20 18:42:06 +0000
commit6e4e1050d9dba2b7b2523fdd1768823ab85feef4 (patch)
tree78be5963ec075d80116a932011d695dd33910b4e /app/assets/stylesheets/components
parent1ce776de4ae122aba3f349c02c17cebeaa8ecf07 (diff)
downloadgitlab-ce-6e4e1050d9dba2b7b2523fdd1768823ab85feef4.tar.gz
Add latest changes from gitlab-org/gitlab@13-3-stable-ee
Diffstat (limited to 'app/assets/stylesheets/components')
-rw-r--r--app/assets/stylesheets/components/avatar.scss2
-rw-r--r--app/assets/stylesheets/components/dashboard_skeleton.scss6
-rw-r--r--app/assets/stylesheets/components/design_management/design.scss4
-rw-r--r--app/assets/stylesheets/components/design_management/design_list_item.scss9
-rw-r--r--app/assets/stylesheets/components/related_items_list.scss24
-rw-r--r--app/assets/stylesheets/components/rich_content_editor.scss6
6 files changed, 11 insertions, 40 deletions
diff --git a/app/assets/stylesheets/components/avatar.scss b/app/assets/stylesheets/components/avatar.scss
index 6bb7e9d215e..67213eedca8 100644
--- a/app/assets/stylesheets/components/avatar.scss
+++ b/app/assets/stylesheets/components/avatar.scss
@@ -125,7 +125,7 @@ $identicon-backgrounds: $identicon-red, $identicon-purple, $identicon-indigo, $i
.identicon {
text-align: center;
vertical-align: top;
- color: $gray-800;
+ color: $gray-700;
background-color: $gray-darker;
// Sizes
diff --git a/app/assets/stylesheets/components/dashboard_skeleton.scss b/app/assets/stylesheets/components/dashboard_skeleton.scss
index 64091201221..09ba89c0782 100644
--- a/app/assets/stylesheets/components/dashboard_skeleton.scss
+++ b/app/assets/stylesheets/components/dashboard_skeleton.scss
@@ -25,7 +25,7 @@
}
&-icon {
- color: $gray-500;
+ color: $gray-300;
}
&-footer {
@@ -33,7 +33,7 @@
height: $gl-padding-32;
&-arrow {
- color: $gray-300;
+ color: $gray-200;
}
&-downstream {
@@ -41,7 +41,7 @@
}
&-extra {
- background-color: $gray-400;
+ background-color: $gray-200;
font-size: 10px;
line-height: $gl-line-height;
width: $gl-padding;
diff --git a/app/assets/stylesheets/components/design_management/design.scss b/app/assets/stylesheets/components/design_management/design.scss
index 33f03fb5949..80421598966 100644
--- a/app/assets/stylesheets/components/design_management/design.scss
+++ b/app/assets/stylesheets/components/design_management/design.scss
@@ -31,7 +31,7 @@
border-radius: 50%;
&.resolved {
- background-color: $gray-700;
+ background-color: $gray-500;
}
}
}
@@ -164,7 +164,7 @@
}
&:hover {
- border-color: $gray-500;
+ border-color: $gray-300;
}
}
diff --git a/app/assets/stylesheets/components/design_management/design_list_item.scss b/app/assets/stylesheets/components/design_management/design_list_item.scss
index 3a6781b666e..b7f6b2026fe 100644
--- a/app/assets/stylesheets/components/design_management/design_list_item.scss
+++ b/app/assets/stylesheets/components/design_management/design_list_item.scss
@@ -1,12 +1,3 @@
-.designs-root {
- border: 2px dashed transparent;
- transition: border $gl-transition-duration-medium $general-hover-transition-curve;
-
- &:hover {
- border-color: $gray-100;
- }
-}
-
.design-list-item {
height: 280px;
text-decoration: none;
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 & {
diff --git a/app/assets/stylesheets/components/rich_content_editor.scss b/app/assets/stylesheets/components/rich_content_editor.scss
index 8d31b386d9e..ade1bb2099d 100644
--- a/app/assets/stylesheets/components/rich_content_editor.scss
+++ b/app/assets/stylesheets/components/rich_content_editor.scss
@@ -20,15 +20,15 @@
.tui-popup-wrapper {
@include gl-overflow-hidden;
@include gl-rounded-base;
- @include gl-border-gray-400;
+ @include gl-border-gray-200;
hr {
@include gl-m-0;
- @include gl-bg-gray-400;
+ @include gl-bg-gray-200;
}
button {
- @include gl-text-gray-800;
+ @include gl-text-gray-700;
}
}