fix more visited state of links

This commit is contained in:
Matthew Hodgson 2017-10-27 12:17:04 +01:00
parent 7e9b63822b
commit d4696345d1

View File

@ -203,7 +203,10 @@ limitations under the License.
font-size: 15px;
}
.mx_Login_forgot:link {
.mx_Login_forgot:link,
.mx_Login_forgot:hover,
.mx_Login_forgot:visited
{
color: $form-fg-color;
}