Skip to content
Snippets Groups Projects
Commit 8741426e authored by Kathrin Osswald's avatar Kathrin Osswald
Browse files

Further fixes to footer SCSS due to changes in Moodle core.

parent 1524ca3f
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@ moodle-theme_boost_campus
Changes
-------
### Unreleased
* 2018-03-01 - Further fixes to footer SCSS due to changes in Moodle core.
### Release v3.4-r3
* 2018-02-27 - Fixed bug in improved flat_navigation.mustache.
......
......@@ -601,9 +601,15 @@ blockquote::before {
/* Set footer blocks text color from white to dark gray. */
.block {
color: $gray-dark;
a {
/* Set link and icon color from white to gray. */
a,
.icon {
color: $gray-dark;
}
/* Remove the underline decoration from footer blocks context menu items.*/
.dropdown-item.menu-action {
text-decoration: none;
}
}
/* Add bottom padding to the Moodle default footer links, reset usertour only if not empty.*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment