https://bugzilla.wikimedia.org/show_bug.cgi?id=31396
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Krinkle <[email protected]> 2011-10-05 22:23:08 UTC --- Here is the CSS related to that icon as of MediaWiki 1.19: /* @noflip */ div.vectorMenu { direction: ltr; float: left; /* @embed */ background-image: url(images/arrow-down-icon.png); background-position: 0px 60%; background-repeat: no-repeat; cursor: pointer; } div.vectorMenuFocus { background-position: -22px 60%; } The cause seems to be in alignment of the sprite. I can't reproduce this bug, but if it's still happening in trunk: * Don't use sprites * @noflip for the other one rule too -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
