mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-25 08:00:59 +00:00
remove the dotted outline around the app editor (#4301)
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user