Skip to content

Commit

Permalink
Fix static tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmalevanec committed Mar 12, 2019
1 parent 631c6b1 commit 524eef3
Showing 1 changed file with 11 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@
// Actions -> Action select
// _____________________________________________

//
// Variables
// _____________________________________________

@_dropdown__padding-right: @action__height;
@_triangle__height: @button-marker-triangle__height;
@_triangle__width: @button-marker-triangle__width;

// Action select have the same visual styles and functionality as native <select>
.action-select-wrap {
@_action-select__border-color: @button__border-color;
Expand All @@ -18,9 +26,9 @@

.action-select {
.action-toggle-triangle(
@_dropdown__padding-right: @_action-select-toggle__size;
@_triangle__height: @button-marker-triangle__height;
@_triangle__width: @button-marker-triangle__width;
@_dropdown__padding-right;
@_triangle__height;
@_triangle__width;
);
.lib-text-overflow-ellipsis();

Expand Down

0 comments on commit 524eef3

Please sign in to comment.