fix visited state of links

pull/5578/head
Matthew Hodgson 2017-10-27 11:11:59 +01:00
parent ce2d40b775
commit 7e9b63822b
1 changed files with 4 additions and 15 deletions

View File

@ -191,24 +191,13 @@ limitations under the License.
opacity: 1.0;
}
.mx_Login_create:link {
.mx_Login_create:link,
.mx_Login_create:hover,
.mx_Login_create:visited
{
color: $form-fg-color;
}
.mx_Login_links {
display: block;
text-align: center;
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
font-size: 13px;
opacity: 0.8;
}
.mx_Login_links a:link {
color: $primary-fg-color;
}
.mx_Login_forgot {
display: block;
font-size: 15px;