@openui5/themelib_sap_horizon 1.136.2 → 1.138.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 (80) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +0 -24
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +0 -6
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
  6. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
  8. package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
  11. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
  12. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
  13. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
  14. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
  15. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
  16. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
  17. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
  18. package/src/sap/m/themes/sap_horizon/Button.less +5 -11
  19. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -2
  20. package/src/sap/m/themes/sap_horizon/Page.less +10 -7
  21. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
  22. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -2
  23. package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
  24. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  25. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
  26. package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
  27. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  28. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
  29. package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
  30. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -1
  31. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  32. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -1
  33. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  34. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -1
  35. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  36. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -1
  37. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  38. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  39. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  40. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  41. package/src/sap/ui/core/themes/sap_horizon/global.less +4 -0
  42. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  43. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  44. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  45. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +4 -0
  46. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  48. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +4 -0
  50. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  51. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +4 -0
  54. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
  55. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
  56. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
  57. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
  58. package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
  59. package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
  60. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
  61. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
  62. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
  63. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
  64. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
  65. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
  66. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
  67. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
  68. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
  69. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
  70. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
  71. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
  72. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
  73. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
  74. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
  75. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
  76. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
  77. package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
  78. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
  79. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
  80. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
package/REUSE.toml CHANGED
@@ -238,27 +238,6 @@ SPDX-FileCopyrightText = [
238
238
  SPDX-License-Identifier = "Apache-2.0 and MIT"
239
239
  SPDX-FileComment = "these files contain content from SAP and JUnit Reporter for QUnit: qunit-junit.js is overall written by SAP, but contains a modified copy of JUnit Reporter for QUnit (qunit-reporter-junit)"
240
240
 
241
- [[annotations]]
242
- path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js"
243
- precedence = "aggregate"
244
- SPDX-FileCopyrightText = "2012 Matteo Spinelli"
245
- SPDX-License-Identifier = "MIT"
246
- SPDX-FileComment = "these files belong to: cubiq.org - iScroll"
247
-
248
- [[annotations]]
249
- path = "src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js"
250
- precedence = "aggregate"
251
- SPDX-FileCopyrightText = "2011 Matteo Spinelli"
252
- SPDX-License-Identifier = "MIT"
253
- SPDX-FileComment = "these files belong to: cubiq.org - iScroll Lite"
254
-
255
- [[annotations]]
256
- path = "src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js"
257
- precedence = "aggregate"
258
- SPDX-FileCopyrightText = "2012 Matteo Spinelli"
259
- SPDX-License-Identifier = "MIT"
260
- SPDX-FileComment = "these files belong to: cubiq.org - swipeview"
261
-
262
241
  [[annotations]]
263
242
  path = "src/sap.ui.core/src/sap/ui/thirdparty/zyngascroll.js"
264
243
  precedence = "aggregate"
@@ -308,13 +287,6 @@ SPDX-FileCopyrightText = "1991-2024 Unicode, Inc."
308
287
  SPDX-License-Identifier = "LicenseRef-Unicode-3.0"
309
288
  SPDX-FileComment = "these files belong to: Unicode Common Locale Data Repository"
310
289
 
311
- [[annotations]]
312
- path = "src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**"
313
- precedence = "aggregate"
314
- SPDX-FileCopyrightText = "2010-2013, Acid Media"
315
- SPDX-License-Identifier = "MIT"
316
- SPDX-FileComment = "these files belong to: MobiScroll"
317
-
318
290
  [[annotations]]
319
291
  path = [
320
292
  "src/sap.ui.core/src/sap/ui/thirdparty/sinon.js",
package/THIRDPARTY.txt CHANGED
@@ -133,24 +133,6 @@ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
133
133
  Contained in: src/sap.ui.core/src/sap/ui/thirdparty/qunit-reporter-junit.js
134
134
  src/sap.ui.core/src/sap/ui/qunit/qunit-junit.js
135
135
 
136
- Component: cubiq.org - iScroll, version: 4.2.5
137
- Copyright: 2012 Matteo Spinelli
138
- License: MIT
139
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
140
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll.js
141
-
142
- Component: cubiq.org - iScroll Lite, version: 4.1.6
143
- Copyright: 2011 Matteo Spinelli
144
- License: MIT
145
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
146
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/iscroll-lite.js
147
-
148
- Component: cubiq.org - swipeview, version: 1.0
149
- Copyright: 2012 Matteo Spinelli
150
- License: MIT
151
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
152
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/swipe-view.js
153
-
154
136
  Component: Zynga Scroller, version: 1.2.1-0-g5d43806
155
137
  Copyright: 2011 Zynga Inc.
156
138
  License: MIT
@@ -193,12 +175,6 @@ License: LicenseRef-Unicode-3.0
193
175
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-Unicode-3.0.txt
194
176
  Contained in: src/sap.ui.core/src/sap/ui/core/cldr/**
195
177
 
196
- Component: MobiScroll, version: 2.9.0
197
- Copyright: 2010-2013, Acid Media
198
- License: MIT
199
- License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
200
- Contained in: src/sap.ui.core/src/sap/ui/thirdparty/mobiscroll/**
201
-
202
178
  Component: SinonJS, version: 1.14.1
203
179
  Copyright: 2010-2014, Christian Johansen, christian@cjohansen.no
204
180
  License: BSD-3-Clause
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.136.2",
3
+ "version": "1.138.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.136.2",
18
- "@openui5/sap.m": "1.136.2",
19
- "@openui5/sap.tnt": "1.136.2",
20
- "@openui5/sap.ui.codeeditor": "1.136.2",
21
- "@openui5/sap.ui.commons": "1.136.2",
22
- "@openui5/sap.ui.core": "1.136.2",
23
- "@openui5/sap.ui.dt": "1.136.2",
24
- "@openui5/sap.ui.fl": "1.136.2",
25
- "@openui5/sap.ui.mdc": "1.136.2",
26
- "@openui5/sap.ui.integration": "1.136.2",
27
- "@openui5/sap.ui.layout": "1.136.2",
28
- "@openui5/sap.ui.rta": "1.136.2",
29
- "@openui5/sap.ui.suite": "1.136.2",
30
- "@openui5/sap.ui.table": "1.136.2",
31
- "@openui5/sap.ui.unified": "1.136.2",
32
- "@openui5/sap.ui.ux3": "1.136.2",
33
- "@openui5/sap.uxap": "1.136.2"
17
+ "@openui5/sap.f": "1.138.0",
18
+ "@openui5/sap.m": "1.138.0",
19
+ "@openui5/sap.tnt": "1.138.0",
20
+ "@openui5/sap.ui.codeeditor": "1.138.0",
21
+ "@openui5/sap.ui.commons": "1.138.0",
22
+ "@openui5/sap.ui.core": "1.138.0",
23
+ "@openui5/sap.ui.dt": "1.138.0",
24
+ "@openui5/sap.ui.fl": "1.138.0",
25
+ "@openui5/sap.ui.mdc": "1.138.0",
26
+ "@openui5/sap.ui.integration": "1.138.0",
27
+ "@openui5/sap.ui.layout": "1.138.0",
28
+ "@openui5/sap.ui.rta": "1.138.0",
29
+ "@openui5/sap.ui.suite": "1.138.0",
30
+ "@openui5/sap.ui.table": "1.138.0",
31
+ "@openui5/sap.ui.unified": "1.138.0",
32
+ "@openui5/sap.ui.ux3": "1.138.0",
33
+ "@openui5/sap.uxap": "1.138.0"
34
34
  }
35
35
  }
@@ -8,17 +8,11 @@
8
8
  @_sap_f_Card_FocusBorderLeftOffset: 0;
9
9
  @_sap_f_Card_FocusBorderRightOffset: 0;
10
10
  @_sap_f_Card_FocusBorderRadius: inherit;
11
- @_sap_f_Card_BorderRadius: 1rem;
12
11
  @_sap_f_Card_HoverBoxShadow: var(--sapContent_Shadow2);
13
12
  @_sap_f_Card_Badge_Background: var(--sapHighlightColor);
14
13
 
15
14
  .sapFCard {
16
15
 
17
- &.sapFCardNoContent .sapFCardHeader::before,
18
- &.sapFCardNoHeader::before {
19
- border-radius: @_sap_f_Card_BorderRadius;
20
- }
21
-
22
16
  .sapFCardHeader {
23
17
  border-bottom: none;
24
18
  }
@@ -1,6 +1,6 @@
1
1
  /* ================================== */
2
2
  /* CSS for control sap.f/DynamicPage */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ================================== */
5
5
 
6
6
  .sapFDynamicPageContent,
@@ -9,6 +9,7 @@
9
9
  }
10
10
 
11
11
  .sapFDynamicPage-Std-Desktop-XL {
12
+
12
13
  .sapFDynamicPageContent,
13
14
  .sapFDynamicPageContentFitContainer {
14
15
  padding: 1rem 3rem 0 3rem;
@@ -16,7 +17,9 @@
16
17
  }
17
18
 
18
19
  .sapFDynamicPage.sapUiResponsiveContentPadding {
20
+
19
21
  &.sapFDynamicPage-Std-Phone {
22
+
20
23
  .sapFDynamicPageContent,
21
24
  .sapFDynamicPageContentFitContainer {
22
25
  padding-left: 1rem;
@@ -25,6 +28,7 @@
25
28
  }
26
29
 
27
30
  &.sapFDynamicPage-Std-Tablet {
31
+
28
32
  .sapFDynamicPageContent,
29
33
  .sapFDynamicPageContentFitContainer {
30
34
  padding-left: 2rem;
@@ -33,6 +37,7 @@
33
37
  }
34
38
 
35
39
  &.sapFDynamicPage-Std-Desktop-XL {
40
+
36
41
  .sapFDynamicPageContent,
37
42
  .sapFDynamicPageContentFitContainer {
38
43
  padding-left: 3rem;
@@ -42,12 +47,14 @@
42
47
  }
43
48
 
44
49
  .sapFDynamicPage {
45
- .sapFDynamicPageContentWrapperSolid>.sapFDynamicPageContent {
46
- background: @sapUiShellBackground;
50
+
51
+ .sapFDynamicPageContentWrapperSolid > .sapFDynamicPageContent {
52
+ background: var(--sapShell_Background);
47
53
  }
48
54
 
49
- // DynamicPageTitle and Toggle Header Visual Indicator hover state
55
+ /* DynamicPageTitle and Toggle Header Visual Indicator hover state */
50
56
  &.sapFDynamicPageTitleClickEnabled {
57
+
51
58
  &.sapFDynamicPageTitleForceHovered .sapFDynamicPageTitle {
52
59
  .title-hover(@sapUiObjectHeaderBackground);
53
60
  }
@@ -59,7 +66,6 @@
59
66
  &.sapFDynamicPageTitleForceHovered .sapFDynamicPageTitleTransparent {
60
67
  .title-hover(transparent);
61
68
  }
62
-
63
69
  }
64
70
  }
65
71
 
@@ -80,9 +86,9 @@
80
86
  .sapFDynamicPageHeaderPinButton {
81
87
  width: 1.5rem;
82
88
  height: 2rem;
83
- bottom: -0.95rem; // needs refactoring in the base file
89
+ bottom: -0.95rem; /* needs refactoring in the base file */
84
90
 
85
- // Reflection: styles overwritten
91
+ /* Reflection: styles overwritten */
86
92
  .sapMBtnInner {
87
93
  min-width: 1.5rem;
88
94
  width: 1.5rem;
@@ -96,67 +102,67 @@
96
102
  }
97
103
  }
98
104
 
99
- overflow: visible; // enforcement needed for IE11
100
-
101
- &:before,
102
- &:after {
103
- content: "";
105
+ &::before,
106
+ &::after {
107
+ content: '';
104
108
  position: absolute;
105
109
  width: 4rem;
106
- top: 50%; // enforcement needed for IE11
107
110
  height: 0.0625rem;
108
111
  }
109
112
 
110
- &:before {
111
- background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
113
+ &::before {
114
+ background-image: linear-gradient(to left, var(--sapObjectHeader_BorderColor), transparent);
112
115
  right: 100%;
113
116
  }
114
117
 
115
- &:after {
116
- background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
118
+ &::after {
119
+ background-image: linear-gradient(to right, var(--sapObjectHeader_BorderColor), transparent);
117
120
  left: 100%;
118
121
  }
119
122
  }
120
123
 
121
- // when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
122
- html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
123
- display: none;
124
+ /* when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE */
125
+ html[data-sap-ui-browser^='ed'] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton::before {
126
+ display: none;
124
127
  }
125
128
 
126
- html[data-sap-ui-browser^="cr"] .sapFDynamicPageToggleHeaderIndicator,
127
- html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
129
+ html[data-sap-ui-browser^='cr'] .sapFDynamicPageToggleHeaderIndicator,
130
+ html[data-sap-ui-browser^='cr'] .sapFDynamicPageHeaderPinButton {
131
+
128
132
  .sapMBtnInner .sapMBtnIcon {
129
- line-height: 1.375rem; // in Chrome we need to subtract the border bottom and top (total 2px) from original line-height
133
+ line-height: 1.375rem; /* in Chrome we need to subtract the border bottom and top (total 2px) from original line-height */
130
134
  }
131
135
  }
132
136
 
133
137
  /* Compact */
134
138
  .sapUiSizeCompact {
139
+
135
140
  .sapFDynamicPageToggleHeaderIndicator,
136
141
  .sapFDynamicPageHeaderPinButton {
137
- bottom: -0.95rem; // needs refactoring in the base file
142
+ bottom: -0.95rem; /* needs refactoring in the base file */
138
143
 
139
- // Reflection: styles overwritten
144
+ /* Reflection: styles overwritten */
140
145
  .sapMBtnInner {
141
146
  bottom: 0.25rem;
142
147
  }
143
148
  }
144
149
  }
145
150
 
146
- // Note:
147
- // The footer selector can`t be nested in the sapFDynamicPage less structure,
148
- // because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
149
- // and will never match ".sapFDynamicPage .sapFDynamicPageFooter"
151
+ /* Note:
152
+ The footer selector can`t be nested in the sapFDynamicPage less structure,
153
+ because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
154
+ and will never match ".sapFDynamicPage .sapFDynamicPageFooter" */
150
155
  .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
151
- background: @sapUiPageFooterBackground;
152
- color: @sapUiPageFooterTextColor;
153
- box-shadow: @sapUiContentShadow1;
154
- border-radius: @sapUiElementBorderCornerRadius;
156
+ background: var(--sapPageFooter_Background);
157
+ color: var(--sapPageFooter_TextColor);
158
+ box-shadow: var(--sapContent_Shadow1);
159
+ border-radius: var(--sapElement_BorderCornerRadius);
155
160
  border: none;
156
161
  }
157
162
 
158
163
  .sapFDynamicPage-Std-Tablet,
159
164
  .sapFDynamicPage-Std-Phone {
165
+
160
166
  .sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
161
167
  height: 2.75rem;
162
168
  }
@@ -172,16 +178,19 @@ To be used in Comparison pattern scenario. */
172
178
  margin-right: 0;
173
179
  }
174
180
 
175
- // =====================================
176
- // Dynamic page Header collapse Buttons
177
- // =====================================
181
+ /* ===================================== */
182
+ /* Dynamic page Header collapse Buttons */
183
+ /* ===================================== */
178
184
 
179
- .sapFDynamicPageToggleHeaderIndicator.sapMBtn .sapMBtnInner, .sapFDynamicPageHeaderPinButton.sapMBtn .sapMBtnInner {
180
- border-radius: @sapButton_BorderCornerRadius;
181
- box-shadow: @sapContent_Shadow0;
182
- background-color: @sapObjectHeader_Background;
185
+ .sapFDynamicPageToggleHeaderIndicator.sapMBtn .sapMBtnInner,
186
+ .sapFDynamicPageHeaderPinButton.sapMBtn .sapMBtnInner {
187
+ border-radius: var(--sapButton_BorderCornerRadius);
188
+ box-shadow: var(--sapContent_Shadow0);
189
+ background-color: var(--sapObjectHeader_Background);
183
190
  }
184
191
 
185
- .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 {
186
- border-radius: @sapButton_BorderCornerRadius;
187
- }
192
+ .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon,
193
+ .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon,
194
+ .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
195
+ border-radius: var(--sapButton_BorderCornerRadius);
196
+ }
@@ -1,21 +1,21 @@
1
1
  /* ======================================== */
2
2
  /* CSS for control sap.f/DynamicPageHeader */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
- // Specific icon for the pin button for the horizon theme
6
+ /* Specific icon for the pin button for the horizon theme */
7
7
  @_sap_f_DynamicPageHeader_PinButton_Icon: pushpin-on;
8
8
 
9
9
  .sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
10
10
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
11
- background: @sapUiObjectHeaderBackground;
11
+ background: var(--sapObjectHeader_Background);
12
12
  }
13
13
 
14
14
  .sapFDynamicPageHeader.sapFDynamicPageHeaderTransparent {
15
15
  background: transparent;
16
16
  }
17
17
 
18
- .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
18
+ .sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton::before {
19
19
  display: none;
20
20
  }
21
21