Skip to content

Commit ac586e0

Browse files
authored
fix(combo): use min-width for search input start and end/update icon size (#15108)
1 parent 59a006f commit ac586e0

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

projects/igniteui-angular/src/lib/core/styles/components/combo/_combo-theme.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,12 +148,12 @@
148148
}
149149

150150
.igx-input-group__bundle-main {
151-
padding-inline-start: 0;
151+
padding-inline: 0;
152152
}
153153

154154
.igx-input-group__bundle-start,
155155
.igx-input-group__bundle-end {
156-
display: none;
156+
min-width: 0;
157157
}
158158

159159
igx-input-group {
@@ -164,10 +164,10 @@
164164

165165
%igx-combo__case-icon,
166166
%igx-combo__case-icon--active {
167-
.igx-icon {
168-
width: rem(16px);
169-
height: rem(16px);
170-
font-size: rem(16px);
167+
line-height: 0;
168+
169+
igx-icon {
170+
--size: rem(18px);
171171
}
172172
}
173173

projects/igniteui-angular/src/lib/core/styles/components/input/_input-group-theme.scss

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -422,12 +422,15 @@
422422
}
423423

424424
input,
425-
textarea,
426-
span {
425+
textarea {
427426
font: inherit;
428427
margin: 0;
429428
}
430429

430+
span {
431+
font-family: inherit;
432+
}
433+
431434
input[type='file'] {
432435
@include hide-default();
433436
}

0 commit comments

Comments
 (0)