svelte-grid icon indicating copy to clipboard operation
svelte-grid copied to clipboard

Why there are two backgrounds

Open admin8756 opened this issue 2 years ago • 2 comments

in \svelte-grid\src\MoveResize\index.svelte/line:50-56 image

admin8756 avatar Nov 14 '22 06:11 admin8756

I agree that should be removed, that does not make any sense

vaheqelyan avatar Nov 29 '22 20:11 vaheqelyan

I agree that should be removed, that does not make any sense

I replaced the background with the following code. I think it's more beautiful. Ha ha ha

background-image: linear-gradient(90deg, rgba(60, 10, 30, 0.04) 3%, transparent 0), linear-gradient(1turn, rgba(60, 10, 30, 0.04) 3%, transparent 0);
background-size: 20px 20px;
background-position: 50%;
background-repeat: repeat;

image

admin8756 avatar Nov 30 '22 06:11 admin8756