@openui5/themelib_sap_horizon 1.100.0 → 1.102.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (450) hide show
  1. package/THIRDPARTY.txt +5 -5
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +43 -8
  4. package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
  5. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
  6. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +6 -10
  7. package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
  8. package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
  9. package/src/sap/f/themes/sap_horizon/ListContentItem.less +6 -0
  10. package/src/sap/f/themes/sap_horizon/ShellBar.less +313 -25
  11. package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
  12. package/src/sap/f/themes/sap_horizon_dark/Card.less +35 -8
  13. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
  14. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
  15. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
  16. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  17. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
  18. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +6 -0
  19. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +313 -25
  20. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
  21. package/src/sap/f/themes/sap_horizon_hcb/Card.less +13 -0
  22. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
  23. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
  24. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
  25. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  26. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
  27. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +405 -10
  28. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
  29. package/src/sap/f/themes/sap_horizon_hcw/Card.less +13 -0
  30. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
  31. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
  32. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
  33. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  34. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
  35. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +405 -11
  36. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
  37. package/src/sap/m/themes/sap_horizon/ActionListItem.less +2 -2
  38. package/src/sap/m/themes/sap_horizon/ActionSelect.less +6 -7
  39. package/src/sap/m/themes/sap_horizon/ActionSheet.less +37 -2
  40. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  41. package/src/sap/m/themes/sap_horizon/Bar.less +16 -11
  42. package/src/sap/m/themes/sap_horizon/Button.less +39 -12
  43. package/src/sap/m/themes/sap_horizon/Carousel.less +5 -27
  44. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  45. package/src/sap/m/themes/sap_horizon/ColorPalette.less +89 -25
  46. package/src/sap/m/themes/sap_horizon/Dialog.less +34 -26
  47. package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +12 -0
  48. package/src/sap/m/themes/sap_horizon/GenericTile.less +45 -2
  49. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  50. package/src/sap/m/themes/sap_horizon/IconTabBarSelectList.less +1 -1
  51. package/src/sap/m/themes/sap_horizon/InputBase.less +58 -144
  52. package/src/sap/m/themes/sap_horizon/Label.less +8 -0
  53. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -1
  54. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  55. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  56. package/src/sap/m/themes/sap_horizon/ListItemBase.less +5 -4
  57. package/src/sap/m/themes/sap_horizon/MenuButton.less +14 -0
  58. package/src/sap/m/themes/sap_horizon/MessageBox.less +7 -5
  59. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  60. package/src/sap/m/themes/sap_horizon/MessageView.less +5 -4
  61. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +14 -23
  62. package/src/sap/m/themes/sap_horizon/MultiInput.less +13 -0
  63. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -0
  64. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +6 -0
  65. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  66. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +28 -1
  67. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +17 -0
  68. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +89 -23
  69. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  70. package/src/sap/m/themes/sap_horizon/Panel.less +27 -17
  71. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  72. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +163 -68
  73. package/src/sap/m/themes/sap_horizon/QuickView.less +8 -3
  74. package/src/sap/m/themes/sap_horizon/RangeSlider.less +79 -46
  75. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -0
  76. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -6
  77. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  78. package/src/sap/m/themes/sap_horizon/SelectList.less +20 -14
  79. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +14 -16
  80. package/src/sap/m/themes/sap_horizon/SlideTile.less +3 -1
  81. package/src/sap/m/themes/sap_horizon/Slider.less +71 -49
  82. package/src/sap/m/themes/sap_horizon/SplitButton.less +16 -8
  83. package/src/sap/m/themes/sap_horizon/StandardListItem.less +4 -4
  84. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +1 -19
  85. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  86. package/src/sap/m/themes/sap_horizon/TabStrip.less +12 -6
  87. package/src/sap/m/themes/sap_horizon/Table.less +14 -5
  88. package/src/sap/m/themes/sap_horizon/Text.less +4 -0
  89. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -2
  90. package/src/sap/m/themes/sap_horizon/Token.less +43 -40
  91. package/src/sap/m/themes/sap_horizon/Tokenizer.less +11 -15
  92. package/src/sap/m/themes/sap_horizon/Toolbar.less +28 -20
  93. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  94. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  95. package/src/sap/m/themes/sap_horizon/Wizard.less +9 -4
  96. package/src/sap/m/themes/sap_horizon/WizardProgressNavigator.less +18 -6
  97. package/src/sap/m/themes/sap_horizon/WizardStep.less +7 -0
  98. package/src/sap/m/themes/sap_horizon/library.source.less +4 -2
  99. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +6 -7
  100. package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +37 -2
  101. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
  102. package/src/sap/m/themes/sap_horizon_dark/Bar.less +15 -7
  103. package/src/sap/m/themes/sap_horizon_dark/Button.less +39 -12
  104. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -27
  105. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
  106. package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +89 -25
  107. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +34 -25
  108. package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +12 -0
  109. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +6 -6
  110. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
  111. package/src/sap/m/themes/sap_horizon_dark/IconTabBarSelectList.less +1 -1
  112. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +58 -143
  113. package/src/sap/m/themes/sap_horizon_dark/Label.less +8 -0
  114. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -1
  115. package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
  116. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  117. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -4
  118. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +14 -0
  119. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +7 -5
  120. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
  121. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +5 -1
  122. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +14 -23
  123. package/src/sap/m/themes/sap_horizon_dark/MultiInput.less +13 -0
  124. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +6 -0
  125. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
  126. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +28 -1
  127. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +17 -0
  128. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +89 -23
  129. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
  130. package/src/sap/m/themes/sap_horizon_dark/Panel.less +25 -15
  131. package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
  132. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +163 -69
  133. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +8 -3
  134. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +78 -46
  135. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +8 -0
  136. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -6
  137. package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
  138. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +20 -14
  139. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +14 -16
  140. package/src/sap/m/themes/sap_horizon_dark/Slider.less +71 -49
  141. package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +1 -0
  142. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +16 -8
  143. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +4 -4
  144. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -19
  145. package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
  146. package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +15 -6
  147. package/src/sap/m/themes/sap_horizon_dark/Table.less +13 -5
  148. package/src/sap/m/themes/sap_horizon_dark/Text.less +4 -0
  149. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -2
  150. package/src/sap/m/themes/sap_horizon_dark/Token.less +41 -38
  151. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +11 -15
  152. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
  153. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
  154. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
  155. package/src/sap/m/themes/sap_horizon_dark/Wizard.less +9 -1
  156. package/src/sap/m/themes/sap_horizon_dark/WizardProgressNavigator.less +17 -6
  157. package/src/sap/m/themes/sap_horizon_dark/WizardStep.less +7 -0
  158. package/src/sap/m/themes/sap_horizon_dark/library.source.less +4 -2
  159. package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +37 -2
  160. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
  161. package/src/sap/m/themes/sap_horizon_hcb/Bar.less +15 -7
  162. package/src/sap/m/themes/sap_horizon_hcb/Button.less +9 -5
  163. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +6 -55
  164. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
  165. package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +3 -2
  166. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
  167. package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +12 -0
  168. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  169. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
  170. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +33 -44
  171. package/src/sap/m/themes/sap_horizon_hcb/Label.less +8 -0
  172. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +2 -1
  173. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
  174. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +4 -0
  175. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +4 -0
  176. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +0 -7
  177. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
  178. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +5 -1
  179. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  180. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
  181. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +27 -1
  182. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +13 -0
  183. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
  184. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
  185. package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
  186. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +16 -9
  187. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  188. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
  189. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +167 -71
  190. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +14 -3
  191. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
  192. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +83 -12
  193. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +8 -0
  194. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +0 -1
  195. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
  196. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
  197. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +14 -11
  198. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +125 -23
  199. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +8 -0
  200. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +185 -118
  201. package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +6 -3
  202. package/src/sap/m/themes/sap_horizon_hcb/Table.less +10 -15
  203. package/src/sap/m/themes/sap_horizon_hcb/Text.less +4 -0
  204. package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -0
  205. package/src/sap/m/themes/sap_horizon_hcb/Token.less +16 -38
  206. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +15 -1
  207. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
  208. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
  209. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
  210. package/src/sap/m/themes/sap_horizon_hcb/Wizard.less +9 -1
  211. package/src/sap/m/themes/sap_horizon_hcb/WizardProgressNavigator.less +9 -8
  212. package/src/sap/m/themes/sap_horizon_hcb/WizardStep.less +6 -0
  213. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +5 -4
  214. package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +37 -2
  215. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
  216. package/src/sap/m/themes/sap_horizon_hcw/Bar.less +15 -7
  217. package/src/sap/m/themes/sap_horizon_hcw/Button.less +9 -5
  218. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +6 -53
  219. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
  220. package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +3 -2
  221. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
  222. package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +12 -0
  223. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  224. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
  225. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +33 -44
  226. package/src/sap/m/themes/sap_horizon_hcw/Label.less +8 -0
  227. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -2
  228. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
  229. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +4 -0
  230. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +4 -0
  231. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +0 -7
  232. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
  233. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +5 -1
  234. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  235. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
  236. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +27 -1
  237. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +13 -0
  238. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
  239. package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
  240. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +16 -9
  241. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  242. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
  243. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +168 -71
  244. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +14 -3
  245. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
  246. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +84 -12
  247. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +8 -0
  248. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +0 -1
  249. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
  250. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
  251. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +14 -11
  252. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +125 -23
  253. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +8 -0
  254. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +185 -118
  255. package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +6 -3
  256. package/src/sap/m/themes/sap_horizon_hcw/Table.less +10 -15
  257. package/src/sap/m/themes/sap_horizon_hcw/Text.less +4 -0
  258. package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -2
  259. package/src/sap/m/themes/sap_horizon_hcw/Token.less +16 -38
  260. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +35 -21
  261. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
  262. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
  263. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
  264. package/src/sap/m/themes/sap_horizon_hcw/Wizard.less +9 -1
  265. package/src/sap/m/themes/sap_horizon_hcw/WizardProgressNavigator.less +9 -9
  266. package/src/sap/m/themes/sap_horizon_hcw/WizardStep.less +6 -0
  267. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +5 -4
  268. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +17 -12
  269. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -10
  270. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +4 -2
  271. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +7 -3
  272. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -2
  273. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +17 -11
  274. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -10
  275. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +4 -2
  276. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -3
  277. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -2
  278. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +32 -16
  279. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +4 -4
  280. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -2
  281. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +4 -1
  282. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +2 -2
  283. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +31 -15
  284. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +4 -4
  285. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -2
  286. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +4 -1
  287. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +2 -2
  288. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  289. package/src/sap/ui/core/themes/sap_horizon/BrowserScrollbar.less +1 -0
  290. package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +1 -7
  291. package/src/sap/ui/core/themes/sap_horizon/base.less +428 -42
  292. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  293. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  294. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  295. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  296. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  297. package/src/sap/ui/core/themes/sap_horizon/global.less +17 -6
  298. package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
  299. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  300. package/src/sap/ui/core/themes/sap_horizon_dark/BrowserScrollbar.less +1 -0
  301. package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +1 -7
  302. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +419 -33
  303. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  304. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  305. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  306. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  307. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  308. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +18 -6
  309. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
  310. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  311. package/src/sap/ui/core/themes/sap_horizon_hcb/BrowserScrollbar.less +1 -5
  312. package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +1 -5
  313. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
  314. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  315. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  316. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  317. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  318. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  319. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +15 -5
  320. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  321. package/src/sap/ui/core/themes/sap_horizon_hcw/BrowserScrollbar.less +1 -5
  322. package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +1 -5
  323. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
  324. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  325. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  326. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  327. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  328. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  329. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +15 -5
  330. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +61 -0
  331. package/src/sap/ui/dt/themes/sap_horizon/Overlay.less +44 -0
  332. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +4 -1
  333. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +64 -0
  334. package/src/sap/ui/dt/themes/sap_horizon_dark/Overlay.less +45 -0
  335. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +4 -1
  336. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +56 -5
  337. package/src/sap/ui/dt/themes/sap_horizon_hcb/Overlay.less +42 -9
  338. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +52 -5
  339. package/src/sap/ui/dt/themes/sap_horizon_hcw/Overlay.less +40 -0
  340. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +2 -1
  341. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  342. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
  343. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  344. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
  345. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  346. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
  347. package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +4 -1
  348. package/src/sap/ui/layout/themes/sap_horizon/Splitter.less +7 -0
  349. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +2 -1
  350. package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +4 -1
  351. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +7 -0
  352. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +2 -1
  353. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -4
  354. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -4
  355. package/src/sap/ui/rta/themes/sap_horizon/AddIFrame.less +65 -0
  356. package/src/sap/ui/rta/themes/sap_horizon/ChangeVisualization.less +13 -7
  357. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +7 -31
  358. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +14 -31
  359. package/src/sap/ui/rta/themes/sap_horizon/FieldRepository.less +17 -24
  360. package/src/sap/ui/rta/themes/sap_horizon/Overlay.less +12 -31
  361. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +95 -21
  362. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +9 -78
  363. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.personalization.less +5 -17
  364. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  365. package/src/sap/ui/rta/themes/sap_horizon_dark/AddIFrame.less +76 -0
  366. package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +19 -0
  367. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +7 -23
  368. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +14 -31
  369. package/src/sap/ui/rta/themes/sap_horizon_dark/FieldRepository.less +17 -24
  370. package/src/sap/ui/rta/themes/sap_horizon_dark/Overlay.less +12 -13
  371. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +103 -20
  372. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +9 -75
  373. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.personalization.less +4 -17
  374. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +3 -2
  375. package/src/sap/ui/rta/themes/sap_horizon_hcb/AddIFrame.less +75 -6
  376. package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +17 -17
  377. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +11 -11
  378. package/src/sap/ui/rta/themes/sap_horizon_hcb/Dialogs.less +29 -11
  379. package/src/sap/ui/rta/themes/sap_horizon_hcb/FieldRepository.less +23 -16
  380. package/src/sap/ui/rta/themes/sap_horizon_hcb/Overlay.less +33 -35
  381. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +38 -9
  382. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.base.less +13 -81
  383. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.personalization.less +5 -8
  384. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +0 -1
  385. package/src/sap/ui/rta/themes/sap_horizon_hcw/AddIFrame.less +77 -0
  386. package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +17 -17
  387. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +11 -12
  388. package/src/sap/ui/rta/themes/sap_horizon_hcw/Dialogs.less +29 -11
  389. package/src/sap/ui/rta/themes/sap_horizon_hcw/FieldRepository.less +6 -14
  390. package/src/sap/ui/rta/themes/sap_horizon_hcw/Overlay.less +20 -27
  391. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +39 -10
  392. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.base.less +13 -81
  393. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.personalization.less +6 -8
  394. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +2 -2
  395. package/src/sap/ui/table/themes/sap_horizon/Cell.less +14 -0
  396. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +1 -1
  397. package/src/sap/ui/table/themes/sap_horizon/Table.less +7 -0
  398. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +14 -0
  399. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +1 -1
  400. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +7 -0
  401. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +15 -1
  402. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +7 -2
  403. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +15 -1
  404. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +7 -2
  405. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +184 -68
  406. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -15
  407. package/src/sap/ui/unified/themes/sap_horizon/ColorPicker.less +8 -1
  408. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  409. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +9 -1
  410. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +187 -70
  411. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +36 -15
  412. package/src/sap/ui/unified/themes/sap_horizon_dark/ColorPicker.less +8 -1
  413. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
  414. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +9 -1
  415. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +286 -98
  416. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +21 -2
  417. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +11 -5
  418. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
  419. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +9 -1
  420. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +321 -132
  421. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +21 -2
  422. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +11 -5
  423. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
  424. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +9 -1
  425. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +8 -8
  426. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +3 -3
  427. package/src/sap/uxap/themes/sap_horizon/ObjectPageLayout.less +6 -9
  428. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +3 -3
  429. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +4 -11
  430. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +9 -9
  431. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +3 -3
  432. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageLayout.less +6 -9
  433. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +3 -3
  434. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
  435. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageLayout.less +2 -1
  436. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageLayout.less +2 -1
  437. package/src/sap/m/themes/sap_horizon/NotificationListItem.less +0 -27
  438. package/src/sap/m/themes/sap_horizon/ScrollContainer.less +0 -19
  439. package/src/sap/m/themes/sap_horizon_dark/NotificationListItem.less +0 -27
  440. package/src/sap/m/themes/sap_horizon_dark/ScrollContainer.less +0 -19
  441. package/src/sap/m/themes/sap_horizon_hcb/BrowserScrollbar.less +0 -35
  442. package/src/sap/m/themes/sap_horizon_hcb/NotificationListBase.less +0 -8
  443. package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
  444. package/src/sap/m/themes/sap_horizon_hcw/BrowserScrollbar.less +0 -35
  445. package/src/sap/m/themes/sap_horizon_hcw/NotificationListBase.less +0 -8
  446. package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
  447. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.standalone.less +0 -7
  448. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.standalone.less +0 -7
  449. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.standalone.less +0 -14
  450. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.standalone.less +0 -14
@@ -21,7 +21,7 @@
21
21
 
22
22
  /* Appointments */
23
23
  /* as outlines can't have different offsets on one side (no left border) and don't work in IE just use a inner border */
24
- html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
24
+ html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after {
25
25
  position: absolute;
26
26
  top: 1px;
27
27
  left: 1px;
@@ -32,6 +32,25 @@ html.sap-desktop .sapUiCalendarApp:focus > .sapUiCalendarAppCont:after{
32
32
  pointer-events: none;
33
33
  }
34
34
 
35
+ .sapUiCalendarApp,
36
+ .sapUiCalendarAppCont {
37
+ border-radius: 0.25rem;
38
+ }
39
+
40
+ .sapUiCalendarAppCont {
41
+ border-top-left-radius: 0;
42
+ border-bottom-left-radius: 0;
43
+ }
44
+
45
+ html.sap-desktop .sapUiCalendarApp:focus:not(:active) > .sapUiCalendarAppCont {
46
+ background-color: @sapUiListBackground;
47
+ }
48
+
49
+ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:hover:not(:active) > .sapUiCalendarAppCont,
50
+ html.sap-desktop .sapUiCalendarApp:hover:not(:active) > .sapUiCalendarAppCont {
51
+ background-color: @sapUiListHoverBackground;
52
+ }
53
+
35
54
  .sapMListTblRow.sapMLIBFocusable:focus {
36
55
  .sapUiCalendarRowAppsInt.sapUiCalendarRowAppsNoWork:before {
37
56
  position: absolute;
@@ -92,7 +111,6 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:focus:not(:active){
92
111
  .sapUiCalendarApp:active > .sapUiCalendarAppCont,
93
112
  .sapUiCalendarApp.sapUiCalendarAppSel:active > .sapUiCalendarAppCont{
94
113
  border-color: @sapUiListSelectionBorderColor;
95
- border-left: 0.0625rem solid @sapUiListBackground;
96
114
  }
97
115
 
98
116
 
@@ -117,6 +135,7 @@ html.sap-desktop .sapUiCalendarApp.sapUiCalendarAppSel:hover:not(:active) > .sa
117
135
 
118
136
  .sapUiCalendarAppTitle{
119
137
  font-size: @sapMFontMediumSize;
138
+ color: @sapUiBaseText;
120
139
  }
121
140
 
122
141
  .sapUiCalendarAppText{
@@ -1,7 +1,7 @@
1
- /* =========================================== */
2
- /* CSS for control sap.ui.unified.ColorPicker */
3
- /* Horizon High Contrast White theme */
4
- /* =========================================== */
1
+ /* ========================================== */
2
+ /* CSS for control sap.ui.unified.ColorPicker */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ========================================== */
5
5
 
6
6
  .sapUiColorPicker-ColorPickerSlider.sapUiSliHori .sapUiSliBar,
7
7
  .sapUiColorPicker-ColorPickerSlider.sapUiSliHori .sapUiSliBar .sapUiSliHiLi {
@@ -19,10 +19,10 @@
19
19
  .sapUiColorPicker-ColorPickerAlphaSlider,
20
20
  .sapUiColorPicker-ColorPickerSlider {
21
21
  .sapMSliderHandle {
22
+ width: 1.0625rem;
22
23
  top: -0.50rem;
23
24
  border: 0.125rem solid @sapUiContentContrastShadowColor;
24
25
  background-color: transparent;
25
- height: 1.625rem;
26
26
  box-shadow: inset 0 0 0 0.125rem @sapUiContentForegroundColor;
27
27
  }
28
28
  .sapMSliderProgress {
@@ -35,6 +35,12 @@
35
35
  //override the blue border color when the handle is pressed
36
36
  border-color: @sapUiContentContrastShadowColor;
37
37
  }
38
+ .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
39
+ content: none;
40
+ }
41
+ &::before {
42
+ content: none
43
+ }
38
44
  }
39
45
  }
40
46
  }
@@ -8,6 +8,13 @@
8
8
  height: 2.75rem;
9
9
  }
10
10
 
11
+ .sapUiSizeCompact{
12
+ .sapUiFup,
13
+ .sapUiFup.sapMBarChild {
14
+ height: 2rem;
15
+ }
16
+ }
17
+
11
18
  /* increase outline offset */
12
19
  .sapMIBar-CTX .sapUiFup .sapMBtnInner:focus.sapMFocusable {
13
20
  outline-offset: -.125rem;
@@ -3,6 +3,14 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ==================================== */
5
5
 
6
+ .sapUiMnu {
7
+ border-radius: @sapUiPopoverBorderCornerRadius;
8
+ }
9
+
10
+ .sapUiMnuItmSbMnu > div:after {
11
+ font-size: 1rem;
12
+ }
13
+
6
14
  .sapUiMnuItm.sapUiMnuTfItm .sapUiMnuTfItemTf.sapUiMnuTfItemTfDsbl {
7
15
  opacity: @sapUiContentDisabledOpacity;
8
16
  }
@@ -84,7 +92,7 @@ html.sap-phone .sapUiSizeCozy .sapUiMnuItm {
84
92
  }
85
93
 
86
94
  .sapMMenuLIArrowRightIcon {
87
- font-size: 0.75rem;
95
+ font-size: 1rem;
88
96
  width: 2.75rem;
89
97
  height: 2.75rem;
90
98
  line-height: 2.75rem;
@@ -12,7 +12,7 @@ Common compact/cozy
12
12
  @sapUiFiori3ABUnderlineTopRadius: 0.125rem;
13
13
 
14
14
  .sapUxAPAnchorBarFiori3Height {
15
- height: @sapElement_LineHeight;
15
+ height: @sapUiElementLineHeight;
16
16
  }
17
17
 
18
18
  .sapUiSizeCompact .sapUxAPAnchorBar,
@@ -54,7 +54,7 @@ Common compact/cozy
54
54
  font-family: @sapUiFontFamily;
55
55
  font-size: @sapMFontMediumSize;
56
56
  height: 2.5rem;
57
- line-height: @sapElement_LineHeight;
57
+ line-height: @sapUiElementLineHeight;
58
58
  }
59
59
  }
60
60
  }
@@ -106,7 +106,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
106
106
  &.sapMMenuBtn .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner .sapMBtnIcon,
107
107
  &.sapMMenuBtn .sapMSBArrow:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnActive .sapMBtnIcon,
108
108
  &.sapMMenuBtn.sapMMenuBtnSplit .sapMSBText:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnActive .sapMBtnContent {
109
- color: @sapContent_Selected_TextColor;
109
+ color: @sapUiContentSelectedTextColor;
110
110
  }
111
111
 
112
112
  &.sapMMenuBtn .sapMSBArrow:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnActive {
@@ -131,7 +131,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
131
131
 
132
132
  .sapMBtnContent,
133
133
  .sapUiIcon {
134
- color: @sapContent_Selected_TextColor;
134
+ color: @sapUiContentSelectedTextColor;
135
135
  }
136
136
 
137
137
  &::after {
@@ -155,7 +155,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
155
155
 
156
156
  .sapMBtnDefault .sapMBtnContent {
157
157
  overflow: visible;
158
- color: @sapContent_Selected_TextColor;
158
+ color: @sapUiContentSelectedTextColor;
159
159
 
160
160
  &::after {
161
161
  content: "";
@@ -166,7 +166,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
166
166
  padding: (@sapUiFiori3ABUnderlineOffsetAndHeight / 2) @sapUiFiori3ABUnderlineOffsetAndHeight;
167
167
  border-top-left-radius: @sapUiFiori3ABUnderlineTopRadius;
168
168
  border-top-right-radius: @sapUiFiori3ABUnderlineTopRadius;
169
- background-color: @sapContent_Selected_ForegroundColor;
169
+ background-color: @sapUiContentSelectedForegroundColor;
170
170
  }
171
171
  }
172
172
  }
@@ -303,7 +303,7 @@ html.sap-desktop .sapMBtnBase.sapMBtn.sapUxAPAnchorBarButton:focus::after {
303
303
  right: 0;
304
304
  bottom: 0.25rem;
305
305
  left: 0;
306
- border: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
306
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
307
307
  border-radius: 0.5rem;
308
308
  }
309
309
 
@@ -320,5 +320,5 @@ html.sap-desktop .sapUxAPAnchorBarButton .sapMBtn:focus .sapMBtnInner::before {
320
320
  .sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) bdi,
321
321
  .sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn + .sapMBtn .sapMBtnInner *,
322
322
  .sapUxAPAnchorBar .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapMBtnContent{
323
- color: @sapContent_Selected_TextColor;
323
+ color: @sapUiContentSelectedTextColor;
324
324
  }
@@ -100,8 +100,8 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
100
100
  .sapUxAPObjectPageLayout-Std-Phone, html.sap-phone {
101
101
 
102
102
  .sapMSlt.sapUxAPHierarchicalSelect.sapMBarChild {
103
- height: @sapElement_LineHeight;
104
- line-height: @sapElement_LineHeight;
103
+ height: @sapUiElementLineHeight;
104
+ line-height: @sapUiElementLineHeight;
105
105
  box-shadow: @sapUiFiori3HSBottomShadow, @sapUiFiori3HSTopShadow;
106
106
  background-color: transparent;
107
107
  }
@@ -154,7 +154,7 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
154
154
  .sapUiSizeCompact .sapUxAPObjectPageLayout-Std-Desktop,
155
155
  .sapUiSizeCompact .sapUxAPObjectPageLayout-Std-Desktop-XL {
156
156
  .sapUxAPHierarchicalSelect.sapMSltIconOnly {
157
- height: @sapElement_LineHeight;
157
+ height: @sapUiElementLineHeight;
158
158
  }
159
159
  }
160
160
 
@@ -26,7 +26,7 @@
26
26
  .sapUiSizeCompact .sapUxAPObjectPageNavigation,
27
27
  .sapUxAPObjectPageNavigation {
28
28
  .sapUxAPObjectChildPage {
29
- height: @sapElement_LineHeight;
29
+ height: @sapUiElementLineHeight;
30
30
  }
31
31
  }
32
32
 
@@ -64,6 +64,7 @@
64
64
  color: @sapUiPageFooterTextColor;
65
65
  box-shadow: @sapUiShadowLevel1;
66
66
  border: none;
67
+ border-radius: @sapUiElementBorderCornerRadius;
67
68
  }
68
69
 
69
70
  .title-hover(@backgroundColor) {
@@ -76,12 +77,8 @@
76
77
  // Delta Styles for Horizon
77
78
  // =====================================
78
79
 
79
- .sapUxAPObjectPageLayout:not(.sapUxAPObjectPageLayoutNoAnchorBar) .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
80
- box-shadow: inset 0 -0.0625rem 0 0 @sapObjectHeader_BorderColor;
81
- }
82
-
83
80
  .sapUxAPObjectPageLayout:not(.sapUxAPObjectPageLayoutNoAnchorBar)>.sapUxAPObjectPageHeaderStickied>.sapFDynamicPageTitle {
84
- box-shadow: inset 0 -0.0625rem 0 0 @sapObjectHeader_BorderColor;
81
+ box-shadow: none;
85
82
  }
86
83
 
87
84
  .sapUxAPObjectPageLayout .sapMList {
@@ -90,8 +87,8 @@
90
87
 
91
88
 
92
89
  .sapUxAPObjectPageLayout-Std-Phone .sapMSltPressed>.sapMSltArrow, html.sap-phone .sapMSltPressed>.sapMSltArrow {
93
- border-radius: @sapButton_BorderCornerRadius;
94
- background: @sapButton_Active_Background ;
90
+ border-radius: @sapUiButtonBorderCornerRadius;
91
+ background: @sapUiButtonActiveBackground;
95
92
  }
96
93
 
97
94
  // =====================================
@@ -99,7 +96,7 @@
99
96
  // =====================================
100
97
 
101
98
  .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
102
- color: @sapContent_NonInteractiveIconColor;
99
+ color: @sapUiContentNonInteractiveIconColor;
103
100
  }
104
101
 
105
102
  // =====================================
@@ -57,16 +57,16 @@
57
57
  padding-top: 0.5rem;
58
58
  padding-left: 0;
59
59
  padding-right: 0;
60
- background: @sapGroup_ContentBackground;
60
+ background: @sapUiGroupContentBackground;
61
61
  margin-left: 2rem;
62
62
  margin-right: 2rem;
63
- border-radius: @sapElement_BorderCornerRadius;
63
+ border-radius: @sapUiElementBorderCornerRadius;
64
64
  }
65
65
 
66
66
  // Page Section Focus - Experimental
67
67
  .sapUxAPObjectPageSection:focus {
68
68
  outline: none;
69
- box-shadow: inset 0px 0px 0px 2px @sapContent_ContrastFocusColor, 0px 0px 0px 2px @sapContent_FocusColor;
69
+ box-shadow: inset 0px 0px 0px 2px @sapUiContentContrastFocusColor, 0px 0px 0px 2px @sapUiContentFocusColor;
70
70
  }
71
71
 
72
72
  .sapUiSizeCompact .sapUxAPObjectPageSectionTitle {
@@ -15,11 +15,7 @@
15
15
  }
16
16
 
17
17
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPBlockContainer {
18
- padding: 1rem 1rem 2rem 1rem;
19
- }
20
-
21
- .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPBlockContainer {
22
- padding-bottom: 1rem;
18
+ padding: 0 1rem;
23
19
  }
24
20
 
25
21
  /* responsive paddings */
@@ -37,9 +33,6 @@
37
33
 
38
34
  /* compact size */
39
35
  .sapUiSizeCompact {
40
- .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPBlockContainerr{
41
- padding-bottom: 1rem;
42
- }
43
36
  .sapUxAPObjectPageSubSectionHeaderTitle {
44
37
  height: 1.125rem;
45
38
  line-height: normal;
@@ -55,7 +48,7 @@
55
48
  // Page Sub Section Focus - Experimental
56
49
  .sapUxAPObjectPageSubSection:focus {
57
50
  outline: none;
58
- box-shadow: inset 0px 0px 0px 2px @sapContent_ContrastFocusColor, 0px 0px 0px 2px @sapContent_FocusColor;
51
+ box-shadow: inset 0px 0px 0px 2px @sapUiContentContrastFocusColor, 0px 0px 0px 2px @sapUiContentFocusColor;
59
52
  }
60
53
 
61
54
  .sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSection .sapUiRespGrid.sapUiRespGridHSpace1 {
@@ -74,11 +67,11 @@
74
67
  // =====================================
75
68
  .sapUxAPObjectPageLayout-Std-Tablet .sapUxAPBlockContainer,
76
69
  .sapUiSizeCompact .sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer {
77
- padding: 0.5rem 0.5rem 0rem 0rem;
70
+ padding: 0 0.5rem 0rem 0rem;
78
71
  }
79
72
 
80
73
  .sapUiSizeCompact .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPBlockContainer {
81
- padding: 0.5rem 0.5rem 0.5rem 0.5rem;
74
+ padding: 0 0.5rem;
82
75
  }
83
76
 
84
77
  .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPBlockContainer {
@@ -12,7 +12,7 @@ Common compact/cozy
12
12
  @sapUiFiori3ABUnderlineTopRadius: 0.125rem;
13
13
 
14
14
  .sapUxAPAnchorBarFiori3Height {
15
- height: @sapElement_LineHeight;
15
+ height: @sapUiElementLineHeight;
16
16
  }
17
17
 
18
18
  .sapUiSizeCompact .sapUxAPAnchorBar,
@@ -54,7 +54,7 @@ Common compact/cozy
54
54
  font-family: @sapUiFontFamily;
55
55
  font-size: @sapMFontMediumSize;
56
56
  height: 2.5rem;
57
- line-height: @sapElement_LineHeight;
57
+ line-height: @sapUiElementLineHeight;
58
58
  }
59
59
  }
60
60
  }
@@ -106,7 +106,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
106
106
  &.sapMMenuBtn .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner .sapMBtnIcon,
107
107
  &.sapMMenuBtn .sapMSBArrow:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnActive .sapMBtnIcon,
108
108
  &.sapMMenuBtn.sapMMenuBtnSplit .sapMSBText:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnActive .sapMBtnContent {
109
- color: @sapContent_Selected_TextColor;
109
+ color: @sapUiContentSelectedTextColor;
110
110
  }
111
111
 
112
112
  &.sapMMenuBtn .sapMSBArrow:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnActive {
@@ -131,7 +131,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
131
131
 
132
132
  .sapMBtnContent,
133
133
  .sapUiIcon {
134
- color: @sapContent_Selected_TextColor;
134
+ color: @sapUiContentSelectedTextColor;
135
135
  }
136
136
 
137
137
  &::after {
@@ -149,13 +149,13 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
149
149
  padding: (@sapUiFiori3ABUnderlineOffsetAndHeight / 2) @sapUiFiori3ABUnderlineOffsetAndHeight;
150
150
  border-top-left-radius: @sapUiFiori3ABUnderlineTopRadius;
151
151
  border-top-right-radius: @sapUiFiori3ABUnderlineTopRadius;
152
- background-color: @sapContent_Selected_ForegroundColor;
152
+ background-color: @sapUiContentSelectedForegroundColor;
153
153
  }
154
154
  }
155
155
 
156
156
  .sapMBtnDefault .sapMBtnContent {
157
157
  overflow: visible;
158
- color: @sapContent_Selected_TextColor;
158
+ color: @sapUiContentSelectedTextColor;
159
159
 
160
160
  &::after {
161
161
  content: "";
@@ -166,7 +166,7 @@ html .sapUxAPObjectPageLayout-Std-Desktop .sapUxAPAnchorBar.sapMTB
166
166
  padding: (@sapUiFiori3ABUnderlineOffsetAndHeight / 2) @sapUiFiori3ABUnderlineOffsetAndHeight;
167
167
  border-top-left-radius: @sapUiFiori3ABUnderlineTopRadius;
168
168
  border-top-right-radius: @sapUiFiori3ABUnderlineTopRadius;
169
- background-color: @sapContent_Selected_ForegroundColor;
169
+ background-color: @sapUiContentSelectedForegroundColor;
170
170
  }
171
171
  }
172
172
  }
@@ -303,7 +303,7 @@ html.sap-desktop .sapMBtnBase.sapMBtn.sapUxAPAnchorBarButton:focus::after {
303
303
  right: 0;
304
304
  bottom: 0.25rem;
305
305
  left: 0;
306
- border: @sapContent_FocusWidth @sapContent_FocusStyle @sapContent_FocusColor;
306
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
307
307
  border-radius: 0.5rem;
308
308
  }
309
309
 
@@ -320,5 +320,5 @@ html.sap-desktop .sapUxAPAnchorBarButton .sapMBtn:focus .sapMBtnInner::before {
320
320
  .sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) bdi,
321
321
  .sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn + .sapMBtn .sapMBtnInner *,
322
322
  .sapUxAPAnchorBar .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapMBtnContent{
323
- color: @sapContent_Selected_TextColor;
323
+ color: @sapUiContentSelectedTextColor;
324
324
  }
@@ -100,8 +100,8 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
100
100
  .sapUxAPObjectPageLayout-Std-Phone, html.sap-phone {
101
101
 
102
102
  .sapMSlt.sapUxAPHierarchicalSelect.sapMBarChild {
103
- height: @sapElement_LineHeight;
104
- line-height: @sapElement_LineHeight;
103
+ height: @sapUiElementLineHeight;
104
+ line-height: @sapUiElementLineHeight;
105
105
  box-shadow: @sapUiFiori3HSBottomShadow, @sapUiFiori3HSTopShadow;
106
106
  background-color: transparent;
107
107
  }
@@ -154,7 +154,7 @@ html.sap-desktop .sapUxAPHierarchicalSelect {
154
154
  .sapUiSizeCompact .sapUxAPObjectPageLayout-Std-Desktop,
155
155
  .sapUiSizeCompact .sapUxAPObjectPageLayout-Std-Desktop-XL {
156
156
  .sapUxAPHierarchicalSelect.sapMSltIconOnly {
157
- height: @sapElement_LineHeight;
157
+ height: @sapUiElementLineHeight;
158
158
  }
159
159
  }
160
160
 
@@ -26,7 +26,7 @@
26
26
  .sapUiSizeCompact .sapUxAPObjectPageNavigation,
27
27
  .sapUxAPObjectPageNavigation {
28
28
  .sapUxAPObjectChildPage {
29
- height: @sapElement_LineHeight;
29
+ height: @sapUiElementLineHeight;
30
30
  }
31
31
  }
32
32
 
@@ -64,6 +64,7 @@
64
64
  color: @sapUiPageFooterTextColor;
65
65
  box-shadow: @sapUiShadowLevel1;
66
66
  border: none;
67
+ border-radius: @sapUiElementBorderCornerRadius;
67
68
  }
68
69
 
69
70
  .title-hover(@backgroundColor) {
@@ -76,12 +77,8 @@
76
77
  // Delta Styles for Horizon
77
78
  // =====================================
78
79
 
79
- .sapUxAPObjectPageLayout:not(.sapUxAPObjectPageLayoutNoAnchorBar) .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
80
- box-shadow: inset 0 -0.0625rem 0 0 @sapObjectHeader_BorderColor;
81
- }
82
-
83
80
  .sapUxAPObjectPageLayout:not(.sapUxAPObjectPageLayoutNoAnchorBar)>.sapUxAPObjectPageHeaderStickied>.sapFDynamicPageTitle {
84
- box-shadow: inset 0 -0.0625rem 0 0 @sapObjectHeader_BorderColor;
81
+ box-shadow: none;
85
82
  }
86
83
 
87
84
  .sapUxAPObjectPageLayout .sapMList {
@@ -90,8 +87,8 @@
90
87
 
91
88
 
92
89
  .sapUxAPObjectPageLayout-Std-Phone .sapMSltPressed>.sapMSltArrow, html.sap-phone .sapMSltPressed>.sapMSltArrow {
93
- border-radius: @sapButton_BorderCornerRadius;
94
- background: @sapButton_Active_Background ;
90
+ border-radius: @sapUiButtonBorderCornerRadius;
91
+ background: @sapUiButtonActiveBackground;
95
92
  }
96
93
 
97
94
  // =====================================
@@ -99,7 +96,7 @@
99
96
  // =====================================
100
97
 
101
98
  .sapSmartTemplatesObjectPage .sapSmartTemplatesObjectPageContactsImage {
102
- color: @sapContent_NonInteractiveIconColor;
99
+ color: @sapUiContentNonInteractiveIconColor;
103
100
  }
104
101
 
105
102
  // =====================================
@@ -57,16 +57,16 @@
57
57
  padding-top: 0.5rem;
58
58
  padding-left: 0;
59
59
  padding-right: 0;
60
- background: @sapGroup_ContentBackground;
60
+ background: @sapUiGroupContentBackground;
61
61
  margin-left: 2rem;
62
62
  margin-right: 2rem;
63
- border-radius: @sapElement_BorderCornerRadius;
63
+ border-radius: @sapUiElementBorderCornerRadius;
64
64
  }
65
65
 
66
66
  // Page Section Focus - Experimental
67
67
  .sapUxAPObjectPageSection:focus {
68
68
  outline: none;
69
- box-shadow: inset 0px 0px 0px 2px @sapContent_ContrastFocusColor, 0px 0px 0px 2px @sapContent_FocusColor;
69
+ box-shadow: inset 0px 0px 0px 2px @sapUiContentContrastFocusColor, 0px 0px 0px 2px @sapUiContentFocusColor;
70
70
  }
71
71
 
72
72
  .sapUiSizeCompact .sapUxAPObjectPageSectionTitle {
@@ -55,7 +55,7 @@
55
55
  // Page Sub Section Focus - Experimental
56
56
  .sapUxAPObjectPageSubSection:focus {
57
57
  outline: none;
58
- box-shadow: inset 0px 0px 0px 2px @sapContent_ContrastFocusColor, 0px 0px 0px 2px @sapContent_FocusColor;
58
+ box-shadow: inset 0px 0px 0px 2px @sapUiContentContrastFocusColor, 0px 0px 0px 2px @sapUiContentFocusColor;
59
59
  }
60
60
 
61
61
  .sapUxAPObjectPageLayout-Std-Phone .sapUxAPObjectPageSubSection .sapUiRespGrid.sapUiRespGridHSpace1 {
@@ -26,7 +26,7 @@
26
26
  .sapUiSizeCompact .sapUxAPObjectPageNavigation,
27
27
  .sapUxAPObjectPageNavigation {
28
28
  .sapUxAPObjectChildPage {
29
- height: @sapElement_LineHeight;
29
+ height: @sapUiElementLineHeight;
30
30
  }
31
31
  }
32
32
 
@@ -68,6 +68,7 @@
68
68
  color: @sapUiPageFooterTextColor;
69
69
  box-shadow: @sapUiShadowLevel1;
70
70
  border: none;
71
+ border-radius: @sapUiElementBorderCornerRadius;
71
72
  }
72
73
 
73
74
  .title-hover(@backgroundColor) {
@@ -26,7 +26,7 @@
26
26
  .sapUiSizeCompact .sapUxAPObjectPageNavigation,
27
27
  .sapUxAPObjectPageNavigation {
28
28
  .sapUxAPObjectChildPage {
29
- height: @sapElement_LineHeight;
29
+ height: @sapUiElementLineHeight;
30
30
  }
31
31
  }
32
32
 
@@ -68,6 +68,7 @@
68
68
  color: @sapUiPageFooterTextColor;
69
69
  box-shadow: @sapUiShadowLevel1;
70
70
  border: none;
71
+ border-radius: @sapUiElementBorderCornerRadius;
71
72
  }
72
73
 
73
74
  .title-hover(@backgroundColor) {
@@ -1,27 +0,0 @@
1
- /* =========================================== */
2
- /* CSS for control sap.m/NotificationListBase */
3
- /* Horizon theme */
4
- /* =========================================== */
5
-
6
- .sapMListItems {
7
- >.sapMNLI:first-of-type,
8
- >.sapMNLI:first-of-type:focus::before {
9
- border-top-left-radius: @sapUiElementBorderCornerRadius;
10
- border-top-right-radius: @sapUiElementBorderCornerRadius;
11
- }
12
-
13
- >.sapMNLI:last-of-type,
14
- >.sapMNLI:last-of-type:focus::before {
15
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
16
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
17
- }
18
- }
19
-
20
- html.sap-desktop {
21
- .sapMNLIB:focus::before {
22
- top: 0px;
23
- right: 0px;
24
- bottom: 0px;
25
- left: 0px;
26
- }
27
- }
@@ -1,19 +0,0 @@
1
- /* ====================================== */
2
- /* CSS for control sap.m/ScrollContainer */
3
- /* Horizon theme */
4
- /* ====================================== */
5
-
6
- html.sap-desktop:not(.sapUiNativeScrollbars) .sapMScrollContV::-webkit-scrollbar {
7
- width: 0.75rem;
8
- height: 100%;
9
- }
10
-
11
- html.sap-desktop:not(.sapUiNativeScrollbars) .sapMScrollContH::-webkit-scrollbar {
12
- width: 100%;
13
- height: 0.75rem;
14
- }
15
-
16
- html.sap-desktop:not(.sapUiNativeScrollbars) .sapMScrollContVH::-webkit-scrollbar {
17
- width: 0.75rem;
18
- height: 0.75rem;
19
- }
@@ -1,27 +0,0 @@
1
- /* =========================================== */
2
- /* CSS for control sap.m/NotificationListBase */
3
- /* Evening Horizon theme */
4
- /* =========================================== */
5
-
6
- .sapMListItems {
7
- >.sapMNLI:first-of-type,
8
- >.sapMNLI:first-of-type:focus::before {
9
- border-top-left-radius: @sapUiElementBorderCornerRadius;
10
- border-top-right-radius: @sapUiElementBorderCornerRadius;
11
- }
12
-
13
- >.sapMNLI:last-of-type,
14
- >.sapMNLI:last-of-type:focus::before {
15
- border-bottom-left-radius: @sapUiElementBorderCornerRadius;
16
- border-bottom-right-radius: @sapUiElementBorderCornerRadius;
17
- }
18
- }
19
-
20
- html.sap-desktop {
21
- .sapMNLIB:focus::before {
22
- top: 0px;
23
- right: 0px;
24
- bottom: 0px;
25
- left: 0px;
26
- }
27
- }
@@ -1,19 +0,0 @@
1
- /* ====================================== */
2
- /* CSS for control sap.m/ScrollContainer */
3
- /* Evening Horizon theme */
4
- /* ====================================== */
5
-
6
- html.sap-desktop:not(.sapUiNativeScrollbars) .sapMScrollContV::-webkit-scrollbar {
7
- width: 0.75rem;
8
- height: 100%;
9
- }
10
-
11
- html.sap-desktop:not(.sapUiNativeScrollbars) .sapMScrollContH::-webkit-scrollbar {
12
- width: 100%;
13
- height: 0.75rem;
14
- }
15
-
16
- html.sap-desktop:not(.sapUiNativeScrollbars) .sapMScrollContVH::-webkit-scrollbar {
17
- width: 0.75rem;
18
- height: 0.75rem;
19
- }
@@ -1,35 +0,0 @@
1
- /* ======================================= */
2
- /* CSS for control sap.m/BrowserScrollbar */
3
- /* Horizon High Contrast Black theme */
4
- /* ======================================= */
5
-
6
- html.sap-desktop ::-webkit-scrollbar {
7
- border: 1px solid @sapUiScrollBarBorderColor;
8
- }
9
-
10
- html.sap-desktop ::-webkit-scrollbar-thumb:horizontal {
11
- border-left: none;
12
- border-top: 1px solid @sapUiScrollBarBorderColor;
13
- border-bottom: 1px solid @sapUiScrollBarBorderColor;
14
- }
15
-
16
- html.sap-desktop ::-webkit-scrollbar-thumb:vertical {
17
- border-left: 1px solid @sapUiScrollBarBorderColor;
18
- border-right: 1px solid @sapUiScrollBarBorderColor;
19
- }
20
-
21
- ::-webkit-scrollbar-button:vertical {
22
- background-color: @sapUiScrollBarFaceColor;
23
- height: 1px;
24
- }
25
-
26
- ::-webkit-scrollbar-button:horizontal {
27
- background-color: @sapUiScrollBarFaceColor;
28
- width: 1px;
29
- }
30
-
31
- ::-webkit-scrollbar-corner {
32
- background-color: @sapUiHcStandardBackground;
33
- border-right: 1px solid @sapUiScrollBarBorderColor;
34
- border-bottom: 1px solid @sapUiScrollBarBorderColor;
35
- }