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

Minor improvement to block controls for footer blocks.

parent 5ad6a28e
Branches
No related tags found
No related merge requests found
......@@ -6,6 +6,7 @@ Changes
### Unreleased
* 2018-05-16 - Minor improvement to block controls for footer blocks.
* 2018-05-16 - Fixed imagearea setting due to changes in Moodle core.
* 2018-05-16 - Fixed CSS rules for block icons due to changes in the classes in Moodle core.
* 2018-05-15 - Fixed setting for footnote due to changes in Moodle core.
......
......@@ -607,6 +607,12 @@ blockquote::before {
.dropdown-item.menu-action {
text-decoration: none;
}
/* Set the text decoration for the block controls to none to prevent an underscore from being displayed
* for a white space.
*/
.block-controls a {
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