Skip to content

Commit 524eef3

Browse files
committed
Fix static tests.
1 parent 631c6b1 commit 524eef3

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

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

Lines changed: 11 additions & 3 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

0 commit comments

Comments
 (0)