Skip to content

Commit 2cb115b

Browse files
committed
feat(combo/select): cover all icons inside the input
1 parent 47bf7fa commit 2cb115b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/components/combo/themes/shared/combo.indigo.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ $dropdown-theme: dropdown-theme.$indigo;
2323
grid-auto-rows: minmax(rem(15px), auto);
2424
}
2525

26+
igc-icon,
2627
::slotted(igc-icon) {
2728
--size: var(--input-icon) !important;
2829
}

src/components/select/themes/shared/select.indigo.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $input-theme: input-theme.$indigo;
2828
padding-inline: 0;
2929
}
3030

31+
igc-icon,
3132
::slotted(igc-icon) {
3233
--size: var(--input-icon) !important;
3334
}

0 commit comments

Comments
 (0)