Make dropdowns close on focus exit (blur)#175
Open
oconnelc wants to merge 33 commits into
Open
Conversation
Programming initial
I decided to include it, since we should all be on the same version of everything, but this may cause dev issues later
need a solid link and image
Change Upcoming Events to Recent Events
Having the max_width based on a percent of the window size resulted in some odd behavior on larger monitors and when zoomed out. Changing this to a fixed 1400px ensures that everything stays in the right spot and looks nice.
Changed .container__content max_width to 1400px instead of 80%
Create a PR template
Gatsby unit test
Added the catapult competition to the hosted events page
DaveSauce
added a commit
to iliterobotics/iliteus
that referenced
this pull request
Mar 11, 2021
Make dropdowns close on focus exit (blur) GailDrake#175
oconnelc
pushed a commit
to oconnelc/iliteus
that referenced
this pull request
Apr 8, 2021
Make dropdowns close on focus exit (blur) GailDrake#175
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The dropdowns will now disappear when the mouse moves off.