Fix link firefox button hover transition

This commit is contained in:
George Drummond 2019-05-01 10:49:49 -04:00
parent b05de8632f
commit 950d9adb79
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

@ -31,3 +31,10 @@ button,
box-shadow: inset 0 0 0 1px $color-red-darkest; box-shadow: inset 0 0 0 1px $color-red-darkest;
} }
} }
a.usa-button, a.usa-button:hover {
-moz-transition: none;
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
}