@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
@@ -1,22 +1,22 @@
1
1
  /* ========================================== */
2
2
  /* CSS for control sap.ui.layout/BlockLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ========================================== */
5
5
 
6
- @_sap_ui_layout_BlockLayout_FontSizeLandXL: @sapMFontHeader2Size;
6
+ @_sap_ui_layout_BlockLayout_FontSizeLandXL: var(--sapFontHeader2Size);
7
7
 
8
8
  @_sap_ui_layout_BlockLayout_BackgroundDashboardMargin: 0.75rem;
9
9
  @_sap_ui_layout_BlockLayout_BackgroundDashboardEdgeChildMargin: 1rem;
10
10
  @_sap_ui_layout_BlockLayout_BackgroundDashboardAfterScrollbarMargin: 0.75rem;
11
- @_sap_ui_layout_BlockLayout_BackgroundDashboardColor: @sapUiTileBackground;
11
+ @_sap_ui_layout_BlockLayout_BackgroundDashboardColor: var(--sapTile_Background);
12
12
  @_sap_ui_layout_BlockLayout_BackgroundDashboardBorderRadius: 0.5rem;
13
- @_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: 0px 0px 0.125rem rgba(91, 115, 139, 0.16), 0px 1rem 2rem rgba(91, 115, 139, 0.16);
13
+ @_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: 0 0 0.125rem rgba(91, 115, 139, 0.16), 0px 1rem 2rem rgba(91, 115, 139, 0.16);
14
14
  @_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadowOffset: 1.5rem;
15
15
 
16
16
  @_sap_ui_layout_BlockLayout_LinkTextShadow: none;
17
- @_sap_ui_layout_BlockLayout_CellTextColor: @sapUiBaseText;
17
+ @_sap_ui_layout_BlockLayout_CellTextColor: var(--sapTextColor);
18
18
 
19
- // Horizon specific colors
19
+ /* Horizon specific colors */
20
20
  @_sap_ui_layout_BlockLayout_BtpGrey1: #F5F6F7;
21
21
  @_sap_ui_layout_BlockLayout_BtpGrey2: #EAECEE;
22
22
  @_sap_ui_layout_BlockLayout_BtpGrey3: #D5DADD;
@@ -34,75 +34,75 @@
34
34
  @_sap_ui_layout_BlockLayout_BtpIndigo9: #2C13AD;
35
35
 
36
36
  /* ============ Custom Cell Background Color ============== */
37
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #FFF8D6; // Mango 1
38
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #FFF3B8; // Mango 2
39
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #FFDF72; // Mango 3
40
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #FFC933; // Mango 4
41
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #C35500; // Mango 7
42
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #8D2A00; // Mango 9
43
-
44
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #FFEAF4; // Red 1
45
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #FFD5EA; // Red 2
46
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #FFB2D2; // Red 3
47
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #FF8CB2; // Red 4
48
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #D20A0A; // Red 7
49
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #840606; // Red 9
50
-
51
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #FFF0F5; // Raspberry 1
52
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #FFDCE8; // Raspberry 2
53
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #FECBDA; // Raspberry 3
54
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #FEADC8; // Raspberry 4
55
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #DF1278; // Raspberry 7
56
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #9B015D; // Raspberry 9
57
-
58
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #FFF0FA; // Pink 1
59
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #FFDCF3; // Pink 2
60
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #FFAFED; // Pink 3
61
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #FF8AF0; // Pink 4
62
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #CC00DC; // Pink 7
63
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #7800A4; // Pink 9
64
-
65
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #F1ECFF; // Indigo 1
66
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #E2D8FF; // Indigo 2
67
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #D3B6FF; // Indigo 3
68
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #B894FF; // Indigo 4
69
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo7; // Indigo 7
70
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo9; // Indigo 9
71
-
72
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #EBF8FF; // Blue 1
73
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #D1EFFF; // Blue 2
74
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #A6E0FF; // Blue 3
75
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #89D1FF; // Blue 4
76
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue7; // Blue 7
77
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue9; // Blue 9
78
-
79
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #DAFDF5; // Teal 1
80
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #C2FCEE; // Teal 2
81
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #85F1DC; // Teal 3
82
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #2CE0BF; // Teal 4
83
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal7; // Teal 7
84
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal9; // Teal 9
85
-
86
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #F5FAE5; // Green 1
87
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #E5F2BD; // Green 2
88
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #BAE881; // Green 3
89
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #97DD40; // Green 4
90
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #188918; // Green 7
91
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #1E592F; // Green 9
92
-
93
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #DBF9FF; // Cyan 1
94
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #B8F3FF; // Cyan 2
95
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #7AEAF8; // Cyan 3
96
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #2DD6EF; // Cyan 4
97
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #007FA9; // Cyan 7
98
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #025484; // Cyan 9
99
-
100
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; // Grey 1
101
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; // Grey 2
102
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; // Grey 3
103
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; // Grey 4
104
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey7; // Grey 7
105
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey9; // Grey 9
37
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #FFF8D6; /* Mango 1 */
38
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #FFF3B8; /* Mango 2 */
39
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #FFDF72; /* Mango 3 */
40
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #FFC933; /* Mango 4 */
41
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #C35500; /* Mango 7 */
42
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #8D2A00; /* Mango 9 */
43
+
44
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #FFEAF4; /* Red 1 */
45
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #FFD5EA; /* Red 2 */
46
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #FFB2D2; /* Red 3 */
47
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #FF8CB2; /* Red 4 */
48
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #D20A0A; /* Red 7 */
49
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #840606; /* Red 9 */
50
+
51
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #FFF0F5; /* Raspberry 1 */
52
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #FFDCE8; /* Raspberry 2 */
53
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #FECBDA; /* Raspberry 3 */
54
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #FEADC8; /* Raspberry 4 */
55
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #DF1278; /* Raspberry 7 */
56
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #9B015D; /* Raspberry 9 */
57
+
58
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #FFF0FA; /* Pink 1 */
59
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #FFDCF3; /* Pink 2 */
60
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #FFAFED; /* Pink 3 */
61
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #FF8AF0; /* Pink 4 */
62
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #CC00DC; /* Pink 7 */
63
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #7800A4; /* Pink 9 */
64
+
65
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #F1ECFF; /* Indigo 1 */
66
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #E2D8FF; /* Indigo 2 */
67
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #D3B6FF; /* Indigo 3 */
68
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #B894FF; /* Indigo 4 */
69
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo7; /* Indigo 7 */
70
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo9; /* Indigo 9 */
71
+
72
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #EBF8FF; /* Blue 1 */
73
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #D1EFFF; /* Blue 2 */
74
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #A6E0FF; /* Blue 3 */
75
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #89D1FF; /* Blue 4 */
76
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue7; /* Blue 7 */
77
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue9; /* Blue 9 */
78
+
79
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #DAFDF5; /* Teal 1 */
80
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #C2FCEE; /* Teal 2 */
81
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #85F1DC; /* Teal 3 */
82
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #2CE0BF; /* Teal 4 */
83
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal7; /* Teal 7 */
84
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal9; /* Teal 9 */
85
+
86
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #F5FAE5; /* Green 1 */
87
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #E5F2BD; /* Green 2 */
88
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #BAE881; /* Green 3 */
89
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #97DD40; /* Green 4 */
90
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #188918; /* Green 7 */
91
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #1E592F; /* Green 9 */
92
+
93
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #DBF9FF; /* Cyan 1 */
94
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #B8F3FF; /* Cyan 2 */
95
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #7AEAF8; /* Cyan 3 */
96
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #2DD6EF; /* Cyan 4 */
97
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #007FA9; /* Cyan 7 */
98
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #025484; /* Cyan 9 */
99
+
100
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; /* Grey 1 */
101
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; /* Grey 2 */
102
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; /* Grey 3 */
103
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; /* Grey 4 */
104
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey7; /* Grey 7 */
105
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey9; /* Grey 9 */
106
106
 
107
107
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11A: transparent;
108
108
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11B: transparent;
@@ -111,14 +111,14 @@
111
111
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11E: transparent;
112
112
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11F: transparent;
113
113
 
114
- // Create classes which would just set background color of the BlockLayout cells
114
+ /* Create classes which would just set background color of the BlockLayout cells */
115
115
  .generateCellColorSets (@backgroundColorSet, @backgroundColorShade, @textColor) {
116
- @css-param: "@{backgroundColorSet}@{backgroundColorShade}"; // Concat the params
117
- @css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; // Create the css selector string
118
- @color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; // Build the color param name
116
+ @css-param: "@{backgroundColorSet}@{backgroundColorShade}"; /* Concat the params */
117
+ @css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; /* Create the css selector string */
118
+ @color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; /* Build the color param name */
119
119
 
120
- // Build the real CSS selector.
121
- // The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; }
120
+ /* Build the real CSS selector.
121
+ The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; } */
122
122
  .@{css-selector} {
123
123
  background-color: @@color-param;
124
124
 
@@ -134,7 +134,7 @@
134
134
  }
135
135
  }
136
136
 
137
- // Define a loop and go through 10 of 11 color sets and for each set apply 6 shades. Also provide contrast text color
137
+ /* Define a loop and go through 10 of 11 color sets and for each set apply 6 shades. Also provide contrast text color */
138
138
  .loop-cell-colors(@i: 1) when (@i =< 10) {
139
139
  .generateCellColorSets(@i, "A", @sapUiBaseText);
140
140
  .generateCellColorSets(@i, "B", @sapUiBaseText);
@@ -143,13 +143,13 @@
143
143
  .generateCellColorSets(@i, "E", @sapUiContentContrastTextColor);
144
144
  .generateCellColorSets(@i, "F", @sapUiContentContrastTextColor);
145
145
 
146
- .loop-cell-colors(@i + 1); // Execute next loop iteration
146
+ .loop-cell-colors(@i + 1); /* Execute next loop iteration */
147
147
  }
148
148
 
149
- // Execute Loop through color sets
149
+ /* Execute Loop through color sets */
150
150
  .loop-cell-colors();
151
151
 
152
- // iterate 11th background separately, because it uses different contrast text color
152
+ /* iterate 11th background separately, because it uses different contrast text color */
153
153
  .generateCellColorSets(11, "A", @sapUiBaseText);
154
154
  .generateCellColorSets(11, "B", @sapUiBaseText);
155
155
  .generateCellColorSets(11, "C", @sapUiBaseText);
@@ -159,8 +159,9 @@
159
159
 
160
160
  /* ============ Background type: Light ============== */
161
161
  .sapUiBlockLayoutBackgroundLight .sapUiBlockLayoutRow {
162
+
162
163
  &.sapUiBlockLayoutBackgroundColorSet1 {
163
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); // B, A
164
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); /* B, A */
164
165
  }
165
166
 
166
167
  &.sapUiBlockLayoutBackgroundColorSet1Inverted {
@@ -168,7 +169,7 @@
168
169
  }
169
170
 
170
171
  &.sapUiBlockLayoutBackgroundColorSet2 {
171
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); // D, C
172
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); /* D, C */
172
173
  }
173
174
 
174
175
  &.sapUiBlockLayoutBackgroundColorSet2Inverted {
@@ -176,11 +177,11 @@
176
177
  }
177
178
 
178
179
  &.sapUiBlockLayoutBackgroundColorSet3 {
179
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey7, @_sap_ui_layout_BlockLayout_BtpGrey4); // F, E
180
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey7, @_sap_ui_layout_BlockLayout_BtpGrey4); /* F, E */
180
181
 
181
- // texts on dark background
182
+ /* texts on dark background */
182
183
  .sapUiBlockLayoutEvenCell .sapUiBlockCellContent {
183
- color: @sapUiContentContrastTextColor;
184
+ color: var(--sapContent_ContrastTextColor);
184
185
 
185
186
  .sapMText,
186
187
  .sapMLabel,
@@ -193,9 +194,9 @@
193
194
  &.sapUiBlockLayoutBackgroundColorSet3Inverted {
194
195
  .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey4, @_sap_ui_layout_BlockLayout_BtpGrey7);
195
196
 
196
- // texts on dark background
197
+ /* texts on dark background */
197
198
  .sapUiBlockLayoutOddCell .sapUiBlockCellContent {
198
- color: @sapUiContentContrastTextColor;
199
+ color: var(--sapContent_ContrastTextColor);
199
200
 
200
201
  .sapMText,
201
202
  .sapMLabel,
@@ -206,11 +207,11 @@
206
207
  }
207
208
 
208
209
  &.sapUiBlockLayoutBackgroundColorSet4 {
209
- .setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey9); // H, G
210
+ .setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey9); /* H, G */
210
211
 
211
- // texts on dark background
212
+ /* texts on dark background */
212
213
  .sapUiBlockLayoutOddCell .sapUiBlockCellContent {
213
- color: @sapUiContentContrastTextColor;
214
+ color: var(--sapContent_ContrastTextColor);
214
215
 
215
216
  .sapMText,
216
217
  .sapMLabel,
@@ -223,9 +224,9 @@
223
224
  &.sapUiBlockLayoutBackgroundColorSet4Inverted {
224
225
  .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey9, @sapUiPageFooterBackground);
225
226
 
226
- // texts on dark background
227
+ /* texts on dark background */
227
228
  .sapUiBlockLayoutEvenCell .sapUiBlockCellContent {
228
- color: @sapUiContentContrastTextColor;
229
+ color: var(--sapContent_ContrastTextColor);
229
230
 
230
231
  .sapMText,
231
232
  .sapMLabel,
@@ -238,8 +239,9 @@
238
239
 
239
240
  /* ============ Background type: Accent ============== */
240
241
  .sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow {
242
+
241
243
  &.sapUiBlockLayoutBackgroundColorSet1 {
242
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal9, @_sap_ui_layout_BlockLayout_BtpTeal7); // Colors B, A
244
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal9, @_sap_ui_layout_BlockLayout_BtpTeal7); /* Colors B, A */
243
245
  }
244
246
 
245
247
  &.sapUiBlockLayoutBackgroundColorSet1Inverted {
@@ -247,7 +249,7 @@
247
249
  }
248
250
 
249
251
  &.sapUiBlockLayoutBackgroundColorSet2 {
250
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue9, @_sap_ui_layout_BlockLayout_BtpBlue7); // Colors D, C
252
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue9, @_sap_ui_layout_BlockLayout_BtpBlue7); /* Colors D, C */
251
253
  }
252
254
 
253
255
  &.sapUiBlockLayoutBackgroundColorSet2Inverted {
@@ -255,15 +257,15 @@
255
257
  }
256
258
 
257
259
  &.sapUiBlockLayoutBackgroundColorSet3 {
258
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo9, @_sap_ui_layout_BlockLayout_BtpIndigo7); // Colors F, E
260
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo9, @_sap_ui_layout_BlockLayout_BtpIndigo7); /* Colors F, E */
259
261
  }
260
262
 
261
263
  &.sapUiBlockLayoutBackgroundColorSet3Inverted {
262
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo9); // Colors F & E
264
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo9); /* Colors F & E */
263
265
  }
264
266
 
265
267
  &.sapUiBlockLayoutBackgroundColorSet4 {
266
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); // Colors H, G
268
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); /* Colors H, G */
267
269
  }
268
270
 
269
271
  &.sapUiBlockLayoutBackgroundColorSet4Inverted {
@@ -274,18 +276,19 @@
274
276
  &.sapUiBlockLayoutBackgroundColorSet2,
275
277
  &.sapUiBlockLayoutBackgroundColorSet3,
276
278
  &.sapUiBlockLayoutBackgroundColorSet4 {
279
+
277
280
  .sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray1 {
278
- background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; //color: G
281
+ background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; /* color: G */
279
282
  }
280
283
 
281
284
  .sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray2 {
282
- background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; //color: H
285
+ background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; /* color: H */
283
286
  }
284
287
  }
285
288
 
286
- // texts on dark accent background
289
+ /* texts on dark accent background */
287
290
  .sapUiBlockCellContent {
288
- color: @sapUiContentContrastTextColor;
291
+ color: var(--sapContent_ContrastTextColor);
289
292
 
290
293
  .sapMText,
291
294
  .sapMLabel,
@@ -294,21 +297,22 @@
294
297
 
295
298
  }
296
299
  .sapMLnk {
297
- color: @sapUiLinkInvertedColor;
300
+ color: var(--sapLink_InvertedColor);
298
301
  }
299
302
  }
300
303
 
301
- // texts on light accent background
304
+ /* texts on light accent background */
302
305
  &.sapUiBlockLayoutBackgroundColorSet4,
303
306
  &.sapUiBlockLayoutBackgroundColorSet4Inverted,
304
307
  .sapUiBlockLayoutBackgroundColorSetGray1,
305
308
  .sapUiBlockLayoutBackgroundColorSetGray2 {
309
+
306
310
  .sapUiBlockCellContent {
307
- color: @sapUiGroupTitleTextColor;
311
+ color: var(--sapGroup_TitleTextColor);
308
312
  }
309
313
 
310
314
  .sapMLnk {
311
- color: @sapUiLink;
315
+ color: var(--sapLinkColor);
312
316
  }
313
317
  }
314
318
  }
@@ -1,12 +1,12 @@
1
1
  /* ================================================ */
2
2
  /* CSS for control sap.ui.layout/form/ColumnLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ================================================ */
5
5
 
6
6
  .sapUiFormCL.sapUiFormBackgrSolid,
7
7
  .sapUiFormCL.sapUiFormBackgrTranslucent {
8
- background-color: @sapUiGroupContentBackground;
9
- border-radius: @sapUiElementBorderCornerRadius;
8
+ background-color: var(--sapGroup_ContentBackground);
9
+ border-radius: var(--sapElement_BorderCornerRadius);
10
10
  }
11
11
 
12
12
  /* Toolbar */
@@ -19,6 +19,6 @@
19
19
  /* edit mode */
20
20
  /* labels next to field */
21
21
  .sapUiFormEdit > .sapUiFormCLSmallColumns .sapUiFormElementLbl:not(.sapUiFormCLCellsS12),
22
- .sapUiFormEdit > .sapUiFormCLWideColumns .sapUiFormElementLbl:not(.sapUiFormCLCellsL12){
22
+ .sapUiFormEdit > .sapUiFormCLWideColumns .sapUiFormElementLbl:not(.sapUiFormCLCellsL12) {
23
23
  padding-top: 0.875rem;
24
24
  }
@@ -1,6 +1,6 @@
1
1
  /* ========================================= */
2
2
  /* CSS for control sap.ui.layout/FormLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ========================================= */
5
5
 
6
6
  .sapUiFormLayout {
@@ -9,14 +9,14 @@
9
9
 
10
10
  .sapUiFormLayout.sapUiFormBackgrSolid,
11
11
  .sapUiFormLayout.sapUiFormBackgrTranslucent {
12
- background-color: @sapUiGroupContentBackground;
13
- border-radius: @sapUiElementBorderCornerRadius;
12
+ background-color: var(--sapGroup_ContentBackground);
13
+ border-radius: var(--sapElement_BorderCornerRadius);
14
14
  }
15
15
 
16
16
  .sapUiForm .sapUiFormTitle {
17
17
  border-width: 1px;
18
- border-color: @sapUiGroupTitleBorderColor;
19
- font-family: @sapUiFontHeaderFamily;
18
+ border-color: var(--sapGroup_TitleBorderColor);
19
+ font-family: var(--sapFontHeaderFamily);
20
20
  height: 2.75rem;
21
21
  line-height: 2.75rem;
22
22
  }
@@ -36,41 +36,41 @@
36
36
  }
37
37
 
38
38
  /* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
39
- /* Form Titles are rendered using H4 level, but H5 size*/
39
+ /* Form Titles are rendered using H4 level, but H5 size */
40
40
  .sapUiFormTitleH1,
41
41
  .sapUiFormTitleH2,
42
42
  .sapUiFormTitleH3,
43
43
  .sapUiFormTitleH4,
44
44
  .sapUiFormTitleH5,
45
45
  .sapUiFormTitleH6 {
46
- font-size: @sapMFontHeader5Size;
46
+ font-size: var(--sapFontHeader5Size);
47
47
  }
48
48
 
49
- /* FormContainer Titles are rendered using H5 level, but H6 size*/
49
+ /* FormContainer Titles are rendered using H5 level, but H6 size */
50
50
  .sapUiFormContainerTitle .sapUiFormTitleH1,
51
51
  .sapUiFormContainerTitle .sapUiFormTitleH2,
52
52
  .sapUiFormContainerTitle .sapUiFormTitleH3,
53
53
  .sapUiFormContainerTitle .sapUiFormTitleH4,
54
54
  .sapUiFormContainerTitle .sapUiFormTitleH5,
55
55
  .sapUiFormContainerTitle .sapUiFormTitleH6 {
56
- font-size: @sapMFontHeader6Size;
57
- color: @sapUiGroupTitleTextColor;
56
+ font-size: var(--sapFontHeader6Size);
57
+ color: var(--sapGroup_TitleTextColor);
58
58
  font-weight: bold;
59
59
  }
60
60
 
61
61
  /* Toolbar */
62
- .sapUiFormContainerToolbar > div:first-child > .sapMTitle{
62
+ .sapUiFormContainerToolbar > div:first-child > .sapMTitle {
63
63
  font-weight: bold;
64
64
  }
65
65
 
66
- .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
67
- font-size: @sapMFontHeader5Size;
66
+ .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
67
+ font-size: var(--sapFontHeader5Size);
68
68
  }
69
69
 
70
- .sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
71
- font-size: @sapMFontHeader6Size;
70
+ .sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
71
+ font-size: var(--sapFontHeader6Size);
72
72
  }
73
73
 
74
74
  .sapUiFormContainerToolbar > .sapMTB-Transparent-CTX.sapMTB.sapMIBar {
75
75
  padding: 0 0.25rem 0 0;
76
- }
76
+ }
@@ -1,6 +1,6 @@
1
1
  /* ========================================= */
2
2
  /* CSS for control sap.ui.layout/GridLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ========================================= */
5
5
 
6
6
  .sapUiGrid {
@@ -9,8 +9,8 @@
9
9
 
10
10
  .sapUiGrid.sapUiFormBackgrSolid,
11
11
  .sapUiGrid.sapUiFormBackgrTranslucent {
12
- background-color: @sapUiGroupContentBackground;
13
- border-radius: @sapUiElementBorderCornerRadius;
12
+ background-color: var(--sapGroup_ContentBackground);
13
+ border-radius: var(--sapElement_BorderCornerRadius);
14
14
  }
15
15
 
16
16
  .sapUiGrid > tbody > tr.sapUiGridTitle {
@@ -44,4 +44,4 @@
44
44
  .sapUiFormEdit.sapUiFormM >.sapUiGrid > tbody > tr:first-child > td.sapUiFormElementLbl, /* if no Form title */
45
45
  .sapUiFormEdit[aria-labelledby].sapUiFormM > .sapUiGrid > tbody > tr:nth-child(2) > td.sapUiFormElementLbl {
46
46
  padding-top: 1.875rem;
47
- }
47
+ }
@@ -1,13 +1,12 @@
1
1
  /* =================================================== */
2
2
  /* CSS for control sap.ui.layout/ResponsiveGridLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =================================================== */
5
5
 
6
-
7
6
  .sapUiFormResGrid.sapUiFormBackgrSolid,
8
7
  .sapUiFormResGrid.sapUiFormBackgrTranslucent {
9
- background-color: @sapUiGroupContentBackground;
10
- border-radius: @sapUiElementBorderCornerRadius;
8
+ background-color: var(--sapGroup_ContentBackground);
9
+ border-radius: var(--sapElement_BorderCornerRadius);
11
10
  }
12
11
 
13
12
  /* Toolbar */
@@ -22,6 +21,6 @@
22
21
  .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanS12),
23
22
  .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-Tablet.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanM12),
24
23
  .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-Desktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanL12),
25
- .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12){
24
+ .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12) {
26
25
  padding-top: 0.875rem;
27
- }
26
+ }
@@ -1,12 +1,12 @@
1
1
  /* =============================================== */
2
2
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =============================================== */
5
5
 
6
6
  .sapUiFormResLayout.sapUiFormBackgrSolid,
7
7
  .sapUiFormResLayout.sapUiFormBackgrTranslucent {
8
- background-color: @sapUiGroupContentBackground;
9
- border-radius: @sapUiElementBorderCornerRadius;
8
+ background-color: var(--sapGroup_ContentBackground);
9
+ border-radius: var(--sapElement_BorderCornerRadius);
10
10
  }
11
11
 
12
12
  .sapUiRLContainer > .sapUiFormTitle > .sapUiBtn {
@@ -25,10 +25,10 @@
25
25
  }
26
26
 
27
27
  /* alignment of Label */
28
- .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent{
28
+ .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent {
29
29
  padding-top: 0.875rem;
30
30
  }
31
31
 
32
- html[data-sap-ui-browser^="ff"] .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent{
32
+ html[data-sap-ui-browser^="ff"] .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent {
33
33
  padding-top: 0.8125rem;
34
- }
34
+ }
@@ -1,12 +1,12 @@
1
1
  /* ================================================= */
2
2
  /* CSS for control sap.ui.layout/ResponsiveSplitter */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ================================================= */
5
5
 
6
6
  @_sap_ui_layout_ResponsiveSplitter_PaginatorHeight: 2.75rem;
7
7
  @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonWidth: 2.25rem;
8
8
  @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonHeight: 2.25rem;
9
9
  @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonFocusBorderRadius: inherit;
10
- @_sap_ui_layout_ResponsiveSplitter_PaginatorSelectedButton: @sapUiSelected;
11
- @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonActive: @sapUiButtonActiveTextColor;
12
- @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonHoverShadow: @sapUiContentInteractionShadow;
10
+ @_sap_ui_layout_ResponsiveSplitter_PaginatorSelectedButton: var(--sapSelectedColor);
11
+ @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonActive: var(--sapButton_Active_TextColor);
12
+ @_sap_ui_layout_ResponsiveSplitter_PaginatorButtonHoverShadow: var(--sapContent_Interaction_Shadow);
@@ -1,7 +1,7 @@
1
- /* ================================================= */
1
+ /* ======================================= */
2
2
  /* CSS for control sap.ui.layout/Splitter */
3
- /* Horizon theme */
4
- /* ================================================= */
3
+ /* Morning Horizon theme */
4
+ /* ======================================= */
5
5
 
6
- @_sap_ui_layout_Splitter_GripButtonColor: @sapUiButtonLiteTextColor;
7
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiGroupContentBorderColor, transparent;
6
+ @_sap_ui_layout_Splitter_GripButtonColor: var(--sapButton_Lite_TextColor);
7
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapGroup_ContentBorderColor), transparent;
@@ -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