@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
@@ -1,110 +1,206 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.m/ProgressIndicator */
3
- /* Horizon High Contrast Black theme */
3
+ /* Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapMPIBarNeutral {
7
- background: @sapUiHighlight;
8
- box-sizing: border-box;
9
- border: 1px solid @sapUiFieldBorderColor;
10
- }
6
+ .sapMPI {
7
+ position: relative;
8
+ padding: 1.25rem 1.25rem 0.75rem 0;
9
+ margin: 0;
10
+ height: 0.375rem;
11
+ min-height: 0.375rem;
12
+ width: 100%;
13
+ min-width: 4rem;
14
+ overflow: initial;
15
+ border-radius: 0;
16
+ background-color: transparent;
11
17
 
12
- .sapMPIBarPositive {
13
- background: @sapUiHighlight;
14
- box-sizing: border-box;
15
- border: 1px solid @sapUiFieldBorderColor;
18
+ .sapMPIBarRemaining {
19
+ height: 0.375rem;
20
+ border-radius: 0.25rem;
21
+ box-sizing: border-box;
22
+ }
23
+
24
+ .sapMPIBar {
25
+ box-sizing: border-box;
26
+ height: 0.625rem;
27
+ border-radius: 0.5rem;
28
+ margin-top: -0.125rem;
29
+ }
16
30
  }
17
31
 
18
- .sapMPIBarNegative {
19
- background: @sapUiHighlight;
20
- box-sizing: border-box;
21
- border: 1px solid @sapUiFieldBorderColor;
32
+ .sapMPIBarRemaining {
33
+ position: absolute;
34
+ width: ~'calc(100% - 1.25rem)';
35
+ border: 0.0625rem solid @sapUiProgressBorderColor;
22
36
  }
23
37
 
24
- .sapMPIBarCritical {
25
- background: @sapUiHighlight;
26
- box-sizing: border-box;
27
- border: 1px solid @sapUiFieldBorderColor;
38
+ .sapMPIBar {
39
+ z-index: 1;
40
+ border: 0.0625rem solid @sapUiProgressValueTextColor;
28
41
  }
29
42
 
30
- .sapMPIBarInformation {
31
- background: @sapUiHighlight;
32
- box-sizing: border-box;
33
- border: 1px solid @sapUiFieldBorderColor;
43
+ .sapMPIValueMin .sapMPIBar {
44
+ border: none;
34
45
  }
35
46
 
36
- /* HCB Additional Styles */
37
- .sapMPIText::before {
47
+ .sapMPIBar::before {
38
48
  font-family: 'SAP-icons';
39
- font-size: 0.875rem;
40
- margin-right: 0.375rem;
41
- vertical-align: bottom;
49
+ font-size: 1rem;
50
+ margin-left: 0.25rem;
51
+ position: absolute;
52
+ right: 0;
42
53
  }
43
54
 
44
- .sapMPIDisplayOnly .sapMPIText::before {
45
- font-size: 0.6875rem;
46
- vertical-align: top;
55
+ .sapMPIValueMin .sapMPIBarRemaining::before,
56
+ .sapMPIBarRemaining::after {
57
+ content: '';
58
+ display: block;
59
+ width: 0.25rem;
60
+ height: 0.25rem;
61
+ position: absolute;
62
+ border-radius: 50%;
47
63
  }
48
64
 
49
- .sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral {
50
- background: @sapUiHighlight;
65
+ .sapMPIValueMin .sapMPIBarRemaining::before {
66
+ left: 0.0625rem;
51
67
  }
52
68
 
53
- .sapMPITextLeft::before {
54
- margin-left: 0.25rem;
69
+ .sapMPIBarRemaining::after {
70
+ right: 0.0625rem;
55
71
  }
56
72
 
57
- .sapMPIBarPositive > .sapMPITextLeft::before,
58
- .sapMPIBarPositive + .sapMPIBarRemaining > .sapMPITextRight::before {
59
- content: '\e1c1';
60
- }
73
+ .sapMPIBarPositive {
74
+ background-color: @sapUiProgressValuePositiveBackground;
75
+ border-color: @sapUiProgressValuePositiveBorderColor;
76
+ .sapMPIText.sapMPITextLeft,
77
+ .sapMPIText.sapMPITextRight {
78
+ color: @sapUiProgressPositiveTextColor;
79
+ }
61
80
 
62
- .sapMPIBarNegative > .sapMPITextLeft::before,
63
- .sapMPIBarNegative + .sapMPIBarRemaining > .sapMPITextRight::before {
64
- content: '\e1ec';
65
- }
81
+ &::before {
82
+ content: '\e1c1';
83
+ color: @sapUiProgressValuePositiveTextColor;
84
+ }
66
85
 
67
- .sapMPIBarCritical > .sapMPITextLeft::before,
68
- .sapMPIBarCritical + .sapMPIBarRemaining > .sapMPITextRight::before {
69
- content: '\e053';
70
- }
86
+ + .sapMPIBarRemaining {
87
+ background-color: @sapUiProgressPositiveBackground;
88
+ border-color: @sapUiProgressPositiveBorderColor;
71
89
 
72
- .sapMPIBarInformation > .sapMPITextLeft::before,
73
- .sapMPIBarInformation + .sapMPIBarRemaining > .sapMPITextRight::before {
74
- content: '\e289';
90
+ &::after,
91
+ &::before {
92
+ background-color: @sapUiProgressValuePositiveBackground;
93
+ }
94
+ }
75
95
  }
76
96
 
77
- .sapMPIBarPositive + .sapMPIBarRemaining > .sapMPITextRight::before,
78
- .sapMPIBarNegative + .sapMPIBarRemaining > .sapMPITextRight::before,
79
- .sapMPIBarCritical + .sapMPIBarRemaining > .sapMPITextRight::before,
80
- .sapMPIBarInformation + .sapMPIBarRemaining > .sapMPITextRight::before {
81
- color: @sapUiContentForegroundTextColor;
97
+ .sapMPIBarNegative {
98
+ background-color: @sapUiProgressValueNegativeBackground;
99
+ border-color: @sapUiProgressValueNegativeBorderColor;
100
+ .sapMPIText.sapMPITextLeft,
101
+ .sapMPIText.sapMPITextRight {
102
+ color: @sapUiProgressNegativeTextColor;
103
+ }
104
+
105
+ &::before {
106
+ content: '\e1ec';
107
+ color: @sapUiProgressValueNegativeTextColor;
108
+ }
109
+
110
+ + .sapMPIBarRemaining {
111
+ background-color: @sapUiProgressNegativeBackground;
112
+ border-color: @sapUiProgressNegativeBorderColor;
113
+
114
+ &::after,
115
+ &::before {
116
+ background: @sapUiProgressValueNegativeBackground;
117
+ }
118
+ }
82
119
  }
83
120
 
84
- .sapMPIBarDisabled {
85
- opacity: 1;
86
- border-color: @sapUiHcReducedForeground;
121
+ .sapMPIBarCritical {
122
+ background-color: @sapUiProgressValueCriticalBackground;
123
+ border-color: @sapUiProgressValueCriticalBorderColor;
124
+ .sapMPIText.sapMPITextLeft,
125
+ .sapMPIText.sapMPITextRight {
126
+ color: @sapUiProgressCriticalTextColor;
127
+ }
87
128
 
129
+ &::before {
130
+ content: '\e053';
131
+ color: @sapUiProgressValueCriticalTextColor;
132
+ }
133
+
134
+ + .sapMPIBarRemaining {
135
+ background-color: @sapUiProgressCriticalBackground;
136
+ border-color: @sapUiProgressCriticalBorderColor;
137
+
138
+ &::after,
139
+ &::before {
140
+ background: @sapUiProgressValueCriticalBackground;
141
+ }
142
+ }
143
+ }
144
+
145
+ .sapMPIBarInformation {
146
+ background-color: @sapUiProgressValueInformationBackground;
147
+ border-color: @sapUiProgressValueInformationBorderColor;
88
148
  .sapMPIText.sapMPITextLeft,
89
- .sapMPITextRight,
90
- .sapMPIBarRemaining > .sapMPITextRight::before {
91
- color: @sapUiContentDisabledTextColor;
149
+ .sapMPIText.sapMPITextRight {
150
+ color: @sapUiProgressInformationTextColor;
92
151
  }
93
152
 
94
- .sapMPIBarNeutral,
95
- .sapMPIBarPositive,
96
- .sapMPIBarNegative,
97
- .sapMPIBarCritical,
98
- .sapMPIBarInformation {
99
- background: @sapUiHcReducedBackground;
100
- border-color: @sapUiHcReducedForeground;
153
+ &::before {
154
+ content: '\e289';
155
+ color: @sapUiProgressValueInformationTextColor;
101
156
  }
102
157
 
103
- .sapMPIBarRemaining {
104
- border-color: @sapUiHcReducedForeground;
158
+ + .sapMPIBarRemaining {
159
+ background-color: @sapUiProgressInformationBackground;
160
+ border-color: @sapUiProgressInformationBorderColor;
161
+
162
+ &::after,
163
+ &::before {
164
+ background: @sapUiProgressValueInformationBackground;
165
+ }
105
166
  }
106
167
  }
107
168
 
108
- .sapMPIValueMin >.sapMPIBar {
109
- border: none;
169
+ .sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
170
+ .sapMPIBarNeutral {
171
+ background-color: @sapUiProgressValueBackground;
172
+ .sapMPIText.sapMPITextLeft,
173
+ .sapMPIText.sapMPITextRight {
174
+ color: @sapUiProgressTextColor;
175
+ }
176
+
177
+ + .sapMPIBarRemaining {
178
+ background-color: @sapUiProgressBackground;
179
+ border-color: @sapUiProgressBorderColor;
180
+
181
+ &::after,
182
+ &::before {
183
+ background: @sapUiProgressValueBackground;
184
+ }
185
+ }
186
+ }
187
+
188
+ .sapMPIDisplayOnly .sapMPIText,
189
+ .sapMPIText {
190
+ padding: 0;
191
+ position: absolute;
192
+ top: 0;
193
+ left: 0;
194
+ margin-bottom: 0.1875rem;
195
+ font-size: @sapUiProgressFontSize;
196
+ color: @sapUiProgressTextColor;
197
+ white-space: nowrap;
198
+ overflow: hidden;
199
+ text-overflow: ellipsis;
200
+ max-width: 100%;
201
+
202
+ &.sapMPITextRight {
203
+ top: -1.3125rem;
204
+ right: -0.0675rem;
205
+ }
110
206
  }
@@ -3,16 +3,27 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @_sap_m_QuickView_HorizontalLayoutMarginBottom: 1rem;
6
+ @_sap_m_QuickView_HorizontalLayoutMarginBottom: 0.75rem;
7
7
  @_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
8
8
  @_sap_m_QuickView_PagePaddingTop: 2.75rem;
9
9
 
10
10
  @_sap_m_QuickViewCard_PagePadding: 1rem;
11
+ @_sap_m_QuickView_TitleMarginBottom: 0.25rem;
12
+ @_sap_m_QuickView_TitleFontSize: @sapMFontHeader6Size;
13
+ @_sap_m_QuickView_FormTitleFontSize: @sapMFontHeader6Size;
14
+ @_sap_m_QuickView_TitleMaxHeight: 2.125rem;
11
15
 
12
16
  .sapMQuickViewCard {
13
17
  box-sizing: border-box;
14
- padding: 1rem;
15
18
  background: @sapUiGroupContentBackground;
16
19
  box-shadow: @sapUiShadowLevel0;
17
- border-radius: @sapUiElementBorderCornerRadius;
20
+ border-radius: 1rem;
21
+ }
22
+
23
+ .sapMQuickView .sapMPage .sapMPageHeader:not(.sapMIBar-CTX) .sapMIBar-CTX {
24
+ z-index: 1;
25
+ }
26
+
27
+ .sapMQuickViewPage .sapMPageHeader {
28
+ border-bottom: 1px solid;
18
29
  }
@@ -3,6 +3,10 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
+ @_sap_m_RangeSlider_Handle_Height: 1.5rem;
7
+ @_sap_m_RangeSlider_Handle_Width: 2rem;
8
+ @_sap_m_RangeSlider_Handle_Height_Compact: 1.25rem;
9
+ @_sap_m_RangeSlider_Handle_Width_Compact: 1.5rem;
6
10
 
7
11
  /* overlap */
8
12
  .sapMSliderHandle.sapMSliderHandleOverlap {
@@ -20,28 +24,95 @@
20
24
  }
21
25
  }
22
26
  .sapMSliderInner .sapMSliderHandle {
23
- background: fade(@sapUiButtonBackground, 25);
27
+ background: @sapUiSliderRangeHandleBackground;
28
+ box-shadow: @sapUiContentSelectedShadow;
29
+ top: -0.625rem;
24
30
  }
25
31
 
26
32
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
27
33
  &:hover {
28
- background-color: fade(@sapUiButtonHoverBackground, 25);
29
- border-color: @sapUiButtonHoverBorderColor;
34
+ background-color: @sapUiSliderHoverHandleBackground;
35
+ border-color: @sapUiSliderHoverHandleBorderColor;
36
+ box-shadow: @sapUiContentSelectedShadow;
30
37
  }
31
38
 
32
- &:active {
33
- background: fade(@sapUiButtonActiveBackground, 25);
34
- border-color: @sapUiButtonActiveBorderColor;
39
+ &.sapMSliderHandlePressed {
40
+ &:not(:focus) {
41
+ background: transparent;
42
+ border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
43
+ outline: none;
44
+ box-shadow: none;
45
+ top: -0.625rem;
46
+ }
35
47
  }
36
48
 
37
- &.sapMSliderHandlePressed {
38
- background: fade(@sapUiButtonActiveBackground, 25);
39
- border-color: @sapUiButtonActiveBorderColor;
49
+ &:focus {
50
+ background: @sapUiSliderActiveRangeHandleBackground;
51
+ border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
52
+ outline: none;
53
+ box-shadow: none;
54
+ top: -0.625rem;
40
55
  }
41
56
  }
42
57
 
43
- .sapMSliderInner:not(.sapMSliderInnerDisabled):hover > .sapMSliderHandle {
44
- background-color: fade(@sapUiButtonHoverBackground, 25);
45
- border-color: @sapUiButtonHoverBorderColor;
58
+ .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
59
+ top: 4px;
46
60
  }
61
+ }
62
+
63
+ .sapMRangeSlider .sapMSliderInner::before {
64
+ border: 0.0625rem solid @sapUiContentMeasureIndicatorColor;
65
+ background-color: @sapUiContentMeasureIndicatorColor;
66
+ }
67
+
68
+ .sapUiSizeCompact {
69
+ .sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
70
+ &:not(:focus) {
71
+ background: transparent;
72
+ border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
73
+ outline: none;
74
+ box-shadow: none;
75
+ top: -0.5rem;
76
+ }
77
+ }
78
+
79
+ .sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
80
+ background: @sapUiSliderActiveRangeHandleBackground;
81
+ border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
82
+ outline: none;
83
+ box-shadow: none;
84
+ top: -0.5rem;
85
+ }
86
+
87
+ .sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle {
88
+ top: -0.5rem;
89
+ }
90
+
91
+ .sapMRangeSlider.sapMSlider .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
92
+ top: 2px;
93
+ right: 0.25rem;
94
+ }
95
+
96
+ .sapMSliderLabels {
97
+ margin: 0.625rem -0.875rem 0 -0.875rem;
98
+ }
99
+ }
100
+
101
+ html.sap-desktop .sapMSliderProgress:focus:before {
102
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
103
+ border-radius: 0.5rem;
104
+ content: "";
105
+ display: block;
106
+ position: absolute;
107
+ height: ~"calc(@{_sap_m_RangeSlider_Handle_Height} + 0.375rem)";
108
+ width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width}) + 0.375rem))";
109
+ top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height} / 2) + 0.1875rem))";
110
+ left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width} / 2) + 0.3125rem))";
111
+ }
112
+
113
+ html.sap-desktop .sapUiSizeCompact .sapMSliderProgress:focus:before {
114
+ height: ~"calc(@{_sap_m_RangeSlider_Handle_Height_Compact} + 0.375rem)";
115
+ width: ~"calc(100% + ((@{_sap_m_RangeSlider_Handle_Width_Compact}) + 0.375rem))";
116
+ top: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Height_Compact} / 2) + 0.1875rem))";
117
+ left: ~"calc(-1 * ((@{_sap_m_RangeSlider_Handle_Width_Compact} / 2) + 0.3125rem))";
47
118
  }
