File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed
app/design/adminhtml/Magento/backend/web/css/source/actions Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change 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 ;
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
You can’t perform that action at this time.
0 commit comments