UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

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