@openui5/themelib_sap_horizon 1.135.0 → 1.136.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (233) hide show
  1. package/REUSE.toml +649 -0
  2. package/THIRDPARTY.txt +22 -22
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +24 -18
  5. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +41 -38
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +15 -13
  7. package/src/sap/f/themes/sap_horizon/GridList.less +5 -5
  8. package/src/sap/f/themes/sap_horizon/SidePanel.less +16 -7
  9. package/src/sap/f/themes/sap_horizon/library.source.less +1 -1
  10. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +24 -18
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +34 -30
  12. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +15 -13
  13. package/src/sap/f/themes/sap_horizon_dark/GridList.less +1 -1
  14. package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +16 -7
  15. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -1
  16. package/src/sap/f/themes/sap_horizon_hcb/AvatarGroup.less +2 -2
  17. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +17 -32
  18. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +20 -15
  19. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +4 -4
  20. package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +18 -10
  21. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  22. package/src/sap/f/themes/sap_horizon_hcw/AvatarGroup.less +2 -2
  23. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +18 -32
  24. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +21 -16
  25. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +4 -4
  26. package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +18 -10
  27. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  28. package/src/sap/m/themes/sap_horizon/Label.less +9 -1
  29. package/src/sap/m/themes/sap_horizon/SlideTile.less +0 -1
  30. package/src/sap/m/themes/sap_horizon/TileContent.less +2 -1
  31. package/src/sap/m/themes/sap_horizon/Token.less +13 -13
  32. package/src/sap/m/themes/sap_horizon/Tokenizer.less +16 -15
  33. package/src/sap/m/themes/sap_horizon/Toolbar.less +17 -19
  34. package/src/sap/m/themes/sap_horizon/UploadCollection.less +1 -1
  35. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +25 -20
  36. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +17 -17
  37. package/src/sap/m/themes/sap_horizon/Wizard.less +2 -2
  38. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +37 -34
  39. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -2
  40. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  41. package/src/sap/m/themes/sap_horizon_dark/Label.less +9 -1
  42. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +0 -1
  43. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +2 -1
  44. package/src/sap/m/themes/sap_horizon_dark/Token.less +14 -14
  45. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +16 -15
  46. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +17 -19
  47. package/src/sap/m/themes/sap_horizon_dark/UploadCollection.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +20 -20
  49. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +17 -17
  50. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +3 -2
  51. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +38 -34
  52. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +2 -2
  53. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  54. package/src/sap/m/themes/sap_horizon_hcb/Label.less +9 -1
  55. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +4 -4
  56. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +0 -1
  57. package/src/sap/m/themes/sap_horizon_hcb/TileContent.less +2 -2
  58. package/src/sap/m/themes/sap_horizon_hcb/Token.less +12 -12
  59. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +18 -14
  60. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +16 -18
  61. package/src/sap/m/themes/sap_horizon_hcb/UploadCollection.less +4 -6
  62. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +21 -21
  63. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +17 -17
  64. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +4 -4
  65. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +34 -31
  66. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +7 -2
  67. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/Label.less +9 -1
  69. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +4 -4
  70. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +0 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/TileContent.less +2 -2
  72. package/src/sap/m/themes/sap_horizon_hcw/Token.less +12 -12
  73. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +17 -13
  74. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +16 -18
  75. package/src/sap/m/themes/sap_horizon_hcw/UploadCollection.less +4 -6
  76. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +21 -21
  77. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +17 -17
  78. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +4 -4
  79. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +34 -31
  80. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +7 -2
  81. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  82. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +2 -0
  83. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  84. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  85. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +2 -0
  86. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  87. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  88. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +2 -0
  89. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  90. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  91. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -0
  92. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  93. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  94. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  95. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  96. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  97. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  98. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  99. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  100. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  101. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  102. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  103. package/src/sap/ui/core/themes/sap_horizon/base.less +4 -4
  104. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  105. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  106. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  107. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  108. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  109. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  110. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  112. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  113. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  114. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  115. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  116. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  117. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  118. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  119. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  120. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  121. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  122. package/src/sap/ui/integration/themes/sap_horizon/ActionsStrip.less +5 -0
  123. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +10 -7
  124. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +6 -6
  125. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +12 -7
  126. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  127. package/src/sap/ui/integration/themes/sap_horizon_dark/ActionsStrip.less +5 -0
  128. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +11 -8
  129. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +6 -6
  130. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +13 -8
  131. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  132. package/src/sap/ui/integration/themes/sap_horizon_hcb/ListContentItem.less +5 -5
  133. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +5 -5
  134. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  135. package/src/sap/ui/integration/themes/sap_horizon_hcw/ListContentItem.less +5 -5
  136. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +5 -5
  137. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  138. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +114 -110
  139. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +4 -4
  140. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +16 -16
  141. package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +4 -4
  142. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveGridLayout.less +5 -6
  143. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +6 -6
  144. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -4
  145. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +5 -5
  146. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  147. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +111 -108
  148. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +3 -3
  149. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +14 -14
  150. package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +2 -2
  151. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveGridLayout.less +3 -3
  152. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +4 -4
  153. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +3 -3
  154. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +6 -6
  155. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  156. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +98 -95
  157. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  158. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  159. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +10 -10
  160. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveGridLayout.less +1 -1
  161. package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +2 -2
  162. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +5 -4
  163. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  164. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +98 -95
  165. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  166. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  167. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +10 -10
  168. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveGridLayout.less +1 -1
  169. package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +2 -2
  170. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +5 -4
  171. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  172. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +6 -1
  173. package/src/sap/ui/mdc/themes/sap_horizon/Table.less +5 -5
  174. package/src/sap/ui/mdc/themes/sap_horizon/TokenDisplay.less +8 -10
  175. package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +7 -8
  176. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +3 -3
  177. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  178. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +6 -1
  179. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +2 -2
  180. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenDisplay.less +6 -7
  181. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +2 -2
  182. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +2 -2
  183. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  184. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +4 -4
  185. package/src/sap/ui/mdc/themes/sap_horizon_hcb/TokenDisplay.less +1 -1
  186. package/src/sap/ui/mdc/themes/sap_horizon_hcb/ValueHelpDialog.less +1 -1
  187. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  188. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +4 -4
  189. package/src/sap/ui/mdc/themes/sap_horizon_hcw/TokenDisplay.less +1 -1
  190. package/src/sap/ui/mdc/themes/sap_horizon_hcw/ValueHelpDialog.less +1 -1
  191. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  192. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  193. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  194. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  195. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  196. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  197. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  198. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  199. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  200. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  201. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  202. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  203. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  204. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +6 -6
  205. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +25 -12
  206. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  207. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +6 -6
  208. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +27 -18
  209. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  210. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +4 -3
  211. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +8 -16
  212. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  213. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +4 -3
  214. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +8 -16
  215. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  216. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  217. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  218. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  219. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  220. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +13 -20
  221. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +6 -17
  222. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  223. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +13 -10
  224. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +6 -13
  225. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  226. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +17 -5
  227. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +6 -8
  228. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  229. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +17 -11
  230. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +6 -8
  231. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
  232. package/ui5.yaml +1 -1
  233. package/.reuse/dep5 +0 -471
@@ -5,11 +5,11 @@
5
5
 
6
6
  html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
7
7
  outline-width: 0.125rem;
8
- outline-offset: -0.25rem; // due to bottom border overlapping
8
+ outline-offset: -0.25rem; /* due to bottom border overlapping */
9
9
  }
10
10
 
11
11
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnappedTitleOnMobile > .sapFDynamicPageTitle {
12
- border-bottom: 1px solid @sapUiObjectHeaderBorderColor;
12
+ border-bottom: 1px solid var(--sapObjectHeader_BorderColor);
13
13
  }
14
14
 
15
15
  .sapFDynamicPageTitle {
@@ -18,7 +18,7 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
18
18
 
19
19
  &.sapFDynamicPageTitleTransparent,
20
20
  &.sapFDynamicPageTitleTranslucent {
21
- background: @sapUiObjectHeaderBackground;
21
+ background: var(--sapObjectHeader_Background);
22
22
  }
23
23
  }
24
24
 
@@ -27,19 +27,21 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
27
27
  }
28
28
 
29
29
  .sapFDynamicPage-Std-Tablet {
30
+
30
31
  .sapFDynamicPageTitle,
31
32
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
32
33
  padding: 0.5rem 2rem;
33
34
  }
34
35
 
35
- // Needed because on some high-end phones in landscape mode,
36
- // the width of the viewport is bigger than 600 (Tablet breakpoint).
36
+ /* Needed because on some high-end phones in landscape mode,
37
+ the width of the viewport is bigger than 600 (Tablet breakpoint). */
37
38
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnappedTitleOnMobile > .sapFDynamicPageTitle {
38
39
  padding: 0 2rem;
39
40
  }
40
41
  }
41
42
 
42
43
  .sapFDynamicPage-Std-Phone {
44
+
43
45
  .sapFDynamicPageTitle,
44
46
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle,
45
47
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
@@ -56,7 +58,7 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
56
58
  padding: 0;
57
59
  }
58
60
 
59
- // General alignment styles for header text
61
+ /* General alignment styles for header text */
60
62
  .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
61
63
  align-self: center;
62
64
  }
@@ -69,49 +71,32 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
69
71
  margin-left: 0;
70
72
  }
71
73
 
72
- /* IE and Edge ignores outline-offset. Use an overlay: */
73
- /* TODO remove after the end of support for Internet Explorer */
74
- html[data-sap-ui-browser^="ie"].sap-desktop,
75
- html[data-sap-ui-browser^="ed"].sap-desktop {
76
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
77
- outline: none;
78
- position: relative;
79
- }
80
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus:before {
81
- content: " ";
82
- box-sizing: border-box;
83
- width: 100%;
84
- height: 98%; // due to bottom border overlapping
85
- position: absolute;
86
- left: 0;
87
- top: 0;
88
- border: 0.125rem dashed @sapUiContentFocusColor;
89
- pointer-events: none;
90
- }
91
- }
92
-
93
74
  /* Firefox fix due to focus cut out from top and left */
94
- html[data-sap-ui-browser^="ff"].sap-desktop {
75
+ html[data-sap-ui-browser^='ff'].sap-desktop {
76
+
95
77
  .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
96
78
  outline: none;
97
79
  position: relative;
98
80
  }
99
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus:before {
100
- content: " ";
81
+
82
+ .sapFDynamicPageTitle.sapFDynamicPageTitleFocus::before {
83
+ content: '';
101
84
  box-sizing: border-box;
102
85
  width: 100%;
103
- height: 98%; // due to bottom border overlapping
86
+ height: 98%; /* due to bottom border overlapping */
104
87
  position: absolute;
105
88
  left: 0;
106
89
  top: 0;
107
- border: 0.125rem dotted @sapUiContentFocusColor;
90
+ border: 0.125rem dotted var(--sapContent_FocusColor);
108
91
  pointer-events: none;
109
92
  }
110
93
  }
111
94
 
112
95
  .sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
96
+
113
97
  &.sapFDynamicPageTitleSnapped,
114
98
  &.sapFDynamicPageTitleOnly {
99
+
115
100
  & > .sapFDynamicPageTitle {
116
101
  box-shadow: none;
117
102
  }
@@ -119,6 +104,7 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
119
104
  }
120
105
 
121
106
  .sapUiSizeCompact {
107
+
122
108
  .sapFDynamicPageTitle .sapMTB {
123
109
  height: 2.75rem;
124
110
  }
@@ -3,32 +3,33 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* =========================================== */
5
5
 
6
- // Cozy mode
6
+ /* Cozy mode */
7
7
  .sapFFCL > {
8
+
8
9
  &.sapFFCLBackgroundDesignSolid {
9
- background: @sapUiContentForegroundColor;
10
+ background: var(--sapContent_ForegroundColor);
10
11
  }
11
12
 
12
13
  &.sapFFCLBackgroundDesignTranslucent {
13
- background: @sapUiBaseBG;
14
+ background: var(--sapBackgroundColor);
14
15
  }
15
16
 
16
17
  &.sapFFCLBackgroundDesignTransparent {
17
- background: @sapUiBaseBG;
18
+ background: var(--sapBackgroundColor);
18
19
  }
19
20
 
20
21
  & > .sapFFCLColumnMid.sapFFCLColumnActive {
21
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
22
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
22
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
23
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
23
24
  }
24
25
 
25
26
  & > .sapFFCLColumnActive.sapFFCLColumnLastActive {
26
27
  border-right: none;
27
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
28
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
28
29
  }
29
30
 
30
31
  & > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
31
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
32
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
32
33
  border-left: none;
33
34
  }
34
35
 
@@ -39,25 +40,29 @@
39
40
  }
40
41
 
41
42
  .sapFFCL {
43
+
42
44
  .sapFFCLNavigationButton {
45
+
43
46
  .sapMBtnInner {
44
- border: 0.0625rem solid @sapUiButtonBorderColor;
47
+ border: 0.0625rem solid var(--sapButton_BorderColor);
45
48
 
46
49
  .sapMBtnIcon {
47
50
  width: auto;
48
51
  }
49
52
  }
50
- &:before,
51
- &:after {
53
+
54
+ &::before,
55
+ &::after {
52
56
  background-size: 0.125rem 100%;
53
57
  background-position-x: calc(50% - 0.0625rem);
54
58
  }
55
- &:before {
56
- background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
59
+
60
+ &::before {
61
+ background-image: linear-gradient(to top, var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0));
57
62
  }
58
63
 
59
- &:after {
60
- background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
64
+ &::after {
65
+ background-image: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0));
61
66
  }
62
67
  }
63
- }
68
+ }
@@ -1,6 +1,6 @@
1
- /* ================================= */
2
- /* CSS for control sap.f/GridList */
3
- /* Horizon High Contrast White theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================== */
5
5
 
6
6
  @_sap_f_GridList_ItemFocusBorderRadius: unset;
@@ -1,30 +1,37 @@
1
- /* ================================= */
2
- /* CSS for control sap.f/SidePanel */
3
- /* Horizon High Contrast White theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.f/SidePanel */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================== */
5
5
 
6
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
7
- @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: var(--sapObjectHeader_BorderColor), var(--sapObjectHeader_BorderColor);
8
8
 
9
9
  .sapFSP {
10
+
10
11
  .sapFSPSplitterBar {
12
+
11
13
  &:hover {
14
+
12
15
  .sapFSPSplitterBarGripIcon {
13
- background: @sapUiHighlight;
16
+ background: var(--sapHighlightColor);
14
17
  }
15
18
  }
16
19
  }
20
+
17
21
  .sapFSPSide {
22
+
18
23
  .sapFSPSideInner {
19
- border: 0.0625rem solid @sapUiGroupContentBorderColor;
24
+ border: 0.0625rem solid var(--sapGroup_ContentBorderColor);
20
25
  box-sizing: content-box;
21
26
 
22
27
  .sapFSPActionBar {
23
28
 
24
29
  .sapFSPItem {
30
+
25
31
  &.sapFSPSelected {
32
+
26
33
  .sapUiIcon {
27
- background-color: @sapUiContentSelectedBackground;
34
+ background-color: var(--sapContent_Selected_Background);
28
35
  border-width: 0.125rem;
29
36
  }
30
37
 
@@ -34,8 +41,9 @@
34
41
  }
35
42
 
36
43
  &:focus {
44
+
37
45
  &::after {
38
- border: 0.125rem dotted @sapUiContentFocusColor;
46
+ border: 0.125rem dotted var(--sapContent_FocusColor);
39
47
  }
40
48
  }
41
49
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -6,7 +6,7 @@
6
6
  .sapMTB-Info-CTX > .sapMLabel {
7
7
  font-style: italic;
8
8
 
9
- & > .sapMLabelTextWrapper {
9
+ .sapMLabelTextWrapper {
10
10
  padding-right: 5px;
11
11
  }
12
12
  }
@@ -15,4 +15,12 @@
15
15
  .sapMListTbl .sapMColumnHeader .sapMLabel {
16
16
  font-family: var(--sapFontSemiboldDuplexFamily);
17
17
  font-weight: normal;
18
+ }
19
+
20
+ /* ========================================================== */
21
+ /* Checkbox overrides */
22
+ /* ========================================================== */
23
+
24
+ .sapMCb .sapMLabel {
25
+ color: var(--sapField_TextColor);
18
26
  }
@@ -37,7 +37,6 @@
37
37
  /* Bulleted indicator of multiple tiles */
38
38
  .sapMSTBulleted .sapMSTIndicator {
39
39
  border: solid 0.0625rem var(--sapTile_OverlayForegroundColor);
40
- opacity: 0.6;
41
40
  box-shadow: 0 0 0.125rem var(--sapContent_ShadowColor);
42
41
  margin: 0 0.094rem;
43
42
  }
@@ -8,7 +8,8 @@
8
8
 
9
9
  .sapMTileCnt.News {
10
10
  background-color: var(--sapTile_OverlayBackground);
11
- .sapMTileCntContent{
11
+
12
+ .sapMTileCntContent {
12
13
  height: 3.625rem;
13
14
  }
14
15
  }
@@ -12,17 +12,17 @@
12
12
  .sapMToken {
13
13
  padding-left: @_sap_m_Token_LeftPadding;
14
14
  border-radius: 0.375rem;
15
- color: @sapTextColor;
16
- font-size: @sapFontSize;
15
+ color: var(--sapTextColor);
16
+ font-size: var(--sapFontSize);
17
17
  overflow: visible;
18
18
  }
19
19
 
20
20
  .sapMTokenSelected,
21
21
  .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
22
- background: @sapUiButtonSelectedBackground;
23
- border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
22
+ background: var(--sapButton_Selected_Background);
23
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
24
24
  border-radius: 0.375rem;
25
- font-family: @sapFontSemiboldDuplexFamily;
25
+ font-family: var(--sapFontSemiboldDuplexFamily);
26
26
  }
27
27
 
28
28
  .sapMTokenIcon::before {
@@ -41,18 +41,18 @@
41
41
  left: 0;
42
42
  right: 0;
43
43
  height: 2px;
44
- background-color: @sapUiButtonSelectedBorderColor;
44
+ background-color: var(--sapButton_Selected_BorderColor);
45
45
  }
46
46
 
47
47
  html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(:focus):hover {
48
- background: @sapUiButtonHoverBackground;
49
- border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
48
+ background: var(--sapButton_Hover_Background);
49
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);
50
50
  border-radius: 0.375rem;
51
51
  }
52
52
 
53
53
  html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
54
- background: @sapUiButtonSelectedHoverBackground;
55
- border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
54
+ background: var(--sapButton_Selected_Hover_Background);
55
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
56
56
  }
57
57
 
58
58
  .sapMToken.sapMTokenReadOnly {
@@ -65,13 +65,13 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
65
65
  }
66
66
 
67
67
  html.sap-desktop .sapMToken:focus {
68
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
68
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
69
69
  border-radius: 0.5rem;
70
70
  outline-offset: 0.0625rem;
71
71
  }
72
72
 
73
73
  html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
74
- border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
74
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_TokenBorderColor);
75
75
  }
76
76
 
77
77
  html.sap-desktop .sapUiSizeCompact .sapMToken:focus,
@@ -99,7 +99,7 @@ html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
99
99
  display: inline-flex;
100
100
  justify-content: center;
101
101
  align-items: center;
102
- right: -@sapUiButtonBorderWidth;
102
+ right: ~"calc(var(--sapButton_BorderWidth) * -1)";
103
103
  }
104
104
 
105
105
  .sapUiSizeCompact .sapMTokenIcon {
@@ -21,9 +21,9 @@
21
21
  }
22
22
 
23
23
  html.sap-desktop .sapMTokenizer:focus {
24
- outline: 2px solid @sapContent_FocusColor;
24
+ outline: 2px solid var(--sapContent_FocusColor);
25
25
  outline-offset: -0.125rem;
26
- border-radius: @sapField_BorderCornerRadius;
26
+ border-radius: var(--sapField_BorderCornerRadius);
27
27
  }
28
28
 
29
29
  /* editable tokens in read-only tokenizer */
@@ -36,50 +36,51 @@ html.sap-desktop .sapMTokenizer:focus {
36
36
  }
37
37
 
38
38
  .sapUiSizeCompact {
39
+
39
40
  .sapMTokenizer {
40
41
  padding-left: 0.25rem;
42
+
41
43
  &.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
42
44
  padding: 0.125rem 0.25rem;
43
45
  }
46
+
44
47
  .sapMToken {
45
48
  margin-right: 0.25rem;
46
49
  }
47
50
  }
48
51
  }
49
52
 
50
- /* ------------------------------ */
51
- /* Disabled */
52
- /* ------------------------------ */
53
+ /* Disabled */
54
+
55
+ .sapMTokenizer.sapMTokenizerDisabled .sapMToken {
53
56
 
54
- .sapMTokenizer.sapMTokenizerDisabled .sapMToken {
55
57
  &:hover,
56
58
  &:focus,
57
59
  &.sapMTokenSelected,
58
60
  &.sapMTokenSelected:focus,
59
61
  &.sapMToken.sapMTokenSelected:hover,
60
62
  &.sapMToken:not(.sapMTokenSelected):not(:focus):hover {
61
- background: @sapButton_TokenBackground;
63
+ background: var(--sapButton_TokenBackground);
62
64
  cursor: default;
63
- color: @sapUiBaseText;
65
+ color: var(--sapTextColor);
64
66
  outline: none;
65
- border: 1px solid @sapButton_TokenBorderColor;
66
- border-radius: @sapButton_BorderCornerRadius;
67
+ border: 1px solid var(--sapButton_TokenBorderColor);
68
+ border-radius: var(--sapButton_BorderCornerRadius);
67
69
  box-shadow: none;
68
70
  }
69
71
 
70
- &:focus:after {
72
+ &:focus::after {
71
73
  content: none;
72
74
  }
73
75
 
74
76
  .sapMTokenText,
75
77
  .sapMTokenIcon {
76
- color: @sapUiBaseText;
78
+ color: var(--sapTextColor);
77
79
  }
78
80
 
79
81
  .sapMTokenIcon {
80
82
  cursor: default;
81
83
  }
82
-
83
84
  }
84
85
 
85
86
  .sapMTokenizer.sapMTokenizerDisabled .sapMTokenizerIndicator {
@@ -88,5 +89,5 @@ html.sap-desktop .sapMTokenizer:focus {
88
89
 
89
90
  .sapMTokenizer.sapMTokenizerReadonly .sapMTokenizerIndicator,
90
91
  .sapMTokenizer .sapMTokenizerIndicator {
91
- color: @sapLinkColor;
92
- }
92
+ color: var(--sapLinkColor);
93
+ }
@@ -4,7 +4,7 @@
4
4
  /* ============================== */
5
5
 
6
6
  html.sap-desktop .sapMTBActive.sapMTBFocused {
7
- outline: 0.0625rem dotted @sapUiContentFocusColor;
7
+ outline: 0.0625rem dotted var(--sapContent_FocusColor);
8
8
  outline-offset: -0.1875rem;
9
9
  }
10
10
 
@@ -24,30 +24,30 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
24
24
 
25
25
  /* Info Toolbar Context */
26
26
  .sapMTB-Info-CTX.sapMTB {
27
- background: @sapUiInfobarNonInteractiveBackground;
28
- color: @sapUiListTextColor;
27
+ background: var(--sapInfobar_NonInteractive_Background);
28
+ color: var(--sapList_TextColor);
29
29
  height: 2rem;
30
30
 
31
31
  > .sapUiIcon {
32
32
  width: 1rem;
33
33
  height: 1rem;
34
- color: @sapUiListTextColor;
34
+ color: var(--sapList_TextColor);
35
35
  }
36
36
 
37
37
  > .sapUiIcon:focus {
38
- color: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
38
+ color: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
39
39
  }
40
40
 
41
41
  &.sapMTBActive {
42
- background: @sapUiInfobarBackground;
43
- color: @sapUiInfobarTextColor;
42
+ background: var(--sapInfobar_Background);
43
+ color: var(--sapInfobar_TextColor);
44
44
 
45
45
  &:active {
46
- background: @sapUiInfobarActiveBackground;
46
+ background: var(--sapInfobar_Active_Background);
47
47
  }
48
48
 
49
49
  &:hover {
50
- background: @sapUiInfobarHoverBackground;
50
+ background: var(--sapInfobar_Hover_Background);
51
51
  }
52
52
 
53
53
  .sapMText,
@@ -59,32 +59,30 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
59
59
  }
60
60
 
61
61
  html.sap-desktop .sapMTB-Info-CTX.sapMTBActive.sapMTBFocused {
62
- outline-color: @sapUiContentContrastFocusColor;
62
+ outline-color: var(--sapContent_ContrastFocusColor);
63
63
  }
64
64
 
65
65
  .sapMTB.sapMTBStandard {
66
- border-bottom: solid 0.0625rem @sapUiGroupTitleBorderColor;
66
+ border-bottom: solid 0.0625rem var(--sapGroup_TitleBorderColor);
67
67
  }
68
68
 
69
- // =====================================
70
- // solid toolbar context
71
- // =====================================
69
+ /* solid toolbar context */
72
70
  .sapMTB-Solid-CTX.sapMTB {
73
- background-color: @sapUiToolbarBackground;
71
+ background-color: var(--sapToolbar_Background);
74
72
  }
75
73
 
76
74
  html.sap-desktop .sapMTBActive.sapMTBFocused {
77
75
  outline: none;
78
- box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
76
+ box-shadow: inset 0 0 0 var(--sapContent_FocusWidth) var(--sapContent_FocusColor);
79
77
  }
80
78
 
81
79
  .sapMTB .sapMTBSeparator {
82
- background: @sapUiToolbarSeparatorColor;
80
+ background: var(--sapToolbar_SeparatorColor);
83
81
  }
84
82
 
85
- // Styles suporting Table inside ObjectPageSubSection scenario
83
+ /* Styles suporting Table inside ObjectPageSubSection scenario */
86
84
  .sapUxAPObjectPageLayout .sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB.sapMTBHeader-CTX {
87
- background: @sapUiGlobalBackgroundColor;
85
+ background: var(--sapBackgroundColor);
88
86
  padding: 0;
89
87
  }
90
88
 
@@ -7,5 +7,5 @@
7
7
  .sapMLIB.sapMUCListFirstItem,
8
8
  .sapMLIB.sapMUCListLastItem,
9
9
  .sapMLIB.sapMUCListItem {
10
- border-bottom-color: @sapUiListBorderColor;
10
+ border-bottom-color: var(--sapList_BorderColor);
11
11
  }
@@ -1,56 +1,61 @@
1
+ /* ============================== */
2
+ /* CSS for control sap.m/Toolbar */
3
+ /* Horizon theme */
4
+ /* ============================== */
5
+
1
6
  .sapMValueStateHeaderRoot {
2
7
  padding: 0.5rem 0.5rem 0.5rem 1.875rem;
3
8
  line-height: 1rem;
4
9
  }
5
10
 
6
- .sapMValueStateHeaderSuccess:before {
7
- font-family: SAP-icons;
8
- content: "\e1c1";
11
+ .sapMValueStateHeaderSuccess::before {
12
+ font-family: var(--sapContent_IconFontFamily);
13
+ content: '\e1c1';
9
14
  position: absolute;
10
15
  top: 0.5rem;
11
- left: 0rem;
16
+ left: 0;
12
17
  vertical-align: middle;
13
18
  font-size: 1rem;
14
- color: @sapPositiveElementColor;
19
+ color: var(--sapPositiveElementColor);
15
20
  padding-left: 0.5rem;
16
21
  padding-right: 0.375rem;
17
22
  }
18
23
 
19
- .sapMValueStateHeaderError:before {
20
- font-family: SAP-icons;
21
- content: "\e1ec";
24
+ .sapMValueStateHeaderError::before {
25
+ font-family: var(--sapContent_IconFontFamily);
26
+ content: '\e1ec';
22
27
  position: absolute;
23
28
  top: 0.5rem;
24
- left: 0rem;
29
+ left: 0;
25
30
  vertical-align: middle;
26
31
  font-size: 1rem;
27
- color: @sapNegativeElementColor;
32
+ color: var(--sapNegativeElementColor);
28
33
  padding-left: 0.5rem;
29
34
  padding-right: 0.375rem;
30
35
  }
31
36
 
32
- .sapMValueStateHeaderWarning:before {
33
- font-family: SAP-icons;
34
- content: "\e053";
37
+ .sapMValueStateHeaderWarning::before {
38
+ font-family: var(--sapContent_IconFontFamily);
39
+ content: '\e053';
35
40
  position: absolute;
36
41
  top: 0.5rem;
37
- left: 0rem;
42
+ left: 0;
38
43
  vertical-align: middle;
39
44
  font-size: 1rem;
40
- color: @sapCriticalElementColor;
45
+ color: var(--sapCriticalElementColor);
41
46
  padding-left: 0.5rem;
42
47
  padding-right: 0.375rem;
43
48
  }
44
49
 
45
- .sapMValueStateHeaderInformation:before {
46
- font-family: SAP-icons;
47
- content: "\e289";
50
+ .sapMValueStateHeaderInformation::before {
51
+ font-family: var(--sapContent_IconFontFamily);
52
+ content: '\e289';
48
53
  position: absolute;
49
54
  top: 0.5rem;
50
- left: 0rem;
55
+ left: 0;
51
56
  vertical-align: middle;
52
57
  font-size: 1rem;
53
- color: @sapInformativeElementColor;
58
+ color: var(--sapInformativeElementColor);
54
59
  padding-left: 0.5rem;
55
60
  padding-right: 0.375rem;
56
61
  }