mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 21:00:45 +00:00
Fix invisible hover.
This commit is contained in:
parent
94bdad7eae
commit
b1f73963b9
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…
Add table
Reference in a new issue