Page MenuHomePhabricator

Reduce selector specificity in current Special:ReadingLists CSS
Closed, ResolvedPublic1 Estimated Story Points

Description

Background

Inherited from before REx was established, the specificity of the Special:ReadingLists page CSS is too high. Perhaps through a lack of information about nesting side-effects.

Goal

Limit specificity of .client-js rule only to the JavaScript enablement warning message.

Acceptance criteria for done

  • Reducing overall specificity –following CSS authoring best practices– for special page selectors, keep nesting with client-js only to JS message.

Event Timeline

Change #1197382 had a related patch set uploaded (by VolkerE; author: VolkerE):

[mediawiki/extensions/ReadingLists@master] styles: Reduce selector specificity in ReadingLists special page

https://gerrit.wikimedia.org/r/1197382

Change #1197382 merged by jenkins-bot:

[mediawiki/extensions/ReadingLists@master] styles: Reduce selector specificity in ReadingLists special page

https://gerrit.wikimedia.org/r/1197382

For completion, this makes life dev experience in debugging sub-grid T407516 simpler apart from all the other benefits, like leaner code.

Volker_E set the point value for this task to 1.Oct 22 2025, 9:51 PM
Jdrewniak claimed this task.