File tree Expand file tree Collapse file tree 1 file changed +12
-7
lines changed
app/design/adminhtml/Magento/backend/web/css/source/actions Expand file tree Collapse file tree 1 file changed +12
-7
lines changed Original file line number Diff line number Diff line change 7
7
// Actions -> Action select
8
8
// _____________________________________________
9
9
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
+
10
18
// Action select have the same visual styles and functionality as native <select>
11
19
.action-select-wrap {
12
20
@_action-select__border-color : @button__border-color ;
18
26
19
27
.action-select {
20
28
.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 ;
24
32
);
25
33
.lib-text-overflow-ellipsis ();
26
34
108
116
min-width : 100% ;
109
117
position : static ;
110
118
111
- ._parent._visible {
112
- position : relative ;
113
- }
114
-
115
119
.action-submenu {
116
120
position : absolute ;
121
+ right : -100% ;
117
122
}
118
123
}
119
124
}
You can’t perform that action at this time.
0 commit comments