@openui5/themelib_sap_horizon 1.100.0 → 1.101.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 (194) hide show
  1. package/THIRDPARTY.txt +5 -5
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +4 -0
  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 +5 -9
  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/library.source.less +1 -0
  10. package/src/sap/f/themes/sap_horizon_dark/Card.less +4 -0
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
  12. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
  13. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
  14. package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
  15. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
  16. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
  17. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  18. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
  19. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
  20. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
  21. package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
  22. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
  23. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
  24. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  25. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
  26. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
  27. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
  28. package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
  29. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
  30. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
  31. package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
  32. package/src/sap/m/themes/sap_horizon/Button.less +5 -10
  33. package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
  34. package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
  35. package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
  36. package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
  37. package/src/sap/m/themes/sap_horizon/Link.less +17 -13
  38. package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
  39. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
  40. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
  41. package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
  42. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +1 -1
  43. package/src/sap/m/themes/sap_horizon/Select.less +125 -53
  44. package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
  45. package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
  46. package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
  47. package/src/sap/m/themes/sap_horizon/Token.less +28 -40
  48. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
  49. package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
  50. package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
  51. package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
  52. package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
  53. package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -10
  54. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
  55. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +36 -22
  56. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -4
  57. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
  58. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +59 -136
  59. package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
  60. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
  61. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
  62. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
  63. package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
  64. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +1 -1
  65. package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
  66. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +19 -2
  67. package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +0 -4
  68. package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
  69. package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -38
  70. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +5 -2
  71. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
  72. package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
  73. package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
  74. package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
  75. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
  76. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
  77. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
  78. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
  79. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -37
  80. package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
  81. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
  82. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
  83. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
  84. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
  85. package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
  86. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
  87. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
  88. package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
  89. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
  90. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +232 -120
  91. package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -4
  92. package/src/sap/m/themes/sap_horizon_hcb/Token.less +3 -33
  93. package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +3 -0
  94. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
  95. package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
  96. package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
  97. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +0 -1
  98. package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
  99. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
  100. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
  101. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
  102. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +23 -37
  104. package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
  105. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
  106. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
  107. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
  108. package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
  109. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
  110. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
  111. package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
  112. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
  113. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +232 -120
  114. package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -4
  115. package/src/sap/m/themes/sap_horizon_hcw/Token.less +3 -32
  116. package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +23 -20
  117. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
  118. package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
  119. package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
  120. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +0 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +427 -41
  123. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
  124. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
  125. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
  126. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
  127. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
  128. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
  129. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
  130. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
  131. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
  132. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
  133. package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
  134. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -6
  135. package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
  136. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  137. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +417 -31
  138. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
  139. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
  140. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
  141. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
  142. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
  143. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
  144. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
  145. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
  146. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
  147. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
  148. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
  149. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -6
  150. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
  151. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  152. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
  153. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
  154. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
  155. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
  156. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
  157. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
  158. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
  159. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
  160. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
  161. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
  162. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
  163. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
  164. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +13 -5
  165. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  166. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
  167. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
  168. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
  169. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
  170. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
  171. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
  172. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
  173. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
  174. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
  175. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
  176. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
  177. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
  178. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +13 -5
  179. package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
  180. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
  181. package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
  182. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
  183. package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
  184. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
  185. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
  186. package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
  187. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +174 -63
  188. package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
  189. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +275 -93
  190. package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
  191. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +310 -127
  192. package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
  193. package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
  194. package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
package/THIRDPARTY.txt CHANGED
@@ -400,7 +400,7 @@ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperato
400
400
 
401
401
  Library: sap.ui.webc.common:
402
402
 
403
- Component: UI5 Web Components, version: 1.0.0-rc.12
403
+ Component: UI5 Web Components, version: 1.1.2
404
404
  Copyright: SAP
405
405
  License: Apache-2.0
406
406
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -411,7 +411,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
411
411
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
412
412
  src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
413
413
 
414
- Component: lit-html, version: 1.4.1
414
+ Component: lit-html, version: 2.0.1
415
415
  Copyright: Google LLC
416
416
  License: BSD-3-Clause
417
417
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
@@ -420,7 +420,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
420
420
 
421
421
  Library: sap.ui.webc.fiori:
422
422
 
