@openui5/sap.m
Version:
OpenUI5 UI Library sap.m
43 lines (36 loc) • 940 B
text/less
/* ==================================== */
/* CSS for control sap.m/FormattedText */
/* Base theme */
/* ==================================== */
.sapMFT {
font-family: var(--sapFontFamily);
vertical-align: top;
font-size: @sapMFontMediumSize;
/* BCP: 1870022567 - Reset sapMLnk font-size and wrapping specifics */
.sapMLnk {
font-size: inherit;
display: initial;
white-space: initial;
overflow: initial;
text-overflow: initial;
word-wrap: initial;
}
/* BCP: 002075129400010494822023 - preserve H* tags default 'display' property */
.sapMTitle {
display: inherit;
}
}
.sapMFTOverflowWidth {
overflow-x: auto;
}
.sapMFTOverflowHeight {
overflow-y: auto;
}
/* If control is used on black/dark background */
.sapUiInverted-CTX .sapMFT {
color: var(--sapContent_ContrastTextColor);
}
/* Do not invert for table */
.sapUiInverted-CTX .sapUiTable .sapMFT {
color: var(--sapTextColor);
}