Skip to content

Commit

Permalink
ENGCOM-4336: Fixed Massaction design with submenu on grid pages #20938
Browse files Browse the repository at this point in the history
  • Loading branch information
sidolov authored Mar 13, 2019
2 parents f23c4bd + 6bef5b5 commit 1159204
Showing 1 changed file with 12 additions and 7 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 Expand Up @@ -108,12 +116,9 @@
min-width: 100%;
position: static;

._parent._visible {
position: relative;
}

.action-submenu {
position: absolute;
right: -100%;
}
}
}
Expand Down

0 comments on commit 1159204

Please sign in to comment.