Skip to content

Commit 1159204

Browse files
authored
ENGCOM-4336: Fixed Massaction design with submenu on grid pages #20938
2 parents f23c4bd + 6bef5b5 commit 1159204

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

app/design/adminhtml/Magento/backend/web/css/source/actions/_actions-select.less

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
// Actions -> Action select
88
// _____________________________________________
99

10+
//
11+
// Variables
12+
// _____________________________________________
13+
14+
@_dropdown__padding-right: @action__height;
15+
@_triangle__height: @button-marker-triangle__height;
16+
@_triangle__width: @button-marker-triangle__width;
17+
1018
// Action select have the same visual styles and functionality as native <select>
1119
.action-select-wrap {
1220
@_action-select__border-color: @button__border-color;
@@ -18,9 +26,9 @@
1826

1927
.action-select {
2028
.action-toggle-triangle(
21-
@_dropdown__padding-right: @_action-select-toggle__size;
22-
@_triangle__height: @button-marker-triangle__height;
23-
@_triangle__width: @button-marker-triangle__width;
29+
@_dropdown__padding-right;
30+
@_triangle__height;
31+
@_triangle__width;
2432
);
2533
.lib-text-overflow-ellipsis();
2634

@@ -108,12 +116,9 @@
108116
min-width: 100%;
109117
position: static;
110118

111-
._parent._visible {
112-
position: relative;
113-
}
114-
115119
.action-submenu {
116120
position: absolute;
121+
right: -100%;
117122
}
118123
}
119124
}

0 commit comments

Comments
 (0)