423
- Component: UI5 Web Components, version: 1.0.0-rc.12
423
+ Component: UI5 Web Components, version: 1.1.2
424
424
  Copyright: SAP
425
425
  License: Apache-2.0
426
426
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -429,7 +429,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
429
429
 
430
430
  Library: sap.ui.webc.main:
431
431
 
432
- Component: UI5 Web Components, version: 1.0.0-rc.12
432
+ Component: UI5 Web Components, version: 1.1.2
433
433
  Copyright: SAP
434
434
  License: Apache-2.0
435
435
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -450,7 +450,7 @@ License: Apache-2.0
450
450
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
451
451
  Contained in: lib/jsdoc/ui5/plugin.js
452
452
 
453
- Component: SAP Theming Base Content, version: 11.1.36-SNAPSHOT
453
+ Component: SAP Theming Base Content, version: 11.1.38
454
454
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
455
455
  License: Apache-2.0
456
456
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.100.0",
3
+ "version": "1.101.0",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.100.0",
18
- "@openui5/sap.m": "1.100.0",
19
- "@openui5/sap.tnt": "1.100.0",
20
- "@openui5/sap.ui.codeeditor": "1.100.0",
21
- "@openui5/sap.ui.commons": "1.100.0",
22
- "@openui5/sap.ui.core": "1.100.0",
23
- "@openui5/sap.ui.dt": "1.100.0",
24
- "@openui5/sap.ui.fl": "1.100.0",
25
- "@openui5/sap.ui.mdc": "1.100.0",
26
- "@openui5/sap.ui.integration": "1.100.0",
27
- "@openui5/sap.ui.layout": "1.100.0",
28
- "@openui5/sap.ui.rta": "1.100.0",
29
- "@openui5/sap.ui.suite": "1.100.0",
30
- "@openui5/sap.ui.table": "1.100.0",
31
- "@openui5/sap.ui.unified": "1.100.0",
32
- "@openui5/sap.ui.ux3": "1.100.0",
33
- "@openui5/sap.uxap": "1.100.0"
17
+ "@openui5/sap.f": "1.101.0",
18
+ "@openui5/sap.m": "1.101.0",
19
+ "@openui5/sap.tnt": "1.101.0",
20
+ "@openui5/sap.ui.codeeditor": "1.101.0",
21
+ "@openui5/sap.ui.commons": "1.101.0",
22
+ "@openui5/sap.ui.core": "1.101.0",
23
+ "@openui5/sap.ui.dt": "1.101.0",
24
+ "@openui5/sap.ui.fl": "1.101.0",
25
+ "@openui5/sap.ui.mdc": "1.101.0",
26
+ "@openui5/sap.ui.integration": "1.101.0",
27
+ "@openui5/sap.ui.layout": "1.101.0",
28
+ "@openui5/sap.ui.rta": "1.101.0",
29
+ "@openui5/sap.ui.suite": "1.101.0",
30
+ "@openui5/sap.ui.table": "1.101.0",
31
+ "@openui5/sap.ui.unified": "1.101.0",
32
+ "@openui5/sap.ui.ux3": "1.101.0",
33
+ "@openui5/sap.uxap": "1.101.0"
34
34
  }
35
35
  }
@@ -22,6 +22,10 @@
22
22
  &.sapFCardBottomHeader .sapFCardHeader::before {
23
23
  bottom: 1px;
24
24
  }
25
+
26
+ .sapFCardHeader {
27
+ border-bottom: none;
28
+ }
25
29
  }
26
30
 
27
31
  .sapFCard:not(.sapFCardPreview):hover {
@@ -107,12 +107,12 @@
107
107
  }
108
108
 
109
109
  &:before {
110
- background-image: linear-gradient(to left, @sapUiHighlight, fade(@sapUiHighlight, 0));
110
+ background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
111
111
  right: 100%;
112
112
  }
113
113
 
114
114
  &:after {
115
- background-image: linear-gradient(to right, @sapUiHighlight, fade(@sapUiHighlight, 0));
115
+ background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
116
116
  left: 100%;
117
117
  }
118
118
  }
@@ -145,13 +145,21 @@ html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
145
145
  // The footer selector can`t be nested in the sapFDynamicPage less structure,
146
146
  // because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
147
147
  // and will never match ".sapFDynamicPage .sapFDynamicPageFooter"
148
- .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl {
148
+ .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
149
149
  background: @sapUiPageFooterBackground;
150
150
  color: @sapUiPageFooterTextColor;
151
- box-shadow: @sapUiShadowLevel1;
151
+ box-shadow: @sapUiContentShadow1;
152
+ border-radius: @sapUiElementBorderCornerRadius;
152
153
  border: none;
153
154
  }
154
155
 
156
+ .sapFDynamicPage-Std-Tablet,
157
+ .sapFDynamicPage-Std-Phone {
158
+ .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
159
+ height: 2.75rem;
160
+ }
161
+ }
162
+
155
163
  .title-hover(@backgroundColor) {
156
164
  background-color: darken(@backgroundColor, 4);
157
165
  }
@@ -172,14 +180,6 @@ To be used in Comparison pattern scenario. */
172
180
  background-color: @sapObjectHeader_Background;
173
181
  }
174
182
 
175
- .sapFDynamicPageToggleHeaderIndicator:after, .sapFDynamicPageHeaderPinButton:after {
176
- background-image: none;
177
- }
178
-
179
- .sapFDynamicPageToggleHeaderIndicator:before, .sapFDynamicPageHeaderPinButton:before {
180
- background-image: none;
181
- }
182
-
183
183
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
184
184
  border-radius: @sapButton_BorderCornerRadius;
185
185
  }
@@ -3,10 +3,7 @@
3
3
  /* Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
7
- padding: 1rem 2rem;
8
- }
9
-
6
+ .sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
10
7
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
11
8
  background: @sapUiObjectHeaderBackground;
12
9
  }
@@ -21,30 +18,4 @@
21
18
 
22
19
  .sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
23
20
  box-shadow: none;
24
- }
25
-
26
-
27
- // =====================================
28
- // =====================================
29
- // Delta Styles for Horizon
30
- // =====================================
31
-
32
- .sapUiMedia-StdExt-LargeDesktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
33
- padding: 0 3rem 1rem;
34
- }
35
-
36
- .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
37
- padding: 0 2rem 1rem;
38
- }
39
-
40
- .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
41
- padding: 0 2rem 1rem 2rem;
42
- }
43
-
44
- .sapFDynamicPage-Std-Tablet .sapFDynamicPageHeaderWithContent {
45
- padding: 0 2rem 1rem 2rem;
46
- }
47
-
48
- .sapFDynamicPage-Std-Phone .sapFDynamicPageHeaderWithContent {
49
- padding: 0 1rem 1rem 1rem;
50
21
  }
@@ -87,15 +87,15 @@
87
87
 
88
88
  .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
89
89
  font-size: @sapFontHeader2Size;
90
- font-family: @sapFontBlackFamily;
90
+ font-family: @sapUiObjectHeaderTitleFontFamily;
91
91
  }
92
92
 
93
93
 
94
94
  // Expanded Header title is small on small screens
95
95
 
96
96
  .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
97
- font-size: 1.5rem;
98
- font-family: @sapFontBlackFamily;
97
+ font-size: @sapUiObjectHeaderTitleSnappedFontSize;
98
+ font-family: @sapUiObjectHeaderTitleFontFamily;
99
99
  }
100
100
 
101
101
 
@@ -103,13 +103,13 @@
103
103
 
104
104
  .sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
105
105
  font-size: @sapFontHeader3Size;
106
- font-family: @sapFontBlackFamily;
106
+ font-family: @sapUiObjectHeaderTitleFontFamily;
107
107
  }
108
108
 
109
109
  // Overview Page using Dynamic page Header
110
110
  .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped>.sapFDynamicPageTitle,
111
111
  .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly>.sapFDynamicPageTitle {
112
- box-shadow: @sapContent_HeaderShadow;
112
+ box-shadow: @sapUiContentHeaderShadow;
113
113
  }
114
114
 
115
115
  // Dynamic page Title Focus - Experimental
@@ -146,8 +146,4 @@ html.sap-desktop {
146
146
  .sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
147
147
  margin-top: 0;
148
148
  }
149
-
150
- .sapFDynamicPageTitleSnapped .sapMGenericTag.sapMBarChild {
151
- margin-bottom: 1rem;
152
- }
153
149
  }
@@ -0,0 +1,9 @@
1
+ /* ============================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Horizon theme */
4
+ /* ============================== */
5
+
6
+ @_sap_f_GridList_ItemFocusBorderRadius: 1rem;
7
+ @_sap_f_GridList_ItemFocusedHighlightOffset: 0.5rem;
8
+ @_sap_f_GridList_ItemHighlightBorderRadius: 1rem 2rem;
9
+ @_sap_f_GridList_ItemOverflow: hidden;
@@ -3,6 +3,9 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_f_GridListItem_Header_BoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 @sapUiPageHeaderBorderColor;
6
+ @_sap_f_GridListItem_HeaderBoxShadow: none;
7
+ @_sap_f_GridListItem_Overflow: hidden;
7
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
- @_sap_f_GridListItem_BorderSelected: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
9
+ @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
+ @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
@@ -14,6 +14,7 @@
14
14
  @import "DynamicPageHeader.less";
15
15
  @import "DynamicPageTitle.less";
16
16
  @import "FlexibleColumnLayout.less";
17
+ @import "GridList.less";
17
18
  @import "GridListItem.less";
18
19
  @import "ListContentItem.less";
19
20
  @import "ShellBar.less";
@@ -22,6 +22,10 @@
22
22
  &.sapFCardBottomHeader .sapFCardHeader::before {
23
23
  bottom: 1px;
24
24
  }
25
+
26
+ .sapFCardHeader {
27
+ border-bottom: none;
28
+ }
25
29
  }
26
30
 
27
31
  .sapFCard:not(.sapFCardPreview):hover {
@@ -107,12 +107,12 @@
107
107
  }
108
108
 
109
109
  &:before {
110
- background-image: linear-gradient(to left, @sapUiHighlight, fade(@sapUiHighlight, 0));
110
+ background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
111
111
  right: 100%;
112
112
  }
113
113
 
114
114
  &:after {
115
- background-image: linear-gradient(to right, @sapUiHighlight, fade(@sapUiHighlight, 0));
115
+ background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
116
116
  left: 100%;
117
117
  }
118
118
  }
@@ -145,13 +145,21 @@ html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
145
145
  // The footer selector can`t be nested in the sapFDynamicPage less structure,
146
146
  // because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
147
147
  // and will never match ".sapFDynamicPage .sapFDynamicPageFooter"
148
- .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl {
148
+ .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMTB {
149
149
  background: @sapUiPageFooterBackground;
150
150
  color: @sapUiPageFooterTextColor;
151
- box-shadow: @sapUiShadowLevel1;
151
+ box-shadow: @sapUiContentShadow1;
152
+ border-radius: @sapUiElementBorderCornerRadius;
152
153
  border: none;
153
154
  }
154
155
 
156
+ .sapFDynamicPage-Std-Tablet,
157
+ .sapFDynamicPage-Std-Phone {
158
+ .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
159
+ height: 2.75rem;
160
+ }
161
+ }
162
+
155
163
  .title-hover(@backgroundColor) {
156
164
  background-color: darken(@backgroundColor, 4);
157
165
  }
@@ -172,14 +180,6 @@ To be used in Comparison pattern scenario. */
172
180
  background-color: @sapObjectHeader_Background;
173
181
  }
174
182
 
175
- .sapFDynamicPageToggleHeaderIndicator:after, .sapFDynamicPageHeaderPinButton:after {
176
- background-image: none;
177
- }
178
-
179
- .sapFDynamicPageToggleHeaderIndicator:before, .sapFDynamicPageHeaderPinButton:before {
180
- background-image: none;
181
- }
182
-
183
183
  .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
184
184
  border-radius: @sapButton_BorderCornerRadius;
185
185
  }
@@ -3,10 +3,7 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
7
- padding: 1rem 2rem;
8
- }
9
-
6
+ .sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
10
7
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
11
8
  background: @sapUiObjectHeaderBackground;
12
9
  }
@@ -21,30 +18,4 @@
21
18
 
22
19
  .sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
23
20
  box-shadow: none;
24
- }
25
-
26
-
27
- // =====================================
28
- // =====================================
29
- // Delta Styles for Horizon
30
- // =====================================
31
-
32
- .sapUiMedia-StdExt-LargeDesktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
33
- padding: 0 3rem 1rem;
34
- }
35
-
36
- .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
37
- padding: 0 2rem 1rem;
38
- }
39
-
40
- .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
41
- padding: 0 2rem 1rem 2rem;
42
- }
43
-
44
- .sapFDynamicPage-Std-Tablet .sapFDynamicPageHeaderWithContent {
45
- padding: 0 2rem 1rem 2rem;
46
- }
47
-
48
- .sapFDynamicPage-Std-Phone .sapFDynamicPageHeaderWithContent {
49
- padding: 0 1rem 1rem 1rem;
50
21
  }
@@ -108,7 +108,7 @@
108
108
  // Overview Page using Dynamic page Header
109
109
  .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped>.sapFDynamicPageTitle,
110
110
  .ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly>.sapFDynamicPageTitle {
111
- box-shadow: @sapContent_HeaderShadow;
111
+ box-shadow: @sapUiContentHeaderShadow;
112
112
  }
113
113
 
114
114
  // Dynamic page Title Focus - Experimental
@@ -145,8 +145,4 @@ html.sap-desktop {
145
145
  .sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
146
146
  margin-top: 0;
147
147
  }
148
-
149
- .sapFDynamicPageTitleSnapped .sapMGenericTag.sapMBarChild {
150
- margin-bottom: 1rem;
151
- }
152
148
  }
@@ -0,0 +1,9 @@
1
+ /* =============================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Evening Horizon theme */
4
+ /* =============================== */
5
+
6
+ @_sap_f_GridList_ItemFocusBorderRadius: 1rem;
7
+ @_sap_f_GridList_ItemFocusedHighlightOffset: 0.5rem;
8
+ @_sap_f_GridList_ItemHighlightBorderRadius: 1rem 2rem;
9
+ @_sap_f_GridList_ItemOverflow: hidden;
@@ -3,6 +3,9 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_f_GridListItem_Header_BoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 @sapUiPageHeaderBorderColor;
6
+ @_sap_f_GridListItem_HeaderBoxShadow: none;
7
+ @_sap_f_GridListItem_Overflow: hidden;
7
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
- @_sap_f_GridListItem_BorderSelected: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
9
+ @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
+ @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
@@ -14,6 +14,7 @@
14
14
  @import "DynamicPageHeader.less";
15
15
  @import "DynamicPageTitle.less";
16
16
  @import "FlexibleColumnLayout.less";
17
+ @import "GridList.less";
17
18
  @import "GridListItem.less";
18
19
  @import "ListContentItem.less";
19
20
  @import "ShellBar.less";
@@ -30,4 +30,8 @@
30
30
  }
31
31
  }
32
32
  }
33
+ }
34
+
35
+ .sapFCard .sapFCardHeader {
36
+ border-bottom: none;
33
37
  }
@@ -56,6 +56,32 @@
56
56
  line-height: 2rem;
57
57
  }
58
58
  }
59
+
60
+ overflow: visible; // enforcement needed for IE11
61
+
62
+ &:before,
63
+ &:after {
64
+ content: "";
65
+ position: absolute;
66
+ width: 4rem;
67
+ top: 50%; // enforcement needed for IE11
68
+ height: 0.0625rem;
69
+ }
70
+
71
+ &:before {
72
+ background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
73
+ right: 100%;
74
+ }
75
+
76
+ &:after {
77
+ background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
78
+ left: 100%;
79
+ }
80
+ }
81
+
82
+ // when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
83
+ html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
84
+ display: none;
59
85
  }
60
86
 
61
87
  /* Compact */
@@ -138,8 +164,18 @@
138
164
  opacity: 1;
139
165
 
140
166
  .sapFDynamicPageActualFooterControl.sapMTB {
141
- box-shadow: @sapUiShadowLevel2;
142
- border-bottom: 0 none;
167
+ background: @sapUiPageFooterBackground;
168
+ color: @sapUiPageFooterTextColor;
169
+ box-shadow: @sapUiContentShadow1;
170
+ border-radius: @sapUiElementBorderCornerRadius;
171
+ border: none;
172
+ }
173
+ }
174
+
175
+ &.sapFDynamicPage-Std-Tablet,
176
+ &.sapFDynamicPage-Std-Phone {
177
+ .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
178
+ height: 2.75rem;
143
179
  }
144
180
  }
145
181
  }
