Skip to content

Commit

Permalink
Added backface-visibility to .hover-grow
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonrosage committed May 18, 2018
1 parent ae5141a commit 76ab274
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 76ab274

Please sign in to comment.