remove the dotted outline around the app editor (#4301)

This commit is contained in:
Faton Ramadani
2024-08-29 10:59:31 +02:00
committed by GitHub
parent fc2dad800e
commit 294d3ba856
@@ -26,7 +26,6 @@
const {
selectedComponent,
app,
mode,
connectingInput,
summary,
focusedGrid,
@@ -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}