Page MenuHomePhabricator

Option to hide legend in watchlist
Closed, DeclinedPublic

Description

In the advanced options for the watchlist in the preferences, an option to hide the watchlist legend would be appreciated.


Version: unspecified
Severity: enhancement

Details

Reference
bz20728

Event Timeline

bzimport raised the priority of this task from to Lowest.Nov 21 2014, 10:56 PM
bzimport set Reference to bz20728.
bzimport added a subscriber: Unknown Object (MLST).

This feature request will probably not be fulfilled. Alternatively you can add the following code to your personal CSS:

div.mw-rc-label-legend {
display: none
}

An option in Special:Preferences is overkill. See Siebrands suggestion for your personal CSS.
Closing this bug as WONTFIX.

wiki.warx wrote:

So users get one more annoying thing in interface which cannot be turned off without knowing MediaWiki-CSS magic.

I don't remember: do we have common user .css and .js files (skin independent?).