VandyHacks / vaken

Next-gen hackathon registration system
MIT License
49 stars 12 forks source link

Fixing button box-shadow styling collision #840

Closed Chinchuluun1029 closed 3 years ago

Chinchuluun1029 commented 3 years ago

Summary

Changed the styling of the button when clicked, used to have a collision of box-shadow and background making it seem like its blurred (due to :focus selector for keyboard users).

Initial:

Screen Shot 2021-09-19 at 23 31 57

Now:

Screen Shot 2021-09-19 at 23 31 35
codeclimate[bot] commented 3 years ago

Code Climate has analyzed commit 7e78836a and detected 0 issues on this pull request.

The test coverage on the diff in this pull request is 100.0% (0% is the threshold).

This pull request will bring the total coverage in the repository to 63.2% (0.0% change).

View more on Code Climate.