@openui5/themelib_sap_horizon 1.135.0 → 1.136.1

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,14 +1,14 @@
1
- /* ===================================== */
2
- /* CSS for control sap.f/AvatarGroup */
3
- /* Evening Horizon theme */
4
- /* ===================================== */
1
+ /* ================================== */
2
+ /* CSS for control sap.f/AvatarGroup */
3
+ /* Evening Horizon theme */
4
+ /* ================================== */
5
5
 
6
6
  .applyBorderColorAccent(@counter) when (@counter > 0) {
7
+ .applyBorderColorAccent(@counter - 1);
8
+
7
9
  .sapFAvatar.sapFAvatarColorAccent@{counter} {
8
10
  border: 0.0625rem solid~"@{sapUiAccent@{counter}}";
9
11
  }
10
-
11
- .applyBorderColorAccent(@counter - 1);
12
12
  }
13
13
 
14
14
  .sapFAvatarGroup {
@@ -19,12 +19,13 @@
19
19
  }
20
20
 
21
21
  &:focus {
22
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
22
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
23
23
  outline: none;
24
24
  border-radius: 0.35rem;
25
25
  }
26
26
 
27
27
  &.sapFAvatarGroupIndividual {
28
+
28
29
  .sapFAvatarGroupItem {
29
30
 
30
31
  &:hover:not(:active):not(:focus) {
@@ -32,11 +33,12 @@
32
33
  }
33
34
 
34
35
  &:active {
36
+
35
37
  .sapFAvatar {
36
- background-color: @sapUiButtonActiveBackground;
38
+ background-color: var(--sapButton_Active_Background);
37
39
 
38
40
  .sapFAvatarInitialsHolder {
39
- color: @sapUiButtonActiveTextColor;
41
+ color: var(--sapButton_Active_TextColor);
40
42
  }
41
43
  }
42
44
  }
@@ -46,39 +48,43 @@
46
48
 
47
49
  .sapFAvatar {
48
50
  outline: none;
49
- box-shadow: 0px 0px 0px 0.125rem @sapUiContentFocusColor;
51
+ box-shadow: 0 0 0 0.125rem var(--sapContent_FocusColor);
50
52
  }
51
53
  }
52
-
53
54
  }
54
55
  }
55
56
 
56
57
  &.sapFAvatarGroupGroup {
58
+
57
59
  &:hover:not(:active) {
60
+
58
61
  .sapFAvatarGroupItem {
59
62
  .applyBorderColorAccent(10);
60
63
  }
61
64
  }
62
65
 
63
66
  &:active {
67
+
64
68
  .sapFAvatarGroupItem {
69
+
65
70
  .sapFAvatar {
66
- border: 0.0625rem solid @sapUiButtonActiveBorderColor;
67
- background-color: @sapUiButtonActiveBackground;
71
+ border: 0.0625rem solid var(--sapButton_Active_BorderColor);
72
+ background-color: var(--sapButton_Active_Background);
68
73
 
69
74
  .sapFAvatarInitialsHolder {
70
- color: @sapUiButtonActiveTextColor;
75
+ color: var(--sapButton_Active_TextColor);
71
76
  }
72
77
  }
73
78
  }
74
79
 
75
80
  .sapFAvatarGroupMoreButton {
81
+
76
82
  .sapMBtnInner {
77
- background-color: @sapUiButtonActiveBackground;
78
- border: 0.0625rem solid @sapUiButtonActiveBorderColor;
83
+ background-color: var(--sapButton_Active_Background);
84
+ border: 0.0625rem solid var(--sapButton_Active_BorderColor);
79
85
 
80
86
  .sapMBtnContent {
81
- color: @sapUiButtonActiveTextColor;
87
+ color: var(--sapButton_Active_TextColor);
82
88
  }
83
89
  }
84
90
  }
@@ -90,7 +96,7 @@
90
96
  border-radius: 0;
91
97
  }
92
98
 
93
- html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus>.sapMFocusable:not(.sapMBadgeIndicator):before {
99
+ html.sap-desktop .sapFAvatarGroupMoreButton.sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
94
100
  border-radius: 50%;
95
101
  left: 0;
96
102
  right: 0;
@@ -13,19 +13,21 @@
13
13
  }
14
14
 
15
15
  .sapFDynamicPage-Std-Tablet {
16
+
16
17
  .sapFDynamicPageTitle,
17
18
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
18
19
  padding: 0.5rem 2rem;
19
20
  }
20
21
 
21
- // Needed because on some high-end phones in landscape mode,
22
- // the width of the viewport is bigger than 600 (Tablet breakpoint).
22
+ /* Needed because on some high-end phones in landscape mode,
23
+ the width of the viewport is bigger than 600 (Tablet breakpoint). */
23
24
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnappedTitleOnMobile > .sapFDynamicPageTitle {
24
25
  padding: 0 2rem;
25
26
  }
26
27
  }
