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(flip card): add prefixed backface-visibility property #1658

Merged
merged 3 commits into from
Jul 1, 2019
Merged

fix(flip card): add prefixed backface-visibility property #1658

merged 3 commits into from
Jul 1, 2019

Conversation

yggg
Copy link
Contributor

@yggg yggg commented Jun 29, 2019

Please read and mark the following check list before creating a pull request:

Short description of what this resolves:

Fixes issue with Safari when back card appears on top of front card and
flip button making them unclickable.

Fixes issue with Safari when back card appears on top of front card and
flip button making them unclickable.
@@ -18,6 +18,9 @@
opacity: 0;
transition: opacity 0s 0.25s;
backface-visibility: hidden;
// Don't remove prefixed property as it's wouldn't be added during the build.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you think it would be better to use some kind of mixin instead of copy-pasting the same code + comment?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do 🙂
Fixed in 008f809

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! LGTM

@yggg yggg merged commit 6373117 into akveo:master Jul 1, 2019
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

Successfully merging this pull request may close these issues.

None yet

2 participants