Skip to content

Commit

Permalink
SRCH-560 - fix hover highlight (#269)
Browse files Browse the repository at this point in the history
- bump scrypt
  • Loading branch information
MothOnMars authored Apr 24, 2019
1 parent 1e3551f commit 7f5a006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions app/assets/stylesheets/searches/_main_menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@

&:hover {
text-decoration: underline;
background: transparent;
}
&:focus {
text-decoration: none;
Expand Down

0 comments on commit 7f5a006

Please sign in to comment.