Skip to content

Commit 44f42f9

Browse files
committed
fixes tc39#49 - fix menu SVG
1 parent 54a456f commit 44f42f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_sass/_page-menu.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ $svg-height: 24;
22
$trans-timing: 600ms;
33

44
@mixin svgMenuIcon($color: currentColor, $height: $svg-height) {
5-
background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="'+$height+'" viewBox="0 0 24 24" fill="none" stroke="'+$color+'" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-menu"><line x1="3" y1="12" x2="21" y2="12"></line><line x1="3" y1="6" x2="21" y2="6"></line><line x1="3" y1="18" x2="21" y2="18"></line></svg>') no-repeat 50%;
5+
background: url(/assets/img/menu.svg) no-repeat 50%;
66
}
77

88
@mixin rotateSubmenuToggle() {
@@ -139,7 +139,7 @@ $trans-timing: 600ms;
139139
@media (min-width: $bp-tablet) {
140140
border-bottom: 2px solid $color-spacer;
141141
.submenu {
142-
background: $color-submenu-bg;
142+
background: $color-bg;
143143
border-top: 2px solid $color-spacer;
144144
font-size: 16px;
145145
position: absolute;

0 commit comments

Comments
 (0)