mediawiki-extensions-Revisi.../modules/ext.RevisionSlider.monobook.css
Volker E e39dc66484 build: Change 'stylelint' config rule to '*disallowed-list'
Available since 'stylelint-config-wikimedia' v0.10.3.

Bug: T279431
Change-Id: Ia537ebaa27935887f011f431647040f4a2357fa5
2021-04-28 02:52:08 -07:00

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;
}