Selected QItem text not visible when item is selected (Solved)
-
Hi there
I have the issue that a selected QItem text label is not visible anymore when the item is selected in dark mode. How can I fix that?
Another question: How do I set the “selected text” color if I want to have a custom one?
Cheers,
m. -
Hi! You can use this scss code:
.q-drawer { .q-router-link--exact-active { color: white !important; } }
-
That did the trick - thanks!