mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge pull request #2809 from overleaf/cmg-references-styling
Remove old ShareLaTeX style on reference search hover GitOrigin-RevId: e4eed24dacc90a5649e0d994094e11dde316a6ca
This commit is contained in:
parent
186adf8410
commit
f298787565
1 changed files with 1 additions and 10 deletions
|
@ -620,6 +620,7 @@ CodeMirror
|
|||
}
|
||||
.search-result-hit {
|
||||
&:hover {
|
||||
color: @brand-success;
|
||||
cursor: pointer;
|
||||
}
|
||||
border-bottom: 1px solid #ddd;
|
||||
|
@ -628,16 +629,6 @@ CodeMirror
|
|||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
border-left: 4px solid transparent;
|
||||
&.selected-search-result-hit {
|
||||
background-color: @red;
|
||||
color: white;
|
||||
.hit-year.small {
|
||||
color: white;
|
||||
}
|
||||
.hit-journal.small {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
.hit-title {
|
||||
font-size: 1.3em;
|
||||
font-style: italic;
|
||||
|
|
Loading…
Reference in a new issue