FIX - remove Feather edit action backdrop

This commit is contained in:
smx.pusha
2026-08-10 07:54:28 +02:00
parent 94f20f499b
commit 2ae57eaa14
+8
View File
@@ -726,6 +726,9 @@ onMounted(async () => {
<kNavbar
v-if="feather.onboarded"
class="feather-navbar"
:right-class="
screen === 'edit' ? 'feather-navbar__edit-action' : undefined
"
:subtitle="screen === 'main' && tab === 'home' ? undefined : t('name')"
:title="screen === 'main' && tab === 'home' ? undefined : navbarTitle"
>
@@ -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;