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:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-26 04:13:04 +0300
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-09-26 04:13:04 +0300
commit38a848be1c1ea5cba3112def8b3d64a2af056f0e (patch)
tree746706c26febac518c5c37d170fbe4200330711c /app/assets/stylesheets/framework/gitlab-theme.scss
parent53b3ad5f7ce50bfdb1dd0c72b3cc2b020f52abe1 (diff)
parent7ab056c7d73191cbfb2ce70a2fa19aff69d11fd3 (diff)
Merge branch '31094-define-color-priorities' into 'master'
Update color variables See merge request gitlab-org/gitlab-ce!14456
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 7fa58b11d9d..89d1d1f8ab3 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;
}
}
}