mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-24 06:54:00 +00:00
Add a definition for .mw-ref-follow to Parsoid's stylesheet
This lets us remove the inlined style on follow refs. It will be used in I8bfc4ee3df162e2040e3c6f0c37fbf2a7c30d7f6 Bug: T263052 Change-Id: I351516b81566aba0adb4d298e39806dfb4fc7b03
This commit is contained in:
parent
e7524ce17b
commit
8f42623520
|
@ -14,6 +14,10 @@
|
|||
unicode-bidi: isolate;
|
||||
}
|
||||
|
||||
.mw-ref-follow {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Upstream bug in stylelint makes it complain aboout the case of 'mw-Ref' */
|
||||
/* stylelint-disable value-keyword-case */
|
||||
|
||||
|
|
Loading…
Reference in a new issue