mediawiki-skins-Citizen/skinStyles/extensions/Lingo/ext.Lingo.less
alistair3149 90862b193e
feat(tokens): deprecate old line height variables
Old variables are being deprecated to align naming convention with Codex.
They will be hard-deprecated on the next major Citizen version.
2024-10-23 17:33:46 -04:00

39 lines
725 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:Lingo
* Module: ext.Lingo
* Version: REL1_35 e948775
*
* Date: 2022-04-29
*/
@media screen {
span.mw-lingo-term {
border-bottom-color: var( --color-subtle );
&:hover {
background-color: var( --background-color-button-quiet--hover );
}
}
}
.mw-lingo-tooltip {
font-size: var( --font-size-x-small );
line-height: var( --line-height-xx-small );
color: var( --color-base );
background-color: var( --color-surface-1 );
border: 0;
border-radius: var( --border-radius-medium );
box-shadow: var( --box-shadow-drop-xx-large );
.qtip-content {
padding: var( --space-sm );
}
}
.mw-lingo-definition-link {
& > a::before {
filter: var( --filter-invert );
}
}