From ddf45c17e81f92554d013383b817f82ba69ebc3d Mon Sep 17 00:00:00 2001
From: Thomas Hackl <hackl@data-quest.de>
Date: Thu, 9 Feb 2023 13:39:50 +0000
Subject: [PATCH] =?UTF-8?q?Resolve=20"OER-Campus:=20Flyout=20f=C3=BCr=20Su?=
 =?UTF-8?q?chfilter=20ist=20kaputt"?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Closes #2137

Merge request studip/studip!1385
---
 resources/assets/stylesheets/mixins/arrow.scss | 1 -
 1 file changed, 1 deletion(-)

diff --git a/resources/assets/stylesheets/mixins/arrow.scss b/resources/assets/stylesheets/mixins/arrow.scss
index 83242b1d993..1de36a449ed 100644
--- a/resources/assets/stylesheets/mixins/arrow.scss
+++ b/resources/assets/stylesheets/mixins/arrow.scss
@@ -35,7 +35,6 @@
 
 }
 @mixin arrow-top($width, $color, $margin: $width) {
-    @extend %base;
     margin-top: $margin;
 
     &::before {
-- 
GitLab