MDL-47632 calendar: Fixed iCal link going blue after visiting it

This commit is contained in:
Brian Barnes 2014-10-13 14:16:26 +13:00
parent d3ff82257e
commit a87c17d14f
3 changed files with 5 additions and 3 deletions

View file

@ -81,7 +81,8 @@
}
.ical-link:hover,
.ical-link:active,
.ical-link:focus {
.ical-link:focus,
.ical-link:visited {
color: #fff;
text-decoration: none;
}

View file

@ -420,7 +420,8 @@
}
.ical-link:hover,
.ical-link:active,
.ical-link:focus {
.ical-link:focus,
.ical-link:visited {
color: #fff;
text-decoration: none;
}

File diff suppressed because one or more lines are too long