UNPKG

@openui5/sap.m

Version:

OpenUI5 UI Library sap.m

41 lines (33 loc) 1.19 kB
/* ====================================== */ /* CSS for control sap.m/ObjectAttribute */ /* High Contrast Black theme */ /* ====================================== */ html.sap-desktop .sapMObjectAttributeActive:focus .sapMObjectAttributeText { outline: 0.125rem dotted @sapUiContentFocusColor; outline-offset: -0.125rem; text-decoration: none; } .sapMObjectAttributeActive .sapMText { color: @sapUiListActiveTextColor; cursor: pointer; text-decoration: underline; } .sapMObjectAttributeActive .sapMObjectAttributeText:hover, .sapMObjectAttributeActive .sapMText:hover { text-decoration: none; } .sapMObjectAttributeActive .sapMObjectAttributeText { text-decoration: underline; } /*=========================================== */ /* Custom design for Responsive Object Header */ /*=========================================== */ .sapMOHR .sapMObjectAttributeActive .sapMObjectAttributeText { text-decoration: underline; } /*=========================================== */ /* Custom design for Static Object Header */ /*=========================================== */ .sapMOH .sapMObjectAttributeActive .sapMObjectAttributeText { text-decoration: underline; }