Fix for IE "Continue" button color in DoD notice

This commit is contained in:
George Drummond 2019-05-02 09:52:23 -04:00
parent 69ab412fcb
commit abdbf4a14f
No known key found for this signature in database
GPG Key ID: 296DD6077123BF17

View File

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