File tree Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Expand file tree Collapse file tree 2 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 87
87
.css (text-transform , @_nav-level0-text-transform );
88
88
word-break : break-all ;
89
89
}
90
+ & .active {
91
+ .all-category {
92
+ .ui-state-focus {
93
+ .css (background , @_nav-level0-item-background-color-active );
94
+ .css (border-color , @_nav-level0-item__active__border-color );
95
+ .css (border-style , @_nav-level0-item__active__border-style );
96
+ .css (border-width , @_nav-level0-item__active__border-width );
97
+ .css (color , @_nav-level0-item-color-active );
98
+ .css (padding-left , @_nav__indent-side - @_submenu-item__active__border );
99
+ .css (text-decoration , @_nav-level0-item-text-decoration-active );
100
+ display : inline-block ;
101
+ }
102
+ }
103
+ }
90
104
> .level1 {
91
105
font-weight : @font-weight__semibold ;
92
106
}
161
175
.css (border-style , @_submenu-item__active__border-style );
162
176
.css (border-width , @_submenu-item__active__border-width );
163
177
.css (color , @_submenu-item-color-active );
178
+ .css (padding-left , @_nav__indent-side - @_submenu-item__active__border );
164
179
.css (text-decoration , @_submenu-item-text-decoration-active );
165
- padding-left : @_nav__indent-side - @_submenu-item__active__border ;
166
180
}
167
181
}
168
182
.level1 {
Original file line number Diff line number Diff line change 14
14
@navigation-level0-item__font-weight : @font-weight__bold ;
15
15
@navigation-level0-item__line-height : false;
16
16
@navigation-level0-item__margin : 0 ;
17
- @navigation-level0-item__padding : 8px @indent__xl 8px @indent__base ;
17
+ @navigation-level0-item__padding : 8px @indent__xl 8px 15 px ;
18
18
@navigation-level0-item__text-transform : uppercase ;
19
19
20
20
@navigation-level0-item__background : ' ' ;
You can’t perform that action at this time.
0 commit comments