primevue icon indicating copy to clipboard operation
primevue copied to clipboard

Dropdown / MultiSelect: no hover styling when `focusOnHover: false`

Open omzy opened this issue 9 months ago • 0 comments

Describe the bug

It seems that the hover styling for Dropdown & MultiSelect was removed in 3.48.0. Now, the only way to achieve a hover effect is when focusOnHover is true, however, as described in https://github.com/primefaces/primevue/issues/5647, we may not want that behaviour.

This is the relevant CSS that was removed:

image

It looks like there might be a similar issue in cascadeselect and autocomplete.

Reproducer

https://stackblitz.com/edit/g1vpgm-uakqpf

PrimeVue version

3.51.0

Vue version

3.x

Language

TypeScript

Build / Runtime

Vite

Browser(s)

No response

Steps to reproduce the behavior

No response

Expected behavior

No response

omzy avatar Apr 26 '24 11:04 omzy