@@ -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 () {
@@ -17,8 +17,6 @@ $trans-timing: 600ms;
1717 width : 100% ;
1818 .submenu {
1919 background : $color-submenu-bg ;
20- border-left : 1px solid $color-spacer ;
21- border-right : 1px solid $color-spacer ;
2220 flex : 0 0 100% ;
2321 list-style : none ;
2422 margin : 0 ;
@@ -100,13 +98,13 @@ $trans-timing: 600ms;
10098 }
10199 }
102100 & -link {
103- border-bottom : 1px solid $color-spacer ;
104101 color : $color-nav ;
105102 display : block ;
106103 flex : 0 0 calc (100% - 2rem );
107104 font-weight : normal ;
108105 padding : 10px 10px ;
109106 text-decoration : none ;
107+ min-width : 180px ;
110108 & :focus {
111109 ~.submenu-toggle {
112110 @include rotateSubmenuToggle ();
@@ -142,15 +140,23 @@ $trans-timing: 600ms;
142140 border-bottom : 2px solid $color-spacer ;
143141 .submenu {
144142 background : $color-bg ;
145- border-left-width : 2px ;
146- border-right-width : 2px ;
143+ border-top : 2px solid $color-spacer ;
147144 font-size : 16px ;
148145 position : absolute ;
149146 & -toggle {
150147 display : none ;
151148 }
149+ & -item {
150+ border-bottom : 1px solid $color-spacer ;
151+ border-left : 4px solid $color-primary ;
152+ }
152153 & -item :last-child {
153- border-bottom : 2px solid $color-spacer ;
154+ border-bottom : 1px solid transparent ;
155+ }
156+ & -item :hover ,
157+ & -item :focus {
158+ min-width : 120px ;
159+ display : inline-block ;
154160 }
155161 }
156162 .menu {
@@ -176,17 +182,11 @@ $trans-timing: 600ms;
176182 }
177183 }
178184 & -link {
179- border-bottom : 4px solid transparent ;
180185 flex : none ;
181186 & :hover ,
182187 & :focus {
183- border-bottom-color : $color-primary ;
184188 }
185189 }
186190 }
187191 }
188-
189- @media (min-width : $bp-desktop ) {
190- font-size : 24px ;
191- }
192192}
0 commit comments