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

    Change hover color on q-side-link within a q-layout

    Help
    2
    2
    677
    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.
    • W
      wesleysmith1 last edited by

      How can I change the color that is applied by default on q-side-links that are contained in a q-layout?

      1 Reply Last reply Reply Quote 0
      • benoitranque
        benoitranque last edited by benoitranque

        Use inspect element to find the proper class. Then:

        <style scope lang="styl">
        @import '~variables'
        
          .q-someclass:hover
            background $primary
        </style>
        
        1 Reply Last reply Reply Quote 1
        • First post
          Last post