Skip to content

Commit

Permalink
Merge pull request #2923 from uswds/sg-header-arrow
Browse files Browse the repository at this point in the history
Change direction of dropdown arrow when opened
  • Loading branch information
thisisdano committed Feb 25, 2019
2 parents 77ee7fe + 5fc980b commit 715b9b9
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 1 deletion.
Binary file added src/img/angle-arrow-down-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/img/angle-arrow-down-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/img/angle-arrow-up-white.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions src/img/angle-arrow-up-white.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/stylesheets/components/_navigation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ $nav-link-arrow-icon-size: 1;
background-size: units($nav-link-accordion-icon-size);

@include at-media($theme-navigation-width) {
@include add-background-svg('angle-arrow-down-hover');
@include add-background-svg('angle-arrow-up-white');
@include add-knockout-font-smoothing;
background-size: units($nav-link-arrow-icon-size);
background-color: color('primary-darker');
Expand Down

0 comments on commit 715b9b9

Please sign in to comment.