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 q-tabs shadow and underline?

    Help
    2
    6
    1325
    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.
    • M
      Master last edited by

      <q-tabs>
              <q-route-tab
                icon="mail"
                to="/assets"
                exact
                slot="title"
                color="grey"
                replace
              />
              <q-route-tab
                icon="alarm"
                to="/discover"
                exact
                slot="title"
                color="grey"
                replace
              />
            </q-tabs>
      

      q-tabs has shadow and underline, I don’t need these two, has any property to remove them?

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

        Look at the examples here: https://v1.quasar-framework.org/vue-components/tabs#Example--Custom-indicator

        The first one has no shadow. The last has no underline.

        Scott

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

          Hmm… I guess I should have asked first. Which version are you using? v1 or 0.17?

          Scott

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

            Well, for version 1. 😁

            https://codepen.io/smolinari/pen/KJboBZ

            Scott

            1 Reply Last reply Reply Quote 0
            • M
              Master last edited by

              I used 0.17 now, looks like I need upgrade to 1.0, Thank you!

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

                @Master - It should be the same for 0.17, from what I can see.

                Scott

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