mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 11:40:43 +00:00
d665c03e0a
of it appear normal. However, the revslider-tooltips are not inside this globalWrapper, and thus need a separate CSS rule. Bug: T166231 Change-Id: I2115688fee75145349e062b9586713a56541afa0
8 lines
318 B
CSS
8 lines
318 B
CSS
/* HACK: Modern uses x-small and a globalWrapper to make everything
|
|
inside of it appear normal. However, the revslider-tooltips are
|
|
not inside this globalWrapper, and thus need a separate CSS rule.
|
|
Once this issue is fixed, this rule can be removed. (T166231) */
|
|
.mw-revslider-tooltip {
|
|
font-size: 0.8rem;
|
|
}
|