Merge pull request #3592 from google/hotfix/button-will-change

Optimize buttons a slight bit
master
Jonathan Garbee 2016-01-14 19:03:27 -05:00
commit 6a44433c0f
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;