Skip to content

Commit cfa34a2

Browse files
author
Ihor Melnychenko
committed
MAGETWO-27300: Category menu items go out of screen when page side is reached
- fixed delay function and improved sub-menu reverse
1 parent 60c0737 commit cfa34a2

File tree

2 files changed

+2
-2
lines changed
  • app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/header/actions-group
  • lib/web/mage/backend

2 files changed

+2
-2
lines changed

app/design/adminhtml/Magento/backend/Magento_Backend/web/css/source/module/header/actions-group/_search.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
font-size: @font-size__s;
9797
padding: @search-global-input__padding-top @search-global-input__padding-side @search-global-input__padding-bottom;
9898
&._active {
99-
background-color: #ced7f6;
99+
background-color: @color-blue-clear-sky;
100100
}
101101
}
102102
.title {

lib/web/mage/backend/suggest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
factory(root.jQuery, root.mageTemplate);
2020
}
2121
}(this, function ($, mageTemplate) {
22-
//'use strict';
22+
'use strict';
2323

2424
/**
2525
* Implement base functionality

0 commit comments

Comments
 (0)