File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
projects/igniteui-angular/src/lib
core/styles/components/combo Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11import { IgxComboItemComponent } from './combo-item.component' ;
2- import { Component } from '@angular/core' ;
2+ import { Component , HostBinding } from '@angular/core' ;
33
44/**
55 * @hidden
@@ -11,6 +11,11 @@ import { Component } from '@angular/core';
1111 standalone : true
1212} )
1313export class IgxComboAddItemComponent extends IgxComboItemComponent {
14+ @HostBinding ( 'class.igx-drop-down__item' )
15+ public get isDropDownItem ( ) : boolean {
16+ return false ;
17+ }
18+
1419 public override get selected ( ) : boolean {
1520 return false ;
1621 }
Original file line number Diff line number Diff line change 209209 %igx-combo__add-item {
210210 height : auto !important ;
211211 background : var-get ($theme , ' empty-list-background' ) !important ;
212- justify-content : center !important ;
212+ justify-content : center ;
213+ outline : none !important ;
213214 }
214215
215216 %igx-combo__empty {
You can’t perform that action at this time.
0 commit comments