@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,46 +5,46 @@
5
5
 
6
6
  .sapMValueStateMessage {
7
7
  line-height: 1rem;
8
- box-shadow: @sapUiContentShadow1;
9
- border-radius: @sapGroup_BorderCornerRadius;
8
+ box-shadow: var(--sapContent_Shadow1);
9
+ border-radius: var(--sapGroup_BorderCornerRadius);
10
10
  padding: 0.5rem 0.5rem 0.5rem 1.875rem;
11
11
  }
12
12
 
13
- .sapMValueStateMessageError:before {
14
- font-family: SAP-icons;
15
- content: "\e1ec";
13
+ .sapMValueStateMessageError::before {
14
+ font-family: var(--sapContent_IconFontFamily);
15
+ content: '\e1ec';
16
16
  position: absolute;
17
17
  top: 0.5rem;
18
- left: 0rem;
18
+ left: 0;
19
19
  vertical-align: middle;
20
20
  font-size: 1rem;
21
- color: @sapNegativeElementColor;
21
+ color: var(--sapNegativeElementColor);
22
22
  padding-left: 0.5rem;
23
23
  padding-right: 0.375rem;
24
24
  }
25
25
 
26
- .sapMValueStateMessageWarning:before {
27
- font-family: SAP-icons;
28
- content: "\e053";
26
+ .sapMValueStateMessageWarning::before {
27
+ font-family: var(--sapContent_IconFontFamily);
28
+ content: '\e053';
29
29
  position: absolute;
30
30
  top: 0.5rem;
31
- left: 0rem;
31
+ left: 0;
32
32
  vertical-align: middle;
33
33
  font-size: 1rem;
34
- color: @sapCriticalElementColor;
34
+ color: var(--sapCriticalElementColor);
35
35
  padding-left: 0.5rem;
36
36
  padding-right: 0.375rem;
37
37
  }
38
38
 
39
- .sapMValueStateMessageInformation:before {
40
- font-family: SAP-icons;
41
- content: "\e289";
39
+ .sapMValueStateMessageInformation::before {
40
+ font-family: var(--sapContent_IconFontFamily);
41
+ content: '\e289';
42
42
  position: absolute;
43
43
  top: 0.5rem;
44
- left: 0rem;
44
+ left: 0;
45
45
  vertical-align: middle;
46
46
  font-size: 1rem;
47
- color: @sapInformativeElementColor;
47
+ color: var(--sapInformativeElementColor);
48
48
  padding-left: 0.5rem;
49
49
  padding-right: 0.375rem;
50
50
  }
@@ -4,14 +4,16 @@
4
4
  /* ============================= */
5
5
 
6
6
  .sapMWizard {
7
+
7
8
  .sapMWizardStepContainer {
8
9
  margin-top: @_sap_m_Wizard_NavHeight;
9
10
  }
10
11
 
11
12
  &.sapMWizardBgSolid .sapMWizardStepContainer {
12
- background-color: @sapUiShellBackground;
13
+ background-color: var(--sapShell_Background);
13
14
  }
14
15
  }
16
+
15
17
  .sapMWizard .sapMWizardProgressNav {
16
18
  box-shadow: @sapUiShadowHeader;
17
19
  }
@@ -31,6 +33,5 @@
31
33
  html.sap-phone .sapMWizard .sapMWizardNextButtonVisible {
32
34
  left: 2rem;
33
35
  bottom: 3.5rem;
34
- -webkit-transform: none;
35
36
  transform: none;
36
37
  }
@@ -9,31 +9,31 @@
9
9
  .sapMWizardProgressNav {
10
10
  position: absolute;
11
11
  z-index: 1;
12
- box-shadow: @sapUiContentHeaderShadow;
12
+ box-shadow: var(--sapContent_HeaderShadow);
13
13
  }
14
14
 
15
15
  .sapMWizardProgressNavStep:hover .sapMWizardProgressNavStepCircle {
16
- background-color: @sapUiObjectHeaderBackground;
17
- color: @sapUiHighlight;
16
+ background-color: var(--sapObjectHeader_Background);
17
+ color: var(--sapHighlightColor);
18
18
  }
19
19
 
20
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"]:hover .sapMWizardProgressNavStepCircle {
21
- background-color: @sapUiHighlight;
22
- color: @sapUiContentContrastIconColor;
20
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current='true']:hover .sapMWizardProgressNavStepCircle {
21
+ background-color: var(--sapHighlightColor);
22
+ color: var(--sapContent_ContrastIconColor);
23
23
  }
24
24
 
25
25
  .sapMWizardProgressNavStep:hover .sapMWizardProgressNavStepTitle {
26
- color: @sapTextColor;
26
+ color: var(--sapTextColor);
27
27
  }
28
28
 
29
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepTitle {
30
- color: @sapUiContentSelectedForegroundColor;
29
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current='true'] .sapMWizardProgressNavStepTitle {
30
+ color: var(--sapContent_Selected_ForegroundColor);
31
31
  }
32
32
 
33
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepCircle::after {
33
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current='true'] .sapMWizardProgressNavStepCircle::after {
34
34
  height: @_sap_m_WizardProgressNavigator_StepUnderlineHeight;
35
- background: @sapUiSelected;
36
- content: "";
35
+ background: var(--sapSelectedColor);
36
+ content: '';
37
37
  display: block;
38
38
  position: relative;
39
39
  width: 100%;
@@ -42,70 +42,74 @@
42
42
  bottom: -0.75rem;
43
43
  }
44
44
 
45
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepContainer::after {
45
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current='true'] .sapMWizardProgressNavStepContainer::after {
46
46
  height: 0;
47
47
  }
48
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] {
48
+
49
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current='true'] {
50
+
49
51
  & .sapMWizardProgressNavStepCircle {
50
- background: @sapUiSelected;
51
- color: @sapUiContentContrastTextColor;
52
+ background: var(--sapSelectedColor);
53
+ color: var(--sapContent_ContrastTextColor);
52
54
  }
53
55
  }
54
56
 
55
57
  .sapMWizardProgressNavStepCircle {
56
- background: @sapUiObjectHeaderBackground;
57
- border-color: @sapUiSelected;
58
- color: @sapUiSelected;
58
+ background: var(--sapObjectHeader_Background);
59
+ border-color: var(--sapSelectedColor);
60
+ color: var(--sapSelectedColor);
59
61
  }
60
62
 
61
63
  .sapMWizardProgressNavStepTitle {
62
- color: @sapTextColor;
63
- font-family: @sapUiFontBoldFamily;
64
+ color: var(--sapTextColor);
65
+ font-family: var(--sapFontBoldFamily);
64
66
  }
65
67
 
66
68
  .sapMWizardProgressNavStepTitle:hover {
67
- color: @sapTextColor;
69
+ color: var(--sapTextColor);
68
70
  }
69
71
 
70
72
  .sapMWizardProgressNavStep::after {
71
- border-bottom-color: @sapUiContentSelectedForegroundColor;
73
+ border-bottom-color: var(--sapContent_Selected_ForegroundColor);
72
74
  }
73
75
 
74
76
  .sapMWizard .sapMWizardStepContainer {
75
- background: @sapUiGroupContentBackground;
77
+ background: var(--sapGroup_ContentBackground);
76
78
  }
77
79
 
78
80
  .sapMWizardProgressNavStepTitleOptional {
79
- color: @sapTextColor;
81
+ color: var(--sapTextColor);
80
82
  }
81
83
 
82
84
  .sapMWizardProgressNavStepLabelOptional {
83
85
  margin-top: 0.125rem;
84
86
  }
85
87
 
86
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-active="true"] {
88
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-active='true'] {
89
+
87
90
  /* all steps after the active one have inactive style */
88
91
  & ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepCircle {
89
- border-color: @sapUiListBorderColor;
90
- background: @sapUiObjectHeaderBackground;
91
- color: @sapUiContentLabelColor;
92
+ border-color: var(--sapList_BorderColor);
93
+ background: var(--sapObjectHeader_Background);
94
+ color: var(--sapContent_LabelColor);
92
95
  }
93
96
 
94
97
  & ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepTitle {
95
- color: @sapUiContentLabelColor;
98
+ color: var(--sapContent_LabelColor);
96
99
  }
97
100
 
98
101
  /* all separators after (and including) the active step have inactive style */
99
102
  &::after,
100
103
  & ~ .sapMWizardProgressNavStep::after {
101
- border-bottom-color: @sapUiListBorderColor;
104
+ border-bottom-color: var(--sapList_BorderColor);
102
105
  }
103
106
  }
104
107
 
105
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-open-prev="true"][data-sap-ui-wpn-step-open="false"][data-sap-ui-wpn-step-current="true"] {
108
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-open-prev='true'][data-sap-ui-wpn-step-open='false'][data-sap-ui-wpn-step-current='true'] {
109
+
106
110
  .sapMWizardProgressNavStepCircle {
107
- background: @sapUiActive;
108
- border-color: @sapUiActive;
111
+ background: var(--sapActiveColor);
112
+ border-color: var(--sapActiveColor);
109
113
  }
110
114
  }
111
115
 
@@ -4,8 +4,8 @@
4
4
  /* ================================= */
5
5
 
6
6
  .sapMWizardStep {
7
- background-color: @sapUiGroupContentBackground;
8
- border-radius: @sapUiElementBorderCornerRadius;
7
+ background-color: var(--sapGroup_ContentBackground);
8
+ border-radius: var(--sapElement_BorderCornerRadius);
9
9
  padding: 1rem;
10
10
  margin-bottom: 1rem;
11
11
  }
@@ -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,15 @@
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
+ }
13
+
14
+ /* ========================================================== */
15
+ /* Checkbox overrides */
16
+ /* ========================================================== */
17
+
18
+ .sapMCb .sapMLabel {
19
+ color: var(--sapField_TextColor);
12
20
  }
@@ -51,14 +51,14 @@ html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
51
51
  html.sap-desktop {
52
52
 
53
53
  .sapMSegBBtnFocusable:focus .sapMSegBBtnInner {
54
- outline: 1px dotted;
55
- outline-offset: -3px;
54
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle);
55
+ outline-offset: -0.25rem;
56
56
  outline-color: var(--sapContent_FocusColor);
57
57
  }
58
58
 
59
59
  .sapMSegBBtnFocusable.sapMSegBBtnSel:focus .sapMSegBBtnInner {
60
- outline: 1px dotted;
61
- outline-offset: -3px;
60
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle);
61
+ outline-offset: -0.25rem;
62
62
  outline-color: var(--sapContent_ContrastFocusColor);
63
63
  }
64
64
  }
@@ -22,7 +22,6 @@
22
22
  /* Bulleted indicator of multiple tiles*/
23
23
  .sapMSTBulleted .sapMSTIndicator {
24
24
  border: solid 0.0625rem var(--sapTile_OverlayForegroundColor);
25
- opacity: 0.6;
26
25
  box-shadow: 0 0 0.125rem var(--sapContent_ShadowColor);
27
26
  margin: 0 0.094rem;
28
27
  }
@@ -3,10 +3,10 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_TileContent_NewsFooterTextColor: @sapUiTileTextColor;
6
+ @_sap_m_TileContent_NewsFooterTextColor: var(--sapTile_TextColor);
7
7
 
8
8
  .sapMST .sapMTileCnt.News {
9
- margin-top: 0.25rem; // bigger margin because there's no border in .sapMST
9
+ margin-top: 0.25rem; /* bigger margin because there's no border in .sapMST */
10
10
  }
11
11
 
12
12
  .sapMTileCnt.News .sapMTileCntFtrTxt {
@@ -12,8 +12,8 @@
12
12
  .sapMToken {
13
13
  padding-left: @_sap_m_Token_LeftPadding;
14
14
  border-radius: 0.25rem;
15
- color: @sapTextColor;
16
- font-size: @sapFontSize;
15
+ color: var(--sapTextColor);
16
+ font-size: var(--sapFontSize);
17
17
  overflow: visible;
18
18
  }
19
19
 
@@ -25,17 +25,17 @@
25
25
  }
26
26
 
27
27
  html.sap-desktop .sapMToken:not(.sapMTokenReadOnly):hover {
28
- border: @sapUiButtonBorderWidth solid @sapUiButtonHoverBorderColor;
29
- background: @sapUiButtonHoverBackground;
28
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Hover_BorderColor);
29
+ background: var(--sapButton_Hover_Background);
30
30
  }
31
31
 
32
32
  html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
33
- background: @sapUiButtonSelectedHoverBackground;
34
- border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
33
+ background: var(--sapButton_Selected_Hover_Background);
34
+ border: var(--sapButton_BorderWidth) solid var(--sapButton_Selected_BorderColor);
35
35
  }
36
36
 
37
37
  html.sap-desktop .sapMToken:focus {
38
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
38
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
39
39
  outline-offset: -0.1875rem;
40
40
  }
41
41
 
@@ -44,15 +44,15 @@ html.sap-desktop .sapMToken {
44
44
  &.sapMTokenReadOnly:hover,
45
45
  &.sapMTokenReadOnly.sapMTokenSelected,
46
46
  &.sapMTokenReadOnly.sapMTokenSelected:hover {
47
- color: @sapUiContentLabelColor;
48
- background: @sapUiFieldReadOnlyBackground;
49
- border: @sapUiButtonBorderWidth solid @sapUiFieldReadOnlyBorderColor;
47
+ color: var(--sapContent_LabelColor);
48
+ background: var(--sapField_ReadOnly_Background);
49
+ border: var(--sapButton_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
50
50
  }
51
51
  }
52
52
 
53
53
  .sapMToken.sapMTokenReadOnly {
54
54
  padding: 0.25rem 0.3125rem;
55
- color: @sapUiContentLabelColor;
55
+ color: var(--sapContent_LabelColor);
56
56
 
57
57
  .sapMTokenText {
58
58
  line-height: 1rem;
@@ -75,7 +75,7 @@ html.sap-desktop .sapMToken {
75
75
  display: inline-flex;
76
76
  justify-content: center;
77
77
  align-items: center;
78
- right: -@sapUiButtonBorderWidth;
78
+ right: ~"calc(var(--sapButton_BorderWidth) * -1)";
79
79
  }
80
80
 
81
81
  .sapUiSizeCompact .sapMTokenIcon {
@@ -22,17 +22,19 @@
22
22
  }
23
23
 
24
24
  html.sap-desktop .sapMTokenizer:focus {
25
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
25
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
26
26
  outline-offset: @_sap_m_Tokenizer_OutlineOffset;
27
27
  }
28
28
 
29
29
  /* editable tokens in read-only tokenizer */
30
30
  html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
31
- .sapMToken, .sapMToken:hover,
31
+
32
+ .sapMToken,
33
+ .sapMToken:hover,
32
34
  .sapMToken.sapMTokenSelected:hover {
33
- color: @sapUiContentLabelColor;
34
- background: @sapUiFieldReadOnlyBackground;
35
- border: @sapUiButtonBorderWidth solid @sapUiFieldReadOnlyBorderColor;
35
+ color: var(--sapContent_LabelColor);
36
+ background: var(--sapField_ReadOnly_Background);
37
+ border: var(--sapButton_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
36
38
  }
37
39
  }
38
40
 
@@ -41,50 +43,52 @@ html.sap-desktop .sapMTokenizer.sapMTokenizerReadonly {
41
43
  }
42
44
 
43
45
  .sapUiSizeCompact {
46
+
44
47
  .sapMTokenizer {
45
48
  padding-left: 0.25rem;
49
+
46
50
  &.sapMTokenizerReadonly .sapMToken.sapMTokenReadOnly {
47
51
  padding: 0.125rem 0.25rem;
48
52
  }
53
+
49
54
  .sapMToken {
50
55
  margin-right: 0.25rem;
51
56
  margin-top: 0.0625rem;
52
57
  margin-bottom: 0.0625rem;
53
58
  }
59
+
54
60
  .sapMTokenizerIndicator {
55
61
  line-height: 1.375rem;
56
62
  }
57
63
  }
58
64
  }
59
65
 
60
- /* ------------------------------ */
61
- /* Disabled */
62
- /* ------------------------------ */
66
+ /* Disabled */
63
67
 
64
- .sapMTokenizer.sapMTokenizerDisabled .sapMToken {
68
+ .sapMTokenizer.sapMTokenizerDisabled .sapMToken {
65
69
  border-color: @sapUiHcReducedAltForeground;
66
70
 
67
71
  &.sapMToken:hover,
68
72
  &.sapMToken:focus,
69
73
  &.sapMToken.sapMTokenSelected:hover,
70
74
  &.sapMTokenSelected {
71
- background: @sapUiButtonBackground;
75
+ background: var(--sapButton_Background);
72
76
  cursor: default;
73
- color: @sapUiBaseText;
77
+ color: var(--sapTextColor);
74
78
  outline: none;
75
79
  border-color: @sapUiHcReducedAltForeground;
76
80
  }
77
81
 
78
- &:focus:after {
82
+ &:focus::after {
79
83
  content: none;
80
84
  }
81
85
 
82
86
  &.sapMTokenSelected .sapMTokenText {
83
- color: @sapUiBaseText;
87
+ color: var(--sapTextColor);
84
88
  }
85
89
 
86
90
  &.sapMTokenSelected .sapMTokenIcon {
87
- color: @sapUiContentIconColor;
91
+ color: var(--sapContent_IconColor);
88
92
  cursor: default;
89
93
  }
90
94
 
@@ -4,7 +4,7 @@
4
4
  /* ================================== */
5
5
 
6
6
  html.sap-desktop .sapMTBActive.sapMTBFocused {
7
- outline: 0.125rem dotted @sapUiContentContrastFocusColor;
7
+ outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
8
8
  outline-offset: -0.1875rem;
9
9
  }
10
10
 
@@ -20,30 +20,30 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
20
20
 
21
21
  /* Info Toolbar Context */
22
22
  .sapMTB-Info-CTX.sapMTB {
23
- background: @sapUiInfobarNonInteractiveBackground;
24
- color: @sapUiListTextColor;
23
+ background: var(--sapInfobar_NonInteractive_Background);
24
+ color: var(--sapList_TextColor);
25
25
  height: 2rem;
26
26
 
27
27
  > .sapUiIcon {
28
28
  width: 1rem;
29
29
  height: 1rem;
30
- color: @sapUiListTextColor;
30
+ color: var(--sapList_TextColor);
31
31
  }
32
32
 
33
33
  > .sapUiIcon:focus {
34
- color: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
34
+ color: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
35
35
  }
36
36
 
37
37
  &.sapMTBActive {
38
- background: @sapUiInfobarBackground;
39
- color: @sapUiInfobarTextColor;
38
+ background: var(--sapInfobar_Background);
39
+ color: var(--sapInfobar_TextColor);
40
40
 
41
41
  &:active {
42
- background: @sapUiInfobarActiveBackground;
42
+ background: var(--sapInfobar_Active_Background);
43
43
  }
44
44
 
45
45
  &:hover {
46
- background: @sapUiInfobarHoverBackground;
46
+ background: var(--sapInfobar_Hover_Background);
47
47
  }
48
48
 
49
49
  .sapMText,
@@ -55,29 +55,27 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
55
55
  }
56
56
 
57
57
  html.sap-desktop .sapMTB-Info-CTX.sapMTBActive.sapMTBFocused {
58
- outline-color: @sapUiContentContrastFocusColor;
58
+ outline-color: var(--sapContent_ContrastFocusColor);
59
59
  }
60
60
 
61
61
  .sapMTB.sapMTBStandard {
62
- border-bottom: solid 0.0625rem @sapUiGroupTitleBorderColor;
62
+ border-bottom: solid 0.0625rem var(--sapGroup_TitleBorderColor);
63
63
  }
64
64
 
65
- // =====================================
66
- // solid toolbar context
67
- // =====================================
65
+ /* solid toolbar context */
68
66
  .sapMTB-Solid-CTX.sapMTB {
69
- background-color: @sapUiToolbarBackground;
67
+ background-color: var(--sapToolbar_Background);
70
68
  }
71
69
 
72
70
  html.sap-desktop .sapMTBActive.sapMTBFocused {
73
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
71
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
74
72
  }
75
73
 
76
74
  .sapMTB .sapMTBSeparator {
77
- background: @sapUiToolbarSeparatorColor;
75
+ background: var(--sapToolbar_SeparatorColor);
78
76
  }
79
77
 
80
- // Styles suporting Table inside ObjectPageSubSection scenario
78
+ /* Styles suporting Table inside ObjectPageSubSection scenario */
81
79
  .sapUxAPObjectPageLayout.sapUxAPObjectPageLayout-Std-Phone .sapUiTableOnObjectPageAdjustmentsForSection .sapMIBar.sapMTB.sapMTBHeader-CTX {
82
80
  padding: 0;
83
81
  }
@@ -16,17 +16,15 @@
16
16
  /* Text: Description (Progress) */
17
17
  .sapMLabel.sapMUCProgress {
18
18
  font-size: @sapMFontMediumSize;
19
- color: @sapUiContentLabelColor;
19
+ color: var(--sapContent_LabelColor);
20
20
  }
21
21
 
22
- /*Drag && Drop*/
23
- .sapMUC .sapMUCDragDropOverlay.sapMUCDropIndicator:after {
22
+ /* Drag && Drop */
23
+ .sapMUC .sapMUCDragDropOverlay.sapMUCDropIndicator::after {
24
24
  background-color: transparent;
25
25
  }
26
26
 
27
- /* ************************************************************************************* */
28
- /* local fixes: should be done by used simple controls
29
- /* ************************************************************************************* */
27
+ /* local fixes: should be done by used simple controls */
30
28
  .sapMUCItemIconInactive.sapUiIcon:focus,
31
29
  .sapMUCItemIcon.sapUiIcon:focus,
32
30
  .sapMUCItemImage:focus {
@@ -10,57 +10,57 @@
10
10
  .sapMValueStateHeaderRoot {
11
11
  padding: 0.5rem 0.5rem 0.5rem 1.875rem;
12
12
  line-height: 1rem;
13
- border-bottom: 2px solid @sapUiFieldBorderColor;
13
+ border-bottom: 2px solid var(--sapField_BorderColor);
14
14
  }
15
15
 
16
- .sapMValueStateHeaderSuccess:before {
17
- font-family: SAP-icons;
18
- content: "\e1c1";
16
+ .sapMValueStateHeaderSuccess::before {
17
+ font-family: var(--sapContent_IconFontFamily);
18
+ content: '\e1c1';
19
19
  position: absolute;
20
20
  top: 0.5rem;
21
- left: 0rem;
21
+ left: 0;
22
22
  vertical-align: middle;
23
23
  font-size: 1rem;
24
- color: @sapPositiveElementColor;
24
+ color: var(--sapPositiveElementColor);
25
25
  padding-left: 0.5rem;
26
26
  padding-right: 0.375rem;
27
27
  }
28
28
 
29
- .sapMValueStateHeaderError:before {
30
- font-family: SAP-icons;
31
- content: "\e1ec";
29
+ .sapMValueStateHeaderError::before {
30
+ font-family: var(--sapContent_IconFontFamily);
31
+ content: '\e1ec';
32
32
  position: absolute;
33
33
  top: 0.5rem;
34
- left: 0rem;
34
+ left: 0;
35
35
  vertical-align: middle;
36
36
  font-size: 1rem;
37
- color: @sapNegativeElementColor;
37
+ color: var(--sapNegativeElementColor);
38
38
  padding-left: 0.5rem;
39
39
  padding-right: 0.375rem;
40
40
  }
41
41
 
42
- .sapMValueStateHeaderWarning:before {
43
- font-family: SAP-icons;
44
- content: "\e053";
42
+ .sapMValueStateHeaderWarning::before {
43
+ font-family: var(--sapContent_IconFontFamily);
44
+ content: '\e053';
45
45
  position: absolute;
46
46
  top: 0.5rem;
47
- left: 0rem;
47
+ left: 0;
48
48
  vertical-align: middle;
49
49
  font-size: 1rem;
50
- color: @sapCriticalElementColor;
50
+ color: var(--sapCriticalElementColor);
51
51
  padding-left: 0.5rem;
52
52
  padding-right: 0.375rem;
53
53
  }
54
54
 
55
- .sapMValueStateHeaderInformation:before {
56
- font-family: SAP-icons;
57
- content: "\e289";
55
+ .sapMValueStateHeaderInformation::before {
56
+ font-family: var(--sapContent_IconFontFamily);
57
+ content: '\e289';
58
58
  position: absolute;
59
59
  top: 0.5rem;
60
- left: 0rem;
60
+ left: 0;
61
61
  vertical-align: middle;
62
62
  font-size: 1rem;
63
- color: @sapInformativeElementColor;
63
+ color: var(--sapInformativeElementColor);
64
64
  padding-left: 0.5rem;
65
65
  padding-right: 0.375rem;
66
66
  }