react-toolbox / react-toolbox-themr

A tool to statically extract and generate custom themes for React Toolbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Broken Styles on Dropdown Component

sparty02 opened this issue · comments

Repro here. Notice how the dropdown component doesn't have the styling as demonstrated here. From a quick glance, the cursor is always in the not-allowed state and the highlight on hover isn't working.

screenshot

Hi! Thanks for reporting.

The issue here is that we are setting some globals in the playground that makes the layout work properly in the first example. The not-allowed cursor was a small bug with a selector.

If will be fixed with the next release, meanwhile you can write a custom theme object to override it and remove the cursor. For the layout of the first example to work you may check the globals in the playground and add them to your project.