css - How to disable the hover effect of Vuetify data tables? - Stack Overflow

PHOTO EMBED

Tue Jan 04 2022 15:37:44 GMT+0000 (Coordinated Universal Time)

Saved by @arielvol

<style lang="scss">  
  tbody {
     tr:hover {
        background-color: transparent !important;
     }
  }
</style>
content_copyCOPY

https://stackoverflow.com/questions/60487217/how-to-disable-the-hover-effect-of-vuetify-data-tables