Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
530
Styling custom theme banner
posted

Hello,

I use a custom theme like this example and it works very well. 

https://ko.infragistics.com/products/ignite-ui-angular/angular/components/grid/row-editing#import-theme

my css is like this :

$custom-banner-theme: banner-theme(
  $banner-background: rgb(255,255,255,0),
);


:host::ng-deep {

  @include progress-circular($custom-theme);
  @include banner($custom-banner-theme);
However, the style does not work when my grid is used in an igx-dialog. Is it a bug ?
How to apply the theme also when the grid is in an igx-dialog ?
Best regards,
Philippe DUFEIL