Skip to content

Commit 012320b

Browse files
committed
fix(AccountMenu): do not apply alpha mask on the account menu
Signed-off-by: Ferdinand Thiessen <[email protected]>
1 parent a5b607f commit 012320b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/views/AccountMenu.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ export default defineComponent({
201201
--account-menu-outline: var(--border-width-input) solid color-mix(in srgb, var(--color-background-plain-text), transparent 75%);
202202
outline: var(--account-menu-outline);
203203
position: fixed;
204+
// do not apply the alpha mask on the avatar div
205+
mask: none !important;
204206
205207
&:hover {
206208
--account-menu-outline: none;

0 commit comments

Comments
 (0)