From 41cb479b45bf4e721f57187ad40e88e56358d580 Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Wed, 30 Aug 2023 18:01:42 +0200 Subject: [PATCH] Remove grab cursor workarounds for older browsers According to the compatiblity standards to give Grade A support for modern browser versions not older than 3 years, we do not need these workarounds anymore. Change-Id: Ib1c42594b2c4077cabb010b8830a04ab10938a17 --- modules/ext.RevisionSlider.less | 5 ----- 1 file changed, 5 deletions(-) diff --git a/modules/ext.RevisionSlider.less b/modules/ext.RevisionSlider.less index 268fc950..0352261f 100644 --- a/modules/ext.RevisionSlider.less +++ b/modules/ext.RevisionSlider.less @@ -251,17 +251,12 @@ of the frameless one (to fit the size of the toggle button */ &:hover, &-cursor { - cursor: move; /* fallback if grab cursor is unsupported */ cursor: grab; - cursor: -moz-grab; - cursor: -webkit-grab; } &-grabbing, &.mw-revslider-pointer-grabbing:hover { cursor: grabbing; - cursor: -moz-grabbing; - cursor: -webkit-grabbing; } &.mw-revslider-pointer-newer {