Increase hit area for hovering in the mini review panel.

This commit is contained in:
Paulo Reis 2016-11-17 16:53:59 +00:00
parent d30daa3477
commit a007da0466

View file

@ -130,6 +130,7 @@
display: none;
.rp-size-mini & {
display: block;
z-index: 1;
}
position: absolute;
left: 2px;
@ -171,6 +172,14 @@
left: -(@rp-entry-ribbon-width + @rp-entry-arrow-width);
content: '';
}
&::after {
content: '';
position: absolute;
top: -(@review-off-width + @rp-entry-arrow-width);
right: -(@review-off-width + @rp-entry-arrow-width);
bottom: -(@review-off-width + @rp-entry-arrow-width);
left: -(@review-off-width + @rp-entry-arrow-width);
}
}
.rp-state-current-file-expanded & {
left: 5px;