We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61b886d commit 9830b62Copy full SHA for 9830b62
projects/igniteui-angular/src/lib/drop-down/themes/shared/_fluent.scss
@@ -6,22 +6,12 @@
6
$_theme: $fluent;
7
8
@include themed-block(igx-drop-down, fluent) {
9
- @include e(item) {
10
- igx-icon {
11
- --component-size: 3;
12
- }
13
14
-
15
@include e(item, $m: focused) {
16
outline: rem(1px) solid var-get($_theme, 'border-color');
17
outline-offset: rem(-1px);
18
}
19
20
@include e(header) {
21
@include type-style(subtitle-2);
22
23
24
25
26
27
0 commit comments