Skip to content

Commit 76ab274

Browse files
committed
Added backface-visibility to .hover-grow
1 parent ae5141a commit 76ab274

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/primer-utilities/lib/animations.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
/* Increase scale of an element on hover */
177177
.hover-grow {
178178
transition: transform 0.3s;
179+
backface-visibility: hidden;
179180

180181
&:hover {
181182
transform: scale(1.025);

0 commit comments

Comments
 (0)