@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
26 lines (22 loc) • 569 B
text/less
/* ============================ */
/* CSS for control sap.m/Panel */
/* High Contrast Black theme */
/* ============================ */
.sapMPanel {
border: 1px solid @sapUiGroupContentBorderColor;
}
.sapMPanelBGSolid,
.sapMPanelBGTranslucent,
.sapMPanelBGTransparent {
background-color: @sapUiGroupContentBackground;
}
.sapMPanelWrappingDivTb {
// border is 2px in this case because
// there is 1px border around the whole Panel
border-bottom: 1px solid @sapUiGroupTitleBorderColor;
}
.sapMPanelExpandableIcon {
&:focus::after {
border-width: 2px;
}
}