File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 99
99
100
100
& .active {
101
101
.all-category {
102
- .ui-state-focus {
102
+ .ui-state-active {
103
103
.lib-css (background , @_nav-level0-item-background-color-active );
104
104
.lib-css (border-color , @_nav-level0-item__active__border-color );
105
105
.lib-css (border-style , @_nav-level0-item__active__border-style );
354
354
position : relative ;
355
355
display : inline-block ;
356
356
357
- & :hover , & .ui-state-focus {
357
+ & :hover , & .ui-state-active {
358
358
.lib-css (background , @_nav-level0-item-background-color-hover );
359
359
.lib-css (border , @_nav-level0-item-border-hover );
360
360
.lib-css (color , @_nav-level0-item-color-hover );
441
441
.lib-css (text-decoration , @_submenu-item-text-decoration );
442
442
443
443
& :hover ,
444
- & .ui-state-focus {
444
+ & .ui-state-active {
445
445
.lib-css (background , @_submenu-item__hover__background-color );
446
446
.lib-css (border , @_submenu-item-border-hover );
447
447
.lib-css (color , @_submenu-item-color-hover );
You can’t perform that action at this time.
0 commit comments