UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

32 lines (27 loc) 732 B
/* ==================================== */ /* CSS for control sap.m/FormattedText */ /* Base theme */ /* ==================================== */ .sapMFT { font-family: @sapUiFontFamily; vertical-align: top; overflow: auto; 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; } } /* If control is used on black/dark background */ .sapUiInverted-CTX .sapMFT { color: @sapUiContentContrastTextColor; } /* Do not invert for table */ .sapUiInverted-CTX .sapUiTable .sapMFT { color: @sapUiBaseText; }