Skip to content

Commit a758016

Browse files
didimmovasimeonoff
andauthored
fix(chip/query-builder): fix chip in advanced filtering context (#14083)
Co-authored-by: Simeon Simeonoff <[email protected]>
1 parent 7409a4d commit a758016

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

projects/igniteui-angular/src/lib/core/styles/components/chip/_chip-theme.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,6 @@
259259

260260
$variant: map.get($theme, '_meta', 'variant');
261261

262-
$chip-height: (
263-
comfortable: rem(32px),
264-
cosy: rem(24px),
265-
compact: rem(20px)
266-
);
267-
268262
$chip-padding: (
269263
comfortable: rem(12px),
270264
cosy: rem(6px),

projects/igniteui-angular/src/lib/core/styles/components/query-builder/_query-builder-theme.scss

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,20 @@
215215
);
216216
}
217217

218-
> igx-chip igx-prefix {
219-
display: flex;
218+
> igx-chip {
219+
@if $variant != 'indigo-design' {
220+
.igx-chip__item {
221+
border-block: none;
222+
}
223+
}
224+
225+
.igx-filter-tree__expression-column {
226+
padding-inline: pad-inline(rem(3px), rem(6px), rem(8px));
227+
}
228+
229+
igx-prefix {
230+
display: flex;
231+
}
220232
}
221233
}
222234

0 commit comments

Comments
 (0)