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

/* Focus Styles
  ========================================================================== */

html.sap-desktop .sapMLIB.sapMNLG:focus::before {
	content: "";
	border: 0.125rem dotted @sapUiContentFocusColor;
	border-left-style: solid;
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	pointer-events: none;
	z-index: 2;
}

html.sap-desktop .sapMLIB.sapMNLG:focus::after {
	content: "";
	border-left: 0.125rem dotted @sapUiListBackground;
	position: absolute;
	top: 1px;
	bottom: 0.5625rem;
	left: 1px;
	pointer-events: none;
	z-index: 2;
}