primefaces / primevue-sass-theme

PrimeVue Theming with SASS
https://primevue.org/theming/#customtheme
MIT License
64 stars 36 forks source link

Added .p-fileupload-highlight class missing #14

Closed SoyDiego closed 10 months ago

SoyDiego commented 12 months ago

This fix will work perfectly with: https://github.com/primefaces/primevue/pull/4130 (both are necessary)

I have follow the same idea like: PrimeNG: https://github.com/primefaces/primeng-sass-theme/pull/24 PrimeReact: https://github.com/primefaces/primereact-sass-theme/pull/28

PROBLEM

when I'm trying to drag over my file in the component (nothing was happening)

problem fileupload primevue

SOLUTION

fixed fileupload primevue