We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a7805 commit b3467b4Copy full SHA for b3467b4
core/src/views/AccountMenu.vue
@@ -197,12 +197,15 @@ export default defineComponent({
197
}
198
199
.account-menu {
200
+ :deep(*) {
201
+ // do not apply the alpha mask on the avatar div
202
+ mask: none !important;
203
+ }
204
+
205
&__avatar {
206
--account-menu-outline: var(--border-width-input) solid color-mix(in srgb, var(--color-background-plain-text), transparent 75%);
207
outline: var(--account-menu-outline);
208
position: fixed;
- // do not apply the alpha mask on the avatar div
- mask: none !important;
209
210
&:hover {
211
--account-menu-outline: none;
0 commit comments