Skip to content

Commit 10702e8

Browse files
author
Mingze
authored
fix(cursor): Adjust Region custom cursor position (#611)
1 parent 0b9f8cb commit 10702e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/region/RegionCreator.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ $region_cursor_new_3x: 'data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGAAAABgCA
1212

1313
&.is-discoverability-enabled {
1414
$offset_x: 8;
15-
$offset_y: 1;
15+
$offset_y: 2;
1616

1717
cursor: url($region_cursor_new) $offset_x $offset_y, auto; /* Legacy */
1818
cursor: image-set(url($region_cursor_new) 1x, url($region_cursor_new_2x) 2x, url($region_cursor_new_3x) 3x) $offset_x $offset_y, auto; /* Webkit */ /* stylelint-disable-line */

0 commit comments

Comments
 (0)