@@ -3,13 +3,18 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
7
- padding: 1rem 2rem;
8
- }
9
-
10
6
  .sapFDynamicPageHeader {
7
+ &.sapFDynamicPageHeaderSolid,
11
8
  &.sapFDynamicPageHeaderTransparent,
12
9
  &.sapFDynamicPageHeaderTranslucent {
13
10
  background: @sapUiObjectHeaderBackground;
14
11
  }
15
- }
12
+ }
13
+
14
+ .sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
15
+ box-shadow: none;
16
+ }
17
+
18
+ .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
19
+ display: none;
20
+ }
@@ -3,11 +3,6 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
- .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle:focus,
7
- .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle:focus {
8
- box-shadow: none;
9
- }
10
-
11
6
  html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
12
7
  outline-width: 0.125rem;
13
8
  outline-offset: -0.25rem; // due to bottom border overlapping
@@ -21,7 +16,8 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
21
16
  padding: 0.5rem 2rem;
22
17
  word-wrap: break-word;
23
18
 
24
- &.sapFDynamicPageTitleTransparent {
19
+ &.sapFDynamicPageTitleTransparent,
20
+ &.sapFDynamicPageTitleTranslucent {
25
21
  background: @sapUiObjectHeaderBackground;
26
22
  }
27
23
  }
@@ -108,6 +104,11 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
108
104
  }
109
105
  }
110
106
 
111
- .sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle {
112
- box-shadow: none;
107
+ .sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
108
+ &.sapFDynamicPageTitleSnapped,
109
+ &.sapFDynamicPageTitleOnly {
110
+ & > .sapFDynamicPageTitle {
111
+ box-shadow: none;
112
+ }
113
+ }
113
114
  }
@@ -0,0 +1,6 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ================================= */
5
+
6
+ @_sap_f_GridList_ItemFocusBorderRadius: unset;
@@ -3,8 +3,6 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_f_GridListItem_Header_BoxShadow: 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 @sapUiPageHeaderBorderColor;
6
+ @_sap_f_GridListItem_HeaderBoxShadow: none;
7
7
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
- @_sap_f_GridListItem_BorderHover: 0 0 0 0.125rem @sapContent_ShadowColor;
9
- @_sap_f_GridListItem_BorderSelected: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
10
- @_sap_f_GridListItem_Header_BoxShadowActive: @_sap_f_GridListItem_Header_BoxShadow;
8
+
@@ -16,5 +16,6 @@
16
16
  @import "ShellBar.less";
17
17
  @import "CardLoading.less";
18
18
  @import "GridContainer.less";
19
+ @import "GridList.less";
19
20
  @import "GridListItem.less";
20
21
  @import "DynamicPageHeader.less";
@@ -31,3 +31,7 @@
31
31
  }
32
32
  }
33
33
  }
34
+
35
+ .sapFCard .sapFCardHeader {
36
+ border-bottom: none;
37
+ }
@@ -56,6 +56,32 @@
56
56
  line-height: 2rem;
57
57
  }
58
58
  }
59
+
60
+ overflow: visible; // enforcement needed for IE11
61
+
62
+ &:before,
63
+ &:after {
64
+ content: "";
65
+ position: absolute;
66
+ width: 4rem;
67
+ top: 50%; // enforcement needed for IE11
68
+ height: 0.0625rem;
69
+ }
70
+
71
+ &:before {
72
+ background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
73
+ right: 100%;
74
+ }
75
+
76
+ &:after {
77
+ background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
78
+ left: 100%;
79
+ }
80
+ }
81
+
82
+ // when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
83
+ html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
84
+ display: none;
59
85
  }
60
86
 
61
87
  /* Compact */
@@ -139,8 +165,18 @@
139
165
  opacity: 1;
140
166
 
141
167
  .sapFDynamicPageActualFooterControl.sapMTB {
142
- box-shadow: @sapUiShadowLevel2;
143
- border-bottom: 0 none;
168
+ background: @sapUiPageFooterBackground;
169
+ color: @sapUiPageFooterTextColor;
170
+ box-shadow: @sapUiContentShadow1;
171
+ border-radius: @sapUiElementBorderCornerRadius;
172
+ border: none;
173
+ }
174
+ }
175
+
176
+ &.sapFDynamicPage-Std-Tablet,
177
+ &.sapFDynamicPage-Std-Phone {
178
+ .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
179
+ height: 2.75rem;
144
180
  }
145
181
  }
146
182
  }