mirror of
https://github.com/sky-systems/sky_phone.git
synced 2026-08-29 01:08:59 +00:00
FIX - remove Feather edit action backdrop
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user