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:
authorPedro Moreira da Silva <hi@pedroms.com>2017-09-23 03:06:18 +0300
committerPedro Moreira da Silva <hi@pedroms.com>2017-09-23 03:06:18 +0300
commit7ab056c7d73191cbfb2ce70a2fa19aff69d11fd3 (patch)
treeb1fa3831602cb2ce7ec8c41215ad42da2fc36937 /app/assets/stylesheets/framework/gitlab-theme.scss
parente85e803c0eb6e48dfd9228e718190d95ededf9b1 (diff)
Update light colors, remove ’25’ and add ‘950’ shades
Diffstat (limited to 'app/assets/stylesheets/framework/gitlab-theme.scss')
-rw-r--r--app/assets/stylesheets/framework/gitlab-theme.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/framework/gitlab-theme.scss b/app/assets/stylesheets/framework/gitlab-theme.scss
index f844d6f1d5a..ca16f7c9dc9 100644
--- a/app/assets/stylesheets/framework/gitlab-theme.scss
+++ b/app/assets/stylesheets/framework/gitlab-theme.scss
@@ -242,10 +242,10 @@ body {
&:hover {
background-color: $white-light;
- box-shadow: inset 0 0 0 1px $blue-100;
+ box-shadow: inset 0 0 0 1px $blue-200;
.location-badge {
- box-shadow: inset 0 0 0 1px $blue-100;
+ box-shadow: inset 0 0 0 1px $blue-200;
}
}
}