Merge pull request #793 from dod-ccpo/ie-button-color

Fix for IE "Continue" button color in DoD notice
This commit is contained in:
George Drummond 2019-05-02 15:11:46 -04:00 committed by GitHub
commit 9bfff9abf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,7 @@
-webkit-transition: none;
-o-transition: color 0 ease-in;
transition: none;
color: $color-white;
}
}
}