Skip to content

Commit 65fc2ca

Browse files
committed
changed style selector for focused menu item to "ui-state-active"
1 parent d9d3d9b commit 65fc2ca

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/web/css/source/lib/_navigation.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999

100100
&.active {
101101
.all-category {
102-
.ui-state-focus {
102+
.ui-state-active {
103103
.lib-css(background, @_nav-level0-item-background-color-active);
104104
.lib-css(border-color, @_nav-level0-item__active__border-color);
105105
.lib-css(border-style, @_nav-level0-item__active__border-style);
@@ -354,7 +354,7 @@
354354
position: relative;
355355
display: inline-block;
356356

357-
&:hover, &.ui-state-focus {
357+
&:hover, &.ui-state-active {
358358
.lib-css(background, @_nav-level0-item-background-color-hover);
359359
.lib-css(border, @_nav-level0-item-border-hover);
360360
.lib-css(color, @_nav-level0-item-color-hover);
@@ -441,7 +441,7 @@
441441
.lib-css(text-decoration, @_submenu-item-text-decoration);
442442

443443
&:hover,
444-
&.ui-state-focus {
444+
&.ui-state-active {
445445
.lib-css(background, @_submenu-item__hover__background-color);
446446
.lib-css(border, @_submenu-item-border-hover);
447447
.lib-css(color, @_submenu-item-color-hover);

0 commit comments

Comments
 (0)