mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
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:
parent
8ba63b0f8e
commit
67874f1f53
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue