@openui5/themelib_sap_horizon 1.136.3 → 1.139.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 (98) hide show
  1. package/README.md +1 -1
  2. package/REUSE.toml +8 -29
  3. package/THIRDPARTY.txt +72 -90
  4. package/package.json +19 -19
  5. package/src/sap/f/themes/sap_horizon/Card.less +0 -6
  6. package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
  7. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
  8. package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
  9. package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
  11. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
  13. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
  14. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
  15. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
  16. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
  17. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
  18. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
  19. package/src/sap/m/themes/sap_horizon/Button.less +5 -11
  20. package/src/sap/m/themes/sap_horizon/CheckBox.less +4 -0
  21. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -6
  22. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +5 -3
  23. package/src/sap/m/themes/sap_horizon/Page.less +10 -7
  24. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
  25. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
  26. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +4 -0
  27. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -6
  28. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +5 -3
  29. package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
  30. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  31. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
  32. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
  33. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +1 -0
  34. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +16 -16
  35. package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
  36. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  37. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
  38. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
  39. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +1 -0
  40. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +16 -15
  41. package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
  42. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -2
  43. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +6 -6
  44. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -2
  45. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +6 -6
  46. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -2
  47. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +6 -6
  48. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -2
  49. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +6 -6
  50. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  51. package/src/sap/ui/core/themes/sap_horizon/base.less +14 -14
  52. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  54. package/src/sap/ui/core/themes/sap_horizon/global.less +4 -0
  55. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  56. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  57. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  58. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  59. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +4 -0
  60. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  61. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  62. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  63. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  64. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +4 -0
  65. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  66. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  67. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  68. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  69. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +4 -0
  70. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
  71. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
  72. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
  73. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
  74. package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
  75. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +8 -1
  76. package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
  77. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +7 -0
  78. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
  79. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
  80. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
  81. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
  82. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
  83. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
  84. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
  85. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
  86. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
  87. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
  88. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
  89. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
  90. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
  91. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
  92. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
  93. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
  94. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
  95. package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
  96. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
  97. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
  98. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.136.3",
3
+ "version": "1.139.0",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -11,25 +11,25 @@
11
11
  ],
12
12
  "repository": {
13
13
  "type": "git",
14
- "url": "https://github.com/SAP/openui5.git"
14
+ "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.136.3",
18
- "@openui5/sap.m": "1.136.3",
19
- "@openui5/sap.tnt": "1.136.3",
20
- "@openui5/sap.ui.codeeditor": "1.136.3",
21
- "@openui5/sap.ui.commons": "1.136.3",
22
- "@openui5/sap.ui.core": "1.136.3",
23
- "@openui5/sap.ui.dt": "1.136.3",
24
- "@openui5/sap.ui.fl": "1.136.3",
25
- "@openui5/sap.ui.mdc": "1.136.3",
26
- "@openui5/sap.ui.integration": "1.136.3",
27
- "@openui5/sap.ui.layout": "1.136.3",
28
- "@openui5/sap.ui.rta": "1.136.3",
29
- "@openui5/sap.ui.suite": "1.136.3",
30
- "@openui5/sap.ui.table": "1.136.3",
31
- "@openui5/sap.ui.unified": "1.136.3",
32
- "@openui5/sap.ui.ux3": "1.136.3",
33
- "@openui5/sap.uxap": "1.136.3"
17
+ "@openui5/sap.f": "1.139.0",
18
+ "@openui5/sap.m": "1.139.0",
19
+ "@openui5/sap.tnt": "1.139.0",
20
+ "@openui5/sap.ui.codeeditor": "1.139.0",
21
+ "@openui5/sap.ui.commons": "1.139.0",
22
+ "@openui5/sap.ui.core": "1.139.0",
23
+ "@openui5/sap.ui.dt": "1.139.0",
24
+ "@openui5/sap.ui.fl": "1.139.0",
25
+ "@openui5/sap.ui.mdc": "1.139.0",
26
+ "@openui5/sap.ui.integration": "1.139.0",
27
+ "@openui5/sap.ui.layout": "1.139.0",
28
+ "@openui5/sap.ui.rta": "1.139.0",
29
+ "@openui5/sap.ui.suite": "1.139.0",
30
+ "@openui5/sap.ui.table": "1.139.0",
31
+ "@openui5/sap.ui.unified": "1.139.0",
32
+ "@openui5/sap.ui.ux3": "1.139.0",
33
+ "@openui5/sap.uxap": "1.139.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