From 36fd2353a5836d984e402c903587b0f426672032 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julius=20H=C3=A4rtl?= <jus@bitgrid.net>
Date: Sat, 3 Feb 2018 10:54:11 +0100
Subject: [PATCH] Remove jquery ui background image
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Julius Härtl <jus@bitgrid.net>
---
 core/css/jquery-ui-fixes.scss | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/css/jquery-ui-fixes.scss b/core/css/jquery-ui-fixes.scss
index 9dc75fc3274..0500e1b08c8 100644
--- a/core/css/jquery-ui-fixes.scss
+++ b/core/css/jquery-ui-fixes.scss
@@ -11,6 +11,7 @@
 .ui-widget-header {
 	border: none;
 	color: $color-main-text;
+	background-image: none;
 }
 .ui-widget-header a {
 	color: $color-main-text;
-- 
GitLab