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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user