27
28
 
28
29
  .sapFDynamicPage-Std-Phone {
30
+
29
31
  .sapFDynamicPageTitle,
30
32
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle,
31
33
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
@@ -38,7 +40,7 @@
38
40
  }
39
41
 
40
42
  .sapFDynamicPageTitle.sapFDynamicPageTitleTranslucent {
41
- background: @sapUiObjectHeaderBackground;
43
+ background: var(--sapObjectHeader_Background);
42
44
  }
43
45
 
44
46
  .sapFDynamicPageTitle.sapFDynamicPageTitleTransparent {
@@ -50,8 +52,10 @@
50
52
  }
51
53
 
52
54
  .sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
55
+
53
56
  &.sapFDynamicPageTitleSnapped,
54
57
  &.sapFDynamicPageTitleOnly {
58
+
55
59
  & > .sapFDynamicPageTitle {
56
60
  box-shadow: none;
57
61
  }
@@ -63,7 +67,7 @@
63
67
  padding: 0;
64
68
  }
65
69
 
66
- // General alignment styles for header text
70
+ /* General alignment styles for header text */
67
71
  .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
68
72
  align-self: center;
69
73
  }
@@ -76,58 +80,58 @@
76
80
  box-shadow: @sapUiShadowHeader;
77
81
  }
78
82
 
79
- // =====================================
80
- // =====================================
81
- // Delta Styles for Horizon
82
- // =====================================
83
+ /* ========================= */
84
+ /* Delta Styles for Horizon */
85
+ /* ========================= */
83
86
 
84
87
  .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
85
- font-size: @sapObjectHeader_Title_FontSize;
86
- font-family: @sapObjectHeader_Title_FontFamily;
88
+ font-size: var(--sapObjectHeader_Title_FontSize);
89
+ font-family: var(--sapObjectHeader_Title_FontFamily);
87
90
  }
88
91
 
89
92
 
90
- // Expanded Header title is small on small screens
91
-
93
+ /* Expanded Header title is small on small screens */
92
94
  .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
93
- font-size: @sapObjectHeader_Title_SnappedFontSize;
94
- font-family: @sapObjectHeader_Title_FontFamily;
95
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
96
+ font-family: var(--sapObjectHeader_Title_FontFamily);
95
97
  }
96
98
 
97
99
 
98
- // Snapped Header title is small on all screen sizes
99
-
100
+ /* Snapped Header title is small on all screen sizes */
100
101
  .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
101
- font-size: @sapObjectHeader_Title_SnappedFontSize;
102
- font-family: @sapObjectHeader_Title_FontFamily;
102
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
103
+ font-family: var(--sapObjectHeader_Title_FontFamily);
103
104
  }
104
105
 
105
- // Overview Page using Dynamic page Header
106
+ /* Overview Page using Dynamic page Header */
106
107
  .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped>.sapFDynamicPageTitle,
107
108
  .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly>.sapFDynamicPageTitle {
108
- box-shadow: @sapUiContentHeaderShadow;
109
+ box-shadow: var(--sapContent_HeaderShadow);
109
110
  }
110
111
 
111
- // Dynamic page Title Focus - Experimental
112
+ /* Dynamic page Title Focus - Experimental */
112
113
  html.sap-desktop {
113
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
114
- outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
115
- outline-offset: -0.125rem;
116
- }
114
+
115
+ .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
116
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
117
+ outline-offset: -0.125rem;
118
+ }
117
119
  }
118
120
 
119
- // =====================================
120
- // GenericTag
121
- // =====================================
121
+ /* =========== */
122
+ /* GenericTag */
123
+ /* =========== */
124
+
122
125
  .sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
123
- margin-top: 1rem;
126
+ margin-top: 1rem;
124
127
  }
125
128
 
126
129
  .sapFDynamicPageTitleSnapped .sapMGenericTag.sapMBarChild {
127
- margin-top: 0.3125rem;
130
+ margin-top: 0.3125rem;
128
131
  }
129
132
 
130
133
  .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainContent {
134
+
131
135
  .sapMGenericTag.sapMBarChild {
132
136
  margin-top: 0.5625rem;
133
137
  margin-bottom: 0.5625rem;
@@ -3,15 +3,16 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =========================================== */
5
5
 
6
- @_sap_f_FCL_SeparatorButtonColor: @sapUiButtonLiteTextColor;
6
+ @_sap_f_FCL_SeparatorButtonColor: var(--sapButton_Lite_TextColor);
7
7
 
8
8
  .sapFFCL {
9
+
9
10
  &.sapFFCLBackgroundDesignSolid {
10
- background: @sapUiContentForegroundColor;
11
+ background: var(--sapContent_ForegroundColor);
11
12
  }
12
13
 
13
14
  &.sapFFCLBackgroundDesignTranslucent {
14
- background: @sapUiGroupContentBackground;
15
+ background: var(--sapGroup_ContentBackground);
15
16
  }
16
17
 
17
18
  &.sapFFCLBackgroundDesignTransparent {
@@ -19,17 +20,17 @@
19
20
  }
20
21
 
21
22
  & > .sapFFCLColumnMid.sapFFCLColumnActive {
22
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
23
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
23
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
24
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
24
25
  }
25
26
 
26
27
  & > .sapFFCLColumnActive.sapFFCLColumnLastActive {
27
28
  border-right: none;
28
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
29
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
29
30
  }
30
31
 
31
32
  & > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
32
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
33
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
33
34
  border-left: none;
34
35
  }
35
36
 
@@ -41,16 +42,17 @@
41
42
 
42
43
  .sapFFCLNavigationButton,
43
44
  .sapUiSizeCompact .sapFFCLNavigationButton {
44
- // Reflection: styles overwritten
45
+
46
+ /* Reflection: styles overwritten */
45
47
  .sapMBtnInner {
46
48
  height: 1.625rem;
47
49
  }
48
50
 
49
- &:before {
50
- background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
51
+ &::before {
52
+ background-image: linear-gradient(to top, var(--sapGroup_ContentBorderColor), transparent);
51
53
  }
52
54
 
53
- &:after {
54
- background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
55
+ &::after {
56
+ background-image: linear-gradient(to bottom, var(--sapGroup_ContentBorderColor), transparent);
55
57
  }
56
- }
58
+ }
@@ -10,4 +10,4 @@
10
10
 
11
11
  .sapFGridList > .sapMGrowingList {
12
12
  background: none;
13
- }
13
+ }
@@ -1,33 +1,42 @@
1
- /* =============================== */
2
- /* CSS for control sap.f/SidePanel */
3
- /* Evening Horizon theme */
4
- /* =============================== */
1
+ /* ================================ */
2
+ /* CSS for control sap.f/SidePanel */
3
+ /* Evening Horizon theme */
4
+ /* ================================ */
5
5
 
6
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiGroupContentBorderColor, transparent;
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapGroup_ContentBorderColor), transparent;
7
7
 
8
8
  .sapFSP {
9
+
9
10
  .sapFSPSplitterBar {
11
+
10
12
  .sapFSPSplitterBarGripIcon {
11
- color:@sapUiButtonLiteTextColor;
13
+ color: var(--sapButton_Lite_TextColor);
12
14
  }
13
15
  }
16
+
14
17
  .sapFSPSide {
18
+
15
19
  .sapFSPSideInner {
20
+
16
21
  .sapFSPActionBar {
17
22
 
18
23
  .sapFSPItem {
24
+
19
25
  .sapUiIcon {
20
26
  border-width: 0.125rem;
21
27
  }
28
+
22
29
  &.sapFSPSelected {
30
+
23
31
  &::before {
24
32
  width: 0.25rem;
25
33
  }
26
34
  }
27
35
 
28
36
  &:focus {
37
+
29
38
  &::after {
30
- border: 0.125rem solid @sapUiContentSelectedForegroundColor;
39
+ border: 0.125rem solid var(--sapContent_Selected_ForegroundColor);
31
40
  }
32
41
  }
33
42
  }
@@ -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,8 +1,8 @@
1
1
  /* ================================== */
2
- /* CSS for control sap.f/Avatar */
2
+ /* CSS for control sap.f/AvatarGroup */
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
6
  .sapFAvatarGroup {
7
- padding: @sapContent_FocusWidth;
7
+ padding: var(--sapContent_FocusWidth);
8
8
  }
@@ -5,11 +5,11 @@
5
5
 
6
6
  html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
7
7
  outline-width: 0.125rem;
8
- outline-offset: -0.25rem; // due to bottom border overlapping
8
+ outline-offset: -0.25rem; /* due to bottom border overlapping */
9
9
  }
10
10
 
11
11
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnappedTitleOnMobile > .sapFDynamicPageTitle {
12
- border-bottom: 1px solid @sapUiObjectHeaderBorderColor;
12
+ border-bottom: 1px solid var(--sapObjectHeader_BorderColor);
13
13
  }
14
14
 
15
15
  .sapFDynamicPageTitle {
@@ -18,7 +18,7 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
18
18
 
19
19
  &.sapFDynamicPageTitleTransparent,
20
20
  &.sapFDynamicPageTitleTranslucent {
21
- background: @sapUiObjectHeaderBackground;
21
+ background: var(--sapObjectHeader_Background);
22
22
  }
23
23
  }
24
24
 
@@ -27,19 +27,21 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
27
27
  }
28
28
 
29
29
  .sapFDynamicPage-Std-Tablet {
30
+
30
31
  .sapFDynamicPageTitle,
31
32
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
32
33
  padding: 0.5rem 2rem;
33
34
  }
34
35
 
35
- // Needed because on some high-end phones in landscape mode,
36
- // the width of the viewport is bigger than 600 (Tablet breakpoint).
36
+ /* Needed because on some high-end phones in landscape mode,
37
+ the width of the viewport is bigger than 600 (Tablet breakpoint). */
37
38
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnappedTitleOnMobile > .sapFDynamicPageTitle {
38
39
  padding: 0 2rem;
39
40
  }
40
41
  }
41
42
 
42
43
  .sapFDynamicPage-Std-Phone {
44
+
43
45
  .sapFDynamicPageTitle,
44
46
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle,
45
47
  .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle {
@@ -56,7 +58,7 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
56
58
  padding: 0;
57
59
  }
58
60
 
59
- // General alignment styles for header text
61
+ /* General alignment styles for header text */
60
62
  .sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
61
63
  align-self: center;
62
64
  }
@@ -69,49 +71,32 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
69
71
  margin-left: 0;
70
72
  }
71
73
 
72
- /* IE and Edge ignores outline-offset. Use an overlay: */
73
- /* TODO remove after the end of support for Internet Explorer */
74
- html[data-sap-ui-browser^="ie"].sap-desktop,
75
- html[data-sap-ui-browser^="ed"].sap-desktop {
76
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
77
- outline: none;
78
- position: relative;
79
- }
80
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus:before {
81
- content: " ";
82
- box-sizing: border-box;
83
- width: 100%;
84
- height: 98%; // due to bottom border overlapping
85
- position: absolute;
86
- left: 0;
87
- top: 0;
88
- border: 0.125rem dashed @sapUiContentFocusColor;
89
- pointer-events: none;
90
- }
91
- }
92
-
93
74
  /* Firefox fix due to focus cut out from top and left */
94
- html[data-sap-ui-browser^="ff"].sap-desktop {
75
+ html[data-sap-ui-browser^='ff'].sap-desktop {
76
+
95
77
  .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
96
78
  outline: none;
97
79
  position: relative;
98
80
  }
99
- .sapFDynamicPageTitle.sapFDynamicPageTitleFocus:before {
100
- content: " ";
81
+
82
+ .sapFDynamicPageTitle.sapFDynamicPageTitleFocus::before {
83
+ content: '';
101
84
  box-sizing: border-box;
102
85
  width: 100%;
103
- height: 98%; // due to bottom border overlapping
86
+ height: 98%; /* due to bottom border overlapping */
104
87
  position: absolute;
105
88
  left: 0;
106
89
  top: 0;
107
- border: 0.125rem dotted @sapUiContentFocusColor;
90
+ border: 0.125rem dotted var(--sapContent_FocusColor);
108
91
  pointer-events: none;
109
92
  }
110
93
  }
111
94
 
112
95
  .sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
96
+
113
97
  &.sapFDynamicPageTitleSnapped,
114
98
  &.sapFDynamicPageTitleOnly {
99
+
115
100
  & > .sapFDynamicPageTitle {
116
101
  box-shadow: none;
117
102
  }
@@ -3,32 +3,33 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =========================================== */
5
5
 
6
- // Cozy mode
6
+ /* Cozy mode */
7
7
  .sapFFCL > {
8
+
8
9
  &.sapFFCLBackgroundDesignSolid {
9
- background: @sapUiContentForegroundColor;
10
+ background: var(--sapContent_ForegroundColor);
10
11
  }
11
12
 
12
13
  &.sapFFCLBackgroundDesignTranslucent {
13
- background: @sapUiBaseBG;
14
+ background: var(--sapBackgroundColor);
14
15
  }
15
16
 
16
17
  &.sapFFCLBackgroundDesignTransparent {
17
- background: @sapUiBaseBG;
18
+ background: var(--sapBackgroundColor);
18
19
  }
19
20
 
20
21
  & > .sapFFCLColumnMid.sapFFCLColumnActive {
21
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
22
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
22
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
23
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
23
24
  }
24
25
 
25
26
  & > .sapFFCLColumnActive.sapFFCLColumnLastActive {
26
27
  border-right: none;
27
- border-left: 0.0625rem solid @sapUiGroupContentBorderColor;
28
+ border-left: 0.0625rem solid var(--sapGroup_ContentBorderColor);
28
29
  }
29
30
 
30
31
  & > .sapFFCLColumnActive.sapFFCLColumnFirstActive {
31
- border-right: 0.0625rem solid @sapUiGroupContentBorderColor;
32
+ border-right: 0.0625rem solid var(--sapGroup_ContentBorderColor);
32
33
  border-left: none;
33
34
  }
34
35
 
@@ -39,25 +40,29 @@
39
40
  }
40
41
 
41
42
  .sapFFCL {
43
+
42
44
  .sapFFCLNavigationButton {
45
+
43
46
  .sapMBtnInner {
44
- border: 0.0625rem solid @sapUiButtonBorderColor;
47
+ border: 0.0625rem solid var(--sapButton_BorderColor);
45
48
 
46
49
  .sapMBtnIcon {
47
50
  width: auto;
48
51
  }
49
52
  }
50
- &:before,
51
- &:after {
53
+
54
+ &::before,
55
+ &::after {
52
56
  background-size: 0.125rem 100%;
53
57
  background-position-x: calc(50% - 0.0625rem);
54
58
  }
55
- &:before {
56
- background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
59
+
60
+ &::before {
61
+ background-image: linear-gradient(to top, var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0));
57
62
  }
58
63
 
59
- &:after {
60
- background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
64
+ &::after {
65
+ background-image: linear-gradient(to bottom, var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0));
61
66
  }
62
67
  }
63
68
  }
@@ -1,6 +1,6 @@
1
- /* ================================= */
2
- /* CSS for control sap.f/GridList */
3
- /* Horizon High Contrast Black theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================== */
5
5
 
6
6
  @_sap_f_GridList_ItemFocusBorderRadius: unset;
@@ -1,30 +1,37 @@
1
- /* ================================= */
2
- /* CSS for control sap.f/SidePanel */
3
- /* Horizon High Contrast Black theme */
4
- /* ================================= */
1
+ /* ================================== */
2
+ /* CSS for control sap.f/SidePanel */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================== */
5
5
 
6
- @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
7
- @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: var(--sapObjectHeader_BorderColor), fade(@sapUiObjectHeaderBorderColor, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: var(--sapObjectHeader_BorderColor), var(--sapObjectHeader_BorderColor);
8
8
 
9
9
  .sapFSP {
10
+
10
11
  .sapFSPSplitterBar {
12
+
11
13
  &:hover {
14
+
12
15
  .sapFSPSplitterBarGripIcon {
13
- background: @sapUiHighlight;
16
+ background: var(--sapHighlightColor);
14
17
  }
15
18
  }
16
19
  }
20
+
17
21
  .sapFSPSide {
22
+
18
23
  .sapFSPSideInner {
19
- border: 0.0625rem solid @sapUiGroupContentBorderColor;
24
+ border: 0.0625rem solid var(--sapGroup_ContentBorderColor);
20
25
  box-sizing: content-box;
21
26
 
22
27
  .sapFSPActionBar {
23
28
 
24
29
  .sapFSPItem {
30
+
25
31
  &.sapFSPSelected {
32
+
26
33
  .sapUiIcon {
27
- background-color: @sapUiContentSelectedBackground;
34
+ background-color: var(--sapContent_Selected_Background);
28
35
  border-width: 0.125rem;
29
36
  }
30
37
 
@@ -34,8 +41,9 @@
34
41
  }
35
42
 
36
43
  &:focus {
44
+
37
45
  &::after {
38
- border: 0.125rem dotted @sapUiContentFocusColor;
46
+ border: 0.125rem dotted var(--sapContent_FocusColor);
39
47
  }
40
48
  }
41
49
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,8 +1,8 @@
1
1
  /* ================================== */
2
- /* CSS for control sap.f/Avatar */
2
+ /* CSS for control sap.f/AvatarGroup */
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
6
  .sapFAvatarGroup {
7
- padding: @sapContent_FocusWidth;
7
+ padding: var(--sapContent_FocusWidth);
8
8
  }