mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Cite
synced 2024-11-13 17:53:09 +00:00
2b3a62c26b
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
16 lines
212 B
CSS
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;
|
|
}
|