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

    Highlight remains on selected QBtn with 0.15

    Help
    4
    6
    798
    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.
    • J
      jeffatpf last edited by

      When a button is selected with 0.14 it is highlighted, and the highlight is removed after the mouse is moved off the button - a reasonable and expected behavior.

      Check this behavior at http://v0-14.quasar-framework.org/components/button.html

      When a button is selected with 0.15 it is highlighted, and the highlight remains after the mouse is moved off the button until another component of the page is selected - an unexpected behavior.

      Check this behavior at http://quasar-framework.org/components/button.html

      Any insight or workaround is appreciated.

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

        This is an accessibility feature. Use tab / shift + tab to move to next / previous button, use enter key to trigger button

        1 Reply Last reply Reply Quote 0
        • J
          jeffatpf last edited by

          @benoitranque - could enabling/disabling this become an option?

          1 Reply Last reply Reply Quote 1
          • J
            jeffatpf last edited by

            @benoitranque - would you know any way to disable this thru CSS?

            1 Reply Last reply Reply Quote 0
            • s.molinari
              s.molinari last edited by

              Answered in Discord with suggestion:

              .q-focus-helper {
                opacity: 0 !important;
              }
              

              Scott

              S 1 Reply Last reply Reply Quote 1
              • S
                subver @s.molinari last edited by

                @s-molinari thanks , it solved my problem!

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