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

View File

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