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

fix for react-shadow update #421

Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

fix styles
  • Loading branch information
Aleksandr Panin
Aleksandr Panin committed Jul 25, 2019
commit e462206c24e3cf34d6d1c80cd074629bf2b186cd
@@ -25,7 +25,7 @@

#ghostery-shadow-root {
opacity: 0;
transition: 'opacity 200ms ease-in';
transition: opacity 200ms ease-in;
&.resolved {
opacity: 1;
}
ProTip! Use n and p to navigate between commits in a pull request.