mediawiki-extensions-Cite/modules/ve-cite
thiemowmde fa77ef25bd Remove broken CSS for ve.ui.MWReferenceGroupInputWidget
This CSS exists since I2ab47e7 from August 2014. The original idea
was to dim the default "General references" when you edit a <ref> or
<references> list in VisualEditor.

Steps to reproduce:
* Start VisualEditor.
* Edit a <ref> or <references> list.
* Edit the group.
* You will see the dimmed text "General references". This is not the
  CSS in this patch, but the default styling for OOUI placeholders.
* Open the dropdown. The list will show a "General references" item.
  It's not dimmed. This is where the CSS was meant to be.

The CSS class name in the OOUI mixin was actually changed from
"oo-ui-flaggableElement-…" to "oo-ui-flaggedElement-…" via I1abecd8,
just a few days later.

In addition the selector wouldn't work anyway for other reasons.
The dropdown is not inside the `.ve-ui-mwReferenceGroupInputWidget`
container any more but placed outside by the OOUI window manager.
And the selector's specifity is to low, at least since Ic57b3ff.

I argue it's not worth fixing it. Nobody missed it for 10 years.
Light gray text would be illegible anyway on the light gray/light
blue backgrounds used in the dropdown menu. Let's consider it dead
code and just remove it.

The class name doesn't appear anywhere else (any more):
https://codesearch.wmcloud.org/search/?q=flaggableElement

Change-Id: Ia802303737ba35cd4b14fae924b7227472f905fd
2024-03-12 16:36:22 +01:00
..
i18n Localisation updates from https://translatewiki.net. 2024-03-11 08:26:28 +01:00
images Downstream images for VE EducationPopup 2020-09-24 17:51:18 +01:00
tests First tests for ve.dm.MWReferenceModel 2024-01-31 13:52:40 +01:00
.eslintrc.json build: Update devDependencies 2020-06-09 11:29:03 +01:00
ve.ce.MWReferenceNode.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ce.MWReferenceNode.less Drop IE CSS hacks 2023-04-12 16:33:23 +01:00
ve.ce.MWReferencesListNode.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ce.MWReferencesListNode.less Group and nest stylesheets now they are .less files 2024-01-21 15:59:20 +01:00
ve.dm.MWReferenceModel.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.dm.MWReferenceNode.js Minor logic cleanup 2024-02-29 12:12:56 +00:00
ve.dm.MWReferencesListNode.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWCitationAction.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWCitationContextItem.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWCitationDialog.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWCitationDialogTool.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWCitationDialogTool.less ve-cite: Convert .css files to .less 2023-03-27 15:01:45 +01:00
ve.ui.MWCitationNeededContextItem.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReference.init.js [lint] Satisfy max-len rule 2024-01-30 12:18:52 +01:00
ve.ui.MWReferenceContextItem.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferenceContextItem.less Group and nest stylesheets now they are .less files 2024-01-21 15:59:20 +01:00
ve.ui.MWReferenceDialog.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferenceDialog.less Revert "Add extends warning to reference dialog" 2023-06-29 16:36:47 +00:00
ve.ui.MWReferenceDialogTool.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferenceGroupInputWidget.js Remove broken CSS for ve.ui.MWReferenceGroupInputWidget 2024-03-12 16:36:22 +01:00
ve.ui.MWReferenceResultWidget.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferenceResultWidget.less Group and nest stylesheets now they are .less files 2024-01-21 15:59:20 +01:00
ve.ui.MWReferenceSearchWidget.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferenceSearchWidget.less docs: Replace WikimediaUI Base reference in comment with Codex 2023-10-25 22:51:49 -07:00
ve.ui.MWReferencesListCommand.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferencesListContextItem.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWReferencesListDialog.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00
ve.ui.MWUseExistingReferenceCommand.js Clean up and fix some jsdoc annotations 2024-02-29 13:05:42 +01:00