mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
Fixing e2e - part III
This commit is contained in:
@@ -33,10 +33,10 @@ export const contextMenuAnimation: ( AnimationStateMetadata | AnimationTransitio
|
||||
transform: 'scale(0.01, 0.01)'
|
||||
})),
|
||||
transition('void => *', sequence([
|
||||
query('.mat-menu-content', style({ opacity: 0 })),
|
||||
query('.mat-mdc-menu-content', style({ opacity: 0 })),
|
||||
animate('100ms linear', style({ opacity: 1, transform: 'scale(1, 0.5)' })),
|
||||
group([
|
||||
query('.mat-menu-content', animate('400ms cubic-bezier(0.55, 0, 0.55, 0.2)',
|
||||
query('.mat-mdc-menu-content', animate('400ms cubic-bezier(0.55, 0, 0.55, 0.2)',
|
||||
style({ opacity: 1 })
|
||||
)),
|
||||
animate('300ms cubic-bezier(0.25, 0.8, 0.25, 1)', style({ transform: 'scale(1, 1)' }))
|
||||
|
@@ -73,9 +73,15 @@ ul > li > form-field > .adf-focus {
|
||||
/* query for Microsoft IE 11 */
|
||||
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
|
||||
adf-form-field {
|
||||
<<<<<<< Updated upstream
|
||||
.mat-mdc-input-element,
|
||||
.mat-mdc-select,
|
||||
.mat-mdc-form-field {
|
||||
=======
|
||||
.mat-input-element,
|
||||
.mat-mdc-select,
|
||||
.mat-form-field {
|
||||
>>>>>>> Stashed changes
|
||||
display: block !important;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user