@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
@@ -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;
@@ -3,16 +3,23 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMColorPalette .sapMColorPaletteSquare:hover > div,
7
- .sapMColorPalette .sapMColorPaletteSquare,
8
- html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:hover > div,
6
+ @_sap_m_ColorPalette_SwatchWidthHitAreaCozy: 2.375rem;
7
+ @_sap_m_ColorPalette_SwatchWidthHitAreaCompact: 1.75rem;
8
+
9
9
  html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare {
10
10
  border-radius: 0.25rem;
11
- }
12
-
13
- html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
14
- .sapMColorPalette .sapMColorPaletteSquare div {
15
- border-radius: 0.125rem;
11
+ &:hover {
12
+ border-radius: 0.4375rem;
13
+ margin: 0.0625rem;
14
+ width: 2.25rem;
15
+ height: 2.25rem;
16
+ & > div {
17
+ border-radius: 0.375rem;
18
+ }
19
+ }
20
+ div {
21
+ border-radius: 0.1875rem;
22
+ }
16
23
  }
17
24
 
18
25
  .sap-desktop .sapMColorPalette .sapMBtn:focus {
@@ -37,24 +44,40 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare div,
37
44
  }
38
45
  }
39
46
 
40
- html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus:after {
41
- border: 0.125rem solid @sapUiContentContrastFocusColor;
42
- border-radius: 0.0625rem;
43
- top: 0.125rem;
44
- left: 0.125rem;
45
- bottom: 0.125rem;
46
- right: 0.125rem;
47
- }
48
-
49
- html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus:before {
50
- border: 0.125rem solid @sapUiContentFocusColor;
51
- border-radius: 0.125rem;
52
- top: 0;
53
- left: 0;
54
- bottom: 0;
55
- right: 0;
47
+ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus {
48
+ &:after {
49
+ display: none;
50
+ }
51
+ &:before {
52
+ border: 0.125rem solid @sapUiContentFocusColor;
53
+ border-radius: 0.4375rem;
54
+ top: -0.3125rem;
55
+ left: -0.3125rem;
56
+ bottom: -0.3125rem;
57
+ right: -0.3125rem;
58
+ }
59
+ &:hover {
60
+ &:after {
61
+ display: block;
62
+ border: 0.0625rem solid @sapUiContentContrastFocusColor;
63
+ border-radius: 0.3125rem;
64
+ top: 0.0625rem;
65
+ left: 0.0625rem;
66
+ bottom: 0.0625rem;
67
+ right: 0.0625rem;
68
+ }
69
+ &:before {
70
+ border: 0.125rem solid @sapUiContentFocusColor;
71
+ border-radius: 0.4375rem;
72
+ top: -0.0625rem;
73
+ left: -0.0625rem;
74
+ bottom: -0.0625rem;
75
+ right: -0.0625rem;
76
+ }
77
+ }
56
78
  }
57
79
 
80
+ html:not(.sap-phone) .sapMColorPalette,
58
81
  .sapMColorPalette {
59
82
  .sapMBtn {
60
83
  &:focus {
@@ -65,9 +88,50 @@ html:not(.sap-phone) .sapMColorPalette .sapMColorPaletteSquare:focus:before {
65
88
  }
66
89
  }
67
90
  }
91
+ .sapMBtnInner {
92
+ height: 2.75rem;
93
+ .sapMBtnContent {
94
+ line-height: 2.75rem;
95
+ }
96
+ &.sapMBtnText {
97
+ padding: 0;
98
+ }
99
+ }
100
+ }
101
+ .sapMBtnInner {
102
+ border-radius: 0;
103
+ }
104
+ }
105
+
106
+ html:not(.sap-phone) .sapUiSizeCompact .sapMColorPalette {
107
+ .sapMBtn .sapMBtnInner {
108
+ height: 2rem;
109
+ .sapMBtnContent {
110
+ line-height: 2rem;
111
+ }
112
+ }
113
+ .sapMColorPaletteSquare:hover {
114
+ margin: 0.0625rem;
115
+ width: 1.625rem;
116
+ height: 1.625rem;
117
+ }
118
+ .sapMColorPaletteSquare:focus:not(:hover):before {
119
+ top: -0.25rem;
120
+ left: -0.25rem;
121
+ bottom: -0.25rem;
122
+ right: -0.25rem;
68
123
  }
69
124
  }
