mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
Merge "Remove grab cursor workarounds for older browsers"
This commit is contained in:
commit
e66f2f370b
|
@ -252,17 +252,12 @@ of the frameless one (to fit the size of the toggle button */
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&-cursor {
|
&-cursor {
|
||||||
cursor: move; /* fallback if grab cursor is unsupported */
|
|
||||||
cursor: grab;
|
cursor: grab;
|
||||||
cursor: -moz-grab;
|
|
||||||
cursor: -webkit-grab;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-grabbing,
|
&-grabbing,
|
||||||
&.mw-revslider-pointer-grabbing:hover {
|
&.mw-revslider-pointer-grabbing:hover {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
cursor: -moz-grabbing;
|
|
||||||
cursor: -webkit-grabbing;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.mw-revslider-pointer-newer {
|
&.mw-revslider-pointer-newer {
|
||||||
|
|
Loading…
Reference in a new issue