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

/*!
 * OpenUI5
 * (c) Copyright 2009-2019 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_FocusColor: @sapUiBlackBG; // #000000
@_sap_ui_dt_ContextMenu_BorderColor: @sapUiBlackBG; // #000000

.sapUiDtContextMenu {

	&.sapMPopoverArr, .sapMPopoverArr {
		&:after {
			box-shadow: 0px 0px 0px 1px @_sap_ui_dt_ContextMenu_BorderColor;
			border: none;
		}
	}
}

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

