File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed
projects/igniteui-angular/src/lib
core/styles/components/snackbar Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 3333
3434 [igxButton ] {
3535 @include animation (fade- in .35s ease-out );
36- --ig-size : 1 ;
36+
37+ --ig-size : 2 ;
3738 background : transparent ;
3839 color : var-get ($theme , ' button-color' );
3940 -webkit-tap-highlight-color : transparent ;
4344 @if $variant == ' indigo' {
4445 padding : pad-block (rem (4px )) pad-inline (rem (16px ));
4546 min-height : rem (36px );
46-
47- [igxButton ] {
48- --ig-size : 2 ;
49- }
5047 }
5148 }
5249
Original file line number Diff line number Diff line change @@ -871,8 +871,8 @@ export class IgxDateRangePickerComponent extends PickerBaseDirective
871871 }
872872
873873 /** @hidden @internal */
874- public getEditElement ( ) : HTMLInputElement | undefined {
875- return this . inputDirective ? .nativeElement ;
874+ public getEditElement ( ) : HTMLInputElement {
875+ return this . inputDirective ! . nativeElement ;
876876 }
877877
878878 protected onStatusChanged = ( ) => {
You can’t perform that action at this time.
0 commit comments