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

inherit for before and after instead of hamburger-active-layer-color; #94

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

paul-git
Copy link

Since the ::before and ::after css pseudo elements are not accessible from Javascript, the color of the two bars at the bottom and top cannot be changed at runtime. By using "inherit" they will take over the color of middle bar thus the color can be changed dinamically.

…layer-color;

Since the ::before and ::after css pseudo elements are not accessible from Javascript, the color of the two bars at the bottom and top cannot be changed at runtime. By using "inherit" they will take over the color of middle bar thus the color can be changed dinamically.
"inherit" for ::before and ::after instead of $hamburger-active-layer-color
Reintegrate last updates from jonsuh/hamburger
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.

None yet

1 participant