diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss index 2b074dad26ecb39089f66dc0856c77c9735dfd92..a0108bba6d9468ea36f64cebb68c223f0146a947 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 {