Skip to content

Commit

Permalink
fix(DragHandleIcon): Drag Handle icon not showing up without special …
Browse files Browse the repository at this point in the history
…webpack config (#345)

Co-authored-by: Mitchell Lee <mitchlee@amazon.com>
  • Loading branch information
TheEvilDev and Mitchell Lee authored Nov 10, 2022
1 parent 91e491b commit b8952ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scene-composer/src/enhancers/draggable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cursor: grab;

&::before {
content: url('../assets/icons/draghandle.svg');
content: url("data:image/svg+xml,%3Csvg width='4' height='19' viewBox='0 0 4 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='0.5' y1='0.5' x2='0.499999' y2='18.5' stroke='%23879596'/%3E%3Cline x1='2.96094' y1='0.5' x2='2.96094' y2='18.5' stroke='%23879596'/%3E%3C/svg%3E");
position: absolute;
left: 0;
margin: 1.9rem 1rem 1rem 0.75rem;
Expand Down

0 comments on commit b8952ce

Please sign in to comment.