@openui5/themelib_sap_horizon 1.108.1 → 1.109.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 (71) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +3 -3
  4. package/src/sap/f/themes/sap_horizon/library.source.less +0 -1
  5. package/src/sap/f/themes/sap_horizon_dark/Card.less +2 -2
  6. package/src/sap/f/themes/sap_horizon_dark/library.source.less +0 -1
  7. package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
  8. package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
  9. package/src/sap/m/themes/sap_horizon/AdditionalTextButton.less +12 -0
  10. package/src/sap/m/themes/sap_horizon/LightBox.less +0 -1
  11. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  12. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +3 -0
  13. package/src/sap/m/themes/sap_horizon/Select.less +6 -5
  14. package/src/sap/m/themes/sap_horizon/Slider.less +14 -13
  15. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  16. package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
  17. package/src/sap/m/themes/sap_horizon_dark/AdditionalTextButton.less +12 -0
  18. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +0 -1
  19. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  20. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +3 -0
  21. package/src/sap/m/themes/sap_horizon_dark/Select.less +6 -5
  22. package/src/sap/m/themes/sap_horizon_dark/Slider.less +13 -12
  23. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
  24. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +0 -1
  25. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +4 -0
  26. package/src/sap/m/themes/sap_horizon_hcb/Select.less +3 -9
  27. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +0 -1
  28. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +18 -16
  29. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +0 -1
  30. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +4 -0
  31. package/src/sap/m/themes/sap_horizon_hcw/Select.less +3 -9
  32. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +0 -1
  33. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +18 -17
  34. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  35. package/src/sap/ui/core/themes/sap_horizon/base.less +123 -17
  36. package/src/sap/ui/core/themes/sap_horizon/global.less +64 -0
  37. package/src/sap/ui/core/themes/sap_horizon/shared.less +22 -36
  38. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  39. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +124 -18
  40. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +64 -0
  41. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +23 -36
  42. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  43. package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +9 -0
  44. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +120 -14
  45. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +64 -0
  46. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -0
  47. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +22 -36
  48. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  49. package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +9 -0
  50. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +120 -14
  51. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +64 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -0
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +21 -36
  54. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +19 -0
  55. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +24 -0
  56. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +3 -1
  57. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +19 -0
  58. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +24 -0
  59. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
  60. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +2 -0
  61. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +11 -3
  62. package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +4 -1
  63. package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +4 -0
  64. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +12 -0
  65. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +12 -0
  66. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +13 -0
  67. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +13 -0
  68. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +0 -4
  69. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +0 -4
  70. package/src/sap/f/themes/sap_horizon/ListContentItem.less +0 -24
  71. package/src/sap/f/themes/sap_horizon_dark/ListContentItem.less +0 -24
@@ -227,6 +227,70 @@
227
227
  @sapUiShellPositiveColor: @sapShell_PositiveColor;
