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

    How to remove ripple effect on q-stepper?

    Help
    2
    4
    275
    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.
    • K
      kero last edited by

      When header options is enabled I tried header-class, no-ripple, ripple.
      Can’t figure out how to remove the ripple effect.

      metalsadman 1 Reply Last reply Reply Quote 0
      • metalsadman
        metalsadman @kero last edited by metalsadman

        @kero said in How to remove ripple effect on q-stepper?:

        When header options is enabled I tried header-class, no-ripple, ripple.
        Can’t figure out how to remove the ripple effect.

        not really removing it since it’s hardcoded thru a v-ripple directive, just disable pointer events will do.

        .q-stepper__tab--active
          pointer-events: none
        
        K 1 Reply Last reply Reply Quote 0
        • K
          kero @metalsadman last edited by kero

          @metalsadman said in How to remove ripple effect on q-stepper?:

          .q-stepper__tab–active
          pointer-events: none

          It doesn’t work. I tried putting !important it does nothing too. I will try it for different class name with pointer-events: none.

          Edit: I tried on q-stepper__step it works but you cannot click it though, it doesn’t do anything.
          I tried to put some @click.native on tab but it does not work also.

          metalsadman 1 Reply Last reply Reply Quote 0
          • metalsadman
            metalsadman @kero last edited by

            @kero so you want it to be still clicked even when it’s active? then try to override the :before and :after css, inspect the element.

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