Skip to content

Commit 576b753

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

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
@@ -257,12 +257,6 @@
257257

258258
$variant: map.get($theme, '_meta', 'variant');
259259

260-
$chip-height: (
261-
comfortable: rem(32px),
262-
cosy: rem(24px),
263-
compact: rem(20px)
264-
);
265-
266260
$chip-padding: (
267261
comfortable: rem(12px),
268262
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
@@ -213,8 +213,20 @@
213213
);
214214
}
215215

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

0 commit comments

Comments
 (0)