Skip to content

Commit ae45136

Browse files
author
MPopov
committed
fix(gird): fix rtl support
1 parent 1b7821c commit ae45136

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,10 @@
134134
}
135135
}
136136

137+
@include e(tr-action) {
138+
@extend %igx-grid__tr-action !optional
139+
}
140+
137141
@include e(tr, $m: 'drag') {
138142
@extend %igx-grid__tr--drag !optional;
139143
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@
10491049
background: inherit;
10501050
z-index: 4;
10511051
cursor: move;
1052-
border-right: 1px solid transparent;
1052+
border-#{$right}: 1px solid transparent;
10531053

10541054
%igx-icon-display {
10551055
width: $drag-icon-size;

0 commit comments

Comments
 (0)