Fix FOUC for floated collapsible elements outside the content area
authorRoan Kattouw <roan.kattouw@gmail.com>
Tue, 21 Aug 2018 00:02:25 +0000 (17:02 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Tue, 21 Aug 2018 00:02:25 +0000 (17:02 -0700)
commit5957f580f80a1d485585155ef7980b01e82a6d93
treeaabb58e2356a7c8ffb3a392aa06ee451174475f8
parent7da455154e8c08ad76a1829a6f8d1ebc6735c422
Fix FOUC for floated collapsible elements outside the content area

There was CSS setting the correct float value, but it only worked on
elements inside the content area because it used .mw-content-ltr and
-rtl. Add another rule to catch things outside the content area (which
should float based on the UI language).

Bug: T198774
Change-Id: I29b71a2e52139e540d719b61964084170d36bc5e
resources/src/jquery/jquery.makeCollapsible.styles.less