Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-12-21 03:07:40 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-12-21 03:07:40 +0300
commitbb348db4c22bf58ac685fcd66445ac172491b302 (patch)
treeaca3fcf2e361989744ddaee559b51761100472ed /app/assets/stylesheets/vendors
parentbe59dd1d43332496def276c8d3e78fc82e94273a (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/assets/stylesheets/vendors')
-rw-r--r--app/assets/stylesheets/vendors/atwho.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/assets/stylesheets/vendors/atwho.scss b/app/assets/stylesheets/vendors/atwho.scss
index ccf3824ea56..37ef52f9573 100644
--- a/app/assets/stylesheets/vendors/atwho.scss
+++ b/app/assets/stylesheets/vendors/atwho.scss
@@ -23,9 +23,9 @@
}
.has-warning {
- .name,
.description {
color: $orange-700;
+ background-color: $orange-100;
}
}
@@ -59,7 +59,6 @@
&.has-warning {
color: $orange-700;
- background-color: $orange-100;
}
}