Be more specific about transitions

This commit is contained in:
George Drummond
2019-05-01 11:26:16 -04:00
parent 950d9adb79
commit d1898e2e38
3 changed files with 10 additions and 7 deletions

View File

@@ -32,9 +32,3 @@ button,
}
}
a.usa-button, a.usa-button:hover {
-moz-transition: none;
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
}