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

    [v1] q-popover -> q-menu, q-item hover effect missing

    Framework
    2
    2
    462
    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

      As we’ve moved from 0.17 to v1 we’ve converted from q-popover to q-menu and the light gray hover effect does not appear when you mouse over the expanded menu items. Here’s the code. There’s likely a CSS collision happening here. Any help would be appreciated. It works perfectly in isolation from within a codepen. Thanks, Jeff.

      <q-btn round flat class=“action” color=“primary” icon=“fal fa-ellipsis-v” size=“14px” dense>
      <q-menu>
      <q-list separator>
      <q-item clickable v-close-popup @click=“editIncomeItem(item)”>
      <q-item-section>Edit Paycheck</q-item-section>
      </q-item>
      <q-item clickable v-close-popup @click=“moveIncomeItem(item)”>
      <q-item-section>This is not a Paycheck - Move to Other</q-item-section>
      </q-item>
      </q-list>
      </q-menu>
      </q-btn>

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

        <q-list separator>

        That doesn’t look right to me. Not sure it will help though.

        Scott

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