day8 / re-com

A ClojureScript library of reusable components for Reagent
https://re-com.day8.com.au
MIT License
796 stars 147 forks source link

disabled list should not show on hover background #308

Closed hipitihop closed 2 years ago

hipitihop commented 2 years ago

image

MawiraIke commented 2 years ago

I can not reproduce this issue on the demo page. I have attached two screenshots below taken with the mouse above one of the list items (although it's not visible in the screenshot.)

E.g preview

And when the list is disabled

preview2

hipitihop commented 2 years ago

I have investigated this further and it was being caused by the consuming app specifying its own selection-list class and in turn CSS to deal with disablement. This must have been a left over from when re-com did not style disable lists previously. Apologies. Closing