RCFilters: Fix centering of "no results" message
authorRoan Kattouw <roan.kattouw@gmail.com>
Thu, 25 Oct 2018 00:50:47 +0000 (17:50 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Thu, 25 Oct 2018 00:51:42 +0000 (17:51 -0700)
Was caused by a stray margin-right rule that applied to the wrong divs,
and wasn't needed anyway.

Bug: T207808
Change-Id: Ib6cf518653fbadb0c7d67d6a175b4af92c8f8d87
Follows-Up: I76fec57ff237ba02afefcea28916d8348bac9b0e

resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.ChangesListWrapperWidget.highlightCircles.seenunseen.less

index 3d5bca2..516a79b 100644 (file)
@@ -9,10 +9,6 @@
                        list-style: none;
                }
        }
-
-       & > div {
-               margin-right: @margin-circle-result;
-       }
 }
 
 // Make more specific for the overrides