Skip to content

Commit e62aeae

Browse files
fix(grid): pinned-containers-issue (#10888)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent b02c3d2 commit e62aeae

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

projects/igniteui-angular/src/lib/core/styles/components/grid/_grid-theme.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1065,6 +1065,7 @@
10651065
z-index: 4;
10661066
cursor: move;
10671067
border-#{$right}: 1px solid transparent;
1068+
background-clip: border-box;
10681069

10691070
igx-icon {
10701071
width: $drag-icon-size;
@@ -1783,6 +1784,7 @@
17831784
align-items: center;
17841785
background: inherit;
17851786
z-index: 4;
1787+
background-clip: border-box;
17861788
}
17871789

17881790
%cbx-padding {
@@ -2149,6 +2151,7 @@
21492151
border-#{$right}: 1px solid var-get($theme, 'header-border-color');
21502152
background: inherit;
21512153
z-index: 1;
2154+
background-clip: border-box;
21522155

21532156
&::after {
21542157
content: '';
@@ -2726,7 +2729,7 @@
27262729
cursor: pointer;
27272730
z-index: 3;
27282731
color: var-get($theme, 'expand-icon-color');
2729-
background-clip: initial;
2732+
background-clip: border-box;
27302733

27312734
&:focus {
27322735
outline: none;
@@ -2772,6 +2775,7 @@
27722775
background: inherit;
27732776
border-#{$right}: 1px solid var-get($theme, 'header-border-color');
27742777
z-index: 3;
2778+
background-clip: border-box;
27752779

27762780
igx-icon {
27772781
display: flex;

0 commit comments

Comments
 (0)