Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing classes from custom modal css #4670

Closed
dissimulate opened this issue Aug 24, 2012 · 1 comment
Closed

missing classes from custom modal css #4670

dissimulate opened this issue Aug 24, 2012 · 1 comment

Comments

@dissimulate
Copy link

when picking only the modal in the customize menu, it does not contain the following:

.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}

.fade.in {
opacity: 1;
}

which is needed for it to work.

@mdo
Copy link
Member

mdo commented Aug 24, 2012

This is related to another issue about dependencies in the Customizer. Going to close as a dupe for this—for now, include the component animations file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants