@openui5/themelib_sap_horizon 1.101.0 → 1.103.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 (419) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
  4. package/src/sap/f/themes/sap_horizon/Card.less +41 -10
  5. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
  7. package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
  8. package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
  9. package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
  10. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
  11. package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
  12. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
  13. package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
  14. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
  15. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
  16. package/src/sap/f/themes/sap_horizon_hcb/Card.less +11 -2
  17. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
  18. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
  19. package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
  20. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
  21. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
  22. package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
  23. package/src/sap/m/themes/sap_horizon/ActionSelect.less +27 -15
  24. package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
  25. package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
  26. package/src/sap/m/themes/sap_horizon/Button.less +36 -3
  27. package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
  28. package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
  29. package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
  30. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
  31. package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
  32. package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
  33. package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
  34. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
  35. package/src/sap/m/themes/sap_horizon/Label.less +12 -0
  36. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
  37. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  38. package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -6
  39. package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
  40. package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
  41. package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
  42. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
  43. package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
  44. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
  45. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
  46. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
  47. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
  48. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
  49. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
  50. package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
  51. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
  52. package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
  53. package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
  54. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
  55. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +4 -7
  56. package/src/sap/m/themes/sap_horizon/SelectList.less +3 -14
  57. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
  58. package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
  59. package/src/sap/m/themes/sap_horizon/Slider.less +92 -51
  60. package/src/sap/m/themes/sap_horizon/SplitButton.less +22 -8
  61. package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
  62. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -15
  63. package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
  64. package/src/sap/m/themes/sap_horizon/Table.less +14 -5
  65. package/src/sap/m/themes/sap_horizon/Text.less +5 -0
  66. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
  67. package/src/sap/m/themes/sap_horizon/Token.less +26 -11
  68. package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
  69. package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
  70. package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
  71. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
  72. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
  73. package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
  74. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +29 -17
  75. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
  76. package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
  77. package/src/sap/m/themes/sap_horizon_dark/Button.less +36 -3
  78. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
  79. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
  80. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
  81. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
  82. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
  83. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -2
  84. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
  85. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
  86. package/src/sap/m/themes/sap_horizon_dark/Label.less +12 -0
  87. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
  88. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  89. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -6
  90. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
  91. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
  92. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
  93. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
  94. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
  95. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
  96. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
  97. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
  98. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
  99. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
  100. package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
  101. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
  102. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
  103. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
  104. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
  105. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +4 -7
  106. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -14
  107. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
  108. package/src/sap/m/themes/sap_horizon_dark/Slider.less +86 -51
  109. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
  110. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +22 -8
  111. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
  112. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -15
  113. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
  114. package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
  115. package/src/sap/m/themes/sap_horizon_dark/Text.less +5 -0
  116. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
  117. package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -11
  118. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
  119. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
  120. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
  121. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
  122. package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
  123. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
  124. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
  125. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
  126. package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
  127. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -54
  128. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
  129. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
  130. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
  131. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  132. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
  133. package/src/sap/m/themes/sap_horizon_hcb/Label.less +12 -0
  134. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
  135. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
  136. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
  137. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
  138. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
  139. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  140. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
  141. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
  142. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
  143. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
  144. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  145. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
  146. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
  147. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
  148. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
  149. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
  150. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
  151. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +151 -25
  152. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
  153. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +2 -47
  154. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
  155. package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
  156. package/src/sap/m/themes/sap_horizon_hcb/Text.less +5 -0
  157. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
  158. package/src/sap/m/themes/sap_horizon_hcb/Token.less +15 -7
  159. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
  160. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
  161. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
  162. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
  163. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
  164. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -3
  165. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
  166. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
  167. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
  168. package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
  169. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -52
  170. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
  171. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
  172. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
  173. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  174. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
  175. package/src/sap/m/themes/sap_horizon_hcw/Label.less +12 -0
  176. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
  177. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
  178. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
  179. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
  180. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
  181. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  182. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
  183. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
  184. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
  185. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
  186. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  187. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
  188. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
  189. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
  190. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
  191. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
  192. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
  193. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +155 -25
  194. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
  195. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +2 -47
  196. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
  197. package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
  198. package/src/sap/m/themes/sap_horizon_hcw/Text.less +5 -0
  199. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
  200. package/src/sap/m/themes/sap_horizon_hcw/Token.less +15 -8
  201. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
  202. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
  203. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
  204. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
  205. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
  206. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -3
  207. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
  208. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
  209. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
  210. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +16 -184
  211. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
  212. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
  213. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
  214. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
  215. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +16 -184
  216. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
  217. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
  218. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
  219. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
  220. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -2
  221. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
  222. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
  223. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
  224. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
  225. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -2
  226. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
  227. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  228. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
  229. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
  230. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  231. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  232. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  233. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  234. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  235. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  236. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  237. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  238. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  239. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  240. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  241. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  242. package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
  243. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  244. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
  245. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
  246. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  247. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  248. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  249. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  250. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  251. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  252. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  253. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  254. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  255. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  256. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  257. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  258. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
  259. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  260. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
  261. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
  262. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2 -2
  263. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  264. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  265. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  266. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  267. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  268. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  269. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  270. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  271. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  272. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  273. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  274. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
  275. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  276. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
  277. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
  278. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2 -2
  279. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  280. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  281. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  282. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  283. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  284. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  285. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  286. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  287. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  288. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  289. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  290. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
  291. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
  292. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
  293. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
  294. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
  295. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
  296. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
  297. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
  298. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
  299. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
  300. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
  301. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
  302. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
  303. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
  304. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
  305. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
  306. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
  307. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
  308. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
  309. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
  310. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
  311. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
  312. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
  313. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  314. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  315. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
  316. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
  317. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  318. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  319. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
  320. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
  321. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
  322. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
  323. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
  324. package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
  325. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
  326. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
  327. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
  328. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
  329. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
  330. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
  331. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
  332. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
  333. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  334. package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
  335. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
  336. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
  337. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
  338. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
  339. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
  340. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
  341. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
  342. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
  343. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
  344. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
  345. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
  346. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
  347. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
  348. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
  349. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
  350. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
  351. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
  352. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
  353. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
  354. package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
  355. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
  356. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
  357. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
  358. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
  359. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
  360. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
  361. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
  362. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
  363. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
  364. package/src/sap/ui/table/themes/sap_horizon/Cell.less +15 -0
  365. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
  366. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
  367. package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
  368. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
  369. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +15 -0
  370. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
  371. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
  372. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
  373. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
  374. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +16 -1
  375. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
  376. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
  377. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +16 -1
  378. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
  379. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
  380. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +16 -11
  381. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
  382. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
  383. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +20 -23
  384. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +17 -11
  385. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
  386. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
  387. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +20 -23
  388. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +17 -11
  389. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
  390. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
  391. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +11 -22
  392. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +17 -11
  393. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
  394. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
  395. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +11 -22
  396. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +9 -10
  397. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
  398. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
  399. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
  400. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
  401. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +10 -11
  402. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
  403. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
  404. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
  405. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  406. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
  407. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
  408. package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
  409. package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
  410. package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
  411. package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
  412. package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
  413. package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
  414. package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
  415. package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
  416. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
  417. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
  418. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
  419. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
@@ -25,10 +25,6 @@
25
25
  border-top-color: transparent;
26
26
  }
27
27
 
28
- .sapMListTblCell {
29
- padding: 0 0.5rem;
30
- }
31
-
32
28
  .sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
33
29
  margin-right: 0; // Avoid gaps in the focus viszualization between the cells
34
30
  }
@@ -38,9 +34,22 @@
38
34
  .sapMListShowSeparatorsAll .sapMLIBShowSeparator:last-child > td.sapMListTblDummyCell,
39
35
  .sapMListShowSeparatorsAll .sapMListTblSubRow:last-child > td.sapMListTblDummyCell,
40
36
  :not(.sapMListHasGrowing):not(.sapMListShowSeparatorsInner):not(.sapMListShowSeparatorsNone) > .sapMTableTBody .sapMListTblRow:last-child > .sapMListTblDummyCell:last-child {
41
- border-bottom: none;
37
+ border-bottom: none;
42
38
  }
43
39
 
44
40
  .sapMListTblDummyCell:last-child {
45
41
  background-color: @sapUiListBackground;
42
+ border-left-color: @sapUiListTableFixedBorderColor;
43
+ }
44
+
45
+ /* overwrite text control styles */
46
+ .sapUiSizeCompact .sapMListTblCell {
47
+ .sapMLnk,
48
+ .sapMText,
49
+ .sapMLabel,
50
+ .sapMObjectNumber,
51
+ .sapMObjectIdentifier,
52
+ .sapMObjStatus {
53
+ line-height: 1.5rem;
54
+ }
46
55
  }
@@ -8,4 +8,9 @@
8
8
  min-height: 2.75rem; /* for empty text */
9
9
  padding-top: 0.6875rem;
10
10
  padding-bottom: 0.6875rem;
11
+ }
12
+
13
+ .sapMTB-Info-CTX > .sapMText {
14
+ font-style: italic;
15
+ padding-right: 5px;
11
16
  }
@@ -101,6 +101,6 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMToggleBtnPressed.sapMFo
101
101
  border-radius: 0.5rem;
102
102
  }
103
103
 
104
- .sapMBtn:not(.sapMBtnDisabled):focus > span.sapMBtnInner.sapMBtnEmphasized.sapMToggleBtnPressed {
105
- border-color: @sapUiContentContrastFocusColor;
104
+ .sapUiSizeCompact .sapMBar-CTX .sapMBtnDefault.sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
105
+ border-color: @sapUiButtonSelectedBorderColor;
106
106
  }
@@ -5,11 +5,12 @@
5
5
 
6
6
  @_sap_m_Token_TokenPadding: 0.5rem;
7
7
  @_sap_m_Token_TokenCompactPadding: 0.25rem;
8
- @_sap_m_Token_LeftPadding: 0.25rem;
8
+ @_sap_m_Token_LeftPadding: 0.3125rem;
9
9
  @_sap_m_Token_TokenSize: @sapMFontSmallSize + (2 * @_sap_m_Token_TokenPadding) - @_sap_m_Token_LeftPadding;
10
10
  @_sap_m_Token_TokenCompactSize: @sapMFontSmallSize + @_sap_m_Token_TokenCompactPadding;
11
11
 
12
12
  .sapMToken {
13
+ overflow: visible;
13
14
  padding-left: @_sap_m_Token_LeftPadding;
14
15
  }
15
16
 
@@ -20,20 +21,20 @@
20
21
  border-radius: @sapUiButtonBorderCornerRadius;
21
22
  }
22
23
 
23
- html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(:focus):hover {
24
+ html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):not(:focus):hover {
24
25
  background: @sapUiButtonTokenBackground;
25
26
  border: 1px solid @sapUiButtonTokenBorderColor;
26
27
  border-radius: @sapUiButtonBorderCornerRadius;
27
28
  box-shadow: @sapUiContentInteractionShadow;
28
29
  }
29
30
 
30
- html.sap-desktop .sapMToken.sapMTokenSelected:hover {
31
+ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):hover {
31
32
  background: @sapUiButtonSelectedBackground;
32
33
  border: @sapUiButtonBorderWidth solid @sapUiButtonSelectedBorderColor;
33
34
  border-radius: @sapUiButtonBorderCornerRadius;
34
35
  }
35
36
 
36
- html.sap-desktop .sapMToken.sapMTokenSelected:not(:focus):hover {
37
+ html.sap-desktop .sapMToken.sapMTokenSelected:not(.sapMTokenReadOnly):not(:focus):hover {
37
38
  box-shadow: @sapUiContentInteractionShadow;
38
39
  }
39
40
 
@@ -43,18 +44,32 @@ html.sap-desktop .sapMToken.sapMTokenSelected:not(:focus):hover {
43
44
  }
44
45
 
45
46
  html.sap-desktop .sapMToken:focus {
46
- outline: 2px solid @sapUiButtonSelectedBorderColor;
47
- outline-offset: 0.0625rem;
48
- border-radius: @sapUiButtonBorderCornerRadius;
47
+ outline: none;
48
+ }
49
+
50
+ html.sap-desktop .sapMToken:focus::after {
51
+ content: '';
52
+ position: absolute;
53
+ pointer-events: none;
54
+ z-index: 2;
55
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiFieldActiveBorderColor;
56
+ border-radius: 0.625rem;
57
+ top: -0.25rem;
58
+ bottom: -0.25rem;
59
+ left: -0.25rem;
60
+ right: -0.25rem;
49
61
  }
50
62
 
51
- html.sap-desktop .sapMToken:not(.sapMTokenSelected):focus:hover {
63
+ html.sap-desktop .sapMToken:not(.sapMTokenSelected):not(.sapMTokenReadOnly):focus:hover {
52
64
  border: @sapUiButtonBorderWidth solid @sapUiButtonTokenBorderColor;
53
65
  }
54
66
 
55
- html.sap-desktop .sapUiSizeCompact .sapMToken:focus,
56
- html.sap-desktop .sapUiSizeCondensed .sapMToken:focus {
57
- outline-offset: 0;
67
+ html.sap-desktop .sapUiSizeCompact .sapMToken:focus::after,
68
+ html.sap-desktop .sapUiSizeCondensed .sapMToken:focus::after {
69
+ top: -0.125rem;
70
+ bottom: -0.125rem;
71
+ left: -0.125rem;
72
+ right: -0.125rem;
58
73
  }
59
74
 
60
75
  html.sap-desktop .sapMToken.sapMTokenSelected:focus {
@@ -49,8 +49,8 @@ html.sap-desktop .sapMTokenizer:focus {
49
49
  &:focus,
50
50
  &.sapMTokenSelected,
51
51
  &.sapMTokenSelected:focus,
52
- &.sapMTokenSelected:hover,
53
- &:not(.sapMTokenSelected):not(:focus):hover {
52
+ &.sapMToken.sapMTokenSelected:hover,
53
+ &.sapMToken:not(.sapMTokenSelected):not(:focus):hover {
54
54
  background: @sapButton_TokenBackground;
55
55
  cursor: default;
56
56
  color: @sapUiBaseText;
@@ -60,6 +60,10 @@ html.sap-desktop .sapMTokenizer:focus {
60
60
  box-shadow: none;
61
61
  }
62
62
 
63
+ &:focus:after {
64
+ content: none;
65
+ }
66
+
63
67
  .sapMTokenText,
64
68
  .sapMTokenIcon {
65
69
  color: @sapUiBaseText;
@@ -80,14 +84,3 @@ html.sap-desktop .sapMTokenizer:focus {
80
84
  color: @sapLinkColor;
81
85
  font-weight: bold;
82
86
  }
83
-
84
- .sapMTokenizerTokensPopup .sapMListItems {
85
- & li:first-child:focus {
86
- border-top-left-radius: @sapUiElementBorderCornerRadius;
87
- border-top-right-radius: @sapUiElementBorderCornerRadius;
88
- }
89
- & li:last-child:focus {
90
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
91
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
92
- }
93
- }
@@ -14,6 +14,10 @@ html.sap-desktop .sapMTBActive:focus {
14
14
  background: @sapUiToolbarBackground;
15
15
  }
16
16
 
17
+ .sapMIBar > .sapMBarChild:last-child {
18
+ margin-right: 0;
19
+ }
20
+
17
21
  .sapMTB-Transparent-CTX.sapMTB,
18
22
  .sapMIBar.sapMTB-Info-CTX.sapMTB {
19
23
  padding: 0 0.5rem;
@@ -12,16 +12,21 @@
12
12
  background-color: @sapUiShellBackground;
13
13
  }
14
14
  }
15
- .sapMWizard .sapMWizardProgressNav {
16
- box-shadow: @sapUiShadowHeader;
17
- }
18
15
 
19
16
  .sapMWizard {
20
17
  overflow: hidden;
21
18
  }
22
19
 
20
+ .sapMWizard .sapMWizardStep {
21
+ padding-bottom: 1rem;
22
+ }
23
+
24
+ .sapMWizard:not(.sapMWizardModePage) .sapMWizardLastActivatedStep {
25
+ min-height: calc(100% - 3rem);
26
+ }
27
+
23
28
  html.sap-phone .sapMWizard .sapMWizardNextButtonVisible {
24
- left: 1rem;
29
+ left: 2rem;
25
30
  bottom: 3.5rem;
26
31
  -webkit-transform: none;
27
32
  transform: none;
@@ -9,6 +9,7 @@
9
9
  .sapMWizardProgressNav {
10
10
  position: absolute;
11
11
  z-index: 1;
12
+ box-shadow: @sapUiContentHeaderShadow;
12
13
  }
13
14
 
14
15
  .sapMWizardProgressNavStep:hover .sapMWizardProgressNavStepCircle {
@@ -21,11 +22,14 @@
21
22
  color: @sapUiContentContrastIconColor;
22
23
  }
23
24
 
24
- .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"]:hover .sapMWizardProgressNavStepTitle,
25
25
  .sapMWizardProgressNavStep:hover .sapMWizardProgressNavStepTitle {
26
26
  color: @sapTextColor;
27
27
  }
28
28
 
29
+ .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepTitle {
30
+ color: @sapUiContentSelectedForegroundColor;
31
+ }
32
+
29
33
  .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepCircle::after {
30
34
  height: @_sap_m_WizardProgressNavigator_StepUnderlineHeight;
31
35
  background: @sapUiSelected;
@@ -41,6 +45,7 @@
41
45
  .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] .sapMWizardProgressNavStepContainer::after {
42
46
  height: 0;
43
47
  }
48
+
44
49
  .sapMWizardProgressNavStep[data-sap-ui-wpn-step-current="true"] {
45
50
  & .sapMWizardProgressNavStepCircle {
46
51
  background: @sapUiSelected;
@@ -50,13 +55,13 @@
50
55
 
51
56
  .sapMWizardProgressNavStepCircle {
52
57
  background: @sapUiObjectHeaderBackground;
53
- border-color: @sapUiSelected;
58
+ border-color: @sapUiSelected;
54
59
  color: @sapUiSelected;
55
60
  }
56
61
 
57
62
  .sapMWizardProgressNavStepTitle {
58
63
  color: @sapTextColor;
59
- font-weight: bold;
64
+ font-family: @sapUiFontBoldFamily;
60
65
  }
61
66
 
62
67
  .sapMWizardProgressNavStepTitle:hover {
@@ -64,18 +69,21 @@
64
69
  }
65
70
 
66
71
  .sapMWizardProgressNavStep::after {
67
- border-bottom-color: @sapUiSelected;
72
+ border-bottom-color: @sapUiContentSelectedForegroundColor;
68
73
  }
69
74
 
70
75
  .sapMWizard .sapMWizardStepContainer {
71
76
  background: @sapUiGroupContentBackground;
72
77
  }
73
78
 
74
- .sapMWizardProgressNavStepTitleOptional,
75
- .sapMWizardProgressNavStepLabelOptional {
79
+ .sapMWizardProgressNavStepTitleOptional {
76
80
  color: @sapTextColor;
77
81
  }
78
82
 
83
+ .sapMWizardProgressNavStepLabelOptional {
84
+ margin-top: 0.125rem;
85
+ }
86
+
79
87
  .sapMWizardProgressNavStep[data-sap-ui-wpn-step-active="true"] {
80
88
  /* all steps after the active one have inactive style */
81
89
  & ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepCircle {
@@ -84,6 +92,10 @@
84
92
  color: @sapUiContentLabelColor;
85
93
  }
86
94
 
95
+ & ~ .sapMWizardProgressNavStep .sapMWizardProgressNavStepTitle {
96
+ color: @sapUiContentLabelColor;
97
+ }
98
+
87
99
  /* all separators after (and including) the active step have inactive style */
88
100
  &::after,
89
101
  & ~ .sapMWizardProgressNavStep::after {
@@ -1,3 +1,10 @@
1
+ .sapMWizardStep {
2
+ background-color: @sapUiGroupContentBackground;
3
+ border-radius: @sapUiElementBorderCornerRadius;
4
+ padding: 1rem;
5
+ margin-bottom: 1rem;
6
+ }
7
+
1
8
  .sapMWizardStep .sapMWizardStepTitle {
2
9
  font-weight: bold;
3
10
  }
@@ -23,6 +23,7 @@
23
23
  @import "CustomTile.less";
24
24
  @import "Dialog.less";
25
25
  @import "DraftIndicator.less";
26
+ @import "DynamicDateRange.less";
26
27
  @import "Image.less";
27
28
  @import "MessagePage.less";
28
29
  @import "GenericTag.less";
@@ -37,6 +38,7 @@
37
38
  /* note: the following three files are not in alphabetical order and should be imported after InputBase.less */
38
39
  @import "ColumnListItem.less";
39
40
  @import "ComboBoxBase.less";
41
+ @import "Label.less";
40
42
  @import "LightBox.less";
41
43
  @import "Link.less";
42
44
  @import "ListBase.less";
@@ -48,9 +50,10 @@
48
50
  @import "MultiComboBox.less";
49
51
  @import "MultiInput.less";
50
52
  @import "NewsContent.less";
51
- @import "NotificationListItem.less";
53
+ @import "NotificationListGroup.less";
52
54
  @import "ObjectAttribute.less";
53
55
  @import "ObjectHeader.less";
56
+ @import "ObjectListItem.less";
54
57
  @import "ObjectMarker.less";
55
58
  @import "ObjectNumber.less";
56
59
  @import "ObjectStatus.less";
@@ -68,7 +71,6 @@
68
71
  @import "RangeSlider.less";
69
72
  @import "RatingIndicator.less";
70
73
  @import "ResponsivePopover.less";
71
- @import "ScrollContainer.less";
72
74
  @import "SearchField.less";
73
75
  @import "SegmentedButton.less";
74
76
  @import "Select.less";
@@ -7,24 +7,37 @@
7
7
  /* button */
8
8
  /* ----------------------------- */
9
9
 
10
- .sapMActionSelectPicker .sapMBtn {
11
- .sapMBtnInner {
10
+ html.sap-desktop .sapMActionSelectPicker .sapMBtn {
11
+ .sapMBtnInner {
12
12
  border-top: 1px solid @sapUiListBorderColor;
13
13
  border-bottom: 0;
14
14
  border-left: 0;
15
15
  border-right: 0;
16
16
  height: 2.5rem;
17
- }
17
+ }
18
18
 
19
- .sapMBtnContent {
19
+ .sapMBtnContent {
20
20
  line-height: 2.4375rem;
21
- }
21
+ }
22
22
  }
23
23
 
24
- .sapMActionSelectPicker .sapMBtn .sapMBtnInner {
24
+ html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
25
25
  border-radius: 0;
26
26
  }
27
27
 
28
+ html.sap-phone .sapMActionSelectPicker .sapMBtn .sapMBtnInner {
29
+ border: none;
30
+ }
31
+
32
+ html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn {
33
+ border: 1px solid @sapUiListBorderColor;
34
+ border-bottom: none;
35
+ }
36
+
37
+ html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn ~ .sapMBtn {
38
+ border: 1px solid @sapUiListBorderColor;
39
+ }
40
+
28
41
  /* override standard buttons inside the action select */
29
42
 
30
43
  .sapMActionSelectPicker .sapMBtnDefault {
@@ -44,9 +57,9 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
44
57
  background: @sapUiListHoverBackground;
45
58
  }
46
59
 
47
- /* ======================================================================== */
48
- /* CSS for control sap.m/ActionSelect Fiori 3 theme compact/condensed sizes */
49
- /* ======================================================================== */
60
+ /* ================================================================================ */
61
+ /* CSS for control sap.m/ActionSelect Evening Horizon theme compact/condensed sizes */
62
+ /* ================================================================================ */
50
63
 
51
64
  /* ----------------------------- */
52
65
  /* button */
@@ -58,7 +71,7 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
58
71
  padding: 0;
59
72
  }
60
73
 
61
- .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
74
+ html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
62
75
  height: 2rem;
63
76
  border-radius: 0;
64
77
  border: 0;
@@ -73,11 +86,10 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
73
86
  border: none;
74
87
  }
75
88
 
76
- .sapMActionSelectPicker ul:not(:only-child) .sapMSelectListItemBaseSelected:last-child:after {
77
- border-radius:0;
89
+ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled):focus > .sapMBtnInner:before {
90
+ border-radius: 0;
91
+ left: 0.125rem;
92
+ top: 0.125rem;
93
+ right: 0.125rem;
94
+ bottom: 0.125rem;
78
95
  }
79
-
80
- .sapMActionSelectPicker .sapMBtn:last-child:focus .sapMFocusable {
81
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
82
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
83
- }
@@ -3,7 +3,42 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================== */
5
5
 
6
+ .sapMActionSheetPopover.sapMPopover {
7
+ box-shadow: @sapUiContentShadow2;
8
+ }
9
+
6
10
  .sapMActionSheetDialog .sapMBar.sapMHeader-CTX > .sapMBarMiddle > .sapMBarPH > .sapMDialogTitle {
7
- color: @sapUiContentContrastTextColor;
8
- background: transparent;
11
+ color: @sapUiPageHeaderTextColor;
12
+ font-size: @sapMFontHeader5Size;
13
+ font-weight: bold;
14
+ }
15
+
16
+ .sapMDialog.sapMActionSheetDialog {
17
+ background-color: @sapUiPageHeaderBackground;
18
+ border-top-left-radius: @sapUiElementBorderCornerRadius;
19
+ border-top-right-radius: @sapUiElementBorderCornerRadius;
20
+ box-shadow: @sapUiContentShadow3;
21
+
22
+ &.sapMDialogPhone .sapMIBar.sapMHeader-CTX {
23
+ box-shadow: @sapUiContentHeaderShadow;
24
+ background-color: @sapUiPageHeaderBackground;
25
+ border-top-left-radius: @sapUiElementBorderCornerRadius;
26
+ border-top-right-radius: @sapUiElementBorderCornerRadius;
27
+ }
28
+
29
+ &.sapUiPopupWithPadding:not(.sapUiNoContentPadding) .sapMDialogScrollCont {
30
+ padding: 0;
31
+ }
32
+
33
+ & > .sapMDialogSection {
34
+ box-shadow: none;
35
+ }
36
+
37
+ &:not(.sapUiResponsiveContentPadding):not(.sapUiContentPadding).sapMDialog-NoFooter .sapMDialogScroll {
38
+ padding-bottom: 0;
39
+ }
40
+ }
41
+
42
+ .sapMActionSheetDialogWithTitle .sapMBarMiddle .sapMBarPH {
43
+ padding: 0 1rem;
9
44
  }
@@ -4,18 +4,22 @@
4
4
  /* ========================== */
5
5
 
6
6
  .sapMBar {
7
- background-color: transparent;
8
7
  text-shadow: none;
9
8
  }
10
9
 
11
- .sapMBarRight,
12
- .sapMBarPH {
13
- padding-right: 0.5rem;
10
+ .sapMBarLeft{
11
+ padding-left: 1rem;
12
+ padding-right: 0.25rem;
13
+ }
14
+
15
+ .sapMBarRight {
16
+ padding-left: 0.25rem;
17
+ padding-right: 1rem;
14
18
  }
15
19
 
16
- .sapMBarLeft,
17
20
  .sapMBarPH {
18
- padding-left: 0.5rem;
21
+ padding-right: 0.25rem;
22
+ padding-left: 0.25rem;
19
23
  }
20
24
 
21
25
  .sapMBar .sapMBarRight.sapMBarContainer > *:first-child,
@@ -33,7 +37,7 @@
33
37
  .sapMBar .sapMBarRight.sapMBarContainer > *:not(:first-child):not(:last-child),
34
38
  .sapMBar .sapMBarLeft.sapMBarContainer > *:not(:first-child):not(:last-child),
35
39
  .sapMBar .sapMBarMiddle .sapMBarContainer > *:not(:first-child):not(:last-child){
36
- margin: 0 0.25rem;
40
+ margin: 0 0.5rem;
37
41
  }
38
42
 
39
43
  .sapMBar .sapMBarRight.sapMBarContainer > *:first-child:last-child,
@@ -75,4 +79,8 @@
75
79
 
76
80
  html[data-sap-ui-browser^="ff"].sap-desktop .sapMBarTitleAlignAuto .sapMBarPH {
77
81
  justify-content: start;
82
+ }
83
+
84
+ .sapMIBar-CTX.sapMFooter-CTX {
85
+ border-top: 0.0625rem solid @sapUiPageFooterBorderColor;
78
86
  }
@@ -99,7 +99,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
99
99
  }
100
100
 
101
101
  .sapMBtnInner.sapMBtnText {
102
- font-family: @sapFontBoldFamily;
102
+ font-family: @sapUiFontSemiboldDuplexFamily;
103
103
  padding-left: 0.5625rem;
104
104
  padding-right: 0.5625rem;
105
105
  }
@@ -172,7 +172,7 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before
172
172
  border-radius: 0.375rem;
173
173
  }
174
174
 
175
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBadgeIndicator):before,
175
+ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
176
176
  html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBadgeIndicator):before,
177
177
  html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBadgeIndicator):before,
178
178
  html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBadgeIndicator):before,
@@ -180,7 +180,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
180
180
  border: 0.125rem solid @sapUiContentContrastFocusColor;
181
181
  }
182
182
 
183
- .sapMTB-Transparent-CTX .sapMBtnInner:not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized):not(.sapMBtnAccept):not(.sapMBtnAttention):not(.sapMBtnReject):not(.sapMBtnActive):not(.sapMBtnGhost) {
183
+ .sapMIBar .sapMBtnInner:not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized):not(.sapMBtnAccept):not(.sapMBtnAttention):not(.sapMBtnReject):not(.sapMBtnActive):not(.sapMBtnGhost) {
184
184
  border-color: @sapUiButtonLiteBorderColor;
185
185
  }
186
186
 
@@ -197,6 +197,27 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
197
197
  /* (add separators, remove top/bottom border) */
198
198
  /* ------------------------------------------------ */
199
199
 
200
+ .sapMIBar .sapMBtn .sapMBtnInner.sapMBtnDefault,
201
+ .sapMIBar .sapMBtn .sapMBtnInner.sapMBtnDefault .sapUiIcon {
202
+ color: @sapUiButtonLiteTextColor;
203
+ background-color: @sapUiButtonLiteBackground;
204
+ }
205
+
206
+ .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent) {
207
+ &.sapMBtnDefault,
208
+ &.sapMBtnBack {
209
+ color: @sapUiButtonLiteTextColor;
210
+ .sapUiIcon {
211
+ color: @sapUiButtonLiteTextColor;
212
+ }
213
+ }
214
+ }
215
+
216
+ .sapMIBar .sapMBtnDefault.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
217
+ .sapMIBar .sapMBtnTransparent.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed) {
218
+ border-color: @sapUiButtonLiteBorderColor;
219
+ }
220
+
200
221
  .sapUiSizeCompact .sapMBar-CTX .sapMBtnInner.sapMBtnGhost:not(.sapMBtnDisabled) {
201
222
  background: @sapUiButtonLiteBackground;
202
223
  border: 0.0625rem solid @sapUiButtonBorderColor;
@@ -283,4 +304,16 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
283
304
 
284
305
  .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnAttention {
285
306
  box-shadow: @sapContent_Critical_Shadow;
307
+ }
308
+
309
+ /* ----------------------*/
310
+ /* Badges */
311
+ /* ----------------------*/
312
+
313
+ .sapMBtn .sapMBadge .sapMBadgeIndicator:after {
314
+ background-color: @sapContent_BadgeBackground;
315
+ border-color: @sapContent_BadgeBackground;
316
+ color: @sapContent_BadgeTextColor;
317
+ font-size: @sapFontSmallSize;
318
+ text-align: center;
286
319
  }
@@ -18,30 +18,8 @@
18
18
  @_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
19
19
  @_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
20
20
  @_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
21
-
22
- .sapMCrsl {
23
- background-color: @sapUiBaseBG;
24
- }
25
-
26
- /* Carousel controls: HUD */
27
- .sapMCrslHud a {
28
- opacity: 0.5;
29
- box-shadow: @sapUiShadowLevel1;
30
- }
31
-
32
- .sapMCrsl .sapMCrslHud a:hover,
33
- .sapMCrsl .sapMCrslHud a:focus {
34
- box-shadow: @sapUiShadowLevel1;
35
- border: 1px solid @sapUiButtonBorderColor;
36
- background: @sapUiButtonHoverBackground;
37
- }
38
-
39
- .sapMCrsl .sapMCrslHud a:active {
40
- box-shadow: @sapUiShadowLevel1;
41
- background-color: @sapUiButtonActiveBackground;
42
- }
43
-
44
- .sapMCrslPrev:focus,
45
- .sapMCrslNext:focus {
46
- outline: none;
47
- }
21
+ @_sap_m_Carousel_ContentArrowBoxShadow: @sapContent_Shadow1;
22
+ @_sap_m_Carousel_BulletInactiveBackground: @sapContent_ForegroundBorderColor;
23
+ @_sap_m_Carousel_BulletInactiveBorderColor: @sapContent_ForegroundBorderColor;
24
+ @_sap_m_Carousel_BulletActiveBackground: @sapContent_Selected_ForegroundColor;
25
+ @_sap_m_Carousel_BulletActiveBorder: @sapContent_Selected_ForegroundColor;