Skip to content

Commit

Permalink
fix: slider background
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Oct 31, 2022
1 parent 9f0cfc5 commit a85f38f
Showing 2 changed files with 2 additions and 11 deletions.
Binary file added resources/img/checker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 2 additions & 11 deletions tldraw/apps/tldraw-logseq/src/styles.css
Original file line number Diff line number Diff line change
@@ -935,21 +935,12 @@ html[data-theme='dark'] {
}

.tl-slider-root {
@apply relative flex items-center w-full;
@apply relative flex items-center w-full rounded-sm;

user-select: none;
touch-action: none;
background-color: var(--ls-secondary-background-color);
background: url("../img/checker.png");

&[data-orientation="horizontal"] {
height: 20px;
}

&[data-orientation="vertical"] {
flex-direction: column;
width: 20px;
height: 100%;
}
}

.tl-slider-track {

0 comments on commit a85f38f

Please sign in to comment.