mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-15 10:59:56 +00:00
d6705eb3f8
* As part of T265930, in order to reduce the CSS rules that needed to be added, we started using the .reference class that the original Cite implementation uses. * Let us migrate styles to using that original class as well. * Since Parsoid emits a <sup>, we no longer need some of the CSS rules on .reference. With the class name change, the other rules are duplicates since we inherit the rules from ext.cite.styles.css. This effectively eliminated all CSS rules for ".reference" from ext.cite.style.css * Admins on wikis will get the following guidance: - where similar styles apply to legacy output and Parsoid output, use the .reference class in Commons.css - where specific styles apply to Parsoid output but not legacy, use the .mw-ref class in Commons.css * Once we have fully migrated all wikis to Parsoid output, we can migrate all the ".mw-ref" rules to ".reference". We then stop emitting the ".mw-ref" class in Parsoid output. Change-Id: I5a8c540dc5b045ffff8c280262595f5281cd167d |
||
---|---|---|
.. | ||
ve-cite | ||
.eslintrc.json | ||
ext.cite.a11y.css | ||
ext.cite.a11y.js | ||
ext.cite.highlighting.css | ||
ext.cite.highlighting.js | ||
ext.cite.print.css | ||
ext.cite.style.css | ||
ext.cite.style.fa.css | ||
ext.cite.style.fr.css | ||
ext.cite.style.kn.css | ||
ext.cite.style.nb.css | ||
ext.cite.styles.css | ||
ext.cite.styles.minerva.less | ||
ext.cite.tracking.js |