mediawiki-extensions-Cite/modules/ext.cite.highlighting.css
Thiemo Kreuz (WMDE) 2b3a62c26b Make arrows/carets links whenever we know where the user came from
I tried to arrange the new code in a way that it is compact, but still
readable. I think it's possible to arrange it even better, but browser
tests should be added first, in my opinion.

Bug: T205271
Change-Id: I1d579ef9d2787fc43c0a8bbf61c583f602dca5d4
2018-11-19 16:27:59 +00:00

16 lines
212 B
CSS

:target .mw-cite-targeted-backlink {
font-weight: bold;
}
.mw-cite-up-arrow-backlink {
display: none;
}
:target .mw-cite-up-arrow-backlink {
display: inline;
}
:target .mw-cite-up-arrow {
display: none;
}