diff --git a/apps/common/main/resources/less/dropdown-menu.less b/apps/common/main/resources/less/dropdown-menu.less index 122ec59dd..3222f9618 100644 --- a/apps/common/main/resources/less/dropdown-menu.less +++ b/apps/common/main/resources/less/dropdown-menu.less @@ -45,9 +45,10 @@ } &.focus { - //text-decoration: none; - //color: @dropdown-link-hover-color; - //background-color: @dropdown-link-hover-bg; + color: @text-normal-pressed-ie; + color: @text-normal-pressed; + background-color: @highlight-button-hover-ie; + background-color: @highlight-button-hover; } &:hover {