70
125
 
71
126
  html.sap-desktop .sapMColorPalette .sapMBtn:focus > .sapMFocusable:before {
72
127
  display: none;
73
- }
128
+ }
129
+
130
+ .sap-phone .sapMColorPalette .sapMColorPaletteSquare {
131
+ & > div {
132
+ border-radius: 0.25rem;
133
+ &:active {
134
+ border-radius: 0.4375rem;
135
+ }
136
+ }
137
+ }
@@ -128,10 +128,3 @@ html.sap-phone .sapMDialog {
128
128
  }
129
129
  }
130
130
  }
131
-
132
- .sapMDialog footer .sapMTB.sapMFooter-CTX {
133
- // override for toolbar's top rounded corners
134
- // TODO: toolbar shouldn't have rounded corners, remove this later
135
- border-top-left-radius: 0px;
136
- border-top-right-radius: 0px;
137
- }
@@ -0,0 +1,12 @@
1
+ /* ======================================= */
2
+ /* CSS for control sap.m/DynamicDateRange */
3
+ /* Horizon theme */
4
+ /* ======================================= */
5
+
6
+ .sapUiIcon.sapMDDRDateOption {
7
+ color: @sapUiButtonActiveTextColor;
8
+ }
9
+
10
+ .sapMDynamicDateRangePopover section > .sapMLabel {
11
+ margin: 1rem 0 0.5rem 0;
12
+ }
@@ -5,108 +5,126 @@
5
5
 
6
6
  @sapMGenericTagBorderWidth: 0.375rem;
7
7
  @sapMGenericTagIconPaddingRight: 0.375rem;
8
- @sapMGenericTagPaddingLeft: 0.375rem;
8
+ @sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
9
9
 
10
- .sapMGenericTag {
11
- .sapMGenericTagWrap {
12
- padding: 0 0 0 @sapMGenericTagPaddingLeft;
13
- border-radius: @sapUiButtonBorderCornerRadius;
14
- border-left-width: @sapMGenericTagBorderWidth;
10
+ .sapMGenericTagWrap {
11
+ box-shadow: @sapUiContentShadow0;
12
+ border-radius: @sapUiButtonBorderCornerRadius;
13
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
14
+ background-color: @sapUiNeutralBG;
15
+ border: none;
16
+ padding: 0 0.375rem 0 0.75rem;
15
17
 
16
- .sapMGenericTagText {
17
- margin-right: 0.375rem;
18
- }
18
+ .sapMGenericTagWarning & {
19
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
20
+ background-color: @sapUiWarningBG;
19
21
 
20
- .sapMGenericTagValue {
21
- margin-left: 0.75rem;
22
- margin-right: 0.375rem;
23
- padding-left: 0;
22
+ .sapMGenericTagIcon {
23
+ color: @sapUiCriticalElement;
24
24
  }
25
25
 
26
- .sapMGenericTagErrorIcon {
27
- margin-right: 0.375rem;
26
+ .sapMGenericTagValue {
27
+ color: @sapUiCriticalText;
28
28
  }
29
29
  }
30
- }
31
30
 
32
- .sapMGenericTagWrap {
33
31
  .sapMGenericTagError & {
34
- border-color: @sapUiNegativeElement;
32
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
33
+ background-color: @sapUiErrorBG;
35
34
 
36
35
  .sapMGenericTagIcon {
37
36
  color: @sapUiNegativeElement;
38
37
  }
39
- }
40
-
41
- .sapMGenericTagWarning & {
42
- border-color: @sapUiCriticalElement;
43
38
 
44
- .sapMGenericTagIcon {
45
- color: @sapUiCriticalElement;
39
+ .sapMGenericTagValue {
40
+ color: @sapNegativeTextColor;
46
41
  }
47
42
  }
48
43
 
49
44
  .sapMGenericTagSuccess & {
50
- border-color: @sapUiPositiveElement;
45
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
46
+ background-color: @sapUiSuccessBG;
51
47
 
52
48
  .sapMGenericTagIcon {
53
49
  color: @sapUiPositiveElement;
54
50
  }
51
+
52
+ .sapMGenericTagValue {
53
+ color: @sapUiPositiveText;
54
+ }
55
55
  }
56
56
 
57
57
  .sapMGenericTagInformation & {
58
- border-color: @sapUiInformativeElement;
58
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
59
+ background-color: @sapUiInformationBG;
59
60
 
60
61
  .sapMGenericTagIcon {
61
62
  color: @sapUiInformativeElement;
62
63
  }
63
- }
64
-
65
- .sapMGenericTagNone & {
66
- border-color: @sapUiNeutralElement;
67
64
 
68
- .sapMGenericTagIcon {
69
- color: @sapUiNeutralElement;
65
+ .sapMGenericTagValue {
66
+ color: @sapUiInformativeText;
70
67
  }
71
68
  }
72
69
 
73
70
  &:hover {
74
- background:@sapUiListHoverBackground;
71
+ background-color: @sapUiListHoverBackground;
72
+ box-shadow: @sapUiContentShadow0;
73
+
74
+ .sapMGenericTagText,
75
+ .sapMGenericTagValue,
76
+ .sapMGenericTagIcon,
77
+ .sapMObjectNumberText,
78
+ .sapMObjectNumberUnit,
79
+ .sapMGenericTagErrorIcon {
80
+ text-shadow: none;
81
+ }
75
82
  }
76
83
 
77
- .sapMGenericTagActive & {
78
- background: @sapUiListActiveBackground;
84
+ .sapMGenericTagText {
85
+ color: @sapUiListTextColor;
86
+ text-shadow: @sapUiContentTextShadow;
87
+ }
79
88
 
80
- .sapMGenericTagIcon {
89
+ .sapMGenericTagValue {
90
+ text-shadow: @sapUiContentTextShadow;
91
+ }
92
+
93
+ .sapMGenericTagErrorIcon {
94
+ color: @sapUiNegativeElement;
95
+ }
96
+
97
+ .sapMGenericTagActive & {
98
+ background-color: @sapUiListActiveBackground;
99
+
100
+ .sapMGenericTagText,
101
+ .sapMGenericTagValue,
102
+ .sapMGenericTagIcon,
103
+ .sapMObjectNumberText,
104
+ .sapMObjectNumberUnit,
105
+ .sapMGenericTagErrorIcon {
81
106
  color: @sapUiListActiveTextColor;
107
+ text-shadow: none;
82
108
  }
83
109
  }
84
110
  }
85
111
 
86
- html.sap-desktop .sapMGenericTag {
87
- &:before {
88
- display: none;
89
- }
112
+ html.sap-desktop .sapMGenericTag:focus {
113
+ position: relative;
90
114
  &:after {
91
- display: none;
115
+ position: absolute;
116
+ content: " ";
117
+ inset: 0;
118
+ border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
119
+ border-radius: @sapUiButtonBorderCornerRadius;
92
120
  }
93
- }
94
-
95
- html.sap-desktop .sapMGenericTag:focus .sapMGenericTagWrap {
96
- box-shadow: 0 0 0 0.125rem @sapUiContentFocusColor;
97
- }
98
121
 
99
- .sapUiSizeCozy {
100
- .sapMGenericTag {
101
- margin: 0.5625rem 0;
102
-
103
- .sapMGenericTagWrap {
104
- height: 1.625rem;
105
- }
122
+ .sapMGenericTagWrap {
123
+ box-shadow: none;
106
124
  }
107
- }
108
125
 
109
- html.sap-phone .sapMGenericTag {
110
- margin-top: 0.5625rem ;
111
- margin-bottom: 0.5625rem ;
112
126
  }
127
+
128
+ .sapUiSizeCozy .sapMGenericTag {
129
+ margin: 0.5625rem 0;
130
+ }
@@ -226,6 +226,29 @@ html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
226
226
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
227
227
  }
228
228
 
229
+ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
230
+ {
231
+ .sapMGTFocusDiv{
232
+ border: none;
233
+ box-shadow: none;
234
+ }
235
+ }
236
+
237
+ html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
238
+ {
239
+ .sapMGTFocusDiv{
240
+ border: none;
241
+ box-shadow: none;
242
+ }
243
+ }
244
+
245
+ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
246
+ {
247
+ .sapMGTFocusDiv{
248
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
249
+ }
250
+ }
251
+
229
252
  html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
230
253
  html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
231
254
  &:after {
@@ -320,6 +343,10 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
320
343
 
321
344
  .sapMGTLineMode .sapMGTFocusDiv {
322
345
  border-radius: 10px !important;
346
+ top: 0;
347
+ right: 0;
348
+ bottom: 0;
349
+ left: 0;
323
350
  }
324
351
 
325
352
  .sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
@@ -358,8 +385,24 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
358
385
  }
359
386
 
360
387
  .TwoByOne.sapMGTActionMode {
361
- border-radius: 1rem;
388
+ border-radius: 1.25rem;
362
389
  .sapMGTFocusDiv {
363
- border-radius: 1rem !important;
390
+ border-radius: 1.25rem !important;
391
+ }
392
+ }
393
+
394
+ .sapMGT.sapMGTScopeActions.sapMGTIconMode.TwoByHalf {
395
+ .sapMBtn.sapMGTMoreIcon{
396
+ .sapMBtnInner{
397
+ left: 0rem;
398
+ }
399
+ }
400
+ }
401
+
402
+ .sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
403
+ .sapMGTMoreIcon{
404
+ .sapMBtnIcon{
405
+ color: @sapUiButtonLiteTextColor;
406
+ }
364
407
  }
365
408
  }
@@ -3,4 +3,4 @@
3
3
  /* Horizon theme */
4
4
  /* =========================================== */
5
5
 
6
- @_sap_m_IconTabBar_ListBorderRadius: 0.5rem;
6
+ @_sap_m_IconTabBar_List_Focus_Offset: 2px;
@@ -22,11 +22,8 @@
22
22
  .sapMILI-CTX .sapMInputBaseContentWrapperError,
23
23
  .sapMInputBaseContentWrapper {
24
24
  border: none;
25
-
26
- &.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMTokenizer .sapMToken {
27
- margin-top: 0.1875rem;
28
- }
29
25
  }
26
+
30
27
  .sapMInputBase:not(.sapMInputBaseReadonly) .sapMInputBaseIconContainer .sapMInputBaseIcon {
31
28
  width: @_sap_m_InputBase_IconWidth;
32
29
  height: 2.1875rem;
@@ -78,11 +75,6 @@
78
75
  padding-left: 0.125 * @sapContent_GridSize;
79
76
  }
80
77
 
81
- .sapMInputBaseReadonly .sapMInputBaseContentWrapper {
82
- background: ~"0 100% / 0.375rem @{sapField_BorderWidth} repeat-x linear-gradient(90deg, @{sapField_ReadOnly_BorderColor} 0, @{sapField_ReadOnly_BorderColor} 0.25rem, transparent 0.25rem) border-box";
83
- background-color: @sapUiFieldReadOnlyBackground;
84
- }
85
-
86
78
  .sapMInputBaseDisabled {
87
79
  opacity: @sapUiContentDisabledOpacity;
88
80
  }
@@ -0,0 +1,12 @@
1
+ /* =============================== */
2
+ /* CSS for control sap.m/Label */
3
+ /* Horizon theme */
4
+ /* =============================== */
5
+
6
+ .sapMTB-Info-CTX > .sapMLabel {
7
+ font-style: italic;
8
+
9
+ & > .sapMLabelTextWrapper{
10
+ padding-right: 5px;
11
+ }
12
+ }
@@ -7,10 +7,11 @@
7
7
  /* Variables overriding */
8
8
  /* ------------------------------- */
9
9
 
10
- @_sap_m_LightBox_OverlayBackground: fade(@sapUiBlockLayerBackground, 60);
11
10
  @_sap_m_LightBox_ContainerBackground: @sapUiGroupContentBackground;
12
11
  @_sap_m_LightBox_SubtitleMarginTop: 0.25rem;
13
12
  @_sap_m_LightBox_ErrorIconColor: fade(@sapUiContentNonInteractiveIconColor, 50);
13
+ @_sap_m_LightBox_OverlayOpacity: 0.2;
14
+ @_sap_m_LightBox_FontFamily: @sapFontHeaderFamily;
14
15
 
15
16
  /* ------------------------------- */
16
17
  /* Footer */
@@ -25,4 +25,8 @@
25
25
 
26
26
  .sapMGrowingList {
27
27
  background-color: @sapUiListBackground;
28
+ }
29
+
30
+ .sapMGrowingListDummyColumn {
31
+ border-right: 1px solid @sapUiListTableFixedBorderColor;
28
32
  }
@@ -6,8 +6,6 @@
6
6
  @_sap_m_ListItemBase_ListTextShadowColor: none;
7
7
  @_sap_m_ListItemBase_DeleteIcon: decline;
8
8
  @_sap_m_ListItemBase_ButtonMarginTop: 0;
9
- @_sap_m_ListItemBase_SelectionControlWidth: 2.75rem;
10
- @_sap_m_ListItemBase_SelectionControlHeight: 2.75rem;
11
9
 
12
10
  .sapMLIBCounter {
13
11
  text-shadow: @_sap_m_ListItemBase_ListTextShadowColor;
@@ -17,10 +15,6 @@
17
15
  border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
18
16
  }
19
17
 
20
- .sapMLIBActive.sapMLIBFocusable:focus {
21
- outline-color: @sapUiContentContrastFocusColor;
22
- }
23
-
24
18
  /* Fix for IE/Edge visual appearance of buttons */
25
19
  .sapMLIB .sapMBtn:hover .sapMBtnHoverable.sapMBtnTransparent {
26
20
  background-clip: border-box;
@@ -39,4 +39,18 @@
39
39
 
40
40
  .sapMMenuBtnRegular.sapMMenuBtn .sapMBtnDisabled {
41
41
  opacity: @sapUiContentDisabledOpacity;
42
+ }
43
+
44
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnIcon,
45
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnContent {
46
+ position: relative;
47
+ top: 0.0625rem;
48
+ left: 0.0625rem;
49
+ }
50
+
51
+ .sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
52
+ .sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnDefault::after,
53
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
54
+ .sapMMenuBtn.sapMMenuBtnRegular:hover .sapMBtnInner.sapMBtnDefault::after {
55
+ color: @sapUiButtonActiveTextColor;
42
56
  }
@@ -4,11 +4,13 @@
4
4
  /* ================================= */
5
5
 
6
6
  // header shadow - different states
7
- @_sap_m_MessageBox_InformationShadow: inset 0 -0.0625rem @sapUiInformationBorder, @sapUiContentHeaderShadow;
8
- @_sap_m_MessageBox_WarningShadow: inset 0 -0.0625rem @sapUiWarningBorder, @sapUiContentHeaderShadow;
9
- @_sap_m_MessageBox_ErrorShadow: inset 0 -0.0625rem @sapUiErrorBorder, @sapUiContentHeaderShadow;
10
- @_sap_m_MessageBox_SuccessShadow: inset 0 -0.0625rem @sapUiSuccessBorder, @sapUiContentHeaderShadow;
11
- @_sap_m_MessageBox_QuestionShadow: @sapUiContentHeaderShadow;
7
+ @_sap_m_MessageBox_HeaderShadow: inset 0 -0.0625rem;
8
+ @_sap_m_MessageBox_Shadow: @sapUiContentHeaderShadow;
9
+ @_sap_m_MessageBox_InformationShadow: @_sap_m_MessageBox_HeaderShadow @sapUiInformationBorder, @_sap_m_MessageBox_Shadow;
10
+ @_sap_m_MessageBox_WarningShadow: @_sap_m_MessageBox_HeaderShadow @sapUiWarningBorder, @_sap_m_MessageBox_Shadow;
11
+ @_sap_m_MessageBox_ErrorShadow: @_sap_m_MessageBox_HeaderShadow @sapUiErrorBorder, @_sap_m_MessageBox_Shadow;
12
+ @_sap_m_MessageBox_SuccessShadow: @_sap_m_MessageBox_HeaderShadow @sapUiSuccessBorder, @_sap_m_MessageBox_Shadow;
13
+ @_sap_m_MessageBox_QuestionShadow: @_sap_m_MessageBox_HeaderShadow @sapUiNeutralBorder;
12
14
 
13
15
  .sapMDialog.sapMMessageBoxInfo .sapMDialogIcon.sapUiIcon {
14
16
  color: @sapUiInformativeElement;
@@ -25,12 +25,9 @@
25
25
  }
26
26
 
27
27
  .sapMSLITitle {
28
- color: @sapUiGroupTitleTextColor;
28
+ font-size: @sapMFontHeader6Size;
29
29
  }
30
30
 
31
- .sapMSLIDescription {
32
- color: @sapUiContentLabelColor;
33
- }
34
31
 
35
32
  .sapMMsgViewDescriptionText {
36
33
  padding-bottom:0;
@@ -42,6 +39,10 @@
42
39
 
43
40
  .sapMMsgViewTitleText {
44
41
  margin: 0 0 1rem 2.5rem;
42
+ font-family: @sapUiFontHeaderFamily;
43
+ font-size: @sapUiFontHeader5Size;
44
+ font-weight: @sapUiFontHeaderWeight;
45
+ color: @sapUiGroupTitleTextColor;
45
46
  }
46
47
 
47
48
  .sapMMsgViewDescriptionLink {
@@ -9,35 +9,26 @@
9
9
  .sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
10
10
  .sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
11
11
  outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
12
+ outline-offset: -0.25rem;
12
13
  }
13
14
 
14
- .sapMMultiComboBoxPicker.sapMSuggestionsPopoverNoneState .sapMList {
15
- &:not(.sapMSticky) li[data-sap-ui-first-suggestion-item]:focus,
16
- &.sapMSticky .sapMMultiComboBoxSelectAllFocused {
17
- border-top-left-radius: @sapUiElementBorderCornerRadius;
18
- border-top-right-radius: @sapUiElementBorderCornerRadius;
19
- }
20
- }
21
-
22
- .sapMMultiComboBoxPicker .sapMValueStateHeaderRoot:focus {
23
- border-top-left-radius: @sapUiElementBorderCornerRadius;
24
- border-top-right-radius: @sapUiElementBorderCornerRadius;
25
- }
26
-
27
- .sapMMultiComboBoxPicker li[data-sap-ui-last-suggestion-item]:focus {
28
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
29
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
30
- }
31
-
32
- .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar {
33
- & .sapMBarChild.sapMCb.sapMCbHasLabel:focus:after {
34
- border: none;
35
- }
36
- }
37
15
  .sapMMultiComboBox .sapMTokenizer {
38
16
  padding-top: 1px;
39
17
  }
40
18
 
41
19
  .sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
42
20
  padding-top: 0px;
21
+ .sapMToken {
22
+ margin-top: 0.0625rem;
23
+ margin-bottom: 0.0625rem;
24
+ }
25
+ }
26
+
27
+ .sapUiSizeCompact {
28
+ .sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
29
+ .sapMToken {
30
+ margin-top: 0.125rem;
31
+ margin-bottom: 0.125rem;
32
+ }
33
+ }
43
34
  }
@@ -8,4 +8,17 @@
8
8
 
9
9
  .sapUiSizeCondensed .sapUiTableDataCell .sapMMultiInput .sapMTokenizer {
10
10
  padding-top: 0px;
11
+ .sapMToken {
12
+ margin-top: 0.0625rem;
13
+ margin-bottom: 0.0625rem;
14
+ }
15
+ }
16
+
17
+ .sapUiSizeCompact {
18
+ .sapMMultiInput.sapMMultiInputHasTokens .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
19
+ .sapMToken {
20
+ margin-top: 0.125rem;
21
+ margin-bottom: 0.125rem;
22
+ }
23
+ }
11
24
  }