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:
authorDevesh Khandelwal <devesh.khandelwal@outlook.com>2016-11-12 11:39:20 +0300
committerDevesh Khandelwal <devesh.khandelwal@outlook.com>2016-11-12 11:39:20 +0300
commit8fd930548f57c0fdc8ae1597622f5c088939c96e (patch)
tree950ced4b9129c0e5d197c3cf20e1ee38f3edc386 /app/assets/stylesheets/pages/search.scss
parent3b5182ed6833ab1a11daddf59eabfe5284b8d1a6 (diff)
Remove hover state on location badge.
Diffstat (limited to 'app/assets/stylesheets/pages/search.scss')
-rw-r--r--app/assets/stylesheets/pages/search.scss6
1 files changed, 0 insertions, 6 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 2b074dad26e..a0108bba6d9 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -53,12 +53,6 @@
background-color: $location-badge-bg;
vertical-align: top;
cursor: default;
-
- &:hover {
- color: $white-light;
- background-color: lighten($location-badge-active-bg, 20%);
- transition: all 0.15s;
- }
}
.search-input-container {