From 75ba8795cd124693e72ce64ff09f164f751735b5 Mon Sep 17 00:00:00 2001
From: Kathrin Osswald <kathrin.osswald@uni-ulm.de>
Date: Fri, 21 Jun 2019 09:51:32 +0200
Subject: [PATCH] Removed SCSS fix because MDL-61319 has now been fixed and
 integrated.

---
 CHANGES.md     | 1 +
 scss/post.scss | 9 ---------
 version.php    | 2 +-
 3 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/CHANGES.md b/CHANGES.md
index 5f6f556..af0d8dd 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Changes
 
 ### 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.
 
 ### Release v3.7-r1
diff --git a/scss/post.scss b/scss/post.scss
index 372b685..a044aef 100644
--- a/scss/post.scss
+++ b/scss/post.scss
@@ -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
diff --git a/version.php b/version.php
index 726c87a..9d420d0 100644
--- a/version.php
+++ b/version.php
@@ -27,6 +27,6 @@ defined('MOODLE_INTERNAL') || die();
 $plugin->component = 'theme_boost_campus';
 $plugin->version = 2019060400;
 $plugin->release = 'v3.7-r1';
-$plugin->requires = 2019052000;
+$plugin->requires = 2019052000.05;
 $plugin->maturity = MATURITY_STABLE;
 $plugin->dependencies = array('theme_boost' => 2019052000);
-- 
GitLab