From 7f5a0069501edc5767405c27a54d832074ae764d Mon Sep 17 00:00:00 2001 From: Martha Thompson <437455+MothOnMars@users.noreply.github.com> Date: Wed, 24 Apr 2019 12:04:02 -0700 Subject: [PATCH] SRCH-560 - fix hover highlight (#269) - bump scrypt --- Gemfile.lock | 2 +- app/assets/stylesheets/searches/_main_menu.less | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 543df92cb2..89288da3b5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -617,7 +617,7 @@ GEM sprockets (>= 2.8, < 4.0) sprockets-rails (>= 2.0, < 4.0) tilt (>= 1.1, < 3) - scrypt (3.0.5) + scrypt (3.0.6) ffi-compiler (>= 1.0, < 2.0) select2-rails (4.0.3) thor (~> 0.14) diff --git a/app/assets/stylesheets/searches/_main_menu.less b/app/assets/stylesheets/searches/_main_menu.less index 7f04997b99..1cc51a9ae4 100644 --- a/app/assets/stylesheets/searches/_main_menu.less +++ b/app/assets/stylesheets/searches/_main_menu.less @@ -120,6 +120,7 @@ &:hover { text-decoration: underline; + background: transparent; } &:focus { text-decoration: none;