/* NOTE: This file was generated as an optimized version of "library.source.less" for the Theme Designer. */

/*!
 * OpenUI5
 * (c) Copyright 2009-2020 SAP SE or an SAP affiliate company.
 * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
 */

@import "../base/library.less";
@import "../../../../../../Base/baseLib/sap_fiori_3_hcw/base.less"; /* ORIGINAL IMPORT PATH: "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/base.less" */

@import "../../../../../sap/ui/core/themes/sap_fiori_3_hcw/global.less";

/* START "ContextMenu.less" */
/******************************************************************
	Style of the DT Contextmenu - sap_fiori_3_hcw Theme
*******************************************************************/
@_sap_ui_dt_ContextMenu_BorderColor: @sapUiBlackBG; //#000000

.sapUiDtContextMenu {

	&.sapMPopoverArr, .sapMPopoverArr {
		&:after {
			box-shadow: 0 0 0 0.0625rem @_sap_ui_dt_ContextMenu_BorderColor; //1px
			border: none;
			margin: -0.375rem 0 0 0.125rem; //6px 2px
		}
	}
}

.sapUiSizeCompact {
	.sapUiDtContextMenu {
		.sapMBtnIcon {
			margin-left: 0.4375rem; //7px
			margin-right: 0.4375rem; //7px
			padding-left: 0;
		}
	}
}

html .sapUiDtContextMenu .sapMBtn:focus > .sapMFocusable,
html .sapUiDtContextMenu.sapMBtn:focus > .sapMFocusable {
	border-color: transparent;
	outline: 0.125rem dotted @_sap_ui_dt_ContextMenu_BorderColor; //2px
	outline-offset: -0.125rem; //2px
}
/* END "ContextMenu.less" */