228
228
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
229
229
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
230
+ @sapUiShellCategory1Background: @sapShell_Category_1_Background;
231
+ @sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
232
+ @sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
233
+ @sapUiShellCategory1TextShadow: @sapShell_Category_1_TextShadow;
234
+ @sapUiShellCategory2Background: @sapShell_Category_2_Background;
235
+ @sapUiShellCategory2BorderColor: @sapShell_Category_2_BorderColor;
236
+ @sapUiShellCategory2TextColor: @sapShell_Category_2_TextColor;
237
+ @sapUiShellCategory2TextShadow: @sapShell_Category_2_TextShadow;
238
+ @sapUiShellCategory31Background: @sapShell_Category_3_Background;
239
+ @sapUiShellCategory3BorderColor: @sapShell_Category_3_BorderColor;
240
+ @sapUiShellCategory3TextColor: @sapShell_Category_3_TextColor;
241
+ @sapUiShellCategory3TextShadow: @sapShell_Category_3_TextShadow;
242
+ @sapUiShellCategory4Background: @sapShell_Category_4_Background;
243
+ @sapUiShellCategory4BorderColor: @sapShell_Category_4_BorderColor;
244
+ @sapUiShellCategory4TextColor: @sapShell_Category_4_TextColor;
245
+ @sapUiShellCategory4TextShadow: @sapShell_Category_4_TextShadow;
246
+ @sapUiShellCategory5Background: @sapShell_Category_5_Background;
247
+ @sapUiShellCategory5BorderColor: @sapShell_Category_5_BorderColor;
248
+ @sapUiShellCategory5TextColor: @sapShell_Category_5_TextColor;
249
+ @sapUiShellCategory5TextShadow: @sapShell_Category_5_TextShadow;
250
+ @sapUiShellCategory6Background: @sapShell_Category_6_Background;
251
+ @sapUiShellCategory6BorderColor: @sapShell_Category_6_BorderColor;
252
+ @sapUiShellCategory6TextColor: @sapShell_Category_6_TextColor;
253
+ @sapUiShellCategory6TextShadow: @sapShell_Category_6_TextShadow;
254
+ @sapUiShellCategory7Background: @sapShell_Category_7_Background;
255
+ @sapUiShellCategory7BorderColor: @sapShell_Category_7_BorderColor;
256
+ @sapUiShellCategory7TextColor: @sapShell_Category_7_TextColor;
257
+ @sapUiShellCategory7TextShadow: @sapShell_Category_7_TextShadow;
258
+ @sapUiShellCategory8Background: @sapShell_Category_8_Background;
259
+ @sapUiShellCategory8BorderColor: @sapShell_Category_8_BorderColor;
260
+ @sapUiShellCategory8TextColor: @sapShell_Category_8_TextColor;
261
+ @sapUiShellCategory8TextShadow: @sapShell_Category_8_TextShadow;
262
+ @sapUiShellCategory9Background: @sapShell_Category_9_Background;
263
+ @sapUiShellCategory9BorderColor: @sapShell_Category_9_BorderColor;
264
+ @sapUiShellCategory9TextColor: @sapShell_Category_9_TextColor;
265
+ @sapUiShellCategory9TextShadow: @sapShell_Category_9_TextShadow;
266
+ @sapUiShellCategory10Background: @sapShell_Category_10_Background;
267
+ @sapUiShellCategory10BorderColor: @sapShell_Category_10_BorderColor;
268
+ @sapUiShellCategory10TextColor: @sapShell_Category_10_TextColor;
269
+ @sapUiShellCategory10TextShadow: @sapShell_Category_10_TextShadow;
270
+ @sapUiShellCategory11Background: @sapShell_Category_11_Background;
271
+ @sapUiShellCategory11BorderColor: @sapShell_Category_11_BorderColor;
272
+ @sapUiShellCategory11TextColor: @sapShell_Category_11_TextColor;
273
+ @sapUiShellCategory11TextShadow: @sapShell_Category_11_TextShadow;
274
+ @sapUiShellCategory12Background: @sapShell_Category_12_Background;
275
+ @sapUiShellCategory12BorderColor: @sapShell_Category_12_BorderColor;
276
+ @sapUiShellCategory12TextColor: @sapShell_Category_12_TextColor;
277
+ @sapUiShellCategory12TextShadow: @sapShell_Category_12_TextShadow;
278
+ @sapUiShellCategory13Background: @sapShell_Category_13_Background;
279
+ @sapUiShellCategory13BorderColor: @sapShell_Category_13_BorderColor;
280
+ @sapUiShellCategory13TextColor: @sapShell_Category_13_TextColor;
281
+ @sapUiShellCategory13TextShadow: @sapShell_Category_13_TextShadow;
282
+ @sapUiShellCategory14Background: @sapShell_Category_14_Background;
283
+ @sapUiShellCategory14BorderColor: @sapShell_Category_14_BorderColor;
284
+ @sapUiShellCategory14TextColor: @sapShell_Category_14_TextColor;
285
+ @sapUiShellCategory14TextShadow: @sapShell_Category_14_TextShadow;
286
+ @sapUiShellCategory15Background: @sapShell_Category_15_Background;
287
+ @sapUiShellCategory15BorderColor: @sapShell_Category_15_BorderColor;
288
+ @sapUiShellCategory15TextColor: @sapShell_Category_15_TextColor;
289
+ @sapUiShellCategory15TextShadow: @sapShell_Category_15_TextShadow;
290
+ @sapUiShellCategory16Background: @sapShell_Category_16_Background;
291
+ @sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
292
+ @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
293
+ @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
230
294
 
231
295
  @sapUiAvatar1Background: @sapAvatar_1_Background;
232
296
  @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
@@ -10,5 +10,6 @@
10
10
  @import "shared.less";
11
11
 
12
12
  @import "BrowserScrollbar.less";
13
+ @import "Icon.less";
13
14
  @import "LocalBusyIndicator.less";
14
15
  @import "Shadow.less";
@@ -181,32 +181,18 @@
181
181
  }
182
182
 
183
183
  /**
184
- * Some diacritics are supported by the 72 font:
185
- * * Grave
186
- * * Acute
187
- * * Circumflex
188
- * * Tilde
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.
189
186
  *
190
- * However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
191
- * * Breve
192
- * * Horn
193
- * * Dot below
194
- * * Hook above
187
+ * U+1EA4-1EA7: A and a with circumflex synthesized with acute or grave
188
+ * U+1EAA-1EAB: A and a with circumflex synthesized with tilde
189
+ * U+1EBC-1EBD: E and e synthesized with tilde
190
+ * U+1EBE-1EC1: E and e with circumflex synthesized with acute or gave
191
+ * U+1EC4-1EC5: E and e with circumflex synthesized with tilde
192
+ * U+1ED0-1ED3: O and o with circumflex synthesized with acute or gave
193
+ * U+1ED6-1ED7: O and o with circumflex synthesized with tilde
195
194
  *
196
- * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
197
- *
198
- * U+0102-0103: A and a with Breve
199
- * U+01A0-01A1: O and o with Horn
200
- * U+01AF-01B0: U and u with Horn
201
- * U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
202
- * U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
203
- * U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
204
- * U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
205
- * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
206
- * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
207
- *
208
- *
209
- * Moreover, the Caron has a special vertical form used on tall characters:
195
+ * Moreover, the diacritic Caron has a special vertical form used on tall characters:
210
196
  *
211
197
  * U+010C: C with Caron
212
198
  * U+010F: d with Caron
@@ -215,16 +201,16 @@
215
201
  * U+0158: R with Caron
216
202
  * U+0165: t with Caron
217
203
  *
218
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
219
- * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
220
- * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
204
+ * Those characters aren't covered by the font '72' but browsers synthesize the letter without diacritic with the
205
+ * standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters are
206
+ * covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
221
207
  *
222
208
  */
223
209
  @font-face {
224
210
  font-family: '72';
225
211
  font-style: normal;
226
212
  font-weight: 400;
227
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
213
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
228
214
  src: url('fonts/72-Regular-full.woff2') format('woff2');
229
215
  }
230
216
 
@@ -232,7 +218,7 @@
232
218
  font-family: '72';
233
219
  font-style: normal;
234
220
  font-weight: 700;
235
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
221
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
236
222
  src: url('fonts/72-Bold-full.woff2') format('woff2');
237
223
  }
238
224
 
@@ -240,45 +226,45 @@
240
226
  font-family: '72';
241
227
  font-style: normal;
242
228
  font-weight: 300;
243
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
229
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
244
230
  src: url('fonts/72-Light-full.woff2') format('woff2');
245
231
  }
246
232
 
247
233
  @font-face {
248
234
  font-family: '72-Bold';
249
235
  font-style: normal;
250
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
236
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
251
237
  src: url('fonts/72-Bold-full.woff2') format('woff2');
252
238
  }
253
239
 
254
240
  @font-face {
255
241
  font-family: '72-Light';
256
242
  font-style: normal;
257
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
243
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
258
244
  src: url('fonts/72-Light-full.woff2') format('woff2');
259
245
  }
260
246
 
261
247
  @font-face {
262
248
  font-family: '72Mono';
263
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
249
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
264
250
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
265
251
  }
266
252
 
267
253
  @font-face {
268
254
  font-family: '72Mono-Bold';
269
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
255
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
270
256
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
271
257
  }
272
258
 
273
259
  @font-face {
274
260
  font-family: '72Black';
275
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
261
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
276
262
  src: url('fonts/72-Black-full.woff2') format('woff2');
277
263
  }
278
264
 
279
265
  @font-face {
280
266
  font-family: '72-SemiboldDuplex';
281
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
267
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
282
268
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
283
269
  }
284
270
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.108.1</version>
9
+ <version>1.109.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -0,0 +1,9 @@
1
+ /* ================================= */
2
+ /* CSS for control sap.ui/core/Icon */
3
+ /* Horizon High Contrast White theme */
4
+ /* ================================= */
5
+
6
+ .sapUiIconBGColorContrast {
7
+ color: @sapUiGroupContentBackground;
8
+ background-color: @sapUiContentContrastIconColor;
9
+ }
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2022 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.69.2
4
- // * data:{"sModified":"2022-05-24T07:19:31Z"}
3
+ // * Theming Engine VERSION_UNKNOWN
4
+ // * data:{"sModified":"2022-10-11T12:15:50Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.40) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.1.44) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -628,6 +628,102 @@
628
628
 
629
629
  // [Tags "!Protected"]
630
630
  @sapShell_NeutralColor: @sapNeutralColor;
631
+ @sapShell_Category_1_Background: @sapHC_StandardBackground;
632
+
633
+ // [Tags "!Protected"]
634
+ @sapShell_Category_1_BorderColor: @sapLegendColor6;
635
+ @sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
636
+ @sapShell_Category_1_TextShadow: none;
637
+ @sapShell_Category_2_Background: @sapHC_StandardBackground;
638
+
639
+ // [Tags "!Protected"]
640
+ @sapShell_Category_2_BorderColor: @sapLegendColor3;
641
+ @sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
642
+ @sapShell_Category_2_TextShadow: none;
643
+ @sapShell_Category_3_Background: @sapHC_StandardBackground;
644
+
645
+ // [Tags "!Protected"]
646
+ @sapShell_Category_3_BorderColor: @sapLegendColor1;
647
+ @sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
648
+ @sapShell_Category_3_TextShadow: none;
649
+ @sapShell_Category_4_Background: @sapHC_StandardBackground;
650
+
651
+ // [Tags "!Protected"]
652
+ @sapShell_Category_4_BorderColor: @sapLegendColor10;
653
+ @sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
654
+ @sapShell_Category_4_TextShadow: none;
655
+ @sapShell_Category_5_Background: @sapHC_StandardBackground;
656
+
657
+ // [Tags "!Protected"]
658
+ @sapShell_Category_5_BorderColor: @sapLegendColor12;
659
+ @sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
660
+ @sapShell_Category_5_TextShadow: none;
661
+ @sapShell_Category_6_Background: @sapHC_StandardBackground;
662
+
663
+ // [Tags "!Protected"]
664
+ @sapShell_Category_6_BorderColor: @sapLegendColor7;
665
+ @sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
666
+ @sapShell_Category_6_TextShadow: none;
667
+ @sapShell_Category_7_Background: @sapHC_StandardBackground;
668
+
669
+ // [Tags "!Protected"]
670
+ @sapShell_Category_7_BorderColor: @sapLegendColor5;
671
+ @sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
672
+ @sapShell_Category_7_TextShadow: none;
673
+ @sapShell_Category_8_Background: @sapHC_StandardBackground;
674
+
675
+ // [Tags "!Protected"]
676
+ @sapShell_Category_8_BorderColor: @sapLegendColor8;
677
+ @sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
678
+ @sapShell_Category_8_TextShadow: none;
679
+ @sapShell_Category_9_Background: @sapHC_StandardBackground;
680
+
681
+ // [Tags "!Protected"]
682
+ @sapShell_Category_9_BorderColor: #002a86;
683
+ @sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
684
+ @sapShell_Category_9_TextShadow: none;
685
+ @sapShell_Category_10_Background: @sapHC_StandardBackground;
686
+
687
+ // [Tags "!Protected"]
688
+ @sapShell_Category_10_BorderColor: #47596c;
689
+ @sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
690
+ @sapShell_Category_10_TextShadow: none;
691
+ @sapShell_Category_11_Background: @sapHC_StandardBackground;
692
+
693
+ // [Tags "!Protected"]
694
+ @sapShell_Category_11_BorderColor: #af080b;
695
+ @sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
696
+ @sapShell_Category_11_TextShadow: none;
697
+ @sapShell_Category_12_Background: @sapHC_StandardBackground;
698
+
699
+ // [Tags "!Protected"]
700
+ @sapShell_Category_12_BorderColor: #7000e0;
701
+ @sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
702
+ @sapShell_Category_12_TextShadow: none;
703
+ @sapShell_Category_13_Background: @sapHC_StandardBackground;
704
+
705
+ // [Tags "!Protected"]
706
+ @sapShell_Category_13_BorderColor: #580440;
707
+ @sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
708
+ @sapShell_Category_13_TextShadow: none;
709
+ @sapShell_Category_14_Background: @sapHC_StandardBackground;
710
+
711
+ // [Tags "!Protected"]
712
+ @sapShell_Category_14_BorderColor: #035663;
713
+ @sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
714
+ @sapShell_Category_14_TextShadow: none;
715
+ @sapShell_Category_15_Background: @sapHC_StandardBackground;
716
+
717
+ // [Tags "!Protected"]
718
+ @sapShell_Category_15_BorderColor: #223548;
719
+ @sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
720
+ @sapShell_Category_15_TextShadow: none;
721
+ @sapShell_Category_16_Background: @sapHC_StandardBackground;
722
+
723
+ // [Tags "!Protected"]
724
+ @sapShell_Category_16_BorderColor: #1e592f;
725
+ @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
726
+ @sapShell_Category_16_TextShadow: none;
631
727
 
632
728
  // [Tags "!Protected"]
633
729
  @sapAvatar_1_Background: @sapBackgroundColor;
@@ -2128,39 +2224,49 @@
2128
2224
  // @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
2129
2225
  // @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
2130
2226
  // @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
2131
- // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.ttf);
2132
- // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff);
2133
- // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../baseTheme/fonts/BusinessSuiteInAppSymbols.woff2);
2227
+ // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf);
2228
+ // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff);
2229
+ // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2);
2134
2230
  // @sapFontUrl_72_Regular_woff2: url(./../baseTheme/fonts/72-Regular.woff2);
2135
2231
  // @sapFontUrl_72_Regular_woff: url(./../baseTheme/fonts/72-Regular.woff);
2136
- // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
2137
- // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2138
- // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
2139
- // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2140
- // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
2141
- // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2142
- // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
2143
- // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2144
2232
  // @sapFontUrl_72_Regular_full_woff2: url(./../baseTheme/fonts/72-Regular-full.woff2);
2145
2233
  // @sapFontUrl_72_Regular_full_woff: url(./../baseTheme/fonts/72-Regular-full.woff);
2234
+ // @sapFontUrl_72_Bold_woff2: url(./../baseTheme/fonts/72-Bold.woff2);
2235
+ // @sapFontUrl_72_Bold_woff: url(./../baseTheme/fonts/72-Bold.woff);
2146
2236
  // @sapFontUrl_72_Bold_full_woff2: url(./../baseTheme/fonts/72-Bold-full.woff2);
2147
2237
  // @sapFontUrl_72_Bold_full_woff: url(./../baseTheme/fonts/72-Bold-full.woff);
2238
+ // @sapFontUrl_72_Semibold_woff2: url(./../baseTheme/fonts/72-Semibold.woff2);
2239
+ // @sapFontUrl_72_Semibold_woff: url(./../baseTheme/fonts/72-Semibold.woff);
2148
2240
  // @sapFontUrl_72_Semibold_full_woff2: url(./../baseTheme/fonts/72-Semibold-full.woff2);
2149
2241
  // @sapFontUrl_72_Semibold_full_woff: url(./../baseTheme/fonts/72-Semibold-full.woff);
2242
+ // @sapFontUrl_72_SemiboldDuplex_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex.woff2);
2243
+ // @sapFontUrl_72_SemiboldDuplex_woff: url(./../baseTheme/fonts/72-SemiboldDuplex.woff);
2150
2244
  // @sapFontUrl_72_SemiboldDuplex_full_woff2: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff2);
2151
2245
  // @sapFontUrl_72_SemiboldDuplex_full_woff: url(./../baseTheme/fonts/72-SemiboldDuplex-full.woff);
2246
+ // @sapFontUrl_72_Light_woff2: url(./../baseTheme/fonts/72-Light.woff2);
2247
+ // @sapFontUrl_72_Light_woff: url(./../baseTheme/fonts/72-Light.woff);
2152
2248
  // @sapFontUrl_72_Light_full_woff2: url(./../baseTheme/fonts/72-Light-full.woff2);
2153
2249
  // @sapFontUrl_72_Light_full_woff: url(./../baseTheme/fonts/72-Light-full.woff);
2154
2250
  // @sapFontUrl_72_Black_woff2: url(./../baseTheme/fonts/72-Black.woff2);
2155
2251
  // @sapFontUrl_72_Black_woff: url(./../baseTheme/fonts/72-Black.woff);
2252
+ // @sapFontUrl_72_Black_full_woff2: url(./../baseTheme/fonts/72-Black-full.woff2);
2253
+ // @sapFontUrl_72_Black_full_woff: url(./../baseTheme/fonts/72-Black-full.woff);
2156
2254
  // @sapFontUrl_72_BoldItalic_woff2: url(./../baseTheme/fonts/72-BoldItalic.woff2);
2157
2255
  // @sapFontUrl_72_BoldItalic_woff: url(./../baseTheme/fonts/72-BoldItalic.woff);
2256
+ // @sapFontUrl_72_BoldItalic_full_woff2: url(./../baseTheme/fonts/72-BoldItalic-full.woff2);
2257
+ // @sapFontUrl_72_BoldItalic_full_woff: url(./../baseTheme/fonts/72-BoldItalic-full.woff);
2158
2258
  // @sapFontUrl_72_Condensed_woff2: url(./../baseTheme/fonts/72-Condensed.woff2);
2159
2259
  // @sapFontUrl_72_Condensed_woff: url(./../baseTheme/fonts/72-Condensed.woff);
2260
+ // @sapFontUrl_72_Condensed_full_woff2: url(./../baseTheme/fonts/72-Condensed-full.woff2);
2261
+ // @sapFontUrl_72_Condensed_full_woff: url(./../baseTheme/fonts/72-Condensed-full.woff);
2160
2262
  // @sapFontUrl_72_CondensedBold_woff2: url(./../baseTheme/fonts/72-CondensedBold.woff2);
2161
2263
  // @sapFontUrl_72_CondensedBold_woff: url(./../baseTheme/fonts/72-CondensedBold.woff);
2264
+ // @sapFontUrl_72_CondensedBold_full_woff2: url(./../baseTheme/fonts/72-CondensedBold-full.woff2);
2265
+ // @sapFontUrl_72_CondensedBold_full_woff: url(./../baseTheme/fonts/72-CondensedBold-full.woff);
2162
2266
  // @sapFontUrl_72_Italic_woff2: url(./../baseTheme/fonts/72-Italic.woff2);
2163
2267
  // @sapFontUrl_72_Italic_woff: url(./../baseTheme/fonts/72-Italic.woff);
2268
+ // @sapFontUrl_72_Italic_full_woff2: url(./../baseTheme/fonts/72-Italic-full.woff2);
2269
+ // @sapFontUrl_72_Italic_full_woff: url(./../baseTheme/fonts/72-Italic-full.woff);
2164
2270
  // @sapFontUrl_72Mono_Regular_woff2: url(./../baseTheme/fonts/72Mono-Regular.woff2);
2165
2271
  // @sapFontUrl_72Mono_Regular_woff: url(./../baseTheme/fonts/72Mono-Regular.woff);
2166
2272
  // @sapFontUrl_72Mono_Regular_full_woff2: url(./../baseTheme/fonts/72Mono-Regular-full.woff2);
@@ -227,6 +227,70 @@
227
227
  @sapUiShellPositiveColor: @sapShell_PositiveColor;
228
228
  @sapUiShellInformativeColor: @sapShell_InformativeColor;
229
229
  @sapUiShellNeutralColor: @sapShell_NeutralColor;
230
+ @sapUiShellCategory1Background: @sapShell_Category_1_Background;
231
+ @sapUiShellCategory1BorderColor: @sapShell_Category_1_BorderColor;
232
+ @sapUiShellCategory1TextColor: @sapShell_Category_1_TextColor;
233
+ @sapUiShellCategory1TextShadow: @sapShell_Category_1_TextShadow;
234
+ @sapUiShellCategory2Background: @sapShell_Category_2_Background;
235
+ @sapUiShellCategory2BorderColor: @sapShell_Category_2_BorderColor;
236
+ @sapUiShellCategory2TextColor: @sapShell_Category_2_TextColor;
237
+ @sapUiShellCategory2TextShadow: @sapShell_Category_2_TextShadow;
238
+ @sapUiShellCategory31Background: @sapShell_Category_3_Background;
239
+ @sapUiShellCategory3BorderColor: @sapShell_Category_3_BorderColor;
240
+ @sapUiShellCategory3TextColor: @sapShell_Category_3_TextColor;
241
+ @sapUiShellCategory3TextShadow: @sapShell_Category_3_TextShadow;
242
+ @sapUiShellCategory4Background: @sapShell_Category_4_Background;
243
+ @sapUiShellCategory4BorderColor: @sapShell_Category_4_BorderColor;
244
+ @sapUiShellCategory4TextColor: @sapShell_Category_4_TextColor;
245
+ @sapUiShellCategory4TextShadow: @sapShell_Category_4_TextShadow;
246
+ @sapUiShellCategory5Background: @sapShell_Category_5_Background;
247
+ @sapUiShellCategory5BorderColor: @sapShell_Category_5_BorderColor;
248
+ @sapUiShellCategory5TextColor: @sapShell_Category_5_TextColor;
249
+ @sapUiShellCategory5TextShadow: @sapShell_Category_5_TextShadow;
250
+ @sapUiShellCategory6Background: @sapShell_Category_6_Background;
251
+ @sapUiShellCategory6BorderColor: @sapShell_Category_6_BorderColor;
252
+ @sapUiShellCategory6TextColor: @sapShell_Category_6_TextColor;
253
+ @sapUiShellCategory6TextShadow: @sapShell_Category_6_TextShadow;
254
+ @sapUiShellCategory7Background: @sapShell_Category_7_Background;
255
+ @sapUiShellCategory7BorderColor: @sapShell_Category_7_BorderColor;
256
+ @sapUiShellCategory7TextColor: @sapShell_Category_7_TextColor;
257
+ @sapUiShellCategory7TextShadow: @sapShell_Category_7_TextShadow;
258
+ @sapUiShellCategory8Background: @sapShell_Category_8_Background;
259
+ @sapUiShellCategory8BorderColor: @sapShell_Category_8_BorderColor;
260
+ @sapUiShellCategory8TextColor: @sapShell_Category_8_TextColor;
261
+ @sapUiShellCategory8TextShadow: @sapShell_Category_8_TextShadow;
262
+ @sapUiShellCategory9Background: @sapShell_Category_9_Background;
263
+ @sapUiShellCategory9BorderColor: @sapShell_Category_9_BorderColor;
264
+ @sapUiShellCategory9TextColor: @sapShell_Category_9_TextColor;
265
+ @sapUiShellCategory9TextShadow: @sapShell_Category_9_TextShadow;
266
+ @sapUiShellCategory10Background: @sapShell_Category_10_Background;
267
+ @sapUiShellCategory10BorderColor: @sapShell_Category_10_BorderColor;
268
+ @sapUiShellCategory10TextColor: @sapShell_Category_10_TextColor;
269
+ @sapUiShellCategory10TextShadow: @sapShell_Category_10_TextShadow;
270
+ @sapUiShellCategory11Background: @sapShell_Category_11_Background;
271
+ @sapUiShellCategory11BorderColor: @sapShell_Category_11_BorderColor;
272
+ @sapUiShellCategory11TextColor: @sapShell_Category_11_TextColor;
273
+ @sapUiShellCategory11TextShadow: @sapShell_Category_11_TextShadow;
274
+ @sapUiShellCategory12Background: @sapShell_Category_12_Background;
275
+ @sapUiShellCategory12BorderColor: @sapShell_Category_12_BorderColor;
276
+ @sapUiShellCategory12TextColor: @sapShell_Category_12_TextColor;
277
+ @sapUiShellCategory12TextShadow: @sapShell_Category_12_TextShadow;
278
+ @sapUiShellCategory13Background: @sapShell_Category_13_Background;
279
+ @sapUiShellCategory13BorderColor: @sapShell_Category_13_BorderColor;
280
+ @sapUiShellCategory13TextColor: @sapShell_Category_13_TextColor;
281
+ @sapUiShellCategory13TextShadow: @sapShell_Category_13_TextShadow;
282
+ @sapUiShellCategory14Background: @sapShell_Category_14_Background;
283
+ @sapUiShellCategory14BorderColor: @sapShell_Category_14_BorderColor;
284
+ @sapUiShellCategory14TextColor: @sapShell_Category_14_TextColor;
285
+ @sapUiShellCategory14TextShadow: @sapShell_Category_14_TextShadow;
286
+ @sapUiShellCategory15Background: @sapShell_Category_15_Background;
287
+ @sapUiShellCategory15BorderColor: @sapShell_Category_15_BorderColor;
288
+ @sapUiShellCategory15TextColor: @sapShell_Category_15_TextColor;
289
+ @sapUiShellCategory15TextShadow: @sapShell_Category_15_TextShadow;
290
+ @sapUiShellCategory16Background: @sapShell_Category_16_Background;
291
+ @sapUiShellCategory16BorderColor: @sapShell_Category_16_BorderColor;
292
+ @sapUiShellCategory16TextColor: @sapShell_Category_16_TextColor;
293
+ @sapUiShellCategory16TextShadow: @sapShell_Category_16_TextShadow;
230
294
 
231
295
  @sapUiAvatar1Background: @sapAvatar_1_Background;
232
296
  @sapUiAvatar1BorderColor: @sapAvatar_1_BorderColor;
@@ -10,5 +10,6 @@
10
10
  @import "shared.less";
11
11
 
12
12
  @import "BrowserScrollbar.less";
13
+ @import "Icon.less";
13
14
  @import "LocalBusyIndicator.less";
14
15
  @import "Shadow.less";
@@ -181,32 +181,18 @@
181
181
  }
182
182
 
183
183
  /**
184
- * Some diacritics are supported by the 72 font:
185
- * * Grave
186
- * * Acute
187
- * * Circumflex
188
- * * Tilde
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.
189
186
  *
190
- * However, the following diacritics and the combination of multiple diacritics (including the supported ones) are not supported:
191
- * * Breve
192
- * * Horn
193
- * * Dot below
194
- * * Hook above
187
+ * U+1EA4-1EA7: A and a with circumflex synthesized with acute or grave
188
+ * U+1EAA-1EAB: A and a with circumflex synthesized with tilde
189
+ * U+1EBC-1EBD: E and e synthesized with tilde
190
+ * U+1EBE-1EC1: E and e with circumflex synthesized with acute or gave
191
+ * U+1EC4-1EC5: E and e with circumflex synthesized with tilde
192
+ * U+1ED0-1ED3: O and o with circumflex synthesized with acute or gave
193
+ * U+1ED6-1ED7: O and o with circumflex synthesized with tilde
195
194
  *
196
- * Fallback for the characters that aren't covered by the '72' font to the '72-full' font where they are supported
197
- *
198
- * U+0102-0103: A and a with Breve
199
- * U+01A0-01A1: O and o with Horn
200
- * U+01AF-01B0: U and u with Horn
201
- * U+1EA0-1EB7: A and a with diacritics that are not supported by the font and combination of multiple diacritics
202
- * U+1EB8-1EC7: E and e with diacritics that are not supported by the font and combination of multiple diacritics
203
- * U+1EC8-1ECB: I and i with diacritics that are not supported by the font and combination of multiple diacritics
204
- * U+1ECC-1EE3: O and o with diacritics that are not supported by the font and combination of multiple diacritics
205
- * U+1EE4-1EF1: U and u with diacritics that are not supported by the font and combination of multiple diacritics
206
- * U+1EF4-1EF7: Y and y with diacritics that are not supported by the font and combination of multiple diacritics
207
- *
208
- *
209
- * Moreover, the Caron has a special vertical form used on tall characters:
195
+ * Moreover, the diacritic Caron has a special vertical form used on tall characters:
210
196
  *
211
197
  * U+010C: C with Caron
212
198
  * U+010F: d with Caron
@@ -215,16 +201,15 @@
215
201
  * U+0158: R with Caron
216
202
  * U+0165: t with Caron
217
203
  *
218
- * Those characters aren't covered by the font '72' but some browser simply combine the letter without diacritics with
219
- * the standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters
220
- * are covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
204
+ * Those characters aren't covered by the font '72' but browsers synthesize the letter without diacritic with the
205
+ * standard combining Caron (U+030C) which leads to the wrong display of those characters. Because those characters are
206
+ * covered by the '72-full' font, they are redirected to that font as well for being correctly displayed.
221
207
  *
222
208
  */
223
209
  @font-face {
224
210
  font-family: '72';
225
211
  font-style: normal;
226
212
  font-weight: 400;
227
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
228
213
  src: url('fonts/72-Regular-full.woff2') format('woff2');
229
214
  }
230
215
 
@@ -232,7 +217,7 @@
232
217
  font-family: '72';
233
218
  font-style: normal;
234
219
  font-weight: 700;
235
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
220
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
236
221
  src: url('fonts/72-Bold-full.woff2') format('woff2');
237
222
  }
238
223
 
@@ -240,45 +225,45 @@
240
225
  font-family: '72';
241
226
  font-style: normal;
242
227
  font-weight: 300;
243
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
244
228
  src: url('fonts/72-Light-full.woff2') format('woff2');
229
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
245
230
  }
246
231
 
247
232
  @font-face {
248
233
  font-family: '72-Bold';
249
234
  font-style: normal;
250
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
235
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
251
236
  src: url('fonts/72-Bold-full.woff2') format('woff2');
252
237
  }
253
238
 
254
239
  @font-face {
255
240
  font-family: '72-Light';
256
241
  font-style: normal;
257
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
242
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
258
243
  src: url('fonts/72-Light-full.woff2') format('woff2');
259
244
  }
260
245
 
261
246
  @font-face {
262
247
  font-family: '72Mono';
263
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
248
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
264
249
  src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
265
250
  }
266
251
 
267
252
  @font-face {
268
253
  font-family: '72Mono-Bold';
269
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
254
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
270
255
  src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
271
256
  }
272
257
 
273
258
  @font-face {
274
259
  font-family: '72Black';
275
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
260
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
276
261
  src: url('fonts/72-Black-full.woff2') format('woff2');
277
262
  }
278
263
 
279
264
  @font-face {
280
265
  font-family: '72-SemiboldDuplex';
281
- unicode-range: U+0102-0103, U+010C, U+010F, U+013D, U+013E, U+0158, U+0165, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EB7, U+1EB8-1EC7, U+1EC8-1ECB, U+1ECC-1EE3, U+1EE4-1EF1, U+1EF4-1EF7;
266
+ unicode-range: U+010C, U+010F, U+013D-013E, U+0158, U+0165, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
282
267
  src: url('fonts/72-SemiboldDuplex-full.woff2') format('woff2');
283
268
  }
284
269
 
@@ -0,0 +1,19 @@
1
+ /* ==================================================== */
2
+ /* CSS for control sap.ui.integration.cards/ListContent */
3
+ /* Horizon theme */
4
+ /* ==================================================== */
5
+
6
+ .sapUiIntCard {
7
+ &.sapFCardNoHeader,
8
+ &.sapFCardBottomHeader {
9
+ .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
10
+ border-radius: 1rem 1rem 0 0;
11
+ }
12
+ }
13
+
14
+ &:not(.sapUiIntCardWithFooter):not(.sapFCardBottomHeader):not(.sapFCardTransparent) {
15
+ .sapFCardListContent .sapUiIntLCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last item in the list
16
+ border-radius: 0 0 1rem 1rem;
17
+ }
18
+ }
19
+ }