From 203ed18aba2d95430be3062a96cc3d3b83df073f Mon Sep 17 00:00:00 2001 From: Julie Blanc Date: Thu, 5 Mar 2026 11:42:18 +0100 Subject: [PATCH] delete inherance --- src/components/ElementPopup.vue | 210 +++--------- src/components/editor/TextSettings.vue | 450 +------------------------ src/components/ui/BasePopup.vue | 9 +- 3 files changed, 71 insertions(+), 598 deletions(-) diff --git a/src/components/ElementPopup.vue b/src/components/ElementPopup.vue index 4400a03..a23f2e1 100644 --- a/src/components/ElementPopup.vue +++ b/src/components/ElementPopup.vue @@ -6,9 +6,9 @@ :editable-css="elementCss" :popup-width="800" :popup-height="600" + :show-inheritance="false" @close="close" @css-input="handleCssInput" - @toggle-inheritance="toggleInheritance" >