Last-rendered: Remove outline when nothing has been rendered yet

Dotted/dashed lines are usually used for drop-boxes.
This commit is contained in:
Pablo Vazquez 2022-07-05 16:59:17 +02:00 committed by Francesco Siddi
parent d059b99af4
commit d87e0aa019

View File

@ -114,10 +114,6 @@ defineExpose({
</script>
<style scoped>
.last-rendered.nothing-rendered-yet {
outline: thin dotted var(--color-text-hint);
}
.last-rendered img {
width: 100%;
height: 100%;