Skip to content

Commit 9830b62

Browse files
authored
refactor(drop-down): items icon size (#15968)
1 parent 61b886d commit 9830b62

File tree

1 file changed

+0
-10
lines changed
  • projects/igniteui-angular/src/lib/drop-down/themes/shared

1 file changed

+0
-10
lines changed

projects/igniteui-angular/src/lib/drop-down/themes/shared/_fluent.scss

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,12 @@
66
$_theme: $fluent;
77

88
@include themed-block(igx-drop-down, fluent) {
9-
@include e(item) {
10-
igx-icon {
11-
--component-size: 3;
12-
}
13-
}
14-
159
@include e(item, $m: focused) {
1610
outline: rem(1px) solid var-get($_theme, 'border-color');
1711
outline-offset: rem(-1px);
1812
}
1913

2014
@include e(header) {
2115
@include type-style(subtitle-2);
22-
23-
igx-icon {
24-
--component-size: 3;
25-
}
2616
}
2717
}

0 commit comments

Comments
 (0)