GRA0007 / crab.fit

Enter your availability to find a time that works for everyone!
https://crab.fit
GNU General Public License v3.0
244 stars 31 forks source link

Fix the buttons appearance on Safari #309

Open Nicolapps opened 9 months ago

Nicolapps commented 9 months ago

This PR modifies the implementation of the Button component in order to fix a bug where the button shadow renders on top of the button itself.

I verified manually that the appearance of the button stays the same on other browsers (including for hover, focus, active and secondary styles.

Before After

Closes #300