UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

25 lines (22 loc) 610 B
/** * @file * @deprecated as of version 1.50, together with sap.m.TileContainer */ /* ==================================== */ /* CSS for control sap.m/TileContainer */ /* High Contrast Black theme */ /* ==================================== */ .sapMTC .sapMTCPager SPAN { border: 1px solid @sapUiContentForegroundBorderColor; } .sapMTC .sapMTCPager SPAN.sapMTCActive { border: 1px solid @sapUiContentForegroundBorderColor; } .sapMTC .sapMTCScroller:focus::before { border: 0.125rem dotted @sapUiContentFocusColor; position: absolute; top: -1px; bottom: -1px; left: -1px; right: -1px; }