Skip to content

Commit

Permalink
Merge pull request #392 from adobecom/MWPW-137111-region-selector-modal
Browse files Browse the repository at this point in the history
MWPW-137111: Fixed region selector modal animation bug
  • Loading branch information
Blainegunn authored Sep 28, 2023
2 parents d6fd871 + def59ec commit a44a236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acrobat/styles/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ div.how-to ol li::before{
box-shadow: 0 0.5em 1em -0.125em hsl(0deg 0% 4% / 10%), 0 0 0 1px hsl(0deg 0% 4% / 2%);
}

.dialog-modal {
.dialog-modal:not(#langnav) {
animation-name: modalSlideIn-frictionlessBrowserExtension;
transition: opacity 125ms ease-in-out,background-color 125ms ease-in-out,backdrop-filter 125ms ease-in-out,-webkit-backdrop-filter 125ms ease-in-out,transform 125ms ease-in-out;
animation-duration: 2s;
Expand Down

0 comments on commit a44a236

Please sign in to comment.