Be more specific about transitions

This commit is contained in:
George Drummond 2019-05-01 11:26:16 -04:00
parent 950d9adb79
commit d1898e2e38
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17
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;
}
}
}

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;
}

View File

@ -26,7 +26,9 @@
</ul>
<a href='{{ redirect_url }}' class="usa-button usa-button-primary float-right">
<span>
{{ "common.continue" | translate }}
</span>
</a>
</div>
</div>