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

@@ -13,5 +13,12 @@
.usa-alert {
margin: 0 auto;
max-width: $article-max-width + $nav-width;
a.usa-button, a.usa-button:hover {
-moz-transition: none;
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
}
}
}