@@ -4,6 +4,10 @@
4
4
  /* ====================================== */
5
5
 
6
6
  .sapMRI {
7
+ &:not(.sapMRIDisabled):not(.sapMRIDisplayOnly):not(.sapMRIReadOnly):hover {
8
+ opacity: 0.9;
9
+ }
10
+
7
11
  .sapMRISel, .sapMRIHov {
8
12
  color: @sapUiContentRatedColor;
9
13
  }
@@ -35,4 +39,8 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly) {
35
39
 
36
40
  .sapMRIIconSel, .sapMRIIconUnsel, .sapMRIIconHov, .sapMRIIconReadOnly {
37
41
  font-size: 1.5rem;
42
+ }
43
+
44
+ .sapMRIIconSel, .sapMRIIconUnsel {
45
+ text-shadow: @sapContent_TextShadow;
38
46
  }
@@ -33,7 +33,6 @@
33
33
  .sapMSegBBtn:first-child .sapMSegBBtnInner {
34
34
  border-top-left-radius: 0.375rem;
35
35
  border-bottom-left-radius: 0.375rem;
36
-
37
36
  }
38
37
 
39
38
  .sapMSegBBtn:last-child .sapMSegBBtnInner {
@@ -17,7 +17,6 @@
17
17
 
18
18
  .sapMSinglePC .sapUiCalendarAppCont{
19
19
  border-left: 0.0625rem solid darken(@sapUiListBorderColor, 15);
20
- border-radius: 0 0.125rem 0.125rem 0.125rem;
21
20
  }
22
21
 
23
22
  html.sap-desktop {
@@ -37,8 +36,7 @@ html.sap-desktop {
37
36
  }
38
37
 
39
38
  .sapMSinglePCColumnHeader .sapUiCalItem.sapUiCalItemNow {
40
- border-color: @sapUiLegendCurrentDateTime;
41
- border-radius: 0.25rem;
39
+ border: none;
42
40
  }
43
41
 
44
42
  .sapMSinglePCNowMarker {
@@ -59,6 +57,9 @@ html.sap-desktop {
59
57
  .sapMSinglePCAppointmentWrap.sapUiCalendarRowApps {
60
58
  .sapUiCalendarAppSel{
61
59
  border: 0.0625rem solid @sapUiListSelectionBorderColor;
60
+ .sapUiCalendarAppCont {
61
+ border: none;
62
+ }
62
63
  }
63
64
  &:focus {
64
65
  .sapUiCalendarAppCont:after {
@@ -76,10 +77,6 @@ html.sap-desktop {
76
77
 
77
78
  .sapMSinglePCColumnHeader {
78
79
  .sapUiCalItem.sapUiCalItemNow {
79
- .sapUiCalItemText {
80
- border: 0.0625rem solid black;
81
- }
82
-
83
80
  .sapUiCalSpecialDate {
84
81
  position: absolute;
85
82
  left: 0;
@@ -91,9 +88,12 @@ html.sap-desktop {
91
88
  .sapUiCalItem .sapUiCalSpecialDate {
92
89
  height: 0.25rem;
93
90
  }
91
+ }
94
92
 
95
- .sapUiCalItem.sapUiCalItemNow.sapUiCalItemSel .sapUiCalItemText {
96
- border: 0.0625rem solid white;
93
+ .sapMSinglePCAppointmentWrap.sapUiCalendarRowApps {
94
+ .sapUiCalendarApp {
95
+ border-top-left-radius: 0;
96
+ border-bottom-left-radius: 0;
97
97
  }
98
98
  }
99
99
  }
@@ -111,9 +111,7 @@ html.sap-desktop {
111
111
  outline: 0.0625rem solid black;
112
112
  box-shadow: inset black;
113
113
  &.sapUiCalItemSel {
114
- background-color: @sapUiContentSelectedBackground;
115
114
  outline: 0.0625rem solid white;
116
- border: 0.125rem solid @sapUiLegendCurrentDateTime;
117
115
  }
118
116
  &.sapUiCalItemSel:hover {
119
117
  background-color: @sapUiActive;
@@ -158,4 +156,9 @@ html.sap-desktop {
158
156
  }
159
157
  }
160
158
  }
159
+ }
160
+
161
+ .sapMSinglePCBlockers > .sapUiCalendarRowApps > .sapUiCalendarApp > .sapUiCalendarAppCont,
162
+ .sapMSinglePCAppointments > .sapUiCalendarRowApps > .sapUiCalendarApp > .sapUiCalendarAppCont {
163
+ background-color: @sapUiListHoverBackground;
161
164
  }