No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    Selected QItem text not visible when item is selected (Solved)

    Help
    2
    3
    267
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mboeni
      mboeni last edited by mboeni

      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?

      quasar_highlight_not_visible.png

      Cheers,
      m.

      1 Reply Last reply Reply Quote 0
      • B
        BodaMat last edited by BodaMat

        Hi! You can use this scss code:

        .q-drawer {
            .q-router-link--exact-active {
              color: white !important;
            }
          }
        
        mboeni 1 Reply Last reply Reply Quote 0
        • mboeni
          mboeni @BodaMat last edited by

          @BodaMat

          That did the trick - thanks! 🙂

          1 Reply Last reply Reply Quote 0
          • First post
            Last post