/* ==================================== */
/* CSS for control sap.m/TileContainer  */
/* Evening Horizon theme                */
/* ==================================== */

.sapMTC .sapMTCBlind {
	opacity: 0.4;
}

.sapMTC .sapMTCScroller:focus::before {
	border: 1px dotted @sapUiContentFocusColor;
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: -1px;
	right: -1px;
}

.sapMTC .sapMTile,
.sapMTC .sapMCustomTile {
	&:focus {
		outline: none;

		&::before {
			content: "";
			position: absolute;
			left: -0.1875rem;
			right: -0.1875rem;
			top: -0.1875rem;
			bottom: -0.1875rem;
			border: 0.125rem solid @sapUiContentFocusColor;
			border-radius: 0.125rem;
		}
	}
}