octfx / mediawiki-extensions-TemplateStylesExtender

Extends TemplateStyles with new selectors and matchers.
https://mediawiki.org/wiki/Extension:TemplateStylesExtender
GNU General Public License v2.0
6 stars 3 forks source link

Remove @media query restriction #24

Open Markus-Rost opened 5 hours ago

Markus-Rost commented 5 hours ago

@media queries are fully supported by Extension:TemplateStyles according to Help:TemplateStyles and $wgTemplateStylesAtRuleBlacklist is also empty by default.

However TemplateStylesExtender seems to still include an outdated function restricting the use of media queries.

This results in TemplateStylesExtender actually being more restrictive than plain TemplateStyles in that regard. The function in quest should probably get fully removed. This also means $wgTemplateStylesExtenderEnablePrefersColorScheme would no longer be needed.

octfx commented 4 hours ago

Thanks for bringing this up :slightly_smiling_face:

Looks like T241946 was a recent fixed, so we indeed do not need the override anymore!