When visit a page, and its discussion page is a redirect, the tab (monobook) ca-talk has no class=mw-redirect, like internal links on a page. Please add the class, so it is possible to see, if the discussion page is a redirect or holds content (after add user.css). Thanks.
Description
Description
Details
Details
- Reference
- bz22976
Related Changes in Gerrit:
| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| SkinTemplate: Set link classes on content_navigation tabs | mediawiki/core | master | +17 -2 |
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Resolved | matmarex | T63072 VisualEditor: Apply styles for redirects/disambiguation links in suggestions in link inspector | |||
| Resolved | TheDJ | T2166 Identify redirects with CSS class *everywhere* | |||
| Resolved | Legoktm | T24976 add mw-redirect to links in tabs |
Event Timeline
Comment Actions
These tabs (content_actions) bypass LinkRenderer, and having them use it looks kind of non-trivial...probably best to just manually call Linker::getLinkColour() for now to get the extra classes.
Comment Actions
Change 292062 had a related patch set uploaded (by Legoktm):
SkinTemplate: Set link classes on content_navigation tabs
Comment Actions
Change 292062 merged by jenkins-bot:
SkinTemplate: Set link classes on content_navigation tabs