UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

47 lines (44 loc) 1 kB
/* =================================== */ /* CSS for control sap.m/ObjectMarker */ /* Base theme */ /* =================================== */ .sapMObjectMarker { display: inline-block; .sapUiIcon { font-size: 1rem; color: @sapUiContentMarkerIconColor; &:before { vertical-align: middle; } &:not([data-sap-ui-icon-content]) { display: none; } } .sapUiIcon:not(.sapUiIconPointer) { pointer-events: none; } .sapMLnk { overflow: visible; padding-bottom: 1px; } .sapMText { color: @sapUiContentLabelColor; } &.sapMObjectMarkerIcon.sapMObjectMarkerText .sapUiIcon { margin-right: 0.25rem; } } .sapMListTbl .sapMObjectMarkerIcon { .sapMText { padding-top: 0; //Icon in table should not be padded } .sapUiIcon:before { vertical-align: inherit;//Icon in table should not be vertically aligned } } .sapMListTbl .sapMObjectMarker .sapMText { color: @sapUiContentLabelColor; } .sapMListTbl .sapMObjectMarker { word-break: break-all; }