@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
75 lines (65 loc) • 1.89 kB
text/less
/* ========================================== */
/* CSS for control sap.m/ViewSettingsPopover */
/* Base theme */
/* ========================================== */
.sapUiSizeCompact .sapMBar.sapMVSPCompactHeaderBar {
/* fix nested layouts in the header of the details page */
position: relative;
top: -3px;
box-shadow: none;
}
.sapMVSPopover .sapMPopoverHeader .sapMSegBBtn, .sapMVSPopover .sapMDialogTitle .sapMSegBBtn {
margin-right: 5px;
border-radius: 3px;
}
.sapMVSPopover .sapMPopoverHeader .sapMSegBBtn,
.sapMPopoverHeader .sapMSegBBtn:last-child,
.sapMPopoverHeader .sapMSegBBtn.sapMSegBBtnFocusable.sapMSegBBtnSel {
border-color: @sapUiButtonLiteBorderColor;
}
/* Custom focus outline: */
html.sap-desktop .sapMVSPopover {
.sapMSegBBtnFocusable:focus + .sapMSegBBtn {
outline: none;
border-left: 1px solid @sapUiButtonLiteBorderColor;
}
}
.sapMVSPopover .sapMPopoverHeader .sapMSegBBtn,
.sapMVSPopover .sapMDialogTitle .sapMSegBBtn {
margin-right: 5px;
border-radius: 3px;
border: 1px solid @sapUiButtonLiteBorderColor;
}
.sapMVSPopover.sapMPopup-CTX .sapMIBar.sapMHeader-CTX {
background: @sapUiGroupContentBackground;
}
.sapMVSPopover {
.sapMLabel, .sapMSLIDiv, .sapMSLITitleOnly {
font-family: @sapUiFontFamily;
font-size: @sapMFontLargeSize;
font-weight: normal;
color: @sapUiListTextColor;
}
}
.sapUiSizeCompact .sapMVSPopover {
.sapMLabel, .sapMSLIDiv, .sapMSLITitleOnly {
font-size: @sapMFontMediumSize;
}
}
html.sap-phone,
html.sap-tablet:not(.sap-desktop) {
.sapMVSPopover {
.sapMLIBSelectM > .sapMCb:focus,
.sapMBarChild.sapMCb:focus {
outline: none;
}
}
}
/* ------------------------------------------------ */
/* Compact size */
/* ------------------------------------------------ */
.sapMVSPCloseBtn {
.sapMBtnIcon {
font-size: 1.000rem;
}
}