Skip to content

Commit

Permalink
feat(styling): only show header menu caret when hovering
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Aug 17, 2021
1 parent 22a0a58 commit 41e7856
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
Expand Up @@ -122,7 +122,6 @@ $header-menu-button-icon-font-size: 26px !default;
$header-menu-button-icon-color: #706e6b !default;
$header-menu-button-icon: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="#{encodecolor($header-menu-button-icon-color)}" viewBox="0 0 24 24"><path d="M22 8.2l-9.5 9.6c-.3.2-.7.2-1 0L2 8.2c-.2-.3-.2-.7 0-1l1-1c.3-.3.8-.3 1.1 0l7.4 7.5c.3.3.7.3 1 0l7.4-7.5c.3-.2.8-.2 1.1 0l1 1c.2.3.2.7 0 1z"></path></svg>') !default;
$header-menu-button-margin-right: 8px !default;
$header-menu-display: inline-block !default;
$header-menu-icon-margin-right: 6px !default;
$header-menu-icon-font-size: $icon-width !default;
$header-menu-icon-width: $icon-width !default;
Expand Down
Binary file not shown.

0 comments on commit 41e7856

Please sign in to comment.