mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Configure toggler cursors for v2.
This commit is contained in:
parent
0652fc62a0
commit
ab46e3930a
1 changed files with 18 additions and 0 deletions
|
@ -370,6 +370,24 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui-layout-toggler-east when (@is-overleaf = true) {
|
||||||
|
&.ui-layout-toggler-open {
|
||||||
|
cursor: e-resize !important
|
||||||
|
}
|
||||||
|
&.ui-layout-toggler-closed {
|
||||||
|
cursor: w-resize !important
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.ui-layout-toggler-west when (@is-overleaf = true) {
|
||||||
|
&.ui-layout-toggler-open {
|
||||||
|
cursor: w-resize !important
|
||||||
|
}
|
||||||
|
&.ui-layout-toggler-closed {
|
||||||
|
cursor: e-resize !important
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ui-layout-resizer-dragging {
|
.ui-layout-resizer-dragging {
|
||||||
background-color: @editor-resizer-bg-color-dragging;
|
background-color: @editor-resizer-bg-color-dragging;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue