mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-47632 calendar: Fixed iCal link going blue after visiting it
This commit is contained in:
parent
d3ff82257e
commit
a87c17d14f
3 changed files with 5 additions and 3 deletions
|
@ -81,7 +81,8 @@
|
|||
}
|
||||
.ical-link:hover,
|
||||
.ical-link:active,
|
||||
.ical-link:focus {
|
||||
.ical-link:focus,
|
||||
.ical-link:visited {
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue