Skip to content

Commit

Permalink
fix: editors in transform modal not having a border
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 4, 2023
1 parent a44ca48 commit 98dfce8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/components/modals/TransformModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
box-shadow: none;
box-sizing: border-box;

--jse-main-border: $input-border;
--jse-main-border: #{$input-border};
}

input,
Expand Down
2 changes: 1 addition & 1 deletion src/routes/development/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ See https://github.com/sveltejs/kit/issues/981
)};
--jse-context-menu-pointer-background: #{desaturate(darken($background-color, 40%), 40%)};
--jse-collapsed-items-background-color: $selection-background-inactive-color;
--jse-collapsed-items-background-color: #{desaturate(darken($background-color, 5%), 10%)};
--jse-collapsed-items-selected-background-color: #{desaturate(
darken($background-color, 20%),
20%
Expand Down

0 comments on commit 98dfce8

Please sign in to comment.