Skip to content

Commit 3f8758a

Browse files
Portugal, Marcelomportuga
Portugal, Marcelo
authored andcommitted
fix(selection): Center checkmarx in selection row header.
fix #4901
1 parent 5a7dabd commit 3f8758a

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Diff for: src/features/selection/less/selection.less

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
}
1616

1717
.ui-grid-selection-row-header-buttons {
18+
display: flex;
19+
align-items: center;
20+
height: 100%;
1821
cursor: pointer;
1922
&::before {
2023
opacity: 0.1;
+3-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
<div
2-
class="ui-grid-disable-selection">
3-
<div
4-
class="ui-grid-cell-contents">
5-
<ui-grid-selection-row-header-buttons>
6-
</ui-grid-selection-row-header-buttons>
7-
</div>
1+
<div class="ui-grid-cell-contents ui-grid-disable-selection">
2+
<ui-grid-selection-row-header-buttons>
3+
</ui-grid-selection-row-header-buttons>
84
</div>

0 commit comments

Comments
 (0)