Merge branch 'm28_MDL-47632' of https://github.com/totara/moodle

This commit is contained in:
Sam Hemelryk 2014-10-24 11:19:43 +13:00 committed by Eloy Lafuente (stronk7)
commit 614820522f
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