mediawiki-extensions-Cite/modules
Subramanya Sastry d6705eb3f8 Parsoid CSS: Migrate to using .reference instead of .mw-ref
* 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
2022-11-01 15:43:16 -05:00
..
ve-cite Localisation updates from https://translatewiki.net. 2022-11-01 08:51:34 +01:00
.eslintrc.json Move eslint client config to modules, fix warnings 2021-11-03 16:38:31 +00:00
ext.cite.a11y.css Remove IE 6 & 7 specific hacks 2019-10-03 18:51:47 -07:00
ext.cite.a11y.js Improve a11y support on backlinks 2018-11-26 11:36:26 +01:00
ext.cite.highlighting.css Make arrows/carets links whenever we know where the user came from 2018-11-19 16:27:59 +00:00
ext.cite.highlighting.js Move var declarations inline 2021-11-03 16:38:31 +00:00
ext.cite.print.css Move '@media print' rules to separate file 2015-06-04 22:22:16 +00:00
ext.cite.style.css Parsoid CSS: Migrate to using .reference instead of .mw-ref 2022-11-01 15:43:16 -05:00
ext.cite.style.fa.css Add language specific CSS overrides for a few languages 2022-10-20 22:03:48 -05:00
ext.cite.style.fr.css Parsoid CSS: Migrate to using .reference instead of .mw-ref 2022-11-01 15:43:16 -05:00
ext.cite.style.kn.css Parsoid CSS: Migrate to using .reference instead of .mw-ref 2022-11-01 15:43:16 -05:00
ext.cite.style.nb.css Add language specific CSS overrides for a few languages 2022-10-20 22:03:48 -05:00
ext.cite.styles.css Cite: Move margin in column references 2021-02-08 21:56:39 +00:00
ext.cite.styles.minerva.less Run stylelint also for less file 2017-07-18 19:44:31 +00:00
ext.cite.tracking.js Move var declarations inline 2021-11-03 16:38:31 +00:00