File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
projects/igniteui-angular/src/lib/core/styles/components/grid Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1065
1065
z-index : 4 ;
1066
1066
cursor : move ;
1067
1067
border- #{$right } : 1px solid transparent ;
1068
+ background-clip : border-box ;
1068
1069
1069
1070
igx-icon {
1070
1071
width : $drag-icon-size ;
1783
1784
align-items : center ;
1784
1785
background : inherit ;
1785
1786
z-index : 4 ;
1787
+ background-clip : border-box ;
1786
1788
}
1787
1789
1788
1790
%cbx-padding {
2149
2151
border- #{$right } : 1px solid var-get ($theme , ' header-border-color' );
2150
2152
background : inherit ;
2151
2153
z-index : 1 ;
2154
+ background-clip : border-box ;
2152
2155
2153
2156
& ::after {
2154
2157
content : ' ' ;
2726
2729
cursor : pointer ;
2727
2730
z-index : 3 ;
2728
2731
color : var-get ($theme , ' expand-icon-color' );
2729
- background-clip : initial ;
2732
+ background-clip : border-box ;
2730
2733
2731
2734
& :focus {
2732
2735
outline : none ;
2772
2775
background : inherit ;
2773
2776
border- #{$right } : 1px solid var-get ($theme , ' header-border-color' );
2774
2777
z-index : 3 ;
2778
+ background-clip : border-box ;
2775
2779
2776
2780
igx-icon {
2777
2781
display : flex ;
You can’t perform that action at this time.
0 commit comments