mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-16 03:53:18 +00:00
e39dc66484
Available since 'stylelint-config-wikimedia' v0.10.3. Bug: T279431 Change-Id: Ia537ebaa27935887f011f431647040f4a2357fa5
9 lines
376 B
CSS
9 lines
376 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-disallowed-list */
|
|
font-size: 0.8rem;
|
|
}
|