mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 19:49:30 +00:00
e62fbf5581
The error is suppressed in the .stylelintrc.json file and does not need inline suppression Change-Id: I476534fdcd521a2884a6be3b7c8ac5c9d1826ef1
8 lines
320 B
CSS
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;
|
|
}
|