Skip to content

Commit b768d66

Browse files
committed
Merge branch 'master' of https://github.com/silevis/reactgrid
2 parents a276a73 + df5c8ff commit b768d66

3 files changed

Lines changed: 112 additions & 89 deletions

File tree

dist/main.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,15 @@
6464
pointer-events: auto;
6565

6666
.rg-resize-handle {
67-
&:hover {
68-
cursor: col-resize;
69-
background-color: $resize-handle-gb-color;
70-
}
71-
7267
position: absolute;
7368
right: 0;
7469
width: $resize-handle-line-width;
7570
height: 100%;
71+
72+
&:hover {
73+
cursor: col-resize;
74+
background-color: $resize-handle-gb-color;
75+
}
7676
}
7777
}
7878

@@ -241,4 +241,4 @@
241241
top: 50%;
242242
left: 50%;
243243
}
244-
}
244+
}

dist/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@silevis/reactgrid",
33
"description": "Add spreadsheet-like behavior to your React app.",
4-
"version": "4.1.8",
4+
"version": "4.1.9",
55
"homepage": "https://reactgrid.com",
66
"license": "MIT",
77
"author": "Silevis Software",

package-lock.json

Lines changed: 105 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)