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:
sbailey 2020-12-01 11:28:01 -08:00 committed by Arlolra
parent e7524ce17b
commit 8f42623520

View file

@ -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 */