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

    Turn off rounded q-tabs?

    Help
    3
    8
    1452
    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.
    • T
      Tim last edited by Tim

      Hi,

      We’re trying to seamlessly add some tabs under a toolbar… the tiny rounded corners on the top are turning into eye-splinters, any thoughts how we could have them square?

      0_1536936496168_40c4baa1-4821-4492-aa8f-c2e1e7e1bdfd-image.png

      Some cleverness with “panes-container-class” ?

      Many thanks

      Tim

      1 Reply Last reply Reply Quote 0
      • G
        genyded last edited by

        Inspect the element in the browser debugger and add css to set the border-radius to zero?

        1 Reply Last reply Reply Quote 1
        • T
          Tim last edited by

          Thanks @genyded, I was hoping for a more “Quasar way”, but I’ll try your suggestion in the meanwhile!
          Tim

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

            Are you using the tabs in a layout? That is how to get the “Quasar way” tabs without any rounded edges. 😄

            https://quasar-framework.org/components/layout.html

            Notice the play app on the right. There is the toolbar then tabs underneath it without any rounded corners.

            If you are attempting to go without the layout, you’ll need to jimmy it with css as sugggested. 😄

            Scott

            1 Reply Last reply Reply Quote 0
            • G
              genyded last edited by

              There is a Quasar ‘no-border’ class, but haven’t tried it on QTabs.

              1 Reply Last reply Reply Quote 0
              • T
                Tim last edited by

                Hi,
                Thanks @s-molinari , we are using tabs in a layout
                In the end the team went with @genyded 's suggestion:

                .q-tabs {
                border-radius: 0px;
                }

                …which has done the trick!
                Thanks both.

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

                  This was also recently reported as a bug.

                  https://github.com/quasarframework/quasar/issues/2608

                  Scott

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

                    @s-molinari Thanks, I’ve added my +1 😉

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