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
This commit is contained in:
WMDE-Fisch 2023-08-30 18:01:42 +02:00
parent 3dcd9c3756
commit 41cb479b45

View file

@ -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 {