mirror of
https://github.com/nasa/openmct.git
synced 2025-01-17 02:10:17 +00:00
[Frontend] Changed cursor property
#755 Changed s-timeline-gantt.mid to use cursor: move instead of ew-resize; Need to verify on Linux;
This commit is contained in:
parent
1f09b7b0ac
commit
9c775c6715
@ -59,7 +59,7 @@
|
|||||||
.handle {
|
.handle {
|
||||||
cursor: col-resize;
|
cursor: col-resize;
|
||||||
&.mid {
|
&.mid {
|
||||||
cursor: ew-resize;
|
cursor: move;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user