mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Highlight review panel splitter when hovered.
This commit is contained in:
parent
58ad62c413
commit
0c8cacc222
1 changed files with 3 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue