From d1898e2e38a75f621bb77743bed0b9e76184b77a Mon Sep 17 00:00:00 2001 From: George Drummond Date: Wed, 1 May 2019 11:26:16 -0400 Subject: [PATCH] Be more specific about transitions --- styles/components/_dod_login_notice.scss | 7 +++++++ styles/elements/_buttons.scss | 6 ------ templates/fragments/dod_login.html | 4 +++- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/styles/components/_dod_login_notice.scss b/styles/components/_dod_login_notice.scss index b2f08d9e..892ddbe1 100644 --- a/styles/components/_dod_login_notice.scss +++ b/styles/components/_dod_login_notice.scss @@ -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; + } } } diff --git a/styles/elements/_buttons.scss b/styles/elements/_buttons.scss index a96f26c0..37add3b7 100644 --- a/styles/elements/_buttons.scss +++ b/styles/elements/_buttons.scss @@ -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; -} diff --git a/templates/fragments/dod_login.html b/templates/fragments/dod_login.html index c8116c5b..db1d69e8 100644 --- a/templates/fragments/dod_login.html +++ b/templates/fragments/dod_login.html @@ -26,7 +26,9 @@ - {{ "common.continue" | translate }} + + {{ "common.continue" | translate }} +