Skip to content
Snippets Groups Projects
Commit 81692c3b authored by Maz Ameli's avatar Maz Ameli
Browse files

grabby grabber

parent 857daa5e
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@
cursor: pointer;
}
.cursor-grab,
:local(.cursor-grab) {
cursor: grab;
}
.cursor-default,
:local(.cursor-default) {
cursor: default;
......
......@@ -144,7 +144,7 @@ export default class Parameters extends Component {
{ mt1: isQB },
)}
axis="x"
distance={5}
distance={9}
onSortEnd={this.handleSortEnd}
>
{parameters.map((parameter, index) => (
......@@ -198,7 +198,7 @@ const StaticParameterWidgetList = ({ children, ...props }) => {
const SortableParameterHandle = SortableHandle(() => (
<div
className="absolute top bottom left flex layout-centered hover-child cursor-pointer"
className="absolute top bottom left flex layout-centered hover-child cursor-grab"
style={{
color: colors["border"],
// width should match the left padding of the ParameterWidget container class so that it's centered
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment