mediawiki-skins-Citizen/skinStyles/extensions/VisualEditor/ext.visualEditor.switching.less
alistair3149 c88df2d194
feat(tokens): deprecate old font-weight-semibold 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:34:41 -04:00

15 lines
295 B
Plaintext

/*
* Citizen
*
* SkinStyles for Extension:VisualEditor
* Module: ext.visualEditor.switching
* Version: REL1_39 65d89c9
*
* Date: 2023-02-06
*/
/* ve.init.MWVESwitchPopupWidget.css */
.ve-init-mw-switchPopupWidget .oo-ui-popupWidget-head {
font-weight: var( --font-weight-semi-bold );
}