mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2025-01-05 18:34:13 +00:00
4d8949533f
This also allows pointer to be dragged past the other. In such case pointer colour changes while dragging, but pointer orientation/position is only updated after dragging is finished (along with reloading diff etc). Bug: T134994 Bug: T134996 Change-Id: Ia333306b5b0a488a4f8e92ac4b1b843dc4863d47
5 lines
200 B
XML
5 lines
200 B
XML
<?xml version="1.0"?>
|
|
<svg width="20" height="10" viewPort="0 0 20 10" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
<polygon points="0,10 20,10 10,0" fill="#fdc44b" stroke="#dda000"/>
|
|
</svg>
|