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
Just a quick suggestion. It would have been cool to be able to style the button : width, height, disable the drop shadow etc. instead of doing things like this in the parent:
Note that because of the specificity, div.button-container > button doesn't work but div.trigger > div.button-container > button is doing the job for removing the box-shadow on the button.
Best.
The text was updated successfully, but these errors were encountered:
Did you know that you can provide your own button/trigger for the calendar?
I'm happy to add more theming capabilities to the default trigger but providing your own button/input/etc is often going to be the best course of action
Hi,
Just a quick suggestion. It would have been cool to be able to style the button : width, height, disable the drop shadow etc. instead of doing things like this in the parent:
Note that because of the specificity,
div.button-container > button
doesn't work butdiv.trigger > div.button-container > button
is doing the job for removing the box-shadow on the button.Best.
The text was updated successfully, but these errors were encountered: