Results 6 issues of Leyan Lo

Was getting annoyed at my modals being closed with the event propagation so made these changes.

This more or less obsolesces #211, rather than providing a direct solution. Figure it was safer to just expose visibility rather than exposing multiple entry points to closing the cheatsheet.

Clearing the Select component focuses the input field, but does not actually call onFocus(). You can tell by the way the box does not have a black border after clearing...

Setting isLoading on a Button that is in Chrome running Google Translate crashes unless the contents are wrapped in a span: ``` Button: Failed to execute 'removeChild' on 'Node': The...

The Styletron documentation has a section on Descendant Hover. In practice, we typically include hover styles with focus/active styles for accessibility. Therefore, we should include documentation on how to add...

docs

Today, Styletron lets you add an animation with `animationName`, which takes in a `KeyframesObject`. However, CSS allows for multiple animations to be set, separated by commas, e.g. ```css animation: oscillate...