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;
|
||||
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 {
|
||||
|
|
Loading…
Reference in a new issue