@openui5/themelib_sap_horizon 1.101.0 → 1.102.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 (377) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +41 -10
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +1 -1
  5. package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
  6. package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
  7. package/src/sap/f/themes/sap_horizon_dark/Card.less +33 -10
  8. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
  9. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
  10. package/src/sap/f/themes/sap_horizon_hcb/Card.less +11 -2
  11. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
  12. package/src/sap/f/themes/sap_horizon_hcw/Card.less +11 -2
  13. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
  14. package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
  15. package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
  16. package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
  17. package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
  18. package/src/sap/m/themes/sap_horizon/Button.less +34 -2
  19. package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
  20. package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
  21. package/src/sap/m/themes/sap_horizon/Dialog.less +0 -7
  22. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
  23. package/src/sap/m/themes/sap_horizon/GenericTile.less +43 -0
  24. package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
  25. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -9
  26. package/src/sap/m/themes/sap_horizon/Label.less +8 -0
  27. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
  28. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  29. package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
  30. package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
  31. package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
  32. package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
  33. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
  34. package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
  35. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
  36. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
  37. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
  38. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
  39. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
  40. package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
  41. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
  42. package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
  43. package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
  44. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
  45. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +4 -7
  46. package/src/sap/m/themes/sap_horizon/SelectList.less +3 -14
  47. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
  48. package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
  49. package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
  50. package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -8
  51. package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
  52. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -15
  53. package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
  54. package/src/sap/m/themes/sap_horizon/Table.less +14 -5
  55. package/src/sap/m/themes/sap_horizon/Text.less +4 -0
  56. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
  57. package/src/sap/m/themes/sap_horizon/Token.less +26 -11
  58. package/src/sap/m/themes/sap_horizon/Tokenizer.less +6 -13
  59. package/src/sap/m/themes/sap_horizon/Toolbar.less +4 -0
  60. package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
  61. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
  62. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
  63. package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
  64. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +6 -7
  65. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
  66. package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
  67. package/src/sap/m/themes/sap_horizon_dark/Button.less +34 -2
  68. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
  69. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
  70. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +1 -6
  71. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
  72. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +4 -0
  73. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
  74. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -9
  75. package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
  76. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
  77. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  78. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -4
  79. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
  80. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
  81. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
  82. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
  83. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
  84. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
  85. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
  86. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
  87. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
  88. package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
  89. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
  90. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
  91. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
  92. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
  93. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +4 -7
  94. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -14
  95. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
  96. package/src/sap/m/themes/sap_horizon_dark/Slider.less +71 -49
  97. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
  98. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -8
  99. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
  100. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -15
  101. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
  102. package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
  103. package/src/sap/m/themes/sap_horizon_dark/Text.less +4 -0
  104. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
  105. package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -11
  106. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +6 -13
  107. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
  108. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
  109. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
  110. package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
  111. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
  112. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
  113. package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
  114. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -54
  115. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
  116. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
  117. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +12 -9
  118. package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
  119. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
  120. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
  121. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
  122. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
  123. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
  124. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  125. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
  126. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
  127. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
  128. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  129. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
  130. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
  131. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
  132. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
  133. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
  134. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
  135. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +125 -23
  136. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
  137. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +2 -47
  138. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
  139. package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -11
  140. package/src/sap/m/themes/sap_horizon_hcb/Text.less +4 -0
  141. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
  142. package/src/sap/m/themes/sap_horizon_hcb/Token.less +15 -7
  143. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +12 -1
  144. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
  145. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
  146. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
  147. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -3
  148. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
  149. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
  150. package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
  151. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -52
  152. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
  153. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
  154. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +12 -9
  155. package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
  156. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
  157. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
  158. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
  159. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
  160. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
  161. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  162. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
  163. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
  164. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
  165. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  166. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
  167. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
  168. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
  169. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
  170. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
  171. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
  172. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +125 -23
  173. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
  174. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +2 -47
  175. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
  176. package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -11
  177. package/src/sap/m/themes/sap_horizon_hcw/Text.less +4 -0
  178. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
  179. package/src/sap/m/themes/sap_horizon_hcw/Token.less +15 -8
  180. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +12 -1
  181. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
  182. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
  183. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
  184. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -3
  185. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
  186. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
  187. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
  188. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
  189. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
  190. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
  191. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
  192. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
  193. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -3
  194. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -2
  195. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
  196. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
  197. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
  198. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +4 -1
  199. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -2
  200. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
  201. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
  202. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
  203. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +4 -1
  204. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -2
  205. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  206. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
  207. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
  208. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  209. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  210. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  211. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  212. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  213. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  214. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  215. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  216. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  217. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  218. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  219. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  220. package/src/sap/ui/core/themes/sap_horizon/global.less +9 -0
  221. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  222. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
  223. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
  224. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  225. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  226. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  227. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  228. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  229. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  230. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  231. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  232. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  233. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  234. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  235. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  236. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +10 -0
  237. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  238. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
  239. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
  240. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +2 -2
  241. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  242. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  243. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  244. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  245. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  246. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  247. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  248. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  249. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  250. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  251. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  252. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +2 -0
  253. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  254. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
  255. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
  256. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +2 -2
  257. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  258. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  259. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  260. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  261. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  262. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  263. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  264. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  265. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  266. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  267. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  268. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +2 -0
  269. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
  270. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
  271. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
  272. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
  273. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
  274. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
  275. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
  276. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
  277. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
  278. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
  279. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
  280. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
  281. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
  282. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
  283. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
  284. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
  285. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
  286. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
  287. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
  288. package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
  289. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
  290. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
  291. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
  292. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
  293. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
  294. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
  295. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
  296. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
  297. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  298. package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
  299. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
  300. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
  301. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
  302. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
  303. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
  304. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
  305. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
  306. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
  307. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
  308. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
  309. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
  310. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
  311. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
  312. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
  313. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
  314. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
  315. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
  316. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
  317. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
  318. package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
  319. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
  320. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
  321. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
  322. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
  323. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
  324. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
  325. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
  326. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
  327. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
  328. package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
  329. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
  330. package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
  331. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
  332. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
  333. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
  334. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
  335. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
  336. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
  337. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
  338. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +33 -11
  339. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
  340. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
  341. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
  342. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +33 -11
  343. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
  344. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
  345. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
  346. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +33 -11
  347. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
  348. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
  349. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
  350. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +33 -11
  351. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
  352. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
  353. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +9 -1
  354. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
  355. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
  356. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
  357. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
  358. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
  359. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +9 -9
  360. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
  361. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
  362. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
  363. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  364. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
  365. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
  366. package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
  367. package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
  368. package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
  369. package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
  370. package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
  371. package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
  372. package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
  373. package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
  374. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
  375. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
  376. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
  377. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
@@ -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
  }
@@ -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,26 @@ 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
+ color: @sapUiButtonLiteTextColor;
209
+ .sapUiIcon {
210
+ color: @sapUiButtonLiteTextColor;
211
+ }
212
+ }
213
+ }
214
+
215
+ .sapMIBar .sapMBtnDefault.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
216
+ .sapMIBar .sapMBtnTransparent.sapMBtnActive:not(.sapMBtnDisabled):not(.sapMToggleBtnPressed) {
217
+ border-color: @sapUiButtonLiteBorderColor;
218
+ }
219
+
200
220
  .sapUiSizeCompact .sapMBar-CTX .sapMBtnInner.sapMBtnGhost:not(.sapMBtnDisabled) {
201
221
  background: @sapUiButtonLiteBackground;
202
222
  border: 0.0625rem solid @sapUiButtonBorderColor;
@@ -283,4 +303,16 @@ html.sap-desktop .sapMFooter-CTX .sapMBtnInner.sapMBtnReject {
283
303
 
284
304
  .sapMBtn:not(.sapMBtnDisabled):hover .sapMBtnInner:not(.sapMBtnActive).sapMBtnAttention {
285
305
  box-shadow: @sapContent_Critical_Shadow;
306
+ }
307
+
308
+ /* ----------------------*/
309
+ /* Badges */
310
+ /* ----------------------*/
311
+
312
+ .sapMBtn .sapMBadge .sapMBadgeIndicator:after {
313
+ background-color: @sapContent_BadgeBackground;
314
+ border-color: @sapContent_BadgeBackground;
315
+ color: @sapContent_BadgeTextColor;
316
+ font-size: @sapFontSmallSize;
317
+ text-align: center;
286
318
  }
@@ -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;
@@ -1,18 +1,25 @@
1
1
  /* =================================== */
2
2
  /* CSS for control sap.m/ColorPalette */
3
- /* Evening Horizon theme */
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;
128
+ }
129
+
130
+ .sap-phone .sapMColorPalette .sapMColorPaletteSquare {
131
+ & > div {
132
+ border-radius: 0.25rem;
133
+ &:active {
134
+ border-radius: 0.4375rem;
135
+ }
136
+ }
73
137
  }
@@ -128,9 +128,4 @@ html.sap-phone .sapMDialog {
128
128
  }
129
129
  }
130
130
  }
131
- .sapMDialog footer .sapMTB.sapMFooter-CTX {
132
- // override for toolbar's top rounded corners
133
- // TODO: toolbar shouldn't have rounded corners, remove this later
134
- border-top-left-radius: 0px;
135
- border-top-right-radius: 0px;
136
- }
131
+
@@ -0,0 +1,12 @@
1
+ /* ======================================= */
2
+ /* CSS for control sap.m/DynamicDateRange */
3
+ /* Evening Horizon theme */
4
+ /* ======================================= */
5
+
6
+ .sapUiIcon.sapMDDRDateOption {
7
+ color: @sapUiButtonActiveTextColor;
8
+ }
9
+
10
+ .sapMDynamicDateRangePopover section > .sapMLabel {
11
+ margin: 1rem 0 0.5rem 0;
12
+ }
@@ -321,6 +321,10 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
321
321
 
322
322
  .sapMGTLineMode .sapMGTFocusDiv {
323
323
  border-radius: 10px !important;
324
+ top: 0;
325
+ right: 0;
326
+ bottom: 0;
327
+ left: 0;
324
328
  }
325
329
 
326
330
  .sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
@@ -3,4 +3,4 @@
3
3
  /* Evening 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;
@@ -79,11 +76,6 @@
79
76
  padding-left: 0.125 * @sapContent_GridSize;
80
77
  }
81
78
 
82
- .sapMInputBaseReadonly .sapMInputBaseContentWrapper {
83
- 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";
84
- background-color: @sapUiFieldReadOnlyBackground;
85
- }
86
-
87
79
  .sapMInputBaseDisabled {
88
80
  opacity: @sapUiContentDisabledOpacity;
89
81
  }
@@ -0,0 +1,8 @@
1
+ /* =============================== */
2
+ /* CSS for control sap.m/Label */
3
+ /* Evening Horizon theme */
4
+ /* =============================== */
5
+
6
+ .sapMTB-Info-CTX > .sapMLabel {
7
+ font-style: italic;
8
+ }
@@ -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
  }
@@ -17,10 +17,6 @@
17
17
  border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
18
18
  }
19
19
 
20
- .sapMLIBActive.sapMLIBFocusable:focus {
21
- outline-color: @sapUiContentContrastFocusColor;
22
- }
23
-
24
20
  /* Fix for IE/Edge visual appearance of buttons */
25
21
  .sapMLIB .sapMBtn:hover .sapMBtnHoverable.sapMBtnTransparent {
26
22
  background-clip: border-box;
@@ -43,4 +43,18 @@
43
43
 
44
44
  .sapMMenuBtnRegular.sapMMenuBtn .sapMBtnDisabled {
45
45
  opacity: @sapUiContentDisabledOpacity;
46
+ }
47
+
48
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner.sapMBtnIconFirst .sapMBtnIcon,
49
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner.sapMBtnIconFirst .sapMBtnContent {
50
+ position: relative;
51
+ top: 0.0625rem;
52
+ left: 0.0625rem;
53
+ }
54
+
55
+ .sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
56
+ .sapMIBar .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnDefault::after,
57
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
58
+ .sapMMenuBtn.sapMMenuBtnRegular:hover .sapMBtnInner.sapMBtnDefault::after {
59
+ color: @sapUiButtonActiveTextColor;
46
60
  }
@@ -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;
@@ -26,7 +26,7 @@
26
26
  }
27
27
 
28
28
  .sapMSLITitle {
29
- color: @sapUiGroupTitleTextColor;
29
+ font-size: @sapMFontHeader6Size;
30
30
  }
31
31
 
32
32
  .sapMSLIDescription {
@@ -43,6 +43,10 @@
43
43
 
44
44
  .sapMMsgViewTitleText {
45
45
  margin: 0 0 1rem 2.5rem;
46
+ font-family: @sapUiFontHeaderFamily;
47
+ font-size: @sapUiFontHeader5Size;
48
+ font-weight: @sapUiFontHeaderWeight;
49
+ color: @sapUiGroupTitleTextColor;
46
50
  }
47
51
 
48
52
  .sapMMsgViewDescriptionLink {
@@ -14,35 +14,26 @@
14
14
  .sapMMultiComboBoxPicker .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar.sapMMultiComboBoxSelectAllFocused,
15
15
  .sapMMultiComboBoxPicker .sapMValueStateHeaderRoot.sapMFocusable:focus {
16
16
  outline: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
17
+ outline-offset: -0.25rem;
17
18
  }
18
19
 
19
- .sapMMultiComboBoxPicker.sapMSuggestionsPopoverNoneState .sapMList {
20
- &:not(.sapMSticky) li[data-sap-ui-first-suggestion-item]:focus,
21
- &.sapMSticky .sapMMultiComboBoxSelectAllFocused {
22
- border-top-left-radius: @sapUiElementBorderCornerRadius;
23
- border-top-right-radius: @sapUiElementBorderCornerRadius;
24
- }
25
- }
26
-
27
- .sapMMultiComboBoxPicker .sapMValueStateHeaderRoot:focus {
28
- border-top-left-radius: @sapUiElementBorderCornerRadius;
29
- border-top-right-radius: @sapUiElementBorderCornerRadius;
30
- }
31
-
32
- .sapMMultiComboBoxPicker li[data-sap-ui-last-suggestion-item]:focus {
33
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
34
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
35
- }
36
-
37
- .sapMMultiComboBoxSelectAll.sapMTB.sapMIBar {
38
- & .sapMBarChild.sapMCb.sapMCbHasLabel:focus:after {
39
- border: none;
40
- }
41
- }
42
20
  .sapMMultiComboBox .sapMTokenizer {
43
21
  padding-top: 1px;
44
22
  }
45
23
 
46
24
  .sapUiSizeCondensed .sapUiTableDataCell .sapMMultiComboBox .sapMTokenizer {
47
25
  padding-top: 0px;
26
+ .sapMToken {
27
+ margin-top: 0.0625rem;
28
+ margin-bottom: 0.0625rem;
29
+ }
30
+ }
31
+
32
+ .sapUiSizeCompact {
33
+ .sapMMultiComboBox.sapMMultiComboBoxHasToken .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
34
+ .sapMToken {
35
+ margin-top: 0.125rem;
36
+ margin-bottom: 0.125rem;
37
+ }
38
+ }
48
39
  }
@@ -13,4 +13,17 @@
13
13
 
14
14
  .sapUiSizeCondensed .sapUiTableDataCell .sapMMultiInput .sapMTokenizer {
15
15
  padding-top: 0px;
16
+ .sapMToken {
17
+ margin-top: 0.0625rem;
18
+ margin-bottom: 0.0625rem;
19
+ }
20
+ }
21
+
22
+ .sapUiSizeCompact {
23
+ .sapMMultiInput.sapMMultiInputHasTokens .sapMInputBaseContentWrapper.sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) {
24
+ .sapMToken {
25
+ margin-top: 0.125rem;
26
+ margin-bottom: 0.125rem;
27
+ }
28
+ }
16
29
  }
@@ -0,0 +1,6 @@
1
+ /* =========================================== */
2
+ /* CSS for control sap.m/NotificationListGroup */
3
+ /* Evening Horizon theme */
4
+ /* =========================================== */
5
+
6
+ @_sap_m_NotificationListGroup_Background: @sapList_GroupHeaderBackground;
@@ -12,12 +12,13 @@
12
12
 
13
13
  .sapMOHC.sapMOHBgTranslucent,
14
14
  .sapMOHC.sapMOHBgSolid {
15
- border: none;
15
+ border-bottom: 0.0625rem solid @sapUiObjectHeaderBorderColor;
16
16
  box-shadow: none;
17
17
  }
18
18
  .sapMOH.sapMOHBgTransparent,
19
19
  .sapMOHC.sapMOHBgTransparent {
20
20
  background: transparent;
21
+ border-bottom: 0.0625rem solid transparent;
21
22
  }
22
23
 
23
24
  a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
@@ -76,4 +77,30 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
76
77
  .sapMOHRTitleActive .sapMOHRTitleText:focus {
77
78
  outline: 1px dotted @sapUiContentFocusColor;
78
79
  outline-offset: -1px;
80
+ }
81
+
82
+ .sapMOHTitle h6 .sapMText,
83
+ .sapMOHTitle h5 .sapMText,
84
+ .sapMOHTitle h4 .sapMText,
85
+ .sapMOHTitle h3 .sapMText,
86
+ .sapMOHTitle h2 .sapMText,
87
+ .sapMOHTitle h1 .sapMText {
88
+ font-family: @sapUiObjectHeaderTitleFontFamily;
89
+ font-size: @sapUiObjectHeaderTitleFontSize;
90
+ color: @sapUiObjectHeaderTitleTextColor;
91
+ }
92
+
93
+ html.sap-phone {
94
+ .sapMOHTitle h6 .sapMText,
95
+ .sapMOHTitle h5 .sapMText,
96
+ .sapMOHTitle h4 .sapMText,
97
+ .sapMOHTitle h3 .sapMText,
98
+ .sapMOHTitle h2 .sapMText,
99
+ .sapMOHTitle h1 .sapMText {
100
+ font-size: @sapUiObjectHeaderTitleSnappedFontSize;
101
+ }
102
+ }
103
+
104
+ .sapMOHIntro .sapMText {
105
+ color: @sapUiObjectHeaderSubtitleTextColor;
79
106
  }
@@ -0,0 +1,17 @@
1
+ /* ===================================== */
2
+ /* CSS for control sap.m/ObjectListItem */
3
+ /* Evening Horizon theme */
4
+ /* ===================================== */
5
+
6
+ .sapMText.sapMObjLTitle {
7
+ font-size: @sapMFontHeader5Size;
8
+ font-family: @sapUiFontSemiboldDuplexFamily;
9
+ }
10
+
11
+ .sapMObjLNumberDiv .sapMObjectNumber .sapMObjectNumberText {
12
+ font-size: 1.25rem;
13
+ }
14
+
15
+ .sapMObjLItem.sapMLIBActive .sapMObjLIcon {
16
+ color: @sapUiContentIconColor;
17
+ }