Skip to content

Commit

Permalink
remove the dotted outline around the app editor (windmill-labs#4301)
Browse files Browse the repository at this point in the history
  • Loading branch information
fatonramadani authored Aug 29, 2024
1 parent fa4daf5 commit 543a8e9
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions frontend/src/lib/components/apps/editor/GridEditor.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
const {
selectedComponent,
app,
mode,
connectingInput,
summary,
focusedGrid,
Expand Down Expand Up @@ -126,14 +125,7 @@
}}
bind:clientWidth={$parentWidth}
>
<div
class={twMerge(
!$focusedGrid && $mode !== 'preview' ? 'outline-dashed' : '',
'subgrid overflow-visible z-100',
'outline-[#999999] dark:outline-[#aaaaaa] outline-dotted outline-offset-2 outline-1 '
)}
style={`transform: scale(${$scale / 100});`}
>
<div class="subgrid overflow-visible z-100" style={`transform: scale(${$scale / 100});`}>
<Grid
allIdsInPath={$allIdsInPath}
selectedIds={$selectedComponent}
Expand Down

0 comments on commit 543a8e9

Please sign in to comment.