Remove @noflip workaround for T288943

This change requires CSSJanus version 2.0.0 included in core by
I0528443e4eae0338f5a37491352db03944c6bd4c since MediaWiki 1.37.

Bug: T288943
Depends-On: I0528443e4eae0338f5a37491352db03944c6bd4c
Change-Id: I38c08b2073e10e7d56b286b1ae75b400578ce2dd
This commit is contained in:
Fomafix 2021-08-16 11:34:58 +00:00
parent 629e0509b8
commit 107d03af53
2 changed files with 1 additions and 5 deletions

View file

@ -6,7 +6,7 @@
"license-name": "GPL-2.0-or-later",
"type": "parserhook",
"requires": {
"MediaWiki": ">= 1.35.0"
"MediaWiki": ">= 1.37.0"
},
"ConfigRegistry": {
"categorytree": "GlobalVarConfig::newInstance"

View file

@ -134,8 +134,6 @@
.mw-content-rtl .mw-content-ltr .CategoryTreeEmptyBullet:empty,
.mw-content-rtl .mw-content-ltr .CategoryTreeToggle[ data-ct-state='collapsed' ]:empty {
border-left: 10px solid;
/* The following @noflip is necessary to prevent the flipping. (T288943) */
/* @noflip */
border-right: 0 none;
}
@ -145,8 +143,6 @@
.mw-content-ltr .mw-content-rtl .CategoryTreeEmptyBullet:empty,
.mw-content-ltr .mw-content-rtl .CategoryTreeToggle[ data-ct-state='collapsed' ]:empty {
border-right: 10px solid;
/* The following @noflip is necessary to prevent the flipping. (T288943) */
/* @noflip */
border-left: 0 none;
}