File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change 92
92
.lib-css (padding , @_nav-level0-item-padding );
93
93
.lib-css (text-transform , @_nav-level0-text-transform );
94
94
word-wrap : break-word ;
95
+ & :hover {
96
+ .lib-css (color , @navigation-level0-item__hover__color );
97
+ }
95
98
}
96
99
97
100
& .active {
139
142
.submenu {
140
143
> li {
141
144
word-wrap : break-word ;
145
+ > a {
146
+ & :hover {
147
+ .lib-css (color , @navigation-level0-item__hover__color );
148
+ }
149
+ }
142
150
}
143
151
144
152
& :not (:first-child ) {
178
186
.lib-css (text-decoration , @_submenu-item-text-decoration );
179
187
display : block ;
180
188
line-height : normal ;
189
+ & :hover {
190
+ .lib-css (color , @navigation-level0-item__hover__color );
191
+ }
181
192
}
182
193
}
183
194
}
Original file line number Diff line number Diff line change 28
28
@navigation-level0-item__active__border-width : 0 0 0 8px ;
29
29
@navigation-level0-item__active__color : ' ' ;
30
30
@navigation-level0-item__active__text-decoration : ' ' ;
31
+ @navigation-level0-item__hover__color : @primary__color ;
31
32
32
33
@submenu__background : ' ' ;
33
34
@submenu__border : ' ' ;
You can’t perform that action at this time.
0 commit comments