mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.monobook.css
Ed Sanders 28bc463836 build: Update linters
Change-Id: Ia316dd09b6d6b7452610ff2b8816a146a3bb48a4
2019-12-11 13:42:51 +00:00

9 lines
370 B
CSS

/* HACK: Monobook 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;
}