/*!
 * VisualEditor MediaWiki UserInterface MWCategoryItemWidget styles.
 *
 * @copyright See AUTHORS.txt
 * @license The MIT License (MIT); see LICENSE.txt
 */
@import 'mediawiki.skin.variables.less';

.ve-ui-mwCategoryItemWidget {
	margin: 0 0.5em 0.5em 0;
	padding: 0;

	/* stylelint-disable-next-line selector-class-pattern */
	.oo-ui-labelElement-label.new {
		color: @color-error;
	}
}
