Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hamburger menu #1344

Merged
merged 4 commits into from
Apr 2, 2021
Merged

Fix hamburger menu #1344

merged 4 commits into from
Apr 2, 2021

Conversation

sena-ji
Copy link
Member

@sena-ji sena-ji commented Mar 31, 2021

Commented line in _calendar.scss that creates the bug for the hamburger menu on mobile. Did not want to delete things and cause more problems. Discussed issue with developer team and they stated that _calendar.scss is not being currently used. Fixes #1258.

@@ -67,7 +67,7 @@ button {
margin: 5px 0;

&:hover {
background: $color-red;
// background: $color-red;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice job here. I'd like to recommend to delete this whole &:hover section. then check and see if it messes up any buttons. I do not think it will.

@sena-ji
Copy link
Member Author

sena-ji commented Apr 1, 2021

@jbubar I removed the &:hover section and verified that there are no critical errors!

@akibrhast akibrhast requested a review from martham0 April 1, 2021 20:40
Copy link
Member

@martham0 martham0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It all looks good to me! No other errors appearing and pink box is gone

@martham0 martham0 merged commit a4ecd11 into hackforla:gh-pages Apr 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove pink rectangle behind the mobile hamburger menu
3 participants