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 color on hover

    Starter Kits
    1
    1
    645
    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.
    • S
      smiling_girl last edited by Shone

      Hi,
      I am new to front-end development and i am trying to learn vue and use quasar.

      I am tryin to change text color on hover. I could be doing it all completely!

              class="text-tertiary transparent no-shadow mytry"
              label="Layers"
              icon="layers"
            >
      <!-- after script!>
      <style scope lang="stylus">
        @import '~variables'
        .root:hover
          text-tertiary $red-4
      </style>
      
      1 Reply Last reply Reply Quote 0
      • First post
        Last post