mw.special.changeslist.enhanced: Remove special case handled by jquery.makeCollapsibl...
authorBartosz Dziewoński <matma.rex@gmail.com>
Tue, 8 May 2018 14:28:01 +0000 (16:28 +0200)
committerBartosz Dziewoński <matma.rex@gmail.com>
Thu, 17 May 2018 18:12:15 +0000 (20:12 +0200)
No longer needed after 8cdfcc5fd4ba36b7c91ac8097390220de230f8ae.
This reverts 070374b7a4811bfb5c9da4350bc16b77321537e3.

Change-Id: I78879358f6305c1b0fa6dbba8fe9fdc06ab05cc0

resources/src/mediawiki.special.changeslist.enhanced.css

index cb11332..275004f 100644 (file)
@@ -37,17 +37,6 @@ table.mw-enhanced-rc td.mw-enhanced-rc-nested {
        display: none;
 }
 
-/*
- * And if it's enabled, let's optimize the collapsing a little: hide the rows
- * that would be hidden by jquery.makeCollapsible with CSS to save us some
- * reflows and repaints. This doesn't work on browsers that don't fully support
- * CSS2 (IE6), but it's okay, this will be done in JavaScript with old degraded
- * performance instead.
- */
-.client-js table.mw-enhanced-rc.mw-collapsed tr + tr {
-       display: none;
-}
-
 .mw-enhancedchanges-arrow {
        padding-top: 2px;
 }