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

Commits on Jun 12, 2020

  1. used "inherit" for ::before and ::after instead of $hamburger-active-…

    …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.
    paul-git authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    cb8ea74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from paul-git/paul-git-patch-1

    "inherit" for ::before and ::after instead of $hamburger-active-layer-color
    paul-git authored Jun 12, 2020
    Configuration menu
    Copy the full SHA
    c41f57e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. Merge pull request #2 from jonsuh/master

    Reintegrate last updates from jonsuh/hamburger
    paul-git authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    1d25e36 View commit details
    Browse the repository at this point in the history