https://bugzilla.wikimedia.org/show_bug.cgi?id=37744
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|query.ui.button.css not |jquery.ui.button: Color |implemented in monobook |classes only implemented in | |jquery.ui vector theme --- Comment #3 from Krinkle <[email protected]> --- (In reply to comment #2) > (In reply to comment #1) > First changing the title of this bug to something different and then asking > what the bug Hold your horses. All I did is: 1. Correct a typo ("query" -> jquery) 2. Removed incorrect statement ("jquery.ui.button not implemented in monobook"), because it is implemented for a long time and is working fine. 3. Replaced #2 with an actual problem based on your post ("no highlighting"). I assumed that by color-highlighting you meant highlighting where the color becomes lighter when you hover it. I understand you meant the custom color classes instead (which isn't called "highlighting"). Fixed the title, again. Now, as for these color classes. The reason they are not in other skins is because they are not standard jQuery UI classes. So jQuery UI themes (including the Default, Sunny, Redmond, Smoothness theme etc.) don't define this class. Trevor invented it back in 2011 and added[1] it as a hack in the jquery.ui/vector theme directory. We need to either: * get it standardised (long term) * fork default, add the hack, and apply it to all other skins (short term) [1] https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/core.git;a=commitdiff;h=7771f2d25e0ff59518130bab4da042154dc908d8 -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
