MediaWiki:Common.css/src/system/rcfilters/HighlightColorPickerWidget.scss

From Terraria Wiki
Jump to navigation Jump to search
/********* RCFilters: HighlightColorPickerWidget *********/

/* overwriting styles from here:
 * https://gerrit.wikimedia.org/r/plugins/gitiles/mediawiki/core/+/refs/heads/master/resources/src/mediawiki.rcfilters/styles/mw.rcfilters.ui.HighlightColorPickerWidget.less */

.mw-rcfilters-ui-highlightColorPickerWidget {
	&-buttonSelect-color {
		.oo-ui-iconElement-icon.oo-ui-icon-check {
			/* Override the rule from base OOUI where we apply a filter to all ".oo-ui-iconElement-icon"
			 * elements. This is not necessary here because the six circles have the same color in all
			 * themes, so this checkmark needs to be the same in all themes as well. */
			filter: none;
		}
	}
}