mediawiki-extensions-Cite/modules
Adam Wight 8aa889dbe6 VE square brackets appear in a span
Some wikis such as eswiki and frwiki prefer to hide the square
brackets by default.  Adding a selector-friendly DOM element around
the brackets supports this customization.

This makes it possible to hide the brackets with CSS:

  .cite-bracket {
    display: none;
  }

And it also becomes possible to hide the brackets but make them
appear in copy-pasted article content:

  .cite-bracket {
    font-size: 0;
  }

Bug: T370512
Depends-On: I56b52c399d2c76689fdcb0bc7fd50a8c0ced28fd
Change-Id: Id8684ccee2e6725af2c861da20fc31af1067e614
2024-07-24 12:31:00 +02:00
..
ext.cite.referencePreviews Rename ReferencePreviews i18n keys from Popups 2024-07-18 11:47:14 +00:00
parsoid-styles [refactor] finish abstracting the parsoid language style overrides 2024-07-22 11:35:09 +02:00
ve-cite VE square brackets appear in a span 2024-07-24 12:31:00 +02:00
.eslintrc.json build: Update eslint-config-wikimedia to 0.28.0 2024-06-06 16:28:53 +01:00
ext.cite.a11y.js JSDoc: Update jsdoc-wmf-theme to 1.0.1 2024-06-10 16:15:48 +01:00
ext.cite.a11y.less Convert (almost) all .css files to .less 2024-01-21 15:39:08 +01:00
ext.cite.highlighting.js JSDoc: Update jsdoc-wmf-theme to 1.0.1 2024-06-10 16:15:48 +01:00
ext.cite.highlighting.less Group and nest stylesheets now they are .less files 2024-01-21 15:59:20 +01:00
ext.cite.print.less Convert (almost) all .css files to .less 2024-01-21 15:39:08 +01:00
ext.cite.styles.less Make use of LESS mixins in ext.cite.styles.less 2024-03-22 09:08:28 +01:00
ext.cite.styles.minerva.less
ext.cite.tracking.js JSDoc: Update jsdoc-wmf-theme to 1.0.1 2024-06-10 16:15:48 +01:00
ext.cite.wikiEditor.js JSDoc: Update jsdoc-wmf-theme to 1.0.1 2024-06-10 16:15:48 +01:00