@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
@@ -3,19 +3,19 @@
3
3
  /* Horizon High Contrast White 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: @sapUiContentShadow2;
13
+ @_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadow: var(--sapContent_Shadow2);
14
14
  @_sap_ui_layout_BlockLayout_BackgroundDashboardCellShadowOffset: 1.5rem;
15
15
 
16
16
  @_sap_ui_layout_BlockLayout_LinkTextShadow: none;
17
17
 
18
- // Horizon specific colors
18
+ /* Horizon specific colors */
19
19
  @_sap_ui_layout_BlockLayout_BtpGrey1: #C5CDD3;
20
20
  @_sap_ui_layout_BlockLayout_BtpGrey2: #BCC5CC;
21
21
  @_sap_ui_layout_BlockLayout_BtpGrey3: #B3BDC5;
@@ -33,75 +33,75 @@
33
33
  @_sap_ui_layout_BlockLayout_BtpIndigo7: #A87CFF;
34
34
 
35
35
  /* ============ Custom Cell Background Color ============== */
36
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #FFC218; // Mango 1
37
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #FAB900; // Mango 2
38
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #F0B100; // Mango 3
39
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #E5A900; // Mango 4
40
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #CD9700; // Mango 6
41
- @_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #BF8D00; // Mango 7
42
-
43
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #FFBABA; // Red 1
44
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #FFAFAF; // Red 2
45
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #FFA3A3; // Red 3
46
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #FF9595; // Red 4
47
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #FF7474; // Red 6
48
- @_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #FF5E5E; // Red 7
49
-
50
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #FEB7D9; // Raspberry 1
51
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #FEABD3; // Raspberry 2
52
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #FE9FCC; // Raspberry 3
53
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #FE90C5; // Raspberry 4
54
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #FD6DB2; // Raspberry 6
55
- @_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #FD55A6; // Raspberry 7
56
-
57
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #FFB3F5; // Pink 1
58
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #FFA6F3; // Pink 2
59
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #FF98F1; // Pink 3
60
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #FF88EF; // Pink 4
61
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #FF5DE9; // Pink 6
62
- @_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #FF3BE5; // Pink 7
63
-
64
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #D6C2FF; // Indigo 1
65
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #D0B8FF; // Indigo 2
66
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #CAAEFF; // Indigo 3
67
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #C2A3FF; // Indigo 4
68
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo6; // Indigo 6
69
- @_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo7; // Indigo 7
70
-
71
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #8FD4FF; // Blue 1
72
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #7ECCFF; // Blue 2
73
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #69C5FF; // Blue 3
74
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #53BCFF; // Blue 4
75
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue6; // Blue 6
76
- @_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue7; // Blue 7
77
-
78
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #3CE3C5; // Teal 1
79
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #1FDCBA; // Teal 2
80
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #1ED3B3; // Teal 3
81
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #1DC9AA; // Teal 4
82
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal6; // Teal 6
83
- @_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal7; // Teal 7
84
-
85
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #9BDF47; // Green 1
86
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #8AD926; // Green 2
87
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #84D025; // Green 3
88
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #7EC623; // Green 4
89
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #71B11F; // Green 6
90
- @_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #69A51D; // Green 7
91
-
92
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #51DDF2; // Cyan 1
93
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #2DD6EF; // Cyan 2
94
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #12CEE9; // Cyan 3
95
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #11C4DF; // Cyan 4
96
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #0FB0C7; // Cyan 6
97
- @_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #0EA4BA; // Cyan 7
98
-
99
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; // Grey 1
100
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; // Grey 2
101
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; // Grey 3
102
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; // Grey 4
103
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey6; // Grey 6
104
- @_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey7; // Grey 7
36
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1A: #FFC218; /* Mango 1 */
37
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1B: #FAB900; /* Mango 2 */
38
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1C: #F0B100; /* Mango 3 */
39
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1D: #E5A900; /* Mango 4 */
40
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1E: #CD9700; /* Mango 6 */
41
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType1F: #BF8D00; /* Mango 7 */
42
+
43
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2A: #FFBABA; /* Red 1 */
44
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2B: #FFAFAF; /* Red 2 */
45
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2C: #FFA3A3; /* Red 3 */
46
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2D: #FF9595; /* Red 4 */
47
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2E: #FF7474; /* Red 6 */
48
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType2F: #FF5E5E; /* Red 7 */
49
+
50
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3A: #FEB7D9; /* Raspberry 1 */
51
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3B: #FEABD3; /* Raspberry 2 */
52
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3C: #FE9FCC; /* Raspberry 3 */
53
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3D: #FE90C5; /* Raspberry 4 */
54
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3E: #FD6DB2; /* Raspberry 6 */
55
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType3F: #FD55A6; /* Raspberry 7 */
56
+
57
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4A: #FFB3F5; /* Pink 1 */
58
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4B: #FFA6F3; /* Pink 2 */
59
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4C: #FF98F1; /* Pink 3 */
60
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4D: #FF88EF; /* Pink 4 */
61
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4E: #FF5DE9; /* Pink 6 */
62
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType4F: #FF3BE5; /* Pink 7 */
63
+
64
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5A: #D6C2FF; /* Indigo 1 */
65
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5B: #D0B8FF; /* Indigo 2 */
66
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5C: #CAAEFF; /* Indigo 3 */
67
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5D: #C2A3FF; /* Indigo 4 */
68
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5E: @_sap_ui_layout_BlockLayout_BtpIndigo6; /* Indigo 6 */
69
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType5F: @_sap_ui_layout_BlockLayout_BtpIndigo7; /* Indigo 7 */
70
+
71
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6A: #8FD4FF; /* Blue 1 */
72
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6B: #7ECCFF; /* Blue 2 */
73
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6C: #69C5FF; /* Blue 3 */
74
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6D: #53BCFF; /* Blue 4 */
75
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6E: @_sap_ui_layout_BlockLayout_BtpBlue6; /* Blue 6 */
76
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType6F: @_sap_ui_layout_BlockLayout_BtpBlue7; /* Blue 7 */
77
+
78
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7A: #3CE3C5; /* Teal 1 */
79
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7B: #1FDCBA; /* Teal 2 */
80
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7C: #1ED3B3; /* Teal 3 */
81
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7D: #1DC9AA; /* Teal 4 */
82
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7E: @_sap_ui_layout_BlockLayout_BtpTeal6; /* Teal 6 */
83
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType7F: @_sap_ui_layout_BlockLayout_BtpTeal7; /* Teal 7 */
84
+
85
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8A: #9BDF47; /* Green 1 */
86
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8B: #8AD926; /* Green 2 */
87
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8C: #84D025; /* Green 3 */
88
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8D: #7EC623; /* Green 4 */
89
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8E: #71B11F; /* Green 6 */
90
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType8F: #69A51D; /* Green 7 */
91
+
92
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9A: #51DDF2; /* Cyan 1 */
93
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9B: #2DD6EF; /* Cyan 2 */
94
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9C: #12CEE9; /* Cyan 3 */
95
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9D: #11C4DF; /* Cyan 4 */
96
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9E: #0FB0C7; /* Cyan 6 */
97
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType9F: #0EA4BA; /* Cyan 7 */
98
+
99
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10A: @_sap_ui_layout_BlockLayout_BtpGrey1; /* Grey 1 */
100
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10B: @_sap_ui_layout_BlockLayout_BtpGrey2; /* Grey 2 */
101
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10C: @_sap_ui_layout_BlockLayout_BtpGrey3; /* Grey 3 */
102
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10D: @_sap_ui_layout_BlockLayout_BtpGrey4; /* Grey 4 */
103
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10E: @_sap_ui_layout_BlockLayout_BtpGrey6; /* Grey 6 */
104
+ @_sap_ui_layout_BlockLayout_BlockColorAccentType10F: @_sap_ui_layout_BlockLayout_BtpGrey7; /* Grey 7 */
105
105
 
106
106
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11A: transparent;
107
107
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11B: transparent;
@@ -110,19 +110,19 @@
110
110
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11E: transparent;
111
111
  @_sap_ui_layout_BlockLayout_BlockColorAccentType11F: transparent;
112
112
 
113
- // Create classes which would just set background color of the BlockLayout cells
113
+ /* Create classes which would just set background color of the BlockLayout cells */
114
114
  .generateCellColorSets (@backgroundColorSet, @backgroundColorShade) {
115
- @css-param: "@{backgroundColorSet}@{backgroundColorShade}"; // Concat the params
116
- @css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; // Create the css selector string
117
- @color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; // Build the color param name
115
+ @css-param: "@{backgroundColorSet}@{backgroundColorShade}"; /* Concat the params */
116
+ @css-selector: ~"sapUiBlockLayoutCellColor@{css-param}"; /* Create the css selector string */
117
+ @color-param: "_sap_ui_layout_BlockLayout_BlockColorAccentType@{css-param}"; /* Build the color param name */
118
118
 
119
- // Build the real CSS selector.
120
- // The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; }
119
+ /* Build the real CSS selector.
120
+ The output would be something like this: .sapUiBlockLayoutCellColor1A { background-color: "#996b00"; } */
121
121
  .@{css-selector} {
122
122
  background-color: @@color-param;
123
123
 
124
124
  .sapUiBlockCellContent {
125
- color: @sapUiBaseText;
125
+ color: var(--sapTextColor);
126
126
 
127
127
  .sapMText,
128
128
  .sapMLabel,
@@ -133,7 +133,7 @@
133
133
  }
134
134
  }
135
135
 
136
- // Define a loop and go through 11 color sets and for each set apply 6 shades
136
+ /* Define a loop and go through 11 color sets and for each set apply 6 shades */
137
137
  .loop-cell-colors(@i: 1) when (@i =< 11) {
138
138
  .generateCellColorSets(@i, "A");
139
139
  .generateCellColorSets(@i, "B");
@@ -142,16 +142,17 @@
142
142
  .generateCellColorSets(@i, "E");
143
143
  .generateCellColorSets(@i, "F");
144
144
 
145
- .loop-cell-colors(@i + 1); // Execute next loop iteration
145
+ .loop-cell-colors(@i + 1); /* Execute next loop iteration */
146
146
  }
147
147
 
148
- // Execute Loop through color sets
148
+ /* Execute Loop through color sets */
149
149
  .loop-cell-colors();
150
150
 
151
151
  /* ============ Background type: Light ============== */
152
152
  .sapUiBlockLayoutBackgroundLight .sapUiBlockLayoutRow {
153
+
153
154
  &.sapUiBlockLayoutBackgroundColorSet1 {
154
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); // B, A
155
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey1, @sapUiGroupContentBackground); /* B, A */
155
156
  }
156
157
 
157
158
  &.sapUiBlockLayoutBackgroundColorSet1Inverted {
@@ -159,7 +160,7 @@
159
160
  }
160
161
 
161
162
  &.sapUiBlockLayoutBackgroundColorSet2 {
162
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); // D, C
163
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey3, @_sap_ui_layout_BlockLayout_BtpGrey2); /* D, C */
163
164
  }
164
165
 
165
166
  &.sapUiBlockLayoutBackgroundColorSet2Inverted {
@@ -167,7 +168,7 @@
167
168
  }
168
169
 
169
170
  &.sapUiBlockLayoutBackgroundColorSet3 {
170
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey6, @_sap_ui_layout_BlockLayout_BtpGrey4); // F, E
171
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey6, @_sap_ui_layout_BlockLayout_BtpGrey4); /* F, E */
171
172
  }
172
173
 
173
174
  &.sapUiBlockLayoutBackgroundColorSet3Inverted {
@@ -175,7 +176,7 @@
175
176
  }
176
177
 
177
178
  &.sapUiBlockLayoutBackgroundColorSet4 {
178
- .setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey7); // H, G
179
+ .setCellsColorDoubles(@sapUiPageFooterBackground, @_sap_ui_layout_BlockLayout_BtpGrey7); /* H, G */
179
180
  }
180
181
 
181
182
  &.sapUiBlockLayoutBackgroundColorSet4Inverted {
@@ -185,8 +186,9 @@
185
186
 
186
187
  /* ============ Background type: Accent ============== */
187
188
  .sapUiBlockLayoutBackgroundAccent .sapUiBlockLayoutRow {
189
+
188
190
  &.sapUiBlockLayoutBackgroundColorSet1 {
189
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal7, @_sap_ui_layout_BlockLayout_BtpTeal6); // Colors B, A
191
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpTeal7, @_sap_ui_layout_BlockLayout_BtpTeal6); /* Colors B, A */
190
192
  }
191
193
 
192
194
  &.sapUiBlockLayoutBackgroundColorSet1Inverted {
@@ -194,7 +196,7 @@
194
196
  }
195
197
 
196
198
  &.sapUiBlockLayoutBackgroundColorSet2 {
197
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue7, @_sap_ui_layout_BlockLayout_BtpBlue6); // Colors D, C
199
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpBlue7, @_sap_ui_layout_BlockLayout_BtpBlue6); /* Colors D, C */
198
200
  }
199
201
 
200
202
  &.sapUiBlockLayoutBackgroundColorSet2Inverted {
@@ -202,15 +204,15 @@
202
204
  }
203
205
 
204
206
  &.sapUiBlockLayoutBackgroundColorSet3 {
205
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo6); // Colors F, E
207
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo7, @_sap_ui_layout_BlockLayout_BtpIndigo6); /* Colors F, E */
206
208
  }
207
209
 
208
210
  &.sapUiBlockLayoutBackgroundColorSet3Inverted {
209
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo6, @_sap_ui_layout_BlockLayout_BtpIndigo7); // Colors F & E
211
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpIndigo6, @_sap_ui_layout_BlockLayout_BtpIndigo7); /* Colors F & E */
210
212
  }
211
213
 
212
214
  &.sapUiBlockLayoutBackgroundColorSet4 {
213
- .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); // Colors H, G
215
+ .setCellsColorDoubles(@_sap_ui_layout_BlockLayout_BtpGrey2, @_sap_ui_layout_BlockLayout_BtpGrey1); /* Colors H, G */
214
216
  }
215
217
 
216
218
  &.sapUiBlockLayoutBackgroundColorSet4Inverted {
@@ -221,12 +223,13 @@
221
223
  &.sapUiBlockLayoutBackgroundColorSet2,
222
224
  &.sapUiBlockLayoutBackgroundColorSet3,
223
225
  &.sapUiBlockLayoutBackgroundColorSet4 {
226
+
224
227
  .sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray1 {
225
- background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; //color: G
228
+ background-color: @_sap_ui_layout_BlockLayout_BtpGrey1; /* color: G */
226
229
  }
227
230
 
228
231
  .sapUiBlockLayoutCell.sapUiBlockLayoutBackgroundColorSetGray2 {
229
- background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; //color: H
232
+ background-color: @_sap_ui_layout_BlockLayout_BtpGrey2; /* color: H */
230
233
  }
231
234
  }
232
- }
235
+ }
@@ -4,5 +4,5 @@
4
4
  /* ============================================== */
5
5
 
6
6
  .sapUiBlockCellContent {
7
- border: @sapUiGroupBorderWidth solid @sapUiTileBorderColor;
7
+ border: var(--sapGroup_BorderWidth) solid var(--sapTile_BorderColor);
8
8
  }
@@ -13,6 +13,6 @@
13
13
  /* edit mode */
14
14
  /* labels next to field */
15
15
  .sapUiFormEdit > .sapUiFormCLSmallColumns .sapUiFormElementLbl:not(.sapUiFormCLCellsS12),
16
- .sapUiFormEdit > .sapUiFormCLWideColumns .sapUiFormElementLbl:not(.sapUiFormCLCellsL12){
16
+ .sapUiFormEdit > .sapUiFormCLWideColumns .sapUiFormElementLbl:not(.sapUiFormCLCellsL12) {
17
17
  padding-top: 0.875rem;
18
18
  }
@@ -21,39 +21,39 @@
21
21
  }
22
22
 
23
23
  /* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
24
- /* Form Titles are rendered using H4 level, but H5 size*/
24
+ /* Form Titles are rendered using H4 level, but H5 size */
25
25
  .sapUiFormTitleH1,
26
26
  .sapUiFormTitleH2,
27
27
  .sapUiFormTitleH3,
28
28
  .sapUiFormTitleH4,
29
29
  .sapUiFormTitleH5,
30
30
  .sapUiFormTitleH6 {
31
- font-size: @sapMFontHeader5Size;
31
+ font-size: var(--sapFontHeader5Size);
32
32
  }
33
33
 
34
- /* FormContainer Titles are rendered using H5 level, but H6 size*/
34
+ /* FormContainer Titles are rendered using H5 level, but H6 size */
35
35
  .sapUiFormContainerTitle .sapUiFormTitleH1,
36
36
  .sapUiFormContainerTitle .sapUiFormTitleH2,
37
37
  .sapUiFormContainerTitle .sapUiFormTitleH3,
38
38
  .sapUiFormContainerTitle .sapUiFormTitleH4,
39
39
  .sapUiFormContainerTitle .sapUiFormTitleH5,
40
40
  .sapUiFormContainerTitle .sapUiFormTitleH6 {
41
- font-size: @sapMFontHeader6Size;
42
- color: @sapUiGroupTitleTextColor;
41
+ font-size: var(--sapFontHeader6Size);
42
+ color: var(--sapGroup_TitleTextColor);
43
43
  font-weight: bold;
44
44
  }
45
45
 
46
46
  /* Toolbar */
47
- .sapUiFormContainerToolbar > div:first-child > .sapMTitle{
47
+ .sapUiFormContainerToolbar > div:first-child > .sapMTitle {
48
48
  font-weight: bold;
49
49
  }
50
50
 
51
- .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
52
- font-size: @sapMFontHeader5Size;
51
+ .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
52
+ font-size: var(--sapFontHeader5Size);
53
53
  }
54
54
 
55
- .sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto{
56
- font-size: @sapMFontHeader6Size;
55
+ .sapUiFormContainerToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
56
+ font-size: var(--sapFontHeader6Size);
57
57
  }
58
58
 
59
59
  .sapUiFormContainerToolbar > .sapMTB-Transparent-CTX.sapMTB.sapMIBar {
@@ -20,6 +20,6 @@
20
20
  .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-Phone.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanS12),
21
21
  .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-Tablet.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanM12),
22
22
  .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-Desktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanL12),
23
- .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12){
23
+ .sapUiFormEdit.sapUiFormM .sapUiRespGridMedia-Std-LargeDesktop.sapUiFormResGridCont > .sapUiFormElementLbl:not(.sapUiRespGridSpanXL12) {
24
24
  padding-top: 0.875rem;
25
25
  }
@@ -19,10 +19,10 @@
19
19
  }
20
20
 
21
21
  /* alignment of Label */
22
- .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent{
22
+ .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent {
23
23
  padding-top: 0.875rem;
24
24
  }
25
25
 
26
- html[data-sap-ui-browser^="ff"] .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent{
26
+ html[data-sap-ui-browser^="ff"] .sapUiFormEdit.sapUiFormM .sapUiRLElementWithLabel > .sapUiRFLRow:not(.sapUiRFLCompleteRow) > .sapUiRFLContainer:first-child > .sapUiRFLContainerContent {
27
27
  padding-top: 0.8125rem;
28
28
  }
@@ -3,10 +3,10 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ======================================= */
5
5
 
6
- @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
7
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
8
- @_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
9
- @_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
6
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: var(--sapObjectHeader_BorderColor), var(--sapObjectHeader_BorderColor);
7
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0);
8
+ @_sap_ui_layout_Splitter_BarHoverIconBorderColor: var(--sapButton_Lite_Hover_BorderColor);
9
+ @_sap_ui_layout_Splitter_BarHoverIconBackground: var(--sapButton_Lite_Hover_Background);
10
10
 
11
11
  .sapUiLoSplitter {
12
12
  background-color: @sapUiHcStandardBackground;
@@ -16,6 +16,7 @@
16
16
 
17
17
  .sapUiLoSplitter > .sapUiLoSplitterBar,
18
18
  .sapUiLoSplitter > .sapUiLoSplitterOverlay .sapUiLoSplitterOverlayBar {
19
+
19
20
  &:focus::after {
20
21
  border-width: 2px;
21
22
  }
@@ -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
 
@@ -1,3 +1,8 @@
1
+ /* ===================================== */
2
+ /* CSS for control sap.ui.mdc/FieldBase */
3
+ /* Morning Horizon theme */
4
+ /* ===================================== */
5
+
1
6
  .sapUiMdcFieldBase {
2
7
  overflow: visible; /* as hover outline is outside of Input control */
3
- }
8
+ }
@@ -1,13 +1,13 @@
1
- /* =================================== */
1
+ /* ================================= */
2
2
  /* CSS for control sap.ui.mdc/Table */
3
- /* Horizon theme */
4
- /* =================================== */
3
+ /* Morning Horizon theme */
4
+ /* ================================= */
5
5
 
6
6
  @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
7
  @_sap_ui_mdc_Table_ToolbarDesign: ~"Solid";
8
8
  @_sap_ui_mdc_Table_HeaderStyle: ~"H5";
9
9
 
10
10
  .sapUiMdcTable .sapMIBar.sapMTBHeader-CTX {
11
- border-top-right-radius: @sapUiElementBorderCornerRadius;
12
- border-top-left-radius: @sapUiElementBorderCornerRadius;
11
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
12
+ border-top-left-radius: var(--sapElement_BorderCornerRadius);
13
13
  }
@@ -1,37 +1,35 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.ui.mdc/TokenDisplay */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
6
  .sapUiMdcTokenizerDisplay .sapMToken {
7
7
  background: transparent;
8
- border: 0px;
9
-
8
+ border: 0;
10
9
  padding-left: 0.3125rem;
11
10
  }
12
11
 
13
12
  .sapUiMdcTokenizerDisplay .sapMTokenSelected:not(:focus),
14
13
  .sapUiMdcTokenizerDisplay .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
15
14
  background: transparent;
16
- border: 0px;
15
+ border: 0;
17
16
  box-shadow: none;
18
17
  }
19
18
 
20
19
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(:focus):hover,
21
20
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
22
21
  background: transparent;
23
- border: 0px;
22
+ border: 0;
24
23
  box-shadow: none;
25
24
  }
26
25
 
27
26
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken.sapMTokenSelected:hover {
28
27
  background: transparent;
29
- border: 0px;
28
+ border: 0;
30
29
  }
31
30
 
32
31
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus,
33
- html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus:after {
34
- border: 0px;
32
+ html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus::after {
33
+ border: 0;
35
34
  box-shadow: none;
36
- }
37
-
35
+ }
@@ -1,10 +1,9 @@
1
- /* =========================================== */
2
- /* CSS for control sap.ui.mdc/TokenizerDisplay */
3
- /* Horizon theme */
4
- /* =========================================== */
1
+ /* ============================================ */
2
+ /* CSS for control sap.ui.mdc/TokenizerDisplay */
3
+ /* Morning Horizon theme */
4
+ /* ============================================ */
5
5
 
6
6
  html.sap-desktop .sapUiMdcTokenizerDisplay.sapMTokenizer:focus {
7
- outline: none;
8
- box-shadow: none;
9
- }
10
-
7
+ outline: none;
8
+ box-shadow: none;
9
+ }
@@ -1,14 +1,14 @@
1
1
  /* =========================================== */
2
2
  /* CSS for control sap.ui.mdc/ValueHelpDialog */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =========================================== */
5
5
 
6
- // give the title 2rem left margin
6
+ /* give the title 2rem left margin */
7
7
  .sapMdcValueHelpTitle.sapMDialog header .sapMBarPH {
8
8
  padding-left: 2rem;
9
9
  }
10
10
 
11
- // setting some background to transparent so that the VH dialog content get a white background
11
+ /* setting some background to transparent so that the VH dialog content get a white background */
12
12
  .sapMdcValueHelpPanel {
13
13
  background-color: transparent;
14
14
  }
@@ -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
 
@@ -1,3 +1,8 @@
1
+ /* ===================================== */
2
+ /* CSS for control sap.ui.mdc/FieldBase */
3
+ /* Evening Horizon theme */
4
+ /* ===================================== */
5
+
1
6
  .sapUiMdcFieldBase {
2
7
  overflow: visible; /* as hover outline is outside of Input control */
3
- }
8
+ }
@@ -8,6 +8,6 @@
8
8
  @_sap_ui_mdc_Table_HeaderStyle: ~"H5";
9
9
 
10
10
  .sapUiMdcTable .sapMIBar.sapMTBHeader-CTX {
11
- border-top-right-radius: @sapUiElementBorderCornerRadius;
12
- border-top-left-radius: @sapUiElementBorderCornerRadius;
11
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
12
+ border-top-left-radius: var(--sapElement_BorderCornerRadius);
13
13
  }
@@ -1,34 +1,33 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.ui.mdc/TokenDisplay */
3
- /* Evening Horizon theme */
3
+ /* Evening Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
6
  .sapUiMdcTokenizerDisplay .sapMToken {
7
7
  background: transparent;
8
- border: 0px;
9
-
8
+ border: 0;
10
9
  padding-left: 0.3125rem;
11
10
  }
12
11
 
13
12
  .sapUiMdcTokenizerDisplay .sapMTokenSelected:not(:focus),
14
13
  .sapUiMdcTokenizerDisplay .sapMToken.sapMTokenReadOnly.sapMTokenSelected {
15
14
  background: transparent;
16
- border: 0px;
15
+ border: 0;
17
16
  box-shadow: none;
18
17
  }
19
18
 
20
19
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:not(.sapMTokenSelected):not(:focus):hover {
21
20
  background: transparent;
22
- border: 0px;
21
+ border: 0;
23
22
  box-shadow: none;
24
23
  }
25
24
 
26
25
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken.sapMTokenSelected:hover {
27
26
  background: transparent;
28
- border: 0px;
27
+ border: 0;
29
28
  }
30
29
 
31
30
  html.sap-desktop .sapUiMdcTokenizerDisplay .sapMToken:focus {
32
- border: 0px;
31
+ border: 0;
33
32
  box-shadow: none;
34
33
  }
@@ -4,6 +4,6 @@
4
4
  /* ============================================ */
5
5
 
6
6
  html.sap-desktop .sapUiMdcTokenizerDisplay.sapMTokenizer:focus {
7
- outline: none;
8
- box-shadow: none;
7
+ outline: none;
8
+ box-shadow: none;
9
9
  }