mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'm28_MDL-47632' of https://github.com/totara/moodle
This commit is contained in:
commit
614820522f
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