Feature/harmonize stepper and tab group options (#4455)
* Harmonize stepper options * Harmonize tab group options
This commit is contained in:
parent
a13d6140cf
commit
a09d3e5beb
@ -69,7 +69,7 @@
|
||||
</div>
|
||||
|
||||
<mat-tab-group
|
||||
animationDuration="0"
|
||||
animationDuration="0ms"
|
||||
[mat-stretch-tabs]="false"
|
||||
[ngClass]="{ 'd-none': isLoadingActivities }"
|
||||
>
|
||||
|
@ -308,7 +308,7 @@
|
||||
</div>
|
||||
|
||||
<mat-tab-group
|
||||
animationDuration="0"
|
||||
animationDuration="0ms"
|
||||
class="mb-5"
|
||||
[mat-stretch-tabs]="false"
|
||||
[ngClass]="{ 'd-none': !dataSource?.data.length }"
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div class="flex-grow-1" mat-dialog-content>
|
||||
<mat-stepper
|
||||
#stepper
|
||||
animationDuration="0"
|
||||
animationDuration="0ms"
|
||||
[linear]="true"
|
||||
[orientation]="stepperOrientation"
|
||||
[selectedIndex]="importStep"
|
||||
|
@ -5,7 +5,7 @@
|
||||
}
|
||||
</h1>
|
||||
<div class="px-0" mat-dialog-content>
|
||||
<mat-stepper #stepper animationDuration="0ms" linear>
|
||||
<mat-stepper #stepper animationDuration="0ms" [linear]="true">
|
||||
<mat-step editable="false" [completed]="isDisclaimerChecked">
|
||||
<ng-template i18n matStepLabel>Terms and Conditions</ng-template>
|
||||
<div class="pt-2">
|
||||
|
Loading…
x
Reference in New Issue
Block a user