@openui5/themelib_sap_horizon 1.113.0 → 1.114.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 (55) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
  4. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
  5. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
  6. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
  7. package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
  8. package/src/sap/m/themes/sap_horizon/GenericTile.less +1 -1
  9. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  10. package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
  11. package/src/sap/m/themes/sap_horizon/Panel.less +4 -0
  12. package/src/sap/m/themes/sap_horizon/Select.less +25 -20
  13. package/src/sap/m/themes/sap_horizon/Table.less +0 -21
  14. package/src/sap/m/themes/sap_horizon/Title.less +12 -0
  15. package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
  16. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
  17. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +1 -1
  18. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +1 -1
  19. package/src/sap/m/themes/sap_horizon_dark/Panel.less +4 -0
  20. package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
  21. package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
  22. package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
  23. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
  24. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
  25. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
  26. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +4 -0
  27. package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
  28. package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
  30. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
  31. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
  32. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +4 -0
  33. package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
  34. package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
  35. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
  36. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  37. package/src/sap/ui/core/themes/sap_horizon/base.less +134 -28
  38. package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
  39. package/src/sap/ui/core/themes/sap_horizon/shared.less +9 -94
  40. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  41. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +134 -28
  42. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
  43. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +9 -95
  44. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  45. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +134 -28
  46. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
  47. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +9 -94
  48. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  49. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +134 -28
  50. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
  51. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +9 -94
  52. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +2 -2
  53. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +2 -2
  54. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +2 -2
  55. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +2 -2
@@ -73,6 +73,7 @@
73
73
  font-weight: 400;
74
74
  src: url('fonts/72-Regular.woff2') format('woff2'),
75
75
  local('72');
76
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
76
77
  }
77
78
 
78
79
  @font-face {
@@ -88,6 +89,7 @@
88
89
  font-weight: 700;
89
90
  src: url('fonts/72-Bold.woff2') format('woff2'),
90
91
  local('72-Bold');
92
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
91
93
  }
92
94
 
93
95
  @font-face {
@@ -103,6 +105,7 @@
103
105
  font-weight: 300;
104
106
  src: url('fonts/72-Light.woff2') format('woff2'),
105
107
  local('72-Light');
108
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
106
109
  }
107
110
 
108
111
  @font-face {
@@ -117,6 +120,7 @@
117
120
  font-style: normal;
118
121
  src: url('fonts/72-Bold.woff2') format('woff2'),
119
122
  local('72-Bold');
123
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
120
124
  }
121
125
 
122
126
  @font-face {
@@ -130,6 +134,7 @@
130
134
  font-style: normal;
131
135
  src: url('fonts/72-Light.woff2') format('woff2'),
132
136
  local('72-Light');
137
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
133
138
  }
134
139
 
135
140
  @font-face {
@@ -142,6 +147,7 @@
142
147
  font-family: '72Mono';
143
148
  src: url('fonts/72Mono-Regular.woff2') format('woff2'),
144
149
  local('72Mono');
150
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
145
151
  }
146
152
 
147
153
  @font-face {
@@ -153,6 +159,7 @@
153
159
  font-family: '72Mono-Bold';
154
160
  src: url('fonts/72Mono-Bold.woff2') format('woff2'),
155
161
  local('72Mono-Bold');
162
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
156
163
  }
157
164
 
158
165
  @font-face {
@@ -163,6 +170,7 @@
163
170
  @font-face {
164
171
  font-family: '72Black';
165
172
  src: url('fonts/72-Black.woff2') format('woff2');
173
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
166
174
  }
167
175
 
168
176
  @font-face {
@@ -173,6 +181,7 @@
173
181
  @font-face {
174
182
  font-family: '72-SemiboldDuplex';
175
183
  src: url('fonts/72-SemiboldDuplex.woff2') format('woff2');
184
+ unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
176
185
  }
177
186
 
178
187
  @font-face {
@@ -180,100 +189,6 @@
180
189
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
181
190
  }
182
191
 
183
- /**
184
- * Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
185
- * browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
186
- *
187
- * Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
188
- * aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
189
- * Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
190
- * '72-full' font, they are redirected to that font as well for being correctly displayed.
191
- *
192
- * U+0106: Ć
193
- * U+0108: Ĉ
194
- * U+010C: Č
195
- * U+010F: ď
196
- * U+013D-013E: Ľ, ľ
197
- * U+0143: Ń
198
- * U+0147-0148: Ň, ň
199
- * U+0154: Ŕ
200
- * U+0158: Ř
201
- * U+015A: Ś
202
- * U+015C-015D: Ŝ, ŝ
203
- * U+0164-0165: Ť, ť
204
- * U+0168-0169: Ũ, ũ
205
- * U+016E-016F: Ů, ů
206
- * U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
207
- * U+0179: Ź
208
- * U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
209
- * U+1EAA-1EAB: Ẫ, ẫ
210
- * U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
211
- * U+1EC4-1EC5: Ễ, ễ
212
- * U+1ED0-1ED3: Ố, ố, Ồ, ồ
213
- * U+1ED6-1ED7: Ỗ, ỗ
214
- */
215
- @font-face {
216
- font-family: '72';
217
- font-style: normal;
218
- font-weight: 400;
219
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
220
- src: url('fonts/72-Regular-full.woff2') format('woff2');
221
- }
222
-
223
- @font-face {
224
- font-family: '72';
225
- font-style: normal;
226
- font-weight: 700;
227
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
228
- src: url('fonts/72-Bold-full.woff2') format('woff2');
229
- }
230
-
231
- @font-face {
232
- font-family: '72';
233
- font-style: normal;
234
- font-weight: 300;
235
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
236
- src: url('fonts/72-Light-full.woff2') format('woff2');
237
- }
238
-
239
- @font-face {
240
- font-family: '72-Bold';
241
- font-style: normal;
242
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
243
- src: url('fonts/72-Bold-full.woff2') format('woff2');
244
- }
245
-
246
- @font-face {
247
- font-family: '72-Light';
248
- font-style: normal;
249
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
250
- src: url('fonts/72-Light-full.woff2') format('woff2');
251
- }
252
-
253
- @font-face {
254
- font-family: '72Mono';
255
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
256
- src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
257
- }
258
-
259
- @font-face {
260
- font-family: '72Mono-Bold';
261
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
262
- src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
263
- }
264
-
265
- @font-face {
266
- font-family: '72Black';
267
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
268
- src: url('fonts/72-Black-full.woff2') format('woff2');
269
- }
270
-
271
- @font-face {
272
- font-family: '72-SemiboldDuplex';
273
- unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
274
- src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
275
- }
276
-
277
192
  // Responsive paddings
278
193
  .sapUi-Std-PaddingS {
279
194
  padding-left: 1rem !important;
@@ -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.113.0</version>
9
+ <version>1.114.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon 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.23020.0-20230307104335+d1c2c3769b35a96c9647c4970676104d5e0a1bbd
4
- // * data:{"sModified":"2023-03-09T09:38:11Z"}
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
4
+ // * data:{"sModified":"2023-04-04T08:11:20Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.2.1) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.3.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -175,6 +175,7 @@
175
175
  // [Tags "!Protected"]
176
176
  // [Protected "!true"]
177
177
  @sapSelectedColor: @sapHC_HighlightAltBackground;
178
+ @sapHoverColor: @sapHighlightColor;
178
179
 
179
180
  // [Tags "!Protected"]
180
181
  // [Protected "!true"]
@@ -699,14 +700,17 @@
699
700
  // [Tags "!Protected"]
700
701
  // [Protected "!true"]
701
702
  @sapFontHeader6Size: 0.875 * @sapContent_GridSize;
703
+ @sapLink_TextDecoration: underline;
702
704
 
703
705
  // [Tags "!Protected"]
704
706
  // [Protected "!true"]
705
707
  @sapLink_Hover_Color: @sapLinkColor;
708
+ @sapLink_Hover_TextDecoration: none;
706
709
 
707
710
  // [Tags "!Protected"]
708
711
  // [Protected "!true"]
709
712
  @sapLink_Active_Color: @sapLinkColor;
713
+ @sapLink_Active_TextDecoration: underline;
710
714
 
711
715
  // [Tags "!Protected"]
712
716
  // [Protected "!true"]
@@ -1771,6 +1775,7 @@
1771
1775
  // [Tags "!Protected"]
1772
1776
  // [Protected "!true"]
1773
1777
  @sapField_BorderCornerRadius: 0;
1778
+ @sapField_Shadow: none;
1774
1779
 
1775
1780
  // [Tags "!Protected"]
1776
1781
  // [Protected "!true"]
@@ -1787,6 +1792,11 @@
1787
1792
  // [Tags "!Protected"]
1788
1793
  // [Protected "!true"]
1789
1794
  @sapField_Hover_HelpBackground: @sapField_Background;
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;
1790
1800
 
1791
1801
  // [Tags "!Protected"]
1792
1802
  // [Protected "!true"]
@@ -1847,6 +1857,7 @@
1847
1857
  // [Tags "!Protected"]
1848
1858
  // [Protected "!true"]
1849
1859
  @sapField_InvalidBorderStyle: dashed;
1860
+ @sapField_InvalidShadow: none;
1850
1861
 
1851
1862
  // [Tags "!Protected"]
1852
1863
  // [Protected "!true"]
@@ -1867,6 +1878,7 @@
1867
1878
  // [Tags "!Protected"]
1868
1879
  // [Protected "!true"]
1869
1880
  @sapField_WarningBorderStyle: dashed;
1881
+ @sapField_WarningShadow: none;
1870
1882
 
1871
1883
  // [Tags "!Protected"]
1872
1884
  // [Protected "!true"]
@@ -1887,6 +1899,7 @@
1887
1899
  // [Tags "!Protected"]
1888
1900
  // [Protected "!true"]
1889
1901
  @sapField_SuccessBorderStyle: solid;
1902
+ @sapField_SuccessShadow: none;
1890
1903
 
1891
1904
  // [Tags "!Protected"]
1892
1905
  // [Protected "!true"]
@@ -1907,6 +1920,7 @@
1907
1920
  // [Tags "!Protected"]
1908
1921
  // [Protected "!true"]
1909
1922
  @sapField_InformationBorderStyle: dashed;
1923
+ @sapField_InformationShadow: none;
1910
1924
 
1911
1925
  // [Tags "!Protected"]
1912
1926
  // [Protected "!true"]
@@ -2490,15 +2504,23 @@
2490
2504
 
2491
2505
  // [Tags "!Protected"]
2492
2506
  // [Protected "!true"]
2493
- @sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
2507
+ @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2494
2508
 
2495
2509
  // [Tags "!Protected"]
2496
2510
  // [Protected "!true"]
2497
- @sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
2511
+ @sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
2498
2512
 
2499
2513
  // [Tags "!Protected"]
2500
2514
  // [Protected "!true"]
2501
- @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2515
+ @sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
2516
+ @sapIndicationColor_1_Active_BorderColor: @sapButton_Active_BorderColor;
2517
+ @sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1_TextColor;
2518
+ @sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
2519
+ @sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
2520
+ @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
2521
+ @sapIndicationColor_1b: @sapIndicationColor_1;
2522
+ @sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
2523
+ @sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
2502
2524
 
2503
2525
  // [Tags "!Protected"]
2504
2526
  // [Protected "!true"]
@@ -2514,15 +2536,23 @@
2514
2536
 
2515
2537
  // [Tags "!Protected"]
2516
2538
  // [Protected "!true"]
2517
- @sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
2539
+ @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2518
2540
 
2519
2541
  // [Tags "!Protected"]
2520
2542
  // [Protected "!true"]
2521
- @sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
2543
+ @sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
2522
2544
 
2523
2545
  // [Tags "!Protected"]
2524
2546
  // [Protected "!true"]
2525
- @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2547
+ @sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
2548
+ @sapIndicationColor_2_Active_BorderColor: @sapButton_Active_BorderColor;
2549
+ @sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2_TextColor;
2550
+ @sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
2551
+ @sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
2552
+ @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
2553
+ @sapIndicationColor_2b: @sapIndicationColor_2;
2554
+ @sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
2555
+ @sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
2526
2556
 
2527
2557
  // [Tags "!Protected"]
2528
2558
  // [Protected "!true"]
@@ -2538,15 +2568,23 @@
2538
2568
 
2539
2569
  // [Tags "!Protected"]
2540
2570
  // [Protected "!true"]
2541
- @sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
2571
+ @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2542
2572
 
2543
2573
  // [Tags "!Protected"]
2544
2574
  // [Protected "!true"]
2545
- @sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
2575
+ @sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
2546
2576
 
2547
2577
  // [Tags "!Protected"]
2548
2578
  // [Protected "!true"]
2549
- @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2579
+ @sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
2580
+ @sapIndicationColor_3_Active_BorderColor: @sapButton_Active_BorderColor;
2581
+ @sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3_TextColor;
2582
+ @sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
2583
+ @sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
2584
+ @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
2585
+ @sapIndicationColor_3b: @sapIndicationColor_3;
2586
+ @sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
2587
+ @sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
2550
2588
 
2551
2589
  // [Tags "!Protected"]
2552
2590
  // [Protected "!true"]
@@ -2562,15 +2600,23 @@
2562
2600
 
2563
2601
  // [Tags "!Protected"]
2564
2602
  // [Protected "!true"]
2565
- @sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
2603
+ @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2566
2604
 
2567
2605
  // [Tags "!Protected"]
2568
2606
  // [Protected "!true"]
2569
- @sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
2607
+ @sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
2570
2608
 
2571
2609
  // [Tags "!Protected"]
2572
2610
  // [Protected "!true"]
2573
- @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2611
+ @sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
2612
+ @sapIndicationColor_4_Active_BorderColor: @sapButton_Active_BorderColor;
2613
+ @sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4_TextColor;
2614
+ @sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
2615
+ @sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
2616
+ @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
2617
+ @sapIndicationColor_4b: @sapIndicationColor_4;
2618
+ @sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
2619
+ @sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
2574
2620
 
2575
2621
  // [Tags "!Protected"]
2576
2622
  // [Protected "!true"]
@@ -2586,15 +2632,23 @@
2586
2632
 
2587
2633
  // [Tags "!Protected"]
2588
2634
  // [Protected "!true"]
2589
- @sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
2635
+ @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2590
2636
 
2591
2637
  // [Tags "!Protected"]
2592
2638
  // [Protected "!true"]
2593
- @sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
2639
+ @sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
2594
2640
 
2595
2641
  // [Tags "!Protected"]
2596
2642
  // [Protected "!true"]
2597
- @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2643
+ @sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
2644
+ @sapIndicationColor_5_Active_BorderColor: @sapButton_Active_BorderColor;
2645
+ @sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5_TextColor;
2646
+ @sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
2647
+ @sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
2648
+ @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
2649
+ @sapIndicationColor_5b: @sapIndicationColor_5;
2650
+ @sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
2651
+ @sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
2598
2652
 
2599
2653
  // [Tags "!Protected"]
2600
2654
  // [Protected "!true"]
@@ -2610,15 +2664,23 @@
2610
2664
 
2611
2665
  // [Tags "!Protected"]
2612
2666
  // [Protected "!true"]
2613
- @sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
2667
+ @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2614
2668
 
2615
2669
  // [Tags "!Protected"]
2616
2670
  // [Protected "!true"]
2617
- @sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
2671
+ @sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
2618
2672
 
2619
2673
  // [Tags "!Protected"]
2620
2674
  // [Protected "!true"]
2621
- @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2675
+ @sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
2676
+ @sapIndicationColor_6_Active_BorderColor: @sapButton_Active_BorderColor;
2677
+ @sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6_TextColor;
2678
+ @sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
2679
+ @sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
2680
+ @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
2681
+ @sapIndicationColor_6b: @sapIndicationColor_6;
2682
+ @sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
2683
+ @sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
2622
2684
 
2623
2685
  // [Tags "!Protected"]
2624
2686
  // [Protected "!true"]
@@ -2634,15 +2696,23 @@
2634
2696
 
2635
2697
  // [Tags "!Protected"]
2636
2698
  // [Protected "!true"]
2637
- @sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
2699
+ @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2638
2700
 
2639
2701
  // [Tags "!Protected"]
2640
2702
  // [Protected "!true"]
2641
- @sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
2703
+ @sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
2642
2704
 
2643
2705
  // [Tags "!Protected"]
2644
2706
  // [Protected "!true"]
2645
- @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2707
+ @sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
2708
+ @sapIndicationColor_7_Active_BorderColor: @sapButton_Active_BorderColor;
2709
+ @sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7_TextColor;
2710
+ @sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
2711
+ @sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
2712
+ @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
2713
+ @sapIndicationColor_7b: @sapIndicationColor_7;
2714
+ @sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
2715
+ @sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
2646
2716
 
2647
2717
  // [Tags "!Protected"]
2648
2718
  // [Protected "!true"]
@@ -2658,15 +2728,51 @@
2658
2728
 
2659
2729
  // [Tags "!Protected"]
2660
2730
  // [Protected "!true"]
2661
- @sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
2731
+ @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2662
2732
 
2663
2733
  // [Tags "!Protected"]
2664
2734
  // [Protected "!true"]
2665
- @sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
2735
+ @sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
2666
2736
 
2667
2737
  // [Tags "!Protected"]
2668
2738
  // [Protected "!true"]
2669
- @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2739
+ @sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
2740
+ @sapIndicationColor_8_Active_BorderColor: @sapButton_Active_BorderColor;
2741
+ @sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8_TextColor;
2742
+ @sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
2743
+ @sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
2744
+ @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
2745
+ @sapIndicationColor_8b: @sapIndicationColor_8;
2746
+ @sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
2747
+ @sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
2748
+ @sapIndicationColor_9: #fff;
2749
+ @sapIndicationColor_9_Background: @sapBackgroundColor;
2750
+ @sapIndicationColor_9_BorderColor: @sapContent_ForegroundBorderColor;
2751
+ @sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2752
+ @sapIndicationColor_9_Hover_Background: @sapButton_Hover_Background;
2753
+ @sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
2754
+ @sapIndicationColor_9_Active_BorderColor: @sapButton_Active_BorderColor;
2755
+ @sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
2756
+ @sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
2757
+ @sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
2758
+ @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
2759
+ @sapIndicationColor_9b: @sapIndicationColor_9;
2760
+ @sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
2761
+ @sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
2762
+ @sapIndicationColor_10: #eaecee;
2763
+ @sapIndicationColor_10_Background: @sapBackgroundColor;
2764
+ @sapIndicationColor_10_BorderColor: @sapContent_ForegroundBorderColor;
2765
+ @sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2766
+ @sapIndicationColor_10_Hover_Background: @sapButton_Hover_Background;
2767
+ @sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
2768
+ @sapIndicationColor_10_Active_BorderColor: @sapButton_Active_BorderColor;
2769
+ @sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
2770
+ @sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
2771
+ @sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
2772
+ @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
2773
+ @sapIndicationColor_10b: @sapIndicationColor_10;
2774
+ @sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
2775
+ @sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
2670
2776
 
2671
2777
  // [Tags "!Protected"]
2672
2778
  // [Protected "!true"]