Skip to content

Commit

Permalink
Remove pattern background
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesnw committed Dec 11, 2024
1 parent 5188883 commit 74eac4b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/lib/components/colors/Sliders.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -115,14 +115,7 @@
margin: 0;
display: block;
appearance: none;
background: linear-gradient(to right, var(--stops)),
repeating-linear-gradient(
-45deg,
white 0%,
white 1%,
#ffd0d0 1%,
#ffd0d0 2%
);
background: linear-gradient(to right, var(--stops));
&[data-channel='alpha'] {
background: linear-gradient(to right, var(--stops)),
url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60"><rect fill="%23e8e8e8" width="30" height="30"/><rect x="30" y="30" width="30" height="30" fill="%23e8e8e8"/></svg>');
Expand Down

0 comments on commit 74eac4b

Please sign in to comment.