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
    1. Home
    2. smiling_girl
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 4
    • Best 0
    • Groups 0

    smiling_girl

    @smiling_girl

    0
    Reputation
    112
    Profile views
    4
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    smiling_girl Follow

    Latest posts made by smiling_girl

    • RE: Change text color on hover

      I would also like to know how to use stylus to get the color $red-4. I am trying to achieve uniformity in terms of color

      posted in Framework
      S
      smiling_girl
    • RE: Change text color on hover

      @nothingismagick - Thank you for the response :). I was actually trying to only change the color of the label and the downward arrow on hover. and Thank you for pointing that stylus needn’t be used ( that shows my inexperience and lack of knowledge)

      posted in Framework
      S
      smiling_girl
    • Change text color on hover

      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!

      <q-btn-dropdown
      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>

      posted in Framework
      S
      smiling_girl
    • Change color on hover

      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>
      
      posted in Starter Kits
      S
      smiling_girl