You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use vue-router and create a navigation drawer with some links, then navigate to one of them.
Versions
Vue 2.4.2, Vuetify 0.14.11, Edge 15.
What is expected ?
The current route should be highlighted visually.
What is actually happening ?
While list__tile--active is applied to the active route that should apply a blue color, the highlight color is overwritten by .application--light .navigation-drawer .list__tile. Also, bear in mind that event without that rule, .application--light .navigation-drawer a, .application--light .navigation-drawer .subheader, .application--light .navigation-drawer .list would take precendence over .list__tile--active
Is it the same as #1374? If yes, sorry, that title was misleading because the class is applied, it's just that its style is overriden. If it's fixed, please close. 👍
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord
lockbot
locked as resolved and limited conversation to collaborators
Apr 16, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Use vue-router and create a navigation drawer with some links, then navigate to one of them.
Versions
Vue 2.4.2, Vuetify 0.14.11, Edge 15.
What is expected ?
The current route should be highlighted visually.
What is actually happening ?
While
list__tile--active
is applied to the active route that should apply a blue color, the highlight color is overwritten by.application--light .navigation-drawer .list__tile
. Also, bear in mind that event without that rule,.application--light .navigation-drawer a, .application--light .navigation-drawer .subheader, .application--light .navigation-drawer .list
would take precendence over.list__tile--active
Reproduction Link
https://codepen.io/anon/pen/qXoaqO
The text was updated successfully, but these errors were encountered: