Merge pull request #2852 from overleaf/cmg-highlight-references-keyboard

Fix highlights on reference search not working on key down

GitOrigin-RevId: ab123e40e99b66389a725476645a7abb881776ad
This commit is contained in:
Eric Mc Sween 2020-05-20 10:15:05 -04:00 committed by Copybot
parent 8ba63b0f8e
commit 67874f1f53

View file

@ -620,7 +620,6 @@ CodeMirror
}
.search-result-hit {
&:hover {
color: @brand-success;
cursor: pointer;
}
border-bottom: 1px solid #ddd;
@ -629,6 +628,9 @@ CodeMirror
border-bottom: 1px solid transparent;
}
border-left: 4px solid transparent;
&.selected-search-result-hit {
color: @brand-success;
}
.hit-title {
font-size: 1.3em;
font-style: italic;