@openui5/themelib_sap_fiori_3 1.140.0 → 1.141.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 (68) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_fiori_3/ActionSelect.less +4 -0
  4. package/src/sap/m/themes/sap_fiori_3/CustomTile.less +4 -0
  5. package/src/sap/m/themes/sap_fiori_3/MessagePage.less +4 -0
  6. package/src/sap/m/themes/sap_fiori_3/StandardTile.less +4 -0
  7. package/src/sap/m/themes/sap_fiori_3/TileContainer.less +4 -0
  8. package/src/sap/m/themes/sap_fiori_3/UploadCollection.less +4 -0
  9. package/src/sap/m/themes/sap_fiori_3_dark/ActionSelect.less +4 -0
  10. package/src/sap/m/themes/sap_fiori_3_dark/CustomTile.less +4 -0
  11. package/src/sap/m/themes/sap_fiori_3_dark/MessagePage.less +4 -0
  12. package/src/sap/m/themes/sap_fiori_3_dark/StandardTile.less +4 -0
  13. package/src/sap/m/themes/sap_fiori_3_dark/TileContainer.less +4 -0
  14. package/src/sap/m/themes/sap_fiori_3_dark/UploadCollection.less +4 -0
  15. package/src/sap/m/themes/sap_fiori_3_hcb/ActionSelect.less +4 -0
  16. package/src/sap/m/themes/sap_fiori_3_hcb/CustomTile.less +4 -0
  17. package/src/sap/m/themes/sap_fiori_3_hcb/MessagePage.less +4 -0
  18. package/src/sap/m/themes/sap_fiori_3_hcb/Tile.less +4 -0
  19. package/src/sap/m/themes/sap_fiori_3_hcb/TileContainer.less +4 -0
  20. package/src/sap/m/themes/sap_fiori_3_hcb/UploadCollection.less +4 -0
  21. package/src/sap/m/themes/sap_fiori_3_hcw/ActionSelect.less +4 -0
  22. package/src/sap/m/themes/sap_fiori_3_hcw/CustomTile.less +4 -0
  23. package/src/sap/m/themes/sap_fiori_3_hcw/MessagePage.less +4 -0
  24. package/src/sap/m/themes/sap_fiori_3_hcw/Tile.less +4 -0
  25. package/src/sap/m/themes/sap_fiori_3_hcw/TileContainer.less +4 -0
  26. package/src/sap/m/themes/sap_fiori_3_hcw/UploadCollection.less +4 -0
  27. package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_fiori_3/base.less +19 -3
  29. package/src/sap/ui/core/themes/sap_fiori_3/global.less +5 -0
  30. package/src/sap/ui/core/themes/sap_fiori_3/library.source.less +1 -3
  31. package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
  32. package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +20 -4
  33. package/src/sap/ui/core/themes/sap_fiori_3_dark/global.less +5 -0
  34. package/src/sap/ui/core/themes/sap_fiori_3_dark/library.source.less +1 -3
  35. package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
  36. package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +26 -10
  37. package/src/sap/ui/core/themes/sap_fiori_3_hcb/global.less +5 -0
  38. package/src/sap/ui/core/themes/sap_fiori_3_hcb/library.source.less +1 -3
  39. package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
  40. package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +27 -11
  41. package/src/sap/ui/core/themes/sap_fiori_3_hcw/global.less +5 -0
  42. package/src/sap/ui/core/themes/sap_fiori_3_hcw/library.source.less +1 -3
  43. package/src/sap/ui/dt/themes/sap_fiori_3/ContextMenu.less +28 -4
  44. package/src/sap/ui/dt/themes/sap_fiori_3_dark/ContextMenu.less +18 -9
  45. package/src/sap/ui/layout/themes/sap_fiori_3/GridLayout.less +4 -0
  46. package/src/sap/ui/layout/themes/sap_fiori_3/ResponsiveLayout.less +4 -0
  47. package/src/sap/ui/layout/themes/sap_fiori_3_dark/GridLayout.less +4 -0
  48. package/src/sap/ui/layout/themes/sap_fiori_3_dark/ResponsiveLayout.less +4 -0
  49. package/src/sap/ui/layout/themes/sap_fiori_3_hcb/GridLayout.less +4 -0
  50. package/src/sap/ui/layout/themes/sap_fiori_3_hcb/ResponsiveLayout.less +4 -0
  51. package/src/sap/ui/layout/themes/sap_fiori_3_hcw/GridLayout.less +4 -0
  52. package/src/sap/ui/layout/themes/sap_fiori_3_hcw/ResponsiveLayout.less +4 -0
  53. package/src/sap/ui/unified/themes/sap_fiori_3/ShellHeader.less +4 -0
  54. package/src/sap/ui/unified/themes/sap_fiori_3/ShellLayout.less +4 -0
  55. package/src/sap/ui/unified/themes/sap_fiori_3/ShellOverlay.less +4 -0
  56. package/src/sap/ui/unified/themes/sap_fiori_3_dark/ShellHeader.less +4 -0
  57. package/src/sap/ui/unified/themes/sap_fiori_3_dark/ShellLayout.less +4 -0
  58. package/src/sap/ui/unified/themes/sap_fiori_3_dark/ShellOverlay.less +4 -0
  59. package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ShellHeader.less +4 -0
  60. package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ShellLayout.less +4 -0
  61. package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ShellOverlay.less +4 -0
  62. package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ShellHeader.less +4 -0
  63. package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ShellLayout.less +4 -0
  64. package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ShellOverlay.less +4 -0
  65. package/src/sap/ui/core/themes/sap_fiori_3/BrowserScrollbar.less +0 -10
  66. package/src/sap/ui/core/themes/sap_fiori_3_dark/BrowserScrollbar.less +0 -10
  67. package/src/sap/ui/core/themes/sap_fiori_3_hcb/BrowserScrollbar.less +0 -15
  68. package/src/sap/ui/core/themes/sap_fiori_3_hcw/BrowserScrollbar.less +0 -15
package/THIRDPARTY.txt CHANGED
@@ -379,7 +379,7 @@ License: MIT
379
379
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
380
380
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
381
381
 
382
- Component: Markdown-it, version: 12.3.2
382
+ Component: Markdown-it, version: 14.1.0
383
383
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
384
384
  License: MIT
385
385
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
@@ -444,7 +444,7 @@ License: Apache-2.0
444
444
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
445
445
  Contained in: lib/jsdoc/ui5/plugin.js
446
446
 
447
- Component: SAP Theming Base Content, version: 11.31.1
447
+ Component: SAP Theming Base Content, version: 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079
448
448
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
449
449
  License: Apache-2.0
450
450
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_fiori_3",
3
- "version": "1.140.0",
3
+ "version": "1.141.0",
4
4
  "description": "OpenUI5 Theme Library sap_fiori_3",
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/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.140.0",
18
- "@openui5/sap.m": "1.140.0",
19
- "@openui5/sap.tnt": "1.140.0",
20
- "@openui5/sap.ui.codeeditor": "1.140.0",
21
- "@openui5/sap.ui.commons": "1.140.0",
22
- "@openui5/sap.ui.core": "1.140.0",
23
- "@openui5/sap.ui.dt": "1.140.0",
24
- "@openui5/sap.ui.fl": "1.140.0",
25
- "@openui5/sap.ui.mdc": "1.140.0",
26
- "@openui5/sap.ui.integration": "1.140.0",
27
- "@openui5/sap.ui.layout": "1.140.0",
28
- "@openui5/sap.ui.rta": "1.140.0",
29
- "@openui5/sap.ui.suite": "1.140.0",
30
- "@openui5/sap.ui.table": "1.140.0",
31
- "@openui5/sap.ui.unified": "1.140.0",
32
- "@openui5/sap.ui.ux3": "1.140.0",
33
- "@openui5/sap.uxap": "1.140.0"
17
+ "@openui5/sap.f": "1.141.0",
18
+ "@openui5/sap.m": "1.141.0",
19
+ "@openui5/sap.tnt": "1.141.0",
20
+ "@openui5/sap.ui.codeeditor": "1.141.0",
21
+ "@openui5/sap.ui.commons": "1.141.0",
22
+ "@openui5/sap.ui.core": "1.141.0",
23
+ "@openui5/sap.ui.dt": "1.141.0",
24
+ "@openui5/sap.ui.fl": "1.141.0",
25
+ "@openui5/sap.ui.mdc": "1.141.0",
26
+ "@openui5/sap.ui.integration": "1.141.0",
27
+ "@openui5/sap.ui.layout": "1.141.0",
28
+ "@openui5/sap.ui.rta": "1.141.0",
29
+ "@openui5/sap.ui.suite": "1.141.0",
30
+ "@openui5/sap.ui.table": "1.141.0",
31
+ "@openui5/sap.ui.unified": "1.141.0",
32
+ "@openui5/sap.ui.ux3": "1.141.0",
33
+ "@openui5/sap.uxap": "1.141.0"
34
34
  }
35
35
  }
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.111, together with sap.m.ActionSelect
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/ActionSelect */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.50, together with sap.m.CustomTile
4
+ */
1
5
  /* ========================= */
2
6
  /* CSS for sap.m/CustomTile */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.112, together with sap.m.MessagePage
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/MessagePage */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.StandardTile
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/StandardTile */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.TileContainer
4
+ */
1
5
  /* ==================================== */
2
6
  /* CSS for control sap.m/TileContainer */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.88, together with sap.m.UploadCollection
4
+ */
1
5
  /* ======================================= */
2
6
  /* CSS for control sap.m/UploadCollection */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.111, together with sap.m.ActionSelect
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/ActionSelect */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.50, together with sap.m.CustomTile
4
+ */
1
5
  /* ========================= */
2
6
  /* CSS for sap.m/CustomTile */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.112, together with sap.m.MessagePage
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/MessagePage */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.StandardTile
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/StandardTile */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.TileContainer
4
+ */
1
5
  /* ==================================== */
2
6
  /* CSS for control sap.m/TileContainer */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.88, together with sap.m.UploadCollection
4
+ */
1
5
  /* ======================================= */
2
6
  /* CSS for control sap.m/UploadCollection */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.111, together with sap.m.ActionSelect
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/ActionSelect */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.50, together with sap.m.CustomTile
4
+ */
1
5
  /* ================================= */
2
6
  /* CSS for control sap.m/CustomTile */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.112, together with sap.m.MessagePage
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/MessagePage */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.Tile
4
+ */
1
5
  /* ================================= */
2
6
  /* CSS for control sap.m/Tile */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.TileContainer
4
+ */
1
5
  /* ==================================== */
2
6
  /* CSS for control sap.m/TileContainer */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.88, together with sap.m.UploadCollection
4
+ */
1
5
  /* ======================================= */
2
6
  /* CSS for control sap.m/UploadCollection */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.111, together with sap.m.ActionSelect
4
+ */
1
5
  /* =================================== */
2
6
  /* CSS for control sap.m/ActionSelect */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.50, together with sap.m.CustomTile
4
+ */
1
5
  /* ================================= */
2
6
  /* CSS for control sap.m/CustomTile */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.112, together with sap.m.MessagePage
4
+ */
1
5
  /* ================================== */
2
6
  /* CSS for control sap.m/MessagePage */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.Tile
4
+ */
1
5
  /* ================================= */
2
6
  /* CSS for control sap.m/Tile */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.50, together with sap.m.TileContainer
4
+ */
1
5
  /* ==================================== */
2
6
  /* CSS for control sap.m/TileContainer */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated as of version 1.88, together with sap.m.UploadCollection
4
+ */
1
5
  /* ======================================= */
2
6
  /* CSS for control sap.m/UploadCollection */
3
7
  /* Quartz High Contrast White theme */
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.140.0</version>
9
+ <version>1.141.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Fiori 3 theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.31.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -3513,6 +3513,22 @@
3513
3513
  // [Protected "!true"]
3514
3514
  @sapChart_Data_Active_Background: darken(@sapHoverColor, 10);
3515
3515
 
3516
+ // [Tags "!Protected"]
3517
+ // [Protected "!true"]
3518
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Minus4;
3519
+
3520
+ // [Tags "!Protected"]
3521
+ // [Protected "!true"]
3522
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral;
3523
+
3524
+ // [Tags "!Protected"]
3525
+ // [Protected "!true"]
3526
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good_Minus1;
3527
+
3528
+ // [Tags "!Protected"]
3529
+ // [Protected "!true"]
3530
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad_Minus1;
3531
+
3516
3532
  // [Tags "!Protected"]
3517
3533
  // [Protected "!true"]
3518
3534
  @sapChart_OrderedColor_1: #438cd5;
@@ -1099,6 +1099,11 @@
1099
1099
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1100
1100
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1101
1101
 
1102
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1103
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1104
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1105
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1106
+
1102
1107
  @sapUiChart1: @sapChart_OrderedColor_1;
1103
1108
  @sapUiChart2: @sapChart_OrderedColor_2;
1104
1109
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,6 +8,4 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
- @import "DatePicker.less";
11
+ @import "DatePicker.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.140.0</version>
9
+ <version>1.141.0</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz dark black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.31.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3_dark/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1315,7 +1315,7 @@
1315
1315
 
1316
1316
  // [Tags "!Protected"]
1317
1317
  // [Protected "!true"]
1318
- @sapButton_Emphasized_Background: darken(@sapBrandColor, 25);
1318
+ @sapButton_Emphasized_Background: darken(@sapBrandColor, 33);
1319
1319
 
1320
1320
  // [Tags "!Protected"]
1321
1321
  // [Protected "!true"]
@@ -3513,6 +3513,22 @@
3513
3513
  // [Protected "!true"]
3514
3514
  @sapChart_Data_Active_Background: darken(@sapHoverColor, 10);
3515
3515
 
3516
+ // [Tags "!Protected"]
3517
+ // [Protected "!true"]
3518
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Plus3;
3519
+
3520
+ // [Tags "!Protected"]
3521
+ // [Protected "!true"]
3522
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral_Minus1;
3523
+
3524
+ // [Tags "!Protected"]
3525
+ // [Protected "!true"]
3526
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good;
3527
+
3528
+ // [Tags "!Protected"]
3529
+ // [Protected "!true"]
3530
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
3531
+
3516
3532
  // [Tags "!Protected"]
3517
3533
  // [Protected "!true"]
3518
3534
  @sapChart_OrderedColor_1: #5899da;
@@ -1098,6 +1098,11 @@
1098
1098
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1099
1099
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1100
1100
 
1101
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1102
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1103
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1104
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1105
+
1101
1106
  @sapUiChart1: @sapChart_OrderedColor_1;
1102
1107
  @sapUiChart2: @sapChart_OrderedColor_2;
1103
1108
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,6 +8,4 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
- @import "DatePicker.less";
11
+ @import "DatePicker.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.140.0</version>
9
+ <version>1.141.0</version>
10
10
 
11
11
  <documentation>SAPUI5 quartz high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.31.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3_hcb/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -41,7 +41,7 @@
41
41
  // [Tags "Base", "Content", "Color", "HighContrast"]
42
42
  // [Category "HighContrast"]
43
43
  // [Type "color"]
44
- @sapHC_HighlightAltBackground: #0f5d94;
44
+ @sapHC_HighlightAltBackground: #0f5c93;
45
45
 
46
46
  // [Label "High-Contrast Reduced Background"]
47
47
  // [Description "The high-contrast reference background color used for read-only and disabled items."]
@@ -69,7 +69,7 @@
69
69
  // [Tags "Base", "Content", "Color", "HighContrast"]
70
70
  // [Category "HighContrast"]
71
71
  // [Type "color"]
72
- @sapHC_EnhancedForeground: #03b803;
72
+ @sapHC_EnhancedForeground: #03ae03;
73
73
 
74
74
  // [Label "High-Contrast Reduced Foreground"]
75
75
  // [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
@@ -519,7 +519,7 @@
519
519
 
520
520
  // [Tags "!Protected"]
521
521
  // [Protected "!true"]
522
- @sapContent_ContrastTextThreshold: 0.65;
522
+ @sapContent_ContrastTextThreshold: 0.5;
523
523
 
524
524
  // [Tags "!Protected"]
525
525
  // [Protected "!true"]
@@ -839,7 +839,7 @@
839
839
 
840
840
  // [Tags "!Protected"]
841
841
  // [Protected "!true"]
842
- @sapShell_TextColor: @sapTextColor;
842
+ @sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
843
843
 
844
844
  // [Tags "!Protected"]
845
845
  // [Protected "!true"]
@@ -2253,7 +2253,7 @@
2253
2253
 
2254
2254
  // [Tags "!Protected"]
2255
2255
  // [Protected "!true"]
2256
- @sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2256
+ @sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2257
2257
 
2258
2258
  // [Tags "!Protected"]
2259
2259
  // [Protected "!true"]
@@ -2353,7 +2353,7 @@
2353
2353
 
2354
2354
  // [Tags "!Protected"]
2355
2355
  // [Protected "!true"]
2356
- @sapList_GroupHeaderTextColor: @sapList_TextColor;
2356
+ @sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2357
2357
 
2358
2358
  // [Tags "!Protected"]
2359
2359
  // [Protected "!true"]
@@ -2841,7 +2841,7 @@
2841
2841
 
2842
2842
  // [Tags "!Protected"]
2843
2843
  // [Protected "!true"]
2844
- @sapTile_Hover_Background: @sapHighlightColor;
2844
+ @sapTile_Hover_Background: @sapHoverColor;
2845
2845
 
2846
2846
  // [Tags "!Protected"]
2847
2847
  // [Protected "!true"]
@@ -3569,6 +3569,22 @@
3569
3569
  // [Protected "!true"]
3570
3570
  @sapChart_Data_Active_Background: @sapActiveColor;
3571
3571
 
3572
+ // [Tags "!Protected"]
3573
+ // [Protected "!true"]
3574
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Plus3;
3575
+
3576
+ // [Tags "!Protected"]
3577
+ // [Protected "!true"]
3578
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral_Minus1;
3579
+
3580
+ // [Tags "!Protected"]
3581
+ // [Protected "!true"]
3582
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good;
3583
+
3584
+ // [Tags "!Protected"]
3585
+ // [Protected "!true"]
3586
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
3587
+
3572
3588
  // [Tags "!Protected"]
3573
3589
  // [Protected "!true"]
3574
3590
  @sapChart_OrderedColor_1: #8babcb;
@@ -1098,6 +1098,11 @@
1098
1098
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1099
1099
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1100
1100
 
1101
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1102
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1103
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1104
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1105
+
1101
1106
  @sapUiChart1: @sapChart_OrderedColor_1;
1102
1107
  @sapUiChart2: @sapChart_OrderedColor_2;
1103
1108
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,8 +8,6 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
11
  @import "Icon.less";
14
12
  @import "LocalBusyIndicator.less";
15
- @import "Shadow.less";
13
+ @import "Shadow.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.140.0</version>
9
+ <version>1.141.0</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.13
4
- // * data:{"sModified":"2025-07-11T07:56:16Z"}
3
+ // * Theming Engine 16.0.25
4
+ // * data:{"sModified":"2025-08-27T14:01:24Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.31.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_fiori_3_hcw/base.less (Version 11.32.2-20250827135846+79bb30d311678435d61b21db26ecbe07d6b05079) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -34,14 +34,14 @@
34
34
  // [Tags "Base", "Content", "Color", "HighContrast"]
35
35
  // [Category "HighContrast"]
36
36
  // [Type "color"]
37
- @sapHC_HighlightBackground: #ec8b46;
37
+ @sapHC_HighlightBackground: #e97624;
38
38
 
39
39
  // [Label "High-Contrast Highlight Alternative Background"]
40
40
  // [Description "The high-contrast reference background color used for selection."]
41
41
  // [Tags "Base", "Content", "Color", "HighContrast"]
42
42
  // [Category "HighContrast"]
43
43
  // [Type "color"]
44
- @sapHC_HighlightAltBackground: #8fb5ff;
44
+ @sapHC_HighlightAltBackground: #5c93ff;
45
45
 
46
46
  // [Label "High-Contrast Reduced Background"]
47
47
  // [Description "The high-contrast reference background color used for read-only and disabled items."]
@@ -69,7 +69,7 @@
69
69
  // [Tags "Base", "Content", "Color", "HighContrast"]
70
70
  // [Category "HighContrast"]
71
71
  // [Type "color"]
72
- @sapHC_EnhancedForeground: #006500;
72
+ @sapHC_EnhancedForeground: #006800;
73
73
 
74
74
  // [Label "High-Contrast Reduced Foreground"]
75
75
  // [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
@@ -519,7 +519,7 @@
519
519
 
520
520
  // [Tags "!Protected"]
521
521
  // [Protected "!true"]
522
- @sapContent_ContrastTextThreshold: 0.65;
522
+ @sapContent_ContrastTextThreshold: 0.5;
523
523
 
524
524
  // [Tags "!Protected"]
525
525
  // [Protected "!true"]
@@ -839,7 +839,7 @@
839
839
 
840
840
  // [Tags "!Protected"]
841
841
  // [Protected "!true"]
842
- @sapShell_TextColor: @sapTextColor;
842
+ @sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
843
843
 
844
844
  // [Tags "!Protected"]
845
845
  // [Protected "!true"]
@@ -2253,7 +2253,7 @@
2253
2253
 
2254
2254
  // [Tags "!Protected"]
2255
2255
  // [Protected "!true"]
2256
- @sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2256
+ @sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2257
2257
 
2258
2258
  // [Tags "!Protected"]
2259
2259
  // [Protected "!true"]
@@ -2353,7 +2353,7 @@
2353
2353
 
2354
2354
  // [Tags "!Protected"]
2355
2355
  // [Protected "!true"]
2356
- @sapList_GroupHeaderTextColor: @sapList_TextColor;
2356
+ @sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2357
2357
 
2358
2358
  // [Tags "!Protected"]
2359
2359
  // [Protected "!true"]
@@ -2841,7 +2841,7 @@
2841
2841
 
2842
2842
  // [Tags "!Protected"]
2843
2843
  // [Protected "!true"]
2844
- @sapTile_Hover_Background: @sapHighlightColor;
2844
+ @sapTile_Hover_Background: @sapHoverColor;
2845
2845
 
2846
2846
  // [Tags "!Protected"]
2847
2847
  // [Protected "!true"]
@@ -3569,6 +3569,22 @@
3569
3569
  // [Protected "!true"]
3570
3570
  @sapChart_Data_Active_Background: @sapActiveColor;
3571
3571
 
3572
+ // [Tags "!Protected"]
3573
+ // [Protected "!true"]
3574
+ @sapChart_IBCS_Actual: @sapChart_Sequence_Neutral_Minus5;
3575
+
3576
+ // [Tags "!Protected"]
3577
+ // [Protected "!true"]
3578
+ @sapChart_IBCS_Previous: @sapChart_Sequence_Neutral;
3579
+
3580
+ // [Tags "!Protected"]
3581
+ // [Protected "!true"]
3582
+ @sapChart_IBCS_Good: @sapChart_Sequence_Good;
3583
+
3584
+ // [Tags "!Protected"]
3585
+ // [Protected "!true"]
3586
+ @sapChart_IBCS_Bad: @sapChart_Sequence_Bad;
3587
+
3572
3588
  // [Tags "!Protected"]
3573
3589
  // [Protected "!true"]
3574
3590
  @sapChart_OrderedColor_1: #446e97;
@@ -1098,6 +1098,11 @@
1098
1098
  @sapUiChartDataInteractiveColor: @sapChart_Data_InteractiveColor;
1099
1099
  @sapUiChartDataActiveBackground: @sapChart_Data_Active_Background;
1100
1100
 
1101
+ @sapUiChartIBCSActual: @sapChart_IBCS_Actual;
1102
+ @sapUiChartIBCSPrevious: @sapChart_IBCS_Previous;
1103
+ @sapUiChartIBCSGood: @sapChart_IBCS_Good;
1104
+ @sapUiChartIBCSBad: @sapChart_IBCS_Bad;
1105
+
1101
1106
  @sapUiChart1: @sapChart_OrderedColor_1;
1102
1107
  @sapUiChart2: @sapChart_OrderedColor_2;
1103
1108
  @sapUiChart3: @sapChart_OrderedColor_3;
@@ -8,8 +8,6 @@
8
8
  @import "base.less";
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
-
12
- @import "BrowserScrollbar.less";
13
11
  @import "Icon.less";
14
12
  @import "LocalBusyIndicator.less";
15
- @import "Shadow.less";
13
+ @import "Shadow.less";
@@ -1,10 +1,11 @@
1
1
  /******************************************************************
2
2
  Style of the DT Contextmenu - sap_fiori_3 Theme
3
3
  *******************************************************************/
4
- @_sap_ui_dt_ContextMenu_MnuItemTextColor: @sapUiListSelectionBorderColor; // #0854a0
5
- @_sap_ui_dt_ContextMenu_MnuItemBackgroundColor: @sapUiListBackground; // #fff
6
- @_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor: @sapUiListSelectionBackgroundColor; // #e5f0fa
7
- @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.25rem
4
+ @_sap_ui_dt_ContextMenu_MnuItemTextColor: var(--sapList_SelectionBorderColor); // #0854a0
5
+ @_sap_ui_dt_ContextMenu_MnuItemBackgroundColor: var(--sapList_Background); // #fff
6
+ @_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor: var( --sapList_SelectionBackgroundColor); // #e5f0fa
7
+ @_sap_ui_dt_ContextMenu_BorderRadius: var(--sapButton_BorderCornerRadius); // 0.25rem
8
+ @_sap_ui_dt_ContextMenu_MnuItemIconColor: var(--sapList_SelectionBorderColor); // #0854a0
8
9
 
9
10
  .sapUiDtContextMenu.sapMMenu {
10
11
  .sapMMenuList {
@@ -49,6 +50,29 @@
49
50
  &.sapMMenuItemSubMenuOpen {
50
51
  border-bottom: none !important; //1px
51
52
  }
53
+
54
+ &.sapUiDtContextMenuExtendedActionsTitle {
55
+ &:hover {
56
+ background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
57
+ }
58
+ }
59
+
60
+ &.sapUiDtContextMenuPropagatedControlTitle {
61
+ &:hover {
62
+ background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
63
+ }
64
+ }
65
+
66
+ &.sapUiDtContextMenuPropagatedItem {
67
+ .sapMMenuItemIcon {
68
+ background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor;
69
+ }
70
+ &:hover {
71
+ .sapMMenuItemIcon {
72
+ background-color: @_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor!important;
73
+ }
74
+ }
75
+ }
52
76
  }
53
77
  }
54
78
  }
@@ -1,12 +1,12 @@
1
1
  /******************************************************************
2
2
  Style of the DT Contextmenu - sap_fiori_3_dark Theme
3
3
  *******************************************************************/
4
- @_sap_ui_dt_ContextMenu_MnuItemTextColor: @sapUiListSelectionBorderColor; //#91c8f6
5
- @_sap_ui_dt_ContextMenu_MnuItemBackgroundColor: @sapUiListBackground; // #29313a
6
- @_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor: @sapUiListSelectionBackgroundColor; // #334b5f
7
- @_sap_ui_dt_ContextMenu_BorderRadius: @sapUiButtonBorderCornerRadius; // 0.25rem
8
- @_sap_ui_dt_ContextMenu_FocusColor: @sapUiListSelectionBorderColor; //#91c8f6
9
- @_sap_ui_dt_ContextMenu_DisabledMnuItemHoverTextColor: @sapUiListSelectionBorderColor; //#91c8f6
4
+ @_sap_ui_dt_ContextMenu_MnuItemTextColor: var(--sapList_SelectionBorderColor); //#91c8f6
5
+ @_sap_ui_dt_ContextMenu_MnuItemBackgroundColor: var(--sapList_Background); // #29313a
6
+ @_sap_ui_dt_ContextMenu_MnuItemHoverBackgroundColor: var(--sapList_SelectionBackgroundColor); // #334b5f
7
+ @_sap_ui_dt_ContextMenu_BorderRadius: var(--sapButton_BorderCornerRadius); // 0.25rem
8
+ @_sap_ui_dt_ContextMenu_FocusColor: var(--sapList_SelectionBorderColor); //#91c8f6
9
+ @_sap_ui_dt_ContextMenu_MnuItemIconColor: var(--sapList_SelectionBorderColor); //#91c8f6
10
10
 
11
11
  .sapUiDtContextMenu.sapMMenu {
12
12
  .sapMMenuList {
@@ -52,13 +52,22 @@
52
52
  }
53
53
 
54
54
  &.sapMMenuItemDisabled {
55
- &:hover {
56
- color: @_sap_ui_dt_ContextMenu_DisabledMnuItemHoverTextColor;
57
- }
58
55
  &:focus {
59
56
  outline: none;
60
57
  }
61
58
  }
59
+
60
+ &.sapUiDtContextMenuExtendedActionsTitle {
61
+ &:hover {
62
+ background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor!important;
63
+ }
64
+ }
65
+
66
+ &.sapUiDtContextMenuPropagatedControlTitle {
67
+ &:hover {
68
+ background-color: @_sap_ui_dt_ContextMenu_PrpgtedMnuItemBGColor!important;
69
+ }
70
+ }
62
71
  }
63
72
  }
64
73
  }
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Quartz Light theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Quartz Light theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated Since version 1.67.0, together with sap.ui.layout.form.GridLayout
4
+ */
1
5
  /* ========================================= */
2
6
  /* CSS for control sap.ui.layout/GridLayout */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.93, together with sap.ui.layout.form.ResponsiveLayout
4
+ */
1
5
  /* =============================================== */
2
6
  /* CSS for control sap.ui.layout/ResponsiveLayout */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Fiori 3 theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Quartz Dark theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Quartz High Contrast Black theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellHeader
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellHeader */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with sap.ui.unified.ShellLayout
4
+ */
1
5
  /* =========================================== */
2
6
  /* CSS for control sap.ui.unified/ShellLayout */
3
7
  /* Quartz High Contrast White theme */
@@ -1,3 +1,7 @@
1
+ /**
2
+ * @file
3
+ * @deprecated As of version 1.44.0, together with the sap.ui.unified.ShellOverlay
4
+ */
1
5
  /* ============================================ */
2
6
  /* CSS for control sap.ui.unified/ShellOverlay */
3
7
  /* Quartz High Contrast White theme */
@@ -1,10 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.core/BrowserScrollbar */
3
- /* Fiori 3 theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
9
- border-radius: @sapUiElementBorderCornerRadius;
10
- }
@@ -1,10 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui.core/BrowserScrollbar */
3
- /* Quartz Dark theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
9
- border-radius: @sapUiElementBorderCornerRadius;
10
- }
@@ -1,15 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui/core/BrowserScrollbar */
3
- /* Quartz High Contrast Black theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
9
- border: 1px solid @sapUiScrollBarFaceColor;
10
- }
11
-
12
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
13
- border-radius: @sapUiElementBorderCornerRadius;
14
- border: 1px solid @sapUiScrollBarFaceColor;
15
- }
@@ -1,15 +0,0 @@
1
- /* ============================================= */
2
- /* CSS for control sap.ui/core/BrowserScrollbar */
3
- /* Quartz High Contrast White theme */
4
- /* ============================================= */
5
-
6
- /****** Safari + Chrome on Desktop ******/
7
-
8
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar {
9
- border: 1px solid @sapUiScrollBarFaceColor;
10
- }
11
-
12
- html.sap-desktop:not(.sapUiNativeScrollbars) ::-webkit-scrollbar-thumb {
13
- border-radius: @sapUiElementBorderCornerRadius;
14
- border: 1px solid @sapUiScrollBarFaceColor;
15
- }