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

    Setting css pseudo classes

    Help
    1
    2
    989
    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.
    • D
      dgk last edited by

      quasar has special classes for setting the background and text. bg-? and text-?

      Does quasar support manipulating the color property of pseudo classes in particular :hover?

      For example say I want to set the hover color to red for a specific button (or a button of a component). Is there a way to add a “hover” class here?

      <template>
      <div>
        <button class="bg-somecolor" @click="toggleload">{{desc}}</button>
      </div>
      </template>
      
      1 Reply Last reply Reply Quote 0
      • D
        dgk last edited by dgk

        looks like v-on mouseover is the solution

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