https://bugzilla.wikimedia.org/show_bug.cgi?id=48684
TMg <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from TMg <[email protected]> --- I was always wondering so I checked how the bolding is done. This doesn't solve the problem but I hope it helps the Wikidata developers. Hi, boys and girls. :-) Every line in the watchlist is either marked with <li class="mw-changeslist-line-watched"> or <li class="mw-changeslist-line-not-watched">. The actual bolding is done by a module called "mediawiki.special.changeslist". This is a CSS file only without any JavaScript. See http://bits.wikimedia.org/static-1.22wmf8/resources/mediawiki.special/mediawiki.special.changeslist.css . However, this CSS file is not loaded by the resource loader if JavaScript is disabled. I find this confusing (CSS should not depend on JavaScript) but it's not a big problem. For an unknown reason "watched" are the bold lines and "not-watched" are the non-bold lines. I think somebody confused these names in the code. Keep this in mind and try to not copy & paste this error if possible. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
