Merge "Remove grab cursor workarounds for older browsers"

This commit is contained in:
jenkins-bot 2023-08-30 18:11:13 +00:00 committed by Gerrit Code Review
commit e66f2f370b

View file

@ -252,17 +252,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 {