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

navtoogle or navtoggle in scss? #175

Closed
logista opened this issue Aug 18, 2015 · 3 comments
Closed

navtoogle or navtoggle in scss? #175

logista opened this issue Aug 18, 2015 · 3 comments
Assignees

Comments

@logista
Copy link

logista commented Aug 18, 2015

I was trying to modify the color of the menu button, and found its class is .navtoogle (which is also what it's called in the javascripts)

But page.scss also has .navtoggle

.no-js .nav .navtoggle {
    display: none;
}

I'm assuming this wants to be .navtoogle to match?

@mmistakes
Copy link
Owner

Line 171 in page.scss is where you can change the color and/or styling of the menu button that appears on smaller devices.

@logista
Copy link
Author

logista commented Aug 18, 2015

Got it. Thanks!

But I should have been more explicit about my question: is the typo in navtoogle (two o) or in navtoggle (two g) or there isn't a typo or it doesn't matter?

(I'm a photographer, not a coder; I only know enough to get myself in trouble)

@mmistakes
Copy link
Owner

Looks like it's a typo. Should be navtoggle in the CSS and in the HTML.

@mmistakes mmistakes self-assigned this Aug 18, 2015
mmistakes added a commit that referenced this issue Aug 19, 2015
- .navtoogle should be .navtoggle
- Fixes #175
mmistakes added a commit that referenced this issue Aug 19, 2015
- .navtoogle should be .navtoggle
- Fixes #175
jluccisano added a commit to jluccisano/jluccisano.github.io that referenced this issue May 6, 2017
- .navtoogle should be .navtoggle
- Fixes mmistakes#175
makaroniame added a commit to makaroniame/makaroniame-old.github.io that referenced this issue May 18, 2022
- .navtoogle should be .navtoggle
- Fixes mmistakes#175
koyumi0601 pushed a commit to koyumi0601/koyumi0601.github.io that referenced this issue Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants