From 2ae57eaa143c35d44738523de38edcc96907a9f5 Mon Sep 17 00:00:00 2001 From: "smx.pusha" <139338836+smxpusha@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:54:28 +0200 Subject: [PATCH] FIX - remove Feather edit action backdrop --- frontend/src/views/apps/FeatherApp.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/src/views/apps/FeatherApp.vue b/frontend/src/views/apps/FeatherApp.vue index 59dd045..4dec4a6 100644 --- a/frontend/src/views/apps/FeatherApp.vue +++ b/frontend/src/views/apps/FeatherApp.vue @@ -726,6 +726,9 @@ onMounted(async () => { @@ -4596,6 +4599,11 @@ onMounted(async () => { font-size: 10px; font-weight: 800; } +.feather-navbar :deep(.feather-navbar__edit-action) { + background: transparent !important; + box-shadow: none !important; + backdrop-filter: none; +} .feather-edit__identity { position: relative; display: flex;