mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RevisionSlider
synced 2024-11-15 03:33:45 +00:00
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:
parent
24ca67ff10
commit
10931b6210
|
@ -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",
|
||||
|
|
|
@ -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;
|
||||
}
|
|
@ -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;
|
||||
}
|
Loading…
Reference in a new issue