@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
61 lines (55 loc) • 1.52 kB
text/less
/* ============================================ */
/* 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;
}
html[data-sap-ui-browser*='ie'].sap-desktop .sapMLIB.sapMNLG:focus .sapMNLI::before {// TODO remove after 1.62 version
border-left: none;
border-right: none;
}
html[data-sap-ui-browser^='ie'].sap-desktop .sapMLIB.sapMNLG:focus::before {// TODO remove after 1.62 version
content: "";
border: 0.125rem dotted @sapUiContentFocusColor;
border-left-style: solid;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 1px;
pointer-events: none;
z-index: 2;
}
html[data-sap-ui-browser^='ie'].sap-desktop .sapMLIB.sapMNLG:focus::after {// TODO remove after 1.62 version
content: "";
border-left: 0.125rem dotted @sapUiListBackground;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 1px;
pointer-events: none;
z-index: 2;
}