https://bugzilla.wikimedia.org/show_bug.cgi?id=44252
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Low |Lowest Status|NEW |UNCONFIRMED Component|General/Unknown |Interface Summary|Info action table rows |InfoAction should have |should have CSS IDs |unique CSS hooks for each | |field Ever confirmed|1 |0 Severity|normal |enhancement --- Comment #1 from Krinkle <[email protected]> --- (In reply to comment #0) > Somewhat related to bug 42629, the table rows at action=info should have > unique > CSS IDs so that they can be targeted with the CSS target pseudo-selector. In > particular, I'd like to be able to highlight the "Number of watchers" row, > though having IDs for all of the rows would probably be nice. Highlight for what reason? We're not going to add random IDs everywhere just to enable users to hang up more circus decoration. If you're looking for alternate styling, the table could have a distinguishing class (e.g. ".mw-infoaction-table") and use something like .mw-infoaction-table tr to give the rows special styling (e.g. alternating row highlighting or whatever). But individual IDs seems very selective and overkill, at least without a proper use case. -- You are receiving this mail because: You are on the CC list for the bug. 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
