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

Removed SCSS fix because MDL-61319 has now been fixed and integrated.

parent 6940d556
No related branches found
No related tags found
No related merge requests found
...@@ -6,6 +6,7 @@ Changes ...@@ -6,6 +6,7 @@ Changes
### Unreleased ### Unreleased
* 2019-06-21 - Removed SCSS fix because MDL-61319 has now been fixed and integrated.
* 2019-06-11 - Added hide_if function to suitable admin setting incoursesettingsswitchtoroleposition and corrected README.md. * 2019-06-11 - Added hide_if function to suitable admin setting incoursesettingsswitchtoroleposition and corrected README.md.
### Release v3.7-r1 ### Release v3.7-r1
......
...@@ -1030,15 +1030,6 @@ a[href^="mailto"]::before { ...@@ -1030,15 +1030,6 @@ a[href^="mailto"]::before {
} }
} }
/* TODO: Remove when MDL-61319 is fixed */
/* This is needed because a bug leads to a mess with fa.fa-pull-left/right rules. */
.fa-pull-left {
margin-right: 0.3em;
}
.fa-pull-right {
margin-left: 0.3em;
}
/* ---------------------------------------------------------- /* ----------------------------------------------------------
VIDEO JS SKIN VIDEO JS SKIN
......
...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die(); ...@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
$plugin->component = 'theme_boost_campus'; $plugin->component = 'theme_boost_campus';
$plugin->version = 2019060400; $plugin->version = 2019060400;
$plugin->release = 'v3.7-r1'; $plugin->release = 'v3.7-r1';
$plugin->requires = 2019052000; $plugin->requires = 2019052000.05;
$plugin->maturity = MATURITY_STABLE; $plugin->maturity = MATURITY_STABLE;
$plugin->dependencies = array('theme_boost' => 2019052000); $plugin->dependencies = array('theme_boost' => 2019052000);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment