@openui5/themelib_sap_belize 1.118.0 → 1.119.1

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.
package/THIRDPARTY.txt CHANGED
@@ -401,7 +401,7 @@ License: MIT
401
401
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
402
402
  Contained in: src/sap.ui.integration/src/sap/ui/integration/thirdparty/adaptive-expressions.js
403
403
 
404
- Component: Markdown-it, version: 12.2.0
404
+ Component: Markdown-it, version: 12.3.2
405
405
  Copyright: 2014 Vitaly Puzrin, Alex Kocharin
406
406
  License: MIT
407
407
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
@@ -466,7 +466,7 @@ License: Apache-2.0
466
466
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
467
467
  Contained in: lib/jsdoc/ui5/plugin.js
468
468
 
469
- Component: SAP Theming Base Content, version: 11.4.2
469
+ Component: SAP Theming Base Content, version: 11.6.8
470
470
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
471
471
  License: Apache-2.0
472
472
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_belize",
3
- "version": "1.118.0",
3
+ "version": "1.119.1",
4
4
  "description": "OpenUI5 Theme Library sap_belize",
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.118.0",
18
- "@openui5/sap.m": "1.118.0",
19
- "@openui5/sap.tnt": "1.118.0",
20
- "@openui5/sap.ui.codeeditor": "1.118.0",
21
- "@openui5/sap.ui.commons": "1.118.0",
22
- "@openui5/sap.ui.core": "1.118.0",
23
- "@openui5/sap.ui.dt": "1.118.0",
24
- "@openui5/sap.ui.fl": "1.118.0",
25
- "@openui5/sap.ui.mdc": "1.118.0",
26
- "@openui5/sap.ui.integration": "1.118.0",
27
- "@openui5/sap.ui.layout": "1.118.0",
28
- "@openui5/sap.ui.rta": "1.118.0",
29
- "@openui5/sap.ui.suite": "1.118.0",
30
- "@openui5/sap.ui.table": "1.118.0",
31
- "@openui5/sap.ui.unified": "1.118.0",
32
- "@openui5/sap.ui.ux3": "1.118.0",
33
- "@openui5/sap.uxap": "1.118.0"
17
+ "@openui5/sap.f": "1.119.1",
18
+ "@openui5/sap.m": "1.119.1",
19
+ "@openui5/sap.tnt": "1.119.1",
20
+ "@openui5/sap.ui.codeeditor": "1.119.1",
21
+ "@openui5/sap.ui.commons": "1.119.1",
22
+ "@openui5/sap.ui.core": "1.119.1",
23
+ "@openui5/sap.ui.dt": "1.119.1",
24
+ "@openui5/sap.ui.fl": "1.119.1",
25
+ "@openui5/sap.ui.mdc": "1.119.1",
26
+ "@openui5/sap.ui.integration": "1.119.1",
27
+ "@openui5/sap.ui.layout": "1.119.1",
28
+ "@openui5/sap.ui.rta": "1.119.1",
29
+ "@openui5/sap.ui.suite": "1.119.1",
30
+ "@openui5/sap.ui.table": "1.119.1",
31
+ "@openui5/sap.ui.unified": "1.119.1",
32
+ "@openui5/sap.ui.ux3": "1.119.1",
33
+ "@openui5/sap.uxap": "1.119.1"
34
34
  }
35
35
  }
@@ -3,7 +3,18 @@
3
3
  /* Belize High Contrast Black theme */
4
4
  /* ================================ */
5
5
 
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
8
+
6
9
  .sapFSP {
10
+ .sapFSPSplitterBar {
11
+ &:hover {
12
+ .sapFSPSplitterBarGripIcon {
13
+ border-color: @sapUiButtonLiteHoverBorderColor;
14
+ background: @sapUiButtonLiteHoverBackground;
15
+ }
16
+ }
17
+ }
7
18
  .sapFSPSide {
8
19
  .sapFSPSideInner {
9
20
  border: 0.0625rem solid @sapUiGroupContentBorderColor;
@@ -3,7 +3,18 @@
3
3
  /* Belize High Contrast White theme */
4
4
  /* ================================ */
5
5
 
6
+ @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
7
+ @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
8
+
6
9
  .sapFSP {
10
+ .sapFSPSplitterBar {
11
+ &:hover {
12
+ .sapFSPSplitterBarGripIcon {
13
+ border-color: @sapUiButtonLiteHoverBorderColor;
14
+ background: @sapUiButtonLiteHoverBackground;
15
+ }
16
+ }
17
+ }
7
18
  .sapFSPSide {
8
19
  .sapFSPSideInner {
9
20
  border: 0.0625rem solid @sapUiGroupContentBorderColor;
@@ -10,6 +10,6 @@
10
10
  @import "global.less";
11
11
 
12
12
  @import "InfoLabel.less";
13
- @import "NavigationList.less";
14
13
  @import "ToolHeader.less";
15
- @import "SideNavigation.less";
14
+ @import "SideNavigation.less";
15
+ @import "NavigationList.less"; // keep this order, it reuses variable @_sap_tnt_SideNavigation_BoxShadow defined in SideNavigation.less
@@ -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.118.0</version>
9
+ <version>1.119.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
- // * data:{"sModified":"2023-05-25T10:12:25Z"}
2
+ // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23061.0
4
+ // * data:{"sModified":"2023-09-11T07:13:37Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.4.2) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize/base.less (Version 11.6.8) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1737,10 +1737,10 @@
1737
1737
  // [Protected "!true"]
1738
1738
  @sapField_Hover_HelpBackground: @sapHighlightColor;
1739
1739
  @sapField_Hover_Shadow: none;
1740
- @sapField_Hover_InvalidShadow: none;
1741
- @sapField_Hover_WarningShadow: none;
1742
- @sapField_Hover_SuccessShadow: none;
1743
- @sapField_Hover_InformationShadow: none;
1740
+ @sapField_Hover_InvalidShadow: @sapField_InvalidShadow;
1741
+ @sapField_Hover_WarningShadow: @sapField_WarningShadow;
1742
+ @sapField_Hover_SuccessShadow: @sapField_SuccessShadow;
1743
+ @sapField_Hover_InformationShadow: @sapField_InformationShadow;
1744
1744
 
1745
1745
  // [Tags "!Protected"]
1746
1746
  // [Protected "!true"]
@@ -805,14 +805,14 @@
805
805
  @sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
806
806
  @sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
807
807
  @sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
808
- @sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
809
- @sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
810
- @sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
811
- @sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
812
- @sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
813
- @sapUiIndication7b: @sapIndicationColor_6b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
815
- @sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
808
+ @sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
809
+ @sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
810
+ @sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
811
+ @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
+ @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
+ @sapUiIndication7b: @sapIndicationColor_7b;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
815
+ @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
818
818
  @sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
@@ -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.118.0</version>
9
+ <version>1.119.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
- // * data:{"sModified":"2023-05-25T10:12:25Z"}
2
+ // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23061.0
4
+ // * data:{"sModified":"2023-09-11T07:13:37Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.4.2) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcb/base.less (Version 11.6.8) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -34,7 +34,7 @@
34
34
  // [Tags "Base", "Content", "Color", "HighContrast"]
35
35
  // [Category "HighContrast"]
36
36
  // [Type "color"]
37
- @sapHC_HighlightBackground: #7a5100;
37
+ @sapHC_HighlightBackground: #795100;
38
38
 
39
39
  // [Label "High-Contrast Highlight Alternative Background"]
40
40
  // [Description "The high-contrast reference background color used for selection."]
@@ -1793,10 +1793,10 @@
1793
1793
  // [Protected "!true"]
1794
1794
  @sapField_Hover_HelpBackground: @sapField_Background;
1795
1795
  @sapField_Hover_Shadow: none;
1796
- @sapField_Hover_InvalidShadow: none;
1797
- @sapField_Hover_WarningShadow: none;
1798
- @sapField_Hover_SuccessShadow: none;
1799
- @sapField_Hover_InformationShadow: none;
1796
+ @sapField_Hover_InvalidShadow: @sapField_InvalidShadow;
1797
+ @sapField_Hover_WarningShadow: @sapField_WarningShadow;
1798
+ @sapField_Hover_SuccessShadow: @sapField_SuccessShadow;
1799
+ @sapField_Hover_InformationShadow: @sapField_InformationShadow;
1800
1800
 
1801
1801
  // [Tags "!Protected"]
1802
1802
  // [Protected "!true"]
@@ -2016,7 +2016,7 @@
2016
2016
 
2017
2017
  // [Tags "!Protected"]
2018
2018
  // [Protected "!true"]
2019
- @sapList_Hover_Background: @sapHighlightColor;
2019
+ @sapList_Hover_Background: @sapHoverColor;
2020
2020
 
2021
2021
  // [Tags "!Protected"]
2022
2022
  // [Protected "!true"]
@@ -2332,7 +2332,7 @@
2332
2332
 
2333
2333
  // [Tags "!Protected"]
2334
2334
  // [Protected "!true"]
2335
- @sapObjectHeader_Hover_Background: @sapHighlightColor;
2335
+ @sapObjectHeader_Hover_Background: @sapHoverColor;
2336
2336
 
2337
2337
  // [Tags "!Protected"]
2338
2338
  // [Protected "!true"]
@@ -805,14 +805,14 @@
805
805
  @sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
806
806
  @sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
807
807
  @sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
808
- @sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
809
- @sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
810
- @sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
811
- @sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
812
- @sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
813
- @sapUiIndication7b: @sapIndicationColor_6b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
815
- @sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
808
+ @sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
809
+ @sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
810
+ @sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
811
+ @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
+ @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
+ @sapUiIndication7b: @sapIndicationColor_7b;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
815
+ @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
818
818
  @sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
@@ -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.118.0</version>
9
+ <version>1.119.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
- // * data:{"sModified":"2023-05-25T10:12:25Z"}
2
+ // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23061.0
4
+ // * data:{"sModified":"2023-09-11T07:13:37Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.4.2) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.6.8) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -1792,10 +1792,10 @@
1792
1792
  // [Protected "!true"]
1793
1793
  @sapField_Hover_HelpBackground: @sapField_Background;
1794
1794
  @sapField_Hover_Shadow: none;
1795
- @sapField_Hover_InvalidShadow: none;
1796
- @sapField_Hover_WarningShadow: none;
1797
- @sapField_Hover_SuccessShadow: none;
1798
- @sapField_Hover_InformationShadow: none;
1795
+ @sapField_Hover_InvalidShadow: @sapField_InvalidShadow;
1796
+ @sapField_Hover_WarningShadow: @sapField_WarningShadow;
1797
+ @sapField_Hover_SuccessShadow: @sapField_SuccessShadow;
1798
+ @sapField_Hover_InformationShadow: @sapField_InformationShadow;
1799
1799
 
1800
1800
  // [Tags "!Protected"]
1801
1801
  // [Protected "!true"]
@@ -2015,7 +2015,7 @@
2015
2015
 
2016
2016
  // [Tags "!Protected"]
2017
2017
  // [Protected "!true"]
2018
- @sapList_Hover_Background: @sapHighlightColor;
2018
+ @sapList_Hover_Background: @sapHoverColor;
2019
2019
 
2020
2020
  // [Tags "!Protected"]
2021
2021
  // [Protected "!true"]
@@ -2331,7 +2331,7 @@
2331
2331
 
2332
2332
  // [Tags "!Protected"]
2333
2333
  // [Protected "!true"]
2334
- @sapObjectHeader_Hover_Background: @sapHighlightColor;
2334
+ @sapObjectHeader_Hover_Background: @sapHoverColor;
2335
2335
 
2336
2336
  // [Tags "!Protected"]
2337
2337
  // [Protected "!true"]
@@ -805,14 +805,14 @@
805
805
  @sapUiIndication7TextColor: @sapIndicationColor_7_TextColor;
806
806
  @sapUiIndication7HoverBackground: @sapIndicationColor_7_Hover_Background;
807
807
  @sapUiIndication7ActiveBackground: @sapIndicationColor_7_Active_Background;
808
- @sapUiIndication7ActiveBorderColor: @sapIndicationColor_6_Active_BorderColor;
809
- @sapUiIndication7ActiveTextColor: @sapIndicationColor_6_Active_TextColor;
810
- @sapUiIndication7SelectedBackground: @sapIndicationColor_6_Selected_Background;
811
- @sapUiIndication7SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
812
- @sapUiIndication7SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
813
- @sapUiIndication7b: @sapIndicationColor_6b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_6_BorderColor;
815
- @sapUiIndication7bHoverBackground: @sapIndicationColor_6b_Hover_Background;
808
+ @sapUiIndication7ActiveBorderColor: @sapIndicationColor_7_Active_BorderColor;
809
+ @sapUiIndication7ActiveTextColor: @sapIndicationColor_7_Active_TextColor;
810
+ @sapUiIndication7SelectedBackground: @sapIndicationColor_7_Selected_Background;
811
+ @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
+ @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
+ @sapUiIndication7b: @sapIndicationColor_7b;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
815
+ @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
818
818
  @sapUiIndication8BorderColor: @sapIndicationColor_8_BorderColor;
@@ -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.118.0</version>
9
+ <version>1.119.1</version>
10
10
 
11
11
  <documentation>SAPUI5 belize plus theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23050.0-20230523090303+e385b420d426b24bae1dee2743785a1448185388
4
- // * data:{"sModified":"2023-05-25T10:12:25Z"}
2
+ // * Copyright (c) 2012-2023 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
+ // * Theming Engine 1.23061.0
4
+ // * data:{"sModified":"2023-09-11T07:13:37Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.4.2) *******************/
8
+ /******************* FILE /Base/baseLib/sap_belize_plus/base.less (Version 11.6.8) *******************/
9
9
 
10
10
  @sapHighlightColor: lighten(saturate(@sapBrandColor, 40), 30);
11
11
  @sapBaseColor: @sapPrimary1;
@@ -0,0 +1,6 @@
1
+ /* ======================================= */
2
+ /* CSS for control sap.ui.layout/Splitter */
3
+ /* Belize theme */
4
+ /* ======================================= */
5
+
6
+ @_sap_ui_layout_Splitter_BarBorder: none;
@@ -12,4 +12,5 @@
12
12
  @import "GridLayout.less";
13
13
  @import "ResponsiveGridLayout.less";
14
14
  @import "ResponsiveLayout.less";
15
+ @import "Splitter.less";
15
16
  @import "BlockLayout.less";
@@ -5,7 +5,6 @@
5
5
 
6
6
  @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
7
7
  @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
8
- @_sap_ui_layout_Splitter_BarBorder: 0.0625rem solid @sapUiGroupContentBorderColor;
9
8
  @_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
10
9
  @_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
11
10
 
@@ -5,7 +5,6 @@
5
5
 
6
6
  @_sap_ui_layout_Splitter_BarActiveDecorationColors: @sapUiObjectHeaderBorderColor, @sapUiObjectHeaderBorderColor;
7
7
  @_sap_ui_layout_Splitter_BarDecorationColors: @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0);
8
- @_sap_ui_layout_Splitter_BarBorder: 0.0625rem solid @sapUiGroupContentBorderColor;
9
8
  @_sap_ui_layout_Splitter_BarHoverIconBorderColor: @sapUiButtonLiteHoverBorderColor;
10
9
  @_sap_ui_layout_Splitter_BarHoverIconBackground: @sapUiButtonLiteHoverBackground;
11
10