Replies: 2 comments
-
Update: if I target the v-app-bar-nav-icon and v-list-item elements with an id then the hover style is applied, but it appears "under" the black hover effect. The element goes jet black on hover initally, then as I move the mouse away the colour is shown "behind" it.
see screenshot for ugly black hover effect: |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi I have the same issue here. How did you solve it ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In my Vuetify 3 project, I have this hamburger icon in my AppBar.vue component:
<v-app-bar-nav-icon @click="drawer = !drawer"> </v-app-bar-nav-icon>
Unfortunately, on hover it goes black. The same colour is applied to the navigation drawer items on hover. According to the docs, they should have a light grey on hover not jet black. Does anyone know why?
Also, how can I change the hover colour? I've tried every CSS selector and psuedo selector imaginable, custom classes, I've tried wrapping the elements in v-hover set to disabled, but I can't get rid of the black hover effect?
Beta Was this translation helpful? Give feedback.
All reactions