mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-14 19:24:42 +00:00
28bc463836
Change-Id: Ia316dd09b6d6b7452610ff2b8816a146a3bb48a4
9 lines
368 B
CSS
9 lines
368 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 {
|
|
/* stylelint-disable-next-line unit-blacklist */
|
|
font-size: 0.8rem;
|
|
}
|