Simplify will-change for buttons.

Ask for engine optimizations only on
what we expect to be modified.
master
Jonathan Garbee 2016-01-12 08:15:03 -05:00
parent 2952990bcb
commit d3b976d359
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@
display: inline-block;
@include typo-button();
overflow: hidden;
will-change: box-shadow, transform;
will-change: box-shadow;
transition: box-shadow 0.2s $animation-curve-fast-out-linear-in,
background-color 0.2s $animation-curve-default,
color 0.2s $animation-curve-default;