Skip to content

Commit

Permalink
🐛 fix(header.scss): Fix bug where hamburger menu animations were not …
Browse files Browse the repository at this point in the history
…working
  • Loading branch information
Spiderpig86 committed Jan 20, 2022
1 parent e9e58fe commit 203ab37
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/cirrus-core.css
Original file line number Diff line number Diff line change
Expand Up @@ -11851,7 +11851,7 @@ label:last-child:not(:first-child):not(.form-group-label) {
margin-left: -7px;
position: absolute;
top: 50%;
transition: none 86ms ease-out;
transition: all 86ms ease-out;
width: 15px;
/* Line spacing in hamburger button */
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus-core.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cirrus.css
Original file line number Diff line number Diff line change
Expand Up @@ -11852,7 +11852,7 @@ label:last-child:not(:first-child):not(.form-group-label) {
margin-left: -7px;
position: absolute;
top: 50%;
transition: none 86ms ease-out;
transition: all 86ms ease-out;
width: 15px;
/* Line spacing in hamburger button */
}
Expand Down
2 changes: 1 addition & 1 deletion dist/cirrus.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/components/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ $generate-utility: should-generate-classes($HEADER);
margin-left: -7px;
position: absolute;
top: 50%;
transition: none 86ms ease-out;
transition: all 86ms ease-out;
width: 15px;

/* Line spacing in hamburger button */
Expand Down

0 comments on commit 203ab37

Please sign in to comment.