From b4f6ef9d84e210500a197ce8d3ed2866eb5702a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bartosz=20Dziewo=C5=84ski?= Date: Tue, 8 May 2018 16:28:01 +0200 Subject: [PATCH] mw.special.changeslist.enhanced: Remove special case handled by jquery.makeCollapsible now No longer needed after 8cdfcc5fd4ba36b7c91ac8097390220de230f8ae. This reverts 070374b7a4811bfb5c9da4350bc16b77321537e3. Change-Id: I78879358f6305c1b0fa6dbba8fe9fdc06ab05cc0 --- .../src/mediawiki.special.changeslist.enhanced.css | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/resources/src/mediawiki.special.changeslist.enhanced.css b/resources/src/mediawiki.special.changeslist.enhanced.css index cb11332e21..275004f01b 100644 --- a/resources/src/mediawiki.special.changeslist.enhanced.css +++ b/resources/src/mediawiki.special.changeslist.enhanced.css @@ -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; } -- 2.20.1