Remove obsolete per-skin CSS

This is obsolete since I75ef7c3 where we had to replace the
`font-size: 0.8em` with a fixed 13px.

Bug: T341872
Change-Id: I81603536dd930c6faee38c63aabe848203c42715
This commit is contained in:
thiemowmde 2023-08-29 17:29:20 +02:00
parent 24ca67ff10
commit 10931b6210
3 changed files with 0 additions and 22 deletions

View file

@ -71,14 +71,6 @@
"styles": [
"modules/ext.RevisionSlider.less"
],
"skinStyles": {
"monobook": [
"modules/ext.RevisionSlider.monobook.css"
],
"modern": [
"modules/ext.RevisionSlider.modern.css"
]
},
"dependencies": [
"moment",
"oojs-ui",

View file

@ -1,7 +0,0 @@
/* HACK: Modern 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;
}

View file

@ -1,7 +0,0 @@
/* 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;
}