mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.monobook.css
Umherirrender e62fbf5581 build: Remove unneeded inline stylelint-disable-next-line
The error is suppressed in the .stylelintrc.json file and
does not need inline suppression

Change-Id: I476534fdcd521a2884a6be3b7c8ac5c9d1826ef1
2023-03-21 22:53:26 +01:00

8 lines
320 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 {
font-size: 0.8rem;
}