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