Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ui-buttons): fix hover enabled when a component is disabled
The issue was that the entry before the hover CSS selector contained an extra '}' sign, which causes Emotion to go crazy and put subsequent CSS classes into the global scope instead of just the specific DOM part
- Loading branch information