mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Merge branch 'ja-review-panel' of github.com:sharelatex/web-sharelatex into ja-review-panel
This commit is contained in:
commit
d07fcbca82
1 changed files with 4 additions and 4 deletions
|
@ -70,8 +70,8 @@
|
|||
.rp-size-mini & {
|
||||
display: block;
|
||||
width: @review-off-width;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
bottom: 0px;
|
||||
|
@ -149,9 +149,9 @@
|
|||
}
|
||||
|
||||
.rp-entry-wrapper {
|
||||
&:hover > .rp-entry-insert,
|
||||
&:hover > .rp-entry-delete,
|
||||
&:hover > .rp-entry-comment {
|
||||
&:hover .rp-entry-insert,
|
||||
&:hover .rp-entry-delete,
|
||||
&:hover .rp-entry-comment {
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue