You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description of issue: Recently i updated my angular application to "16.2.12" after that i also update my "ng-multiselect-dropdown" i.e. 1.0.0. After upgradation css are breaking in my application where i am used ":host ::ng-deep" to customize ng-multiselect-dropdown css.
Angular version: 16.2.12
ng-multiselect-dropdown version: 1.0.0
Description of issue: Recently i updated my angular application to "16.2.12" after that i also update my "ng-multiselect-dropdown" i.e. 1.0.0. After upgradation css are breaking in my application where i am used ":host ::ng-deep" to customize ng-multiselect-dropdown css.
Expected result: Override custom css
Actual result: dafault css showing
Demo: (https://stackblitz.com/edit/angular-ivy-ghcw8b?file=src%2Fapp%2Fuser%2Fprofile%2Fprofile.component.ts,src%2Fapp%2Fuser%2Fprofile%2Fprofile.component.scss,package.json,src%2Fapp%2Fuser%2Fprofile%2Fprofile.component.html)
As you can see in image selected-item background should be yellow but it's showing default colour.
The text was updated successfully, but these errors were encountered: