quasarframework / quasar

Quasar Framework - Build high-performance VueJS user interfaces in record time
https://quasar.dev
MIT License
25.29k stars 3.43k forks source link

QMarkupTable hover with rowspan #17096

Open cirolosapio opened 1 month ago

cirolosapio commented 1 month ago

What happened?

when hover the second/third row the hover effect is not applied to all row

What did you expect to happen?

hovering the second/third row the hover effect should apply on the first column also

Reproduction URL

https://stackblitz.com/edit/quasarframework-4wx1xz?file=src%2Fpages%2FIndexPage.vue

How to reproduce?

  1. Open reproduction url
  2. hover the second/third row

Flavour

Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)

Areas

Components (quasar)

Platforms/Browsers

No response

Quasar info output

No response

Relevant log output

No response

Additional context

No response