Highlight review panel splitter when hovered.

This commit is contained in:
Paulo Reis 2017-05-19 17:08:52 +01:00
parent 58ad62c413
commit 0c8cacc222

View file

@ -972,7 +972,8 @@
opacity: 0.5;
color: @rp-highlight-blue;
z-index: 1;
cursor: e-resize;
background-color: transparent;
transition: background 0.1s;
.rp-size-expanded & {
display: block;
@ -980,8 +981,8 @@
&:hover,
&:focus {
opacity: 1;
color: @rp-highlight-blue;
background-color: #FFF;
}
&::after {