/* =================================== */
/* CSS for control sap.m/ComboBoxBase  */
/* Horizon High Contrast Black theme   */
/* =================================== */

.sapMInputBaseIconPressed .sapMComboBoxBaseClearIcon {
	color: @sapUiContentIconColor;
	background: transparent;
	border-left-color: transparent;

	&:hover {
		background: @sapUiButtonLiteHoverBackground;
		border-left-color: @sapUiButtonSelectedBorderColor;
	}

	&:active {
		background-color: @sapUiButtonLiteActiveBackground;
		color: @sapUiButtonActiveTextColor;
		border-left-color: @sapUiButtonSelectedBorderColor;

		&::before {
			color: @sapUiButtonActiveTextColor;
		}
	}
}

.sapMInputBaseIconPressed .sapMComboBoxBaseClearIcon::before {
	color: @sapUiContentIconColor;
}