From e823e74833abaa156d5748cc424cd179e24178cd Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 23 Jul 2020 22:43:06 +0200 Subject: [PATCH 1/2] Theme: Don't load the image sprite for 'ui-icon-blank' --- themes/base/theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/base/theme.css b/themes/base/theme.css index bb097bf296e..80d1128a44e 100644 --- a/themes/base/theme.css +++ b/themes/base/theme.css @@ -220,7 +220,7 @@ a.ui-button:active, } /* positioning */ -.ui-icon-blank { background-position: 16px 16px; } +html .ui-icon-blank { background-image: none; } .ui-icon-caret-1-n { background-position: 0 0; } .ui-icon-caret-1-ne { background-position: -16px 0; } .ui-icon-caret-1-e { background-position: -32px 0; } From 778404094f5c5358a2e9b66754d615fdc4e285eb Mon Sep 17 00:00:00 2001 From: Felix Nagel Date: Thu, 23 Jul 2020 22:44:03 +0200 Subject: [PATCH 2/2] =?UTF-8?q?Package:=20Remove=20Scott=20Gonz=C3=A1lez?= =?UTF-8?q?=20from=20maintainers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index dbca70e9a58..5a801a84888 100644 --- a/package.json +++ b/package.json @@ -10,11 +10,6 @@ }, "main": "ui/widget.js", "maintainers": [ - { - "name": "Scott González", - "email": "scott.gonzalez@gmail.com", - "url": "http://scottgonzalez.com" - }, { "name": "Jörn Zaefferer", "email": "joern.zaefferer@gmail.com",