@openui5/themelib_sap_horizon 1.111.0 → 1.112.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 (29) hide show
  1. package/package.json +18 -18
  2. package/src/sap/f/themes/sap_horizon/ShellBar.less +1 -1
  3. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +1 -1
  4. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -1
  5. package/src/sap/m/themes/sap_horizon/Label.less +6 -0
  6. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +2 -31
  7. package/src/sap/m/themes/sap_horizon/Text.less +6 -0
  8. package/src/sap/m/themes/sap_horizon/Toolbar.less +3 -9
  9. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -1
  10. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +2 -31
  11. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +3 -9
  12. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +0 -25
  13. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +3 -9
  14. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +0 -25
  15. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +3 -9
  16. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  17. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  18. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  19. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  20. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  21. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  22. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  23. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  24. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  25. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  26. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  27. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  28. package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +4 -0
  29. package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +4 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.111.0",
3
+ "version": "1.112.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.111.0",
18
- "@openui5/sap.m": "1.111.0",
19
- "@openui5/sap.tnt": "1.111.0",
20
- "@openui5/sap.ui.codeeditor": "1.111.0",
21
- "@openui5/sap.ui.commons": "1.111.0",
22
- "@openui5/sap.ui.core": "1.111.0",
23
- "@openui5/sap.ui.dt": "1.111.0",
24
- "@openui5/sap.ui.fl": "1.111.0",
25
- "@openui5/sap.ui.mdc": "1.111.0",
26
- "@openui5/sap.ui.integration": "1.111.0",
27
- "@openui5/sap.ui.layout": "1.111.0",
28
- "@openui5/sap.ui.rta": "1.111.0",
29
- "@openui5/sap.ui.suite": "1.111.0",
30
- "@openui5/sap.ui.table": "1.111.0",
31
- "@openui5/sap.ui.unified": "1.111.0",
32
- "@openui5/sap.ui.ux3": "1.111.0",
33
- "@openui5/sap.uxap": "1.111.0"
17
+ "@openui5/sap.f": "1.112.0",
18
+ "@openui5/sap.m": "1.112.0",
19
+ "@openui5/sap.tnt": "1.112.0",
20
+ "@openui5/sap.ui.codeeditor": "1.112.0",
21
+ "@openui5/sap.ui.commons": "1.112.0",
22
+ "@openui5/sap.ui.core": "1.112.0",
23
+ "@openui5/sap.ui.dt": "1.112.0",
24
+ "@openui5/sap.ui.fl": "1.112.0",
25
+ "@openui5/sap.ui.mdc": "1.112.0",
26
+ "@openui5/sap.ui.integration": "1.112.0",
27
+ "@openui5/sap.ui.layout": "1.112.0",
28
+ "@openui5/sap.ui.rta": "1.112.0",
29
+ "@openui5/sap.ui.suite": "1.112.0",
30
+ "@openui5/sap.ui.table": "1.112.0",
31
+ "@openui5/sap.ui.unified": "1.112.0",
32
+ "@openui5/sap.ui.ux3": "1.112.0",
33
+ "@openui5/sap.uxap": "1.112.0"
34
34
  }
35
35
  }
@@ -576,7 +576,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
576
576
  }
577
577
 
578
578
  //sap.m.Label
579
- .sapMLabel.sapMLabelTBHeader {
579
+ .sapMTB > .sapMLabel {
580
580
  color: @sapUiShellTextColor;
581
581
  }
582
582
 
@@ -574,7 +574,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
574
574
  }
575
575
 
576
576
  //sap.m.Label
577
- .sapMLabel.sapMLabelTBHeader {
577
+ .sapMTB > .sapMLabel {
578
578
  color: @sapUiShellTextColor;
579
579
  }
580
580
 
@@ -11,7 +11,6 @@
11
11
  @_sap_m_IconTabBar_TextShadow: none;
12
12
  @_sap_m_IconTabBar_Separator_Icon: @sapUiContentNonInteractiveIconColor;
13
13
  @_sap_m_IconTabBar_Separator_Font_Size:@sapFontLargeSize;
14
- @_sap_m_IconTabBar_More_Button_Font_size: 1rem;
15
14
  @_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
16
15
  @_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.875rem;
17
16
 
@@ -9,4 +9,10 @@
9
9
  & > .sapMLabelTextWrapper{
10
10
  padding-right: 5px;
11
11
  }
12
+ }
13
+
14
+ .sapUiTableHeaderDataCell .sapMLabel,
15
+ .sapMListTbl .sapMColumnHeader .sapMLabel {
16
+ font-family: @sapUiFontSemiboldDuplexFamily;
17
+ font-weight: normal;
12
18
  }
@@ -3,11 +3,8 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjStatus {
7
- padding: 0 0.0625rem;
8
- .sapMObjStatusLink {
9
- display: inline-block;
10
- }
6
+ .sapMObjStatus .sapMObjStatusLink {
7
+ display: inline-block;
11
8
  }
12
9
 
13
10
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
@@ -167,30 +164,4 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
167
164
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
168
165
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
169
166
  color: @sapUiContentContrastTextColor;
170
- }
171
-
172
- .sapMListTblCell {
173
- .sapMObjStatus {
174
- display: inline-table;
175
-
176
- .sapMObjStatusText {
177
- line-height: 2rem;
178
- vertical-align: middle;
179
- }
180
-
181
- .sapMObjStatusIcon {
182
- line-height: 2rem;
183
- }
184
- }
185
- .sapMObjStatus.sapMObjStatusInverted {
186
- display: inline-table;
187
-
188
- .sapMObjStatusText {
189
- line-height: 1rem;
190
- vertical-align: middle;
191
- }
192
- .sapMObjStatusIcon {
193
- line-height: 1rem;
194
- }
195
- }
196
167
  }
@@ -13,4 +13,10 @@
13
13
  .sapMTB-Info-CTX > .sapMText {
14
14
  font-style: italic;
15
15
  padding-right: 5px;
16
+ }
17
+
18
+ .sapUiTableHeaderDataCell .sapMText,
19
+ .sapMColumnHeader .sapMText {
20
+ font-family: @sapUiFontSemiboldDuplexFamily;
21
+ font-weight: normal;
16
22
  }
@@ -3,7 +3,7 @@
3
3
  /* Horizon theme */
4
4
  /* ============================== */
5
5
 
6
- html.sap-desktop .sapMTBActive:focus {
6
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
7
7
  outline: 0.0625rem dotted @sapUiContentFocusColor;
8
8
  outline-offset: -0.1875rem;
9
9
  }
@@ -11,7 +11,6 @@ html.sap-desktop .sapMTBActive:focus {
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
13
  padding: 0 0.5rem 0 0.25rem;
14
- background: @sapUiToolbarBackground;
15
14
  }
16
15
 
17
16
  .sapMIBar > .sapMBarChild:last-child {
@@ -23,11 +22,6 @@ html.sap-desktop .sapMTBActive:focus {
23
22
  padding: 0 0.5rem 0 0.75rem;
24
23
  }
25
24
 
26
- /* Transparent Toolbar Context */
27
- .sapMTB-Transparent-CTX.sapMTB {
28
- background: @sapUiToolbarBackground;
29
- }
30
-
31
25
  /* Info Toolbar Context */
32
26
  .sapMTB-Info-CTX.sapMTB {
33
27
  background: @sapUiInfobarNonInteractiveBackground;
@@ -64,7 +58,7 @@ html.sap-desktop .sapMTBActive:focus {
64
58
  }
65
59
  }
66
60
 
67
- html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
61
+ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive.sapMTBFocused {
68
62
  outline-color: @sapUiContentContrastFocusColor;
69
63
  }
70
64
 
@@ -79,7 +73,7 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
79
73
  background-color: @sapUiToolbarBackground;
80
74
  }
81
75
 
82
- html.sap-desktop .sapMTBActive:focus {
76
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
83
77
  outline: none;
84
78
  box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
85
79
  }
@@ -11,7 +11,6 @@
11
11
  @_sap_m_IconTabBar_TextShadow: none;
12
12
  @_sap_m_IconTabBar_Separator_Icon: @sapUiContentNonInteractiveIconColor;
13
13
  @_sap_m_IconTabBar_Separator_Font_Size:@sapFontLargeSize;
14
- @_sap_m_IconTabBar_More_Button_Font_size: 1rem;
15
14
  @_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
16
15
  @_sap_m_IconTabBar_Arrow_SubItem_Left_Padding: 0.875rem;
17
16
 
@@ -3,11 +3,8 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjStatus {
7
- padding: 0 0.0625rem;
8
- .sapMObjStatusLink {
9
- display: inline-block;
10
- }
6
+ .sapMObjStatus .sapMObjStatusLink {
7
+ display: inline-block;
11
8
  }
12
9
 
13
10
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
@@ -167,30 +164,4 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
167
164
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
168
165
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
169
166
  color: @sapUiContentContrastTextColor;
170
- }
171
-
172
- .sapMListTblCell {
173
- .sapMObjStatus {
174
- display: inline-table;
175
-
176
- .sapMObjStatusText {
177
- line-height: 2rem;
178
- vertical-align: middle;
179
- }
180
-
181
- .sapMObjStatusIcon {
182
- line-height: 2rem;
183
- }
184
- }
185
- .sapMObjStatus.sapMObjStatusInverted {
186
- display: inline-table;
187
-
188
- .sapMObjStatusText {
189
- line-height: 1rem;
190
- vertical-align: middle;
191
- }
192
- .sapMObjStatusIcon {
193
- line-height: 1rem;
194
- }
195
- }
196
167
  }
@@ -3,7 +3,7 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ============================== */
5
5
 
6
- html.sap-desktop .sapMTBActive:focus {
6
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
7
7
  outline: 0.0625rem dotted @sapUiContentFocusColor;
8
8
  outline-offset: -0.1875rem;
9
9
  }
@@ -11,7 +11,6 @@ html.sap-desktop .sapMTBActive:focus {
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
13
  padding: 0 0.5rem 0 0.25rem;
14
- background: @sapUiToolbarBackground;
15
14
  }
16
15
 
17
16
  .sapMTB-Transparent-CTX.sapMTB,
@@ -19,11 +18,6 @@ html.sap-desktop .sapMTBActive:focus {
19
18
  padding: 0 0.5rem 0 0.75rem;
20
19
  }
21
20
 
22
- /* Transparent Toolbar Context */
23
- .sapMTB-Transparent-CTX.sapMTB {
24
- background: @sapUiToolbarBackground;
25
- }
26
-
27
21
  /* Info Toolbar Context */
28
22
  .sapMTB-Info-CTX.sapMTB {
29
23
  background: @sapUiInfobarNonInteractiveBackground;
@@ -60,7 +54,7 @@ html.sap-desktop .sapMTBActive:focus {
60
54
  }
61
55
  }
62
56
 
63
- html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
57
+ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive.sapMTBFocused {
64
58
  outline-color: @sapUiContentContrastFocusColor;
65
59
  }
66
60
 
@@ -75,7 +69,7 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
75
69
  background-color: @sapUiToolbarBackground;
76
70
  }
77
71
 
78
- html.sap-desktop .sapMTBActive:focus {
72
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
79
73
  outline: none;
80
74
  box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
81
75
  }
@@ -317,29 +317,4 @@ html.sap-desktop .sapMObjStatusActive:focus {
317
317
  line-height: 0.875rem;
318
318
  }
319
319
  }
320
- }
321
-
322
- .sapMListTblCell {
323
- .sapMObjStatus {
324
- display: inline-table;
325
-
326
- .sapMObjStatusText {
327
- line-height: 2rem;
328
- vertical-align: middle;
329
- }
330
-
331
- .sapMObjStatusIcon {
332
- line-height: 2rem;
333
- }
334
- }
335
- .sapMObjStatus.sapMObjStatusInverted {
336
- display: inline-table;
337
-
338
- .sapMObjStatusText {
339
- vertical-align: middle;
340
- }
341
- .sapMObjStatusIcon {
342
- line-height: 0.875rem;
343
- }
344
- }
345
320
  }
@@ -3,7 +3,7 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- html.sap-desktop .sapMTBActive:focus {
6
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
7
7
  outline: 0.125rem dotted @sapUiContentContrastFocusColor;
8
8
  outline-offset: -0.1875rem;
9
9
  }
@@ -11,7 +11,6 @@ html.sap-desktop .sapMTBActive:focus {
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
13
  padding: 0 0.5rem;
14
- background: @sapUiToolbarBackground;
15
14
  }
16
15
 
17
16
  .sapMTB-Transparent-CTX.sapMTB,
@@ -19,11 +18,6 @@ html.sap-desktop .sapMTBActive:focus {
19
18
  padding: 0 0.5rem 0 0.75rem;
20
19
  }
21
20
 
22
- /* Transparent Toolbar Context */
23
- .sapMTB-Transparent-CTX.sapMTB {
24
- background: @sapUiToolbarBackground;
25
- }
26
-
27
21
  /* Info Toolbar Context */
