From f6490d5f432b1712bb4924208377b710305a9a29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Tue, 10 Sep 2024 00:15:24 +0200 Subject: [PATCH] Effect: Remove demos & visual tests of the transfer effect The transfer effect is deprecated and not present unless `$.uiBackCompat` is set to `true`. In previous UI versions, the default was including the backwards compat layer so these demos & tests worked; now they do not by default. Just remove them. Fixes gh-2278 --- demos/effect/default.html | 4 ---- tests/visual/effects/all.html | 6 ------ tests/visual/effects/effects.js | 8 -------- 3 files changed, 18 deletions(-) diff --git a/demos/effect/default.html b/demos/effect/default.html index 7d69abb2d76..289d5df7ff0 100644 --- a/demos/effect/default.html +++ b/demos/effect/default.html @@ -11,7 +11,6 @@ #button { padding: .5em 1em; text-decoration: none; } #effect { width: 240px; height: 170px; padding: 0.4em; position: relative; } #effect h3 { margin: 0; padding: 0.4em; text-align: center; } - .ui-effects-transfer { border: 2px dotted gray; }