RCFilters: Fix completely broken highlight circles
authorRoan Kattouw <roan.kattouw@gmail.com>
Fri, 19 Oct 2018 19:18:35 +0000 (12:18 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Fri, 19 Oct 2018 19:18:35 +0000 (12:18 -0700)
commit970eda65db74071290d8517b9bbc15fd85ddde09
treeab848230b07dcd4223cd9d9d3ef66c85e1690cd0
parentc44bba66c96928da76654a0972bdebb5da640878
RCFilters: Fix completely broken highlight circles

- Correct highlights class name (mw-rcfilters-ui-highlights, not
  mw-rcfilters-ui-changesListWrapperWidget-highlights)
- Remove -circle class suffix that the circles don't actually have
- Go back to using float: right; instead of text-align: right;
  (you can't use text-align for things that aren't inline)
- For seen/unseen watched items, apply circle mixin to the actual
  circles themselves, not their parents

Bug: T207472
Change-Id: Iade1af4299826a4e8a2108425ace9a406f0aa8cb
Follows-Up: I76fec57ff237ba02afefcea28916d8348bac9b0e
resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.ChangesListWrapperWidget.highlightCircles.seenunseen.less
resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.ChangesListWrapperWidget.less