mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-27 16:30:12 +00:00
Remove WMF deployment hack ext.cite and ext.rtlcite modules
It's been 30 days after deployment of I58adcfbcf9af2bb3. Bug: T101559 Change-Id: I0217b8d15cdd495a163b3f1fc1af018f6d2fe271
This commit is contained in:
parent
e4a1d6f1fc
commit
d4baf5927e
|
@ -21,19 +21,7 @@
|
|||
"Cite::setHooks"
|
||||
]
|
||||
},
|
||||
"@comment": "ext.cite and ext.rtlcite are backwards compatibility deployment hacks",
|
||||
"ResourceModules": {
|
||||
"ext.cite": {
|
||||
"dependencies": [
|
||||
"ext.cite.a11y",
|
||||
"ext.cite.styles"
|
||||
],
|
||||
"position": "bottom"
|
||||
},
|
||||
"ext.rtlcite": {
|
||||
"styles": "ext.rtlcite.css",
|
||||
"position": "bottom"
|
||||
},
|
||||
"ext.cite.styles": {
|
||||
"styles": {
|
||||
"ext.cite.styles.css": {},
|
||||
|
|
|
@ -1,7 +0,0 @@
|
|||
/* Needs to be deleted after 30 days cache expiration */
|
||||
/* Isolation to fix references in case of RTL words at the end of a reference */
|
||||
sup.reference {
|
||||
unicode-bidi: -moz-isolate;
|
||||
unicode-bidi: -webkit-isolate;
|
||||
unicode-bidi: isolate;
|
||||
}
|
Loading…
Reference in a new issue