mediawiki-skins-Citizen/skinStyles/extensions/Lingo/ext.Lingo.less
alistair3149 c1370e95f0
feat(core): update box-shadow CSS variables
* Tokenize shadow vertical distance
* Rename CSS variables to match Codex counterpart
* Reduce the vertical distance for all box shadow
2024-07-24 21:53:51 -04:00

39 lines
719 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-sm );
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 );
}
}