/* ============================= */
/* CSS for control sap.f/ShellBar  */
/* High Contrast White theme     */
/* ============================= */

@_sap_f_Shell_Bar_Copilot_Design: dark; // Possible designs are "dark" and "light"

.sapFButtonNotifications[data-notifications],
.sapFShellBarOverflowButton[data-notifications] {
	&:after {
        line-height: 1rem;
        background: @sapUiGroupContentBackground;
        border: solid 1px @sapUiGroupContentBorderColor;
        color: @sapUiContentForegroundTextColor;
    }
}.sapFShellBar .CPImage {
	.color1 {
		stop-color: #000000;
	}
	.color2 {
		stop-color: #000000;
	}
	&:focus {
		outline-width: 0.125rem;
		outline-offset: -0.375rem;
	}
	html[data-sap-ui-browser^="ie"] &:focus:before {
		border-width: 0.125rem;
	}
}