mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
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:
parent
3dcd9c3756
commit
41cb479b45
|
@ -251,17 +251,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