Odd issue with tab, underline, and deselecting #15361
Unanswered
cfjedimaster
asked this question in
General
Replies: 1 comment
-
Figured it out thanks to https://stackoverflow.com/a/61701222/52160. Just add optional. |
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
-
I've got a set of tabs in my header and then a simple button at the right side, looks like so:
Here's my template for App.vue:
I've got a router with 3 routes, one for the Home and About tabs, and one for Test1. Navigation works fine, but here's the weird thing.
If you navigate to Test1, the tab (whatever was last viewed, Home or About), will go to the deselected text color, but keep the white underline.
It may be hard to see, but "Home" in the above is showing the right "I'm not selected" color, but there's still an underline there.
Is there a way to remove it?
Beta Was this translation helpful? Give feedback.
All reactions