Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cocopon/tweakpane into feat…
Browse files Browse the repository at this point in the history
…/rotate-with-css
  • Loading branch information
vltansky committed Nov 3, 2024
2 parents bd83e41 + 5c88c1e commit 8ca3e5e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/core/lib/sass/view/_color-picker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ $track-width: 4px;
left: 50%;
margin-left: math.div(-1 * tp.$slider-knob-size, 2);
margin-top: math.div(-1 * tp.$slider-knob-size, 2);
pointer-events: none;
position: absolute;
top: 50%;
width: tp.$slider-knob-size;
Expand Down Expand Up @@ -175,7 +174,6 @@ $track-width: 4px;
margin-left: math.div(-1 * tp.$slider-knob-size, 2);
margin-top: math.div(-1 * tp.$slider-knob-size, 2);
overflow: hidden;
pointer-events: none;
position: absolute;
top: 50%;
width: tp.$slider-knob-size;
Expand Down

0 comments on commit 8ca3e5e

Please sign in to comment.