You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment honeycomb stylesheet applies a few styles to all buttons, as a result of that all the buttons from your website are affected.
In SQLMonitor we just had an issue where our datepicker component (which is an external component, react-datepicker) had their buttons changed by this css. As a fix we had to create a css class to "undo" honeycomb's changes to the button that were affecting the datepicker component.
At the moment honeycomb stylesheet applies a few styles to all buttons, as a result of that all the buttons from your website are affected.
In SQLMonitor we just had an issue where our datepicker component (which is an external component,
react-datepicker
) had their buttons changed by this css. As a fix we had to create a css class to "undo" honeycomb's changes to the button that were affecting the datepicker component.This is the snippet of what we used to fix it:
The text was updated successfully, but these errors were encountered: