@openui5/themelib_sap_horizon 1.119.1 → 1.120.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.
Files changed (100) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +4 -2
  4. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
  6. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -0
  7. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +10 -4
  8. package/src/sap/m/themes/sap_horizon/Avatar.less +2 -2
  9. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +2 -1
  10. package/src/sap/m/themes/sap_horizon/Button.less +16 -4
  11. package/src/sap/m/themes/sap_horizon/CheckBox.less +31 -1
  12. package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
  13. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +24 -0
  14. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
  15. package/src/sap/m/themes/sap_horizon/RangeSlider.less +5 -7
  16. package/src/sap/m/themes/sap_horizon/SearchField.less +2 -4
  17. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +117 -14
  18. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  19. package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
  20. package/src/sap/m/themes/sap_horizon/SplitButton.less +46 -23
  21. package/src/sap/m/themes/sap_horizon/Text.less +3 -0
  22. package/src/sap/m/themes/sap_horizon/TextArea.less +24 -4
  23. package/src/sap/m/themes/sap_horizon/Toolbar.less +2 -2
  24. package/src/sap/m/themes/sap_horizon_dark/Button.less +16 -4
  25. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +30 -0
  26. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
  27. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +24 -0
  28. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
  29. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +5 -7
  30. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +2 -5
  31. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +117 -14
  32. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -2
  33. package/src/sap/m/themes/sap_horizon_dark/Slider.less +4 -9
  34. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +46 -37
  35. package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -0
  36. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +24 -4
  37. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +2 -2
  38. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +35 -1
  39. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
  40. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +135 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
  42. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
  43. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -3
  44. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
  45. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
  46. package/src/sap/m/themes/sap_horizon_hcb/Text.less +3 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +35 -1
  49. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
  50. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +135 -0
  51. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
  52. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
  53. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -3
  54. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
  56. package/src/sap/m/themes/sap_horizon_hcw/Text.less +3 -0
  57. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
  58. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -1
  59. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +11 -0
  60. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -1
  61. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -1
  62. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -0
  63. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -1
  64. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  65. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +13 -0
  66. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -1
  67. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  68. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +13 -0
  69. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -1
  70. package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
  71. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  72. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  73. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  74. package/src/sap/ui/core/themes/sap_horizon/global.less +13 -9
  75. package/src/sap/ui/core/themes/sap_horizon/library.source.less +0 -4
  76. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  77. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  79. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +14 -10
  80. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +0 -4
  81. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  82. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  83. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +9 -9
  85. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  86. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  87. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +9 -9
  89. package/src/sap/ui/integration/themes/sap_horizon/ActionsStrip.less +1 -1
  90. package/src/sap/ui/integration/themes/sap_horizon_dark/ActionsStrip.less +1 -1
  91. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +1 -1
  92. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +1 -1
  93. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +1 -1
  94. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +1 -1
  95. package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
  96. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
  97. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -1
  98. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +0 -3
  99. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -1
  100. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +0 -3
@@ -30,7 +30,6 @@
30
30
  .sapMSliderHandle:hover {
31
31
  background: @sapUiSliderHoverHandleBackground;
32
32
  border-color: @sapUiSliderHoverHandleBorderColor;
33
- box-shadow: @sapUiContentSelectedShadow;
34
33
  }
35
34
 
36
35
  /* slider handle */
@@ -43,10 +42,6 @@
43
42
  margin-left: -1rem;
44
43
  top: -0.625rem;
45
44
 
46
- &:not(:focus) {
47
- box-shadow: @sapUiContentSelectedShadow;
48
- }
49
-
50
45
  &:focus:before {
51
46
  content: '';
52
47
  position: absolute;
@@ -60,7 +55,7 @@
60
55
  }
61
56
  }
62
57
 
63
- .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
58
+ .sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
64
59
  font-family: SAP-icons;
65
60
  content: "\e29c";
66
61
  position: absolute;
@@ -73,34 +68,17 @@
73
68
  color: @sapContent_Selected_ForegroundColor;
74
69
  }
75
70
 
76
- .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
77
- &:after {
78
- top: 0.1875rem;
79
- right: 0.4375rem;
80
- }
81
- }
82
-
83
71
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
84
72
  &:hover {
85
73
  background: @sapUiSliderHoverHandleBackground;
86
74
  border-color: @sapUiSliderHoverHandleBorderColor;
87
- box-shadow: @sapUiContentSelectedShadow;
88
- }
89
-
90
- &:focus:active {
91
- background: @sapUiSliderActiveHandleBackground;
92
- border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
93
- box-shadow: none;
94
- &:before {
95
- content: none;
96
- }
97
75
  }
98
76
  }
99
77
 
100
78
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
101
- background: @sapUiSliderHandleBackground;
79
+ background: @sapUiSliderActiveRangeHandleBackground;
80
+ border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
102
81
  outline: none;
103
- box-shadow: none;
104
82
  top: -0.625rem;
105
83
  }
106
84
 
@@ -120,6 +98,7 @@
120
98
  }
121
99
 
122
100
  .sapMSliderTick {
101
+ border-color: @sapUiContentMeasureIndicatorColor;
123
102
  margin: 0;
124
103
  height: .5rem;
125
104
  }
@@ -213,13 +192,6 @@
213
192
  top: 0.125rem;
214
193
  right: 0.25rem;
215
194
  }
216
-
217
- .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
218
- &:after {
219
- top: 0.0625rem;
220
- right: 0.1875rem;
221
- }
222
- }
223
195
  }
224
196
 
225
197
  .sapMSliderTick[data-ui5-active-tickmark="true"] {
@@ -9,6 +9,9 @@
9
9
  padding-top: 0.6875rem;
10
10
  padding-bottom: 0.6875rem;
11
11
  }
12
+ html[data-sap-ui-browser^="cr"] .sapUiFormEdit .sapMText {
13
+ line-height: 1.4375rem;
14
+ }
12
15
 
13
16
  .sapMTB-Info-CTX > .sapMText {
14
17
  font-style: italic;
@@ -15,7 +15,7 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
15
15
 
16
16
  .sapMTB-Transparent-CTX.sapMTB,
17
17
  .sapMIBar.sapMTB-Info-CTX.sapMTB {
18
- padding: 0 0.5rem 0 0.75rem;
18
+ padding: 0 0.5rem 0 1rem;
19
19
  }
20
20
 
21
21
  /* Info Toolbar Context */
@@ -16,4 +16,5 @@
16
16
  @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
17
17
  @_sap_tnt_SideNavigation_BoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
18
18
  @_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
19
- @_sap_tnt_SideNavigation_TriangleDisplay: none;
19
+ @_sap_tnt_SideNavigation_TriangleDisplay: none;
20
+ @_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
@@ -129,6 +129,17 @@
129
129
  .sapMBarChild:not(.sapMMenuBtn) {
130
130
  &.sapMBtn {
131
131
  padding-top: 0;
132
+
133
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
134
+ position: absolute;
135
+ top: -0.3125rem;
136
+ right: -0.4375rem;
137
+ padding-right: 0.125rem;
138
+ }
139
+
140
+ .sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
141
+ padding: 0;
142
+ }
132
143
  }
133
144
 
134
145
  &.sapMBtn .sapMBtnTransparent,
@@ -18,4 +18,6 @@
18
18
  @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
19
19
  @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
20
20
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
21
- @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
21
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
22
+ @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
23
+ @_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
@@ -16,4 +16,5 @@
16
16
  @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
17
17
  @_sap_tnt_SideNavigation_BoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
18
18
  @_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
19
- @_sap_tnt_SideNavigation_TriangleDisplay: none;
19
+ @_sap_tnt_SideNavigation_TriangleDisplay: none;
20
+ @_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
@@ -129,6 +129,17 @@
129
129
  .sapMBarChild:not(.sapMMenuBtn) {
130
130
  &.sapMBtn {
131
131
  padding-top: 0;
132
+
133
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
134
+ position: absolute;
135
+ top: -0.3125rem;
136
+ right: -0.4375rem;
137
+ padding-right: 0.125rem;
138
+ }
139
+
140
+ .sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
141
+ padding: 0;
142
+ }
132
143
  }
133
144
 
134
145
  &.sapMBtn .sapMBtnTransparent,
@@ -18,4 +18,6 @@
18
18
  @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
19
19
  @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
20
20
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
21
- @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
21
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
22
+ @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
23
+ @_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
@@ -10,4 +10,5 @@
10
10
  @_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
11
11
  @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
12
12
  @_sap_tnt_SideNavigation_BoxShadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
13
- @_sap_tnt_SideNavigation_TriangleDisplay: none;
13
+ @_sap_tnt_SideNavigation_TriangleDisplay: none;
14
+ @_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
@@ -13,6 +13,7 @@
13
13
  @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
14
14
  @_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
15
15
  @_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
16
+ @_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
16
17
 
17
18
  // ==========================================================================
18
19
  // sap.m.Toolbar overriding
@@ -127,6 +128,17 @@
127
128
  .sapMBarChild:not(.sapMMenuBtn) {
128
129
  &.sapMBtn {
129
130
  padding-top: 0;
131
+
132
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
133
+ position: absolute;
134
+ top: -0.3125rem;
135
+ right: -0.4375rem;
136
+ padding-right: 0.125rem;
137
+ }
138
+
139
+ .sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
140
+ padding: 0;
141
+ }
130
142
  }
131
143
 
132
144
  &.sapMBtn .sapMBtnTransparent,
@@ -207,6 +219,7 @@
207
219
  .sapMSF .sapMSFF {
208
220
  border-radius: 2rem;
209
221
  height: 2.5rem;
222
+ border: @_sap_tnt_ToolHeader_SF_Border;
210
223
  }
211
224
 
212
225
  .sapMSFB {
@@ -19,4 +19,6 @@
19
19
  @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
20
20
  @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
21
21
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
22
- @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
22
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
23
+ @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
24
+ @_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
@@ -10,4 +10,5 @@
10
10
  @_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
11
11
  @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
12
12
  @_sap_tnt_SideNavigation_BoxShadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
13
- @_sap_tnt_SideNavigation_TriangleDisplay: none;
13
+ @_sap_tnt_SideNavigation_TriangleDisplay: none;
14
+ @_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
@@ -13,6 +13,7 @@
13
13
  @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
14
14
  @_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
15
15
  @_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
16
+ @_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
16
17
 
17
18
  // ==========================================================================
18
19
  // sap.m.Toolbar overriding
@@ -127,6 +128,17 @@
127
128
  .sapMBarChild:not(.sapMMenuBtn) {
128
129
  &.sapMBtn {
129
130
  padding-top: 0;
131
+
132
+ .sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
133
+ position: absolute;
134
+ top: -0.3125rem;
135
+ right: -0.4375rem;
136
+ padding-right: 0.125rem;
137
+ }
138
+
139
+ .sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
140
+ padding: 0;
141
+ }
130
142
  }
131
143
 
132
144
  &.sapMBtn .sapMBtnTransparent,
@@ -207,6 +219,7 @@
207
219
  .sapMSF .sapMSFF {
208
220
  border-radius: 2rem;
209
221
  height: 2.5rem;
222
+ border: @_sap_tnt_ToolHeader_SF_Border;
210
223
  }
211
224
 
212
225
  .sapMSFB {
@@ -19,4 +19,6 @@
19
19
  @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
20
20
  @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
21
21
  @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
22
- @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
22
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
23
+ @_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
24
+ @_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
@@ -67,3 +67,15 @@ html[data-sap-ui-browser^="ie"] .sapUiBtnLite > .sapUiMenuButtonIco{
67
67
  .sapUiBtnS.sapUiBtnEmph > .sapUiMenuButtonIco{
68
68
  background-image: url("img/menubutton/Menu_Hover.png");
69
69
  }
70
+
71
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnNegative.sapMBtnActive::after {
72
+ color: @sapUiButtonNegativeActiveTextColor;
73
+ }
74
+
75
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnCritical.sapMBtnActive::after {
76
+ color: @sapUiButtonCriticalActiveTextColor;
77
+ }
78
+
79
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnSuccess.sapMBtnActive::after {
80
+ color: @sapUiButtonSuccessActiveTextColor;
81
+ }
@@ -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.119.1</version>
9
+ <version>1.120.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -741,7 +741,7 @@
741
741
  @sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
742
742
  @sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
743
743
  @sapUiIndication2b: @sapIndicationColor_2b;
744
- @sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
744
+ @sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
745
745
  @sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
746
746
  @sapUiIndication3: @sapIndicationColor_3;
747
747
  @sapUiIndication3Background: @sapIndicationColor_3_Background;
@@ -755,7 +755,7 @@
755
755
  @sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
756
756
  @sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
757
757
  @sapUiIndication3b: @sapIndicationColor_3b;
758
- @sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
758
+ @sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
759
759
  @sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
760
760
  @sapUiIndication4: @sapIndicationColor_4;
761
761
  @sapUiIndication4Background: @sapIndicationColor_4_Background;
@@ -769,7 +769,7 @@
769
769
  @sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
770
770
  @sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
771
771
  @sapUiIndication4b: @sapIndicationColor_4b;
772
- @sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
772
+ @sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
773
773
  @sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
774
774
  @sapUiIndication5: @sapIndicationColor_5;
775
775
  @sapUiIndication5Background: @sapIndicationColor_5_Background;
@@ -783,7 +783,7 @@
783
783
  @sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
784
784
  @sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
785
785
  @sapUiIndication5b: @sapIndicationColor_5b;
786
- @sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
786
+ @sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
787
787
  @sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
788
788
  @sapUiIndication6: @sapIndicationColor_6;
789
789
  @sapUiIndication6Background: @sapIndicationColor_6_Background;
@@ -797,7 +797,7 @@
797
797
  @sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
798
798
  @sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
799
799
  @sapUiIndication6b: @sapIndicationColor_6b;
800
- @sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
800
+ @sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
801
801
  @sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
802
802
  @sapUiIndication7: @sapIndicationColor_7;
803
803
  @sapUiIndication7Background: @sapIndicationColor_7_Background;
@@ -811,7 +811,7 @@
811
811
  @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
812
  @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
813
  @sapUiIndication7b: @sapIndicationColor_7b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
815
815
  @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
@@ -825,7 +825,7 @@
825
825
  @sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
826
826
  @sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
827
827
  @sapUiIndication8b: @sapIndicationColor_8b;
828
- @sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
828
+ @sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
829
829
  @sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
830
830
  @sapUiIndication9: @sapIndicationColor_9;
831
831
  @sapUiIndication9Background: @sapIndicationColor_9_Background;
@@ -839,7 +839,7 @@
839
839
  @sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
840
840
  @sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
841
841
  @sapUiIndication9b: @sapIndicationColor_9b;
842
- @sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
842
+ @sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
843
843
  @sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
844
844
  @sapUiIndication10: @sapIndicationColor_10;
845
845
  @sapUiIndication10Background: @sapIndicationColor_10_Background;
@@ -853,7 +853,7 @@
853
853
  @sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
854
854
  @sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
855
855
  @sapUiIndication10b: @sapIndicationColor_10b;
856
- @sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
856
+ @sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
857
857
  @sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
858
858
 
859
859
 
@@ -1354,3 +1354,7 @@
1354
1354
 
1355
1355
  // DEPRECATED: Title Alignment to start (left or right) or center (default) for Dialogs, Message Boxes, Popover, Page, etc.; possible values: 'start' or 'center'
1356
1356
  @sapMTitleAlignment: Start;
1357
+
1358
+ // @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with white background again,
1359
+ // and read-only fields to appear grey
1360
+ @sapField_HorizonNGEnabled: 1;
@@ -9,10 +9,6 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
 
12
- // @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with white background again,
13
- // and read-only fields to appear grey
14
- @sapField_HorizonNGEnabled: 1;
15
-
16
12
  @import "BrowserScrollbar.less";
17
13
  @import "DatePicker.less";
18
14
  @import "LocalBusyIndicator.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.119.1</version>
9
+ <version>1.120.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -741,7 +741,7 @@
741
741
  @sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
742
742
  @sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
743
743
  @sapUiIndication2b: @sapIndicationColor_2b;
744
- @sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
744
+ @sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
745
745
  @sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
746
746
  @sapUiIndication3: @sapIndicationColor_3;
747
747
  @sapUiIndication3Background: @sapIndicationColor_3_Background;
@@ -755,7 +755,7 @@
755
755
  @sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
756
756
  @sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
757
757
  @sapUiIndication3b: @sapIndicationColor_3b;
758
- @sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
758
+ @sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
759
759
  @sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
760
760
  @sapUiIndication4: @sapIndicationColor_4;
761
761
  @sapUiIndication4Background: @sapIndicationColor_4_Background;
@@ -769,7 +769,7 @@
769
769
  @sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
770
770
  @sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
771
771
  @sapUiIndication4b: @sapIndicationColor_4b;
772
- @sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
772
+ @sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
773
773
  @sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
774
774
  @sapUiIndication5: @sapIndicationColor_5;
775
775
  @sapUiIndication5Background: @sapIndicationColor_5_Background;
@@ -783,7 +783,7 @@
783
783
  @sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
784
784
  @sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
785
785
  @sapUiIndication5b: @sapIndicationColor_5b;
786
- @sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
786
+ @sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
787
787
  @sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
788
788
  @sapUiIndication6: @sapIndicationColor_6;
789
789
  @sapUiIndication6Background: @sapIndicationColor_6_Background;
@@ -797,7 +797,7 @@
797
797
  @sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
798
798
  @sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
799
799
  @sapUiIndication6b: @sapIndicationColor_6b;
800
- @sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
800
+ @sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
801
801
  @sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
802
802
  @sapUiIndication7: @sapIndicationColor_7;
803
803
  @sapUiIndication7Background: @sapIndicationColor_7_Background;
@@ -811,7 +811,7 @@
811
811
  @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
812
  @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
813
  @sapUiIndication7b: @sapIndicationColor_7b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
815
815
  @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
@@ -825,7 +825,7 @@
825
825
  @sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
826
826
  @sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
827
827
  @sapUiIndication8b: @sapIndicationColor_8b;
828
- @sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
828
+ @sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
829
829
  @sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
830
830
  @sapUiIndication9: @sapIndicationColor_9;
831
831
  @sapUiIndication9Background: @sapIndicationColor_9_Background;
@@ -839,7 +839,7 @@
839
839
  @sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
840
840
  @sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
841
841
  @sapUiIndication9b: @sapIndicationColor_9b;
842
- @sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
842
+ @sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
843
843
  @sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
844
844
  @sapUiIndication10: @sapIndicationColor_10;
845
845
  @sapUiIndication10Background: @sapIndicationColor_10_Background;
@@ -853,7 +853,7 @@
853
853
  @sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
854
854
  @sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
855
855
  @sapUiIndication10b: @sapIndicationColor_10b;
856
- @sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
856
+ @sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
857
857
  @sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
858
858
 
859
859
 
@@ -1354,4 +1354,8 @@
1354
1354
  @sapUiUx3ShellApplicationImageURL: @sapUiGlobalLogo; // "Quick"
1355
1355
 
1356
1356
  // DEPRECATED: Title Alignment to start (left or right) or center (default) for Dialogs, Message Boxes, Popover, Page, etc.; possible values: 'start' or 'center'
1357
- @sapMTitleAlignment: Start;
1357
+ @sapMTitleAlignment: Start;
1358
+
1359
+ // @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with dark grey backgroubd again,
1360
+ // and read-only fields to appear grey
1361
+ @sapField_HorizonNGEnabled: 1;
@@ -9,10 +9,6 @@
9
9
  @import "global.less";
10
10
  @import "shared.less";
11
11
 
12
- // @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with dark grey backgroubd again,
13
- // and read-only fields to appear grey
14
- @sapField_HorizonNGEnabled: 1;
15
-
16
12
  @import "BrowserScrollbar.less";
17
13
  @import "DatePicker.less";
18
14
  @import "LocalBusyIndicator.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.119.1</version>
9
+ <version>1.120.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -741,7 +741,7 @@
741
741
  @sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
742
742
  @sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
743
743
  @sapUiIndication2b: @sapIndicationColor_2b;
744
- @sapUiIndication2bBorderColor: @sapIndicationColor_2_BorderColor;
744
+ @sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
745
745
  @sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
746
746
  @sapUiIndication3: @sapIndicationColor_3;
747
747
  @sapUiIndication3Background: @sapIndicationColor_3_Background;
@@ -755,7 +755,7 @@
755
755
  @sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
756
756
  @sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
757
757
  @sapUiIndication3b: @sapIndicationColor_3b;
758
- @sapUiIndication3bBorderColor: @sapIndicationColor_3_BorderColor;
758
+ @sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
759
759
  @sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
760
760
  @sapUiIndication4: @sapIndicationColor_4;
761
761
  @sapUiIndication4Background: @sapIndicationColor_4_Background;
@@ -769,7 +769,7 @@
769
769
  @sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
770
770
  @sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
771
771
  @sapUiIndication4b: @sapIndicationColor_4b;
772
- @sapUiIndication4bBorderColor: @sapIndicationColor_4_BorderColor;
772
+ @sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
773
773
  @sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
774
774
  @sapUiIndication5: @sapIndicationColor_5;
775
775
  @sapUiIndication5Background: @sapIndicationColor_5_Background;
@@ -783,7 +783,7 @@
783
783
  @sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
784
784
  @sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
785
785
  @sapUiIndication5b: @sapIndicationColor_5b;
786
- @sapUiIndication5bBorderColor: @sapIndicationColor_5_BorderColor;
786
+ @sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
787
787
  @sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
788
788
  @sapUiIndication6: @sapIndicationColor_6;
789
789
  @sapUiIndication6Background: @sapIndicationColor_6_Background;
@@ -797,7 +797,7 @@
797
797
  @sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
798
798
  @sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
799
799
  @sapUiIndication6b: @sapIndicationColor_6b;
800
- @sapUiIndication6bBorderColor: @sapIndicationColor_6_BorderColor;
800
+ @sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
801
801
  @sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
802
802
  @sapUiIndication7: @sapIndicationColor_7;
803
803
  @sapUiIndication7Background: @sapIndicationColor_7_Background;
@@ -811,7 +811,7 @@
811
811
  @sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
812
812
  @sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
813
813
  @sapUiIndication7b: @sapIndicationColor_7b;
814
- @sapUiIndication7bBorderColor: @sapIndicationColor_7_BorderColor;
814
+ @sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
815
815
  @sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
816
816
  @sapUiIndication8: @sapIndicationColor_8;
817
817
  @sapUiIndication8Background: @sapIndicationColor_8_Background;
@@ -825,7 +825,7 @@
825
825
  @sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
826
826
  @sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
827
827
  @sapUiIndication8b: @sapIndicationColor_8b;
828
- @sapUiIndication8bBorderColor: @sapIndicationColor_8_BorderColor;
828
+ @sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
829
829
  @sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
830
830
  @sapUiIndication9: @sapIndicationColor_9;
831
831
  @sapUiIndication9Background: @sapIndicationColor_9_Background;
@@ -839,7 +839,7 @@
839
839
  @sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
840
840
  @sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
841
841
  @sapUiIndication9b: @sapIndicationColor_9b;
842
- @sapUiIndication9bBorderColor: @sapIndicationColor_9_BorderColor;
842
+ @sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
843
843
  @sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
844
844
  @sapUiIndication10: @sapIndicationColor_10;
845
845
  @sapUiIndication10Background: @sapIndicationColor_10_Background;
@@ -853,7 +853,7 @@
853
853
  @sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
854
854
  @sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
855
855
  @sapUiIndication10b: @sapIndicationColor_10b;
856
- @sapUiIndication10bBorderColor: @sapIndicationColor_10_BorderColor;
856
+ @sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
857
857
  @sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
858
858
 
859
859
 
@@ -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.119.1</version>
9
+ <version>1.120.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12