mediawiki-extensions-Visual.../modules/ve-mw/ce/styles/nodes/ve.ce.MWAnnotationNode.less
Ed Sanders 9ee1b51fbe Move CSS files to LESS
Change-Id: Ic818efe7315187bf96ead7bd6468ecb3d44d988d
2024-03-19 13:56:30 +00:00

15 lines
361 B
Plaintext

/*!
* VisualEditor ContentEditable MediaWiki MWAnnotationNode styles.
*
* @copyright See AUTHORS.txt
* @license The MIT License (MIT); see LICENSE.txt
*/
.ve-ce-mwAnnotationNode {
display: inline-block;
opacity: 0.5;
/* Support: Blink, Gecko, Webkit */
/* Specify a valid second value to fix size, see T176636 */
font-family: monospace, monospace;
}