Use design tokens in Cite extension

Upstream this value from Minerva where it is being
overriden.

Bug: T360720
Change-Id: I03536d033c7cc0f2420550f22fd4b094e0d179ba
This commit is contained in:
Jon Robson 2024-03-21 15:11:23 -07:00
parent 9bc74e7694
commit 75b4682dbf

View file

@ -1,3 +1,5 @@
@import 'mediawiki.skin.variables.less';
.mw-cite-backlink,
.cite-accessibility-label {
-moz-user-select: none;
@ -73,7 +75,7 @@ sup.reference {
/* Highlight clicked reference in blue to help navigation */
ol.references li:target,
sup.reference:target {
background-color: #eaf3ff;
background-color: @background-color-progressive-subtle;
}
/* Make cite errors "strong" */