28
22
  .sapMTB-Info-CTX.sapMTB {
29
23
  background: @sapUiInfobarNonInteractiveBackground;
@@ -60,7 +54,7 @@ html.sap-desktop .sapMTBActive:focus {
60
54
  }
61
55
  }
62
56
 
63
- html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
57
+ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive.sapMTBFocused {
64
58
  outline-color: @sapUiContentContrastFocusColor;
65
59
  }
66
60
 
@@ -75,7 +69,7 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
75
69
  background-color: @sapUiToolbarBackground;
76
70
  }
77
71
 
78
- html.sap-desktop .sapMTBActive:focus {
72
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
79
73
  outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
80
74
  }
81
75
 
@@ -317,29 +317,4 @@ html.sap-desktop .sapMObjStatusActive:focus {
317
317
  line-height: 0.875rem;
318
318
  }
319
319
  }
320
- }
321
-
322
- .sapMListTblCell {
323
- .sapMObjStatus {
324
- display: inline-table;
325
-
326
- .sapMObjStatusText {
327
- line-height: 2rem;
328
- vertical-align: middle;
329
- }
330
-
331
- .sapMObjStatusIcon {
332
- line-height: 2rem;
333
- }
334
- }
335
- .sapMObjStatus.sapMObjStatusInverted {
336
- display: inline-table;
337
-
338
- .sapMObjStatusText {
339
- vertical-align: middle;
340
- }
341
- .sapMObjStatusIcon {
342
- line-height: 0.875rem;
343
- }
344
- }
345
320
  }
@@ -3,7 +3,7 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- html.sap-desktop .sapMTBActive:focus {
6
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
7
7
  outline: 0.125rem dotted @sapUiContentContrastFocusColor;
8
8
  outline-offset: -0.1875rem;
9
9
  }
@@ -11,7 +11,6 @@ html.sap-desktop .sapMTBActive:focus {
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
13
  padding: 0 0.5rem;
14
- background: @sapUiToolbarBackground;
15
14
  }
16
15
 
17
16
  .sapMTB-Transparent-CTX.sapMTB,
@@ -19,11 +18,6 @@ html.sap-desktop .sapMTBActive:focus {
19
18
  padding: 0 0.5rem 0 0.75rem;
20
19
  }
21
20
 
22
- /* Transparent Toolbar Context */
23
- .sapMTB-Transparent-CTX.sapMTB {
24
- background: @sapUiToolbarBackground;
25
- }
26
-
27
21
  /* Info Toolbar Context */
28
22
  .sapMTB-Info-CTX.sapMTB {
29
23
  background: @sapUiInfobarNonInteractiveBackground;
@@ -60,7 +54,7 @@ html.sap-desktop .sapMTBActive:focus {
60
54
  }
61
55
  }
62
56
 
63
- html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
57
+ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive.sapMTBFocused {
64
58
  outline-color: @sapUiContentContrastFocusColor;
65
59
  }
66
60
 
@@ -75,7 +69,7 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
75
69
  background-color: @sapUiToolbarBackground;
76
70
  }
77
71
 
78
- html.sap-desktop .sapMTBActive:focus {
72
+ html.sap-desktop .sapMTBActive.sapMTBFocused {
79
73
  outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
80
74
  }
81
75
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.111.0</version>
9
+ <version>1.112.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.111.0</version>
9
+ <version>1.112.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.111.0</version>
9
+ <version>1.112.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.111.0</version>
9
+ <version>1.112.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -9,6 +9,10 @@
9
9
  }
10
10
 
11
11
  // setting some background to transparent so that the VH dialog content get a white background
12
+ .sapMdcValueHelpPanel {
13
+ background-color: transparent;
14
+ }
15
+
12
16
  .sapMdcValueHelpPanel .sapMPanel.sapMdcTokenizerPanel {
13
17
  background-color: transparent;
14
18
  }
@@ -9,6 +9,10 @@
9
9
  }
10
10
 
11
11
  // setting some background to transparent so that the VH dialog content get a white background
12
+ .sapMdcValueHelpPanel {
13
+ background-color: transparent;
14
+ }
15
+
12
16
  .sapMdcValueHelpPanel .sapMPanel.sapMdcTokenizerPanel {
13
17
  background-color: transparent;
14
18
  }