File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 9292 .lib-css (padding , @_nav-level0-item-padding );
9393 .lib-css (text-transform , @_nav-level0-text-transform );
9494 word-wrap : break-word ;
95+ & :hover {
96+ .lib-css (color , @navigation-level0-item__hover__color );
97+ }
9598 }
9699
97100 & .active {
139142 .submenu {
140143 > li {
141144 word-wrap : break-word ;
145+ > a {
146+ & :hover {
147+ .lib-css (color , @navigation-level0-item__hover__color );
148+ }
149+ }
142150 }
143151
144152 & :not (:first-child ) {
178186 .lib-css (text-decoration , @_submenu-item-text-decoration );
179187 display : block ;
180188 line-height : normal ;
189+ & :hover {
190+ .lib-css (color , @navigation-level0-item__hover__color );
191+ }
181192 }
182193 }
183194 }
Original file line number Diff line number Diff line change 2828@navigation-level0-item__active__border-width : 0 0 0 8px ;
2929@navigation-level0-item__active__color : ' ' ;
3030@navigation-level0-item__active__text-decoration : ' ' ;
31+ @navigation-level0-item__hover__color : @primary__color ;
3132
3233@submenu__background : ' ' ;
3334@submenu__border : ' ' ;
You can’t perform that action at this time.
0 commit comments