Skip to content

Commit 850e2b5

Browse files
committed
🍱 fix blurry resize arrow
1 parent 0466e45 commit 850e2b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/gridstack.scss‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ $animation_speed: .3s !default;
7070
> .ui-resizable-nw,
7171
> .ui-resizable-se,
7272
> .ui-resizable-sw {
73-
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 16 16"><path d="m8 1 2 2H6l2-2v14l-2-2h4l-2 2"/></svg>');
73+
background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" stroke="%23666" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" viewBox="0 0 20 20"><path d="m10 3 2 2H8l2-2v14l-2-2h4l-2 2"/></svg>');
7474
background-repeat: no-repeat;
7575
background-position: center;
7676
}

0 commit comments

Comments
 (0)