purescript-react / purescript-lumi-components

Library of our UI components
https://lumihq.github.io/purescript-lumi-components/#/
Apache License 2.0
105 stars 5 forks source link

[hotfix] InputGroup dropdown button's missing arrow #147

Closed kimispencer closed 4 years ago

kimispencer commented 4 years ago

Using backgroundColor specified over background prevents the arrow (which is coming from a backgroundImage) from being hidden on the dropdown button inside of an InputGroup.

arthurxavierx commented 4 years ago

It might be worth it checking the code for more possible occurrences of this same bug.