Skip to content

Commit

Permalink
Merge pull request #491 from primer/hover-grow-bug
Browse files Browse the repository at this point in the history
Add `backface-visibility` to `.hover-grow`
  • Loading branch information
jonrohan authored Jun 13, 2018
2 parents 7cc1b27 + 76ab274 commit d6ed360
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/primer-utilities/lib/animations.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@
/* Increase scale of an element on hover */
.hover-grow {
transition: transform 0.3s;
backface-visibility: hidden;

&:hover {
transform: scale(1.025);
Expand Down

0 comments on commit d6ed360

Please sign in to comment.