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:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-03 17:45:11 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-03 17:45:11 +0300
commit37d43fa9095a43f7610428b2912515ef2e635b54 (patch)
treedfeb0bf968e682ffa583f98afcac2435a281801c /app/assets/stylesheets/pages/search.scss
parent6e7b41105c887898c0e1cc0dbe0a5688939e992c (diff)
fix rake scss linting errors
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index e524872ff3a..12bff32bbf3 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -25,7 +25,7 @@ textarea:hover,
}
input[type="checkbox"]:hover {
- box-shadow: 0 0 2px 2px rgba(153, 212, 247, 0.4), 0 0 0 1px rgba(153, 212, 247, 0.4);
+ box-shadow: 0 0 2px 2px lighten($search-input-focus-shadow-color, 20%), 0 0 0 1px lighten($search-input-focus-shadow-color, 20%);
}
.search {