diff --git a/core/src/views/AccountMenu.vue b/core/src/views/AccountMenu.vue index 5b7ead636bd..be36181c402 100644 --- a/core/src/views/AccountMenu.vue +++ b/core/src/views/AccountMenu.vue @@ -197,12 +197,15 @@ export default defineComponent({ } .account-menu { + :deep(*) { + // do not apply the alpha mask on the avatar div + mask: none !important; + } + &__avatar { --account-menu-outline: var(--border-width-input) solid color-mix(in srgb, var(--color-background-plain-text), transparent 75%); outline: var(--account-menu-outline); position: fixed; - // do not apply the alpha mask on the avatar div - mask: none !important; &:hover { --account-menu-outline: none;