Skip to content

Commit

Permalink
fix(selection): Center checkmarx in selection row header.
Browse files Browse the repository at this point in the history
fix #4901
  • Loading branch information
Portugal, Marcelo authored and mportuga committed Mar 22, 2018
1 parent 5a7dabd commit 3f8758a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
3 changes: 3 additions & 0 deletions src/features/selection/less/selection.less
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
}

.ui-grid-selection-row-header-buttons {
display: flex;
align-items: center;
height: 100%;
cursor: pointer;
&::before {
opacity: 0.1;
Expand Down
10 changes: 3 additions & 7 deletions src/features/selection/templates/selectionRowHeader.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<div
class="ui-grid-disable-selection">
<div
class="ui-grid-cell-contents">
<ui-grid-selection-row-header-buttons>
</ui-grid-selection-row-header-buttons>
</div>
<div class="ui-grid-cell-contents ui-grid-disable-selection">
<ui-grid-selection-row-header-buttons>
</ui-grid-selection-row-header-buttons>
</div>

0 comments on commit 3f8758a

Please sign in to comment.