@openui5/themelib_sap_horizon 1.118.0 → 1.119.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 (105) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +2 -1
  6. package/src/sap/f/themes/sap_horizon/SidePanel.less +7 -0
  7. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
  8. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
  9. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +7 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +10 -0
  12. package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +10 -0
  13. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
  14. package/src/sap/m/themes/sap_horizon/Button.less +13 -26
  15. package/src/sap/m/themes/sap_horizon/GenericTile.less +37 -0
  16. package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
  17. package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
  18. package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
  19. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  20. package/src/sap/m/themes/sap_horizon/Page.less +2 -1
  21. package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
  22. package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
  23. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +34 -15
  24. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  25. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  26. package/src/sap/m/themes/sap_horizon/Title.less +19 -6
  27. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
  28. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
  29. package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
  30. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +38 -0
  31. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
  32. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
  33. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
  34. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  35. package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
  36. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
  37. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
  38. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +34 -15
  39. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
  40. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Title.less +19 -6
  42. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
  43. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
  44. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  45. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
  46. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +0 -1
  47. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  48. package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
  49. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
  50. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +1 -0
  51. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +22 -0
  52. package/src/sap/m/themes/sap_horizon_hcb/Title.less +19 -6
  53. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
  54. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
  56. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +0 -1
  57. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  58. package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
  60. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +1 -0
  61. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +22 -0
  62. package/src/sap/m/themes/sap_horizon_hcw/Title.less +19 -6
  63. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
  64. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -2
  65. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  66. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
  67. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -2
  68. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  69. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
  70. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -2
  71. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
  72. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -2
  73. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  74. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  75. package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
  76. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  77. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -8
  79. package/src/sap/ui/core/themes/sap_horizon/library.source.less +4 -0
  80. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  81. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
  82. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  83. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -8
  85. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +4 -0
  86. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  87. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  88. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  89. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -8
  91. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  92. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
  93. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -8
  96. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
  97. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
  98. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
  99. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
  100. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
  101. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -2
  102. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
  103. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
  104. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +4 -3
  105. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +4 -3
@@ -100,21 +100,42 @@
100
100
 
101
101
  .sapMObjStatusInverted {
102
102
  box-sizing: border-box;
103
+ min-width: 1.375rem;
103
104
  & .sapMObjStatusText,
104
105
  & .sapMObjStatusIcon.sapMObjStatusIconOnly,
105
106
  & .sapMObjStatusIcon .sapMObjStatusIconOnly,
106
107
  & .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
107
108
  & .sapMObjStatusLink .sapMObjStatusText {
108
- border-radius: @sapUiElementBorderCornerRadius;
109
+ border-radius: @sapUiButtonBorderCornerRadius;
109
110
  }
110
111
  & .sapMObjStatusIcon {
111
- border-radius: @sapUiElementBorderCornerRadius 0 0 @sapUiElementBorderCornerRadius;
112
+ border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
112
113
  }
113
114
  & .sapMObjStatusIcon + .sapMObjStatusText {
114
- border-radius: 0 @sapUiElementBorderCornerRadius @sapUiElementBorderCornerRadius 0;
115
+ border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
115
116
  }
116
117
  }
117
118
 
119
+ .sapMObjStatusInverted .sapMObjStatusText,
120
+ .sapMObjStatusInverted .sapMObjStatusIcon {
121
+ color: @sapUiContentContrastTextColor;
122
+ border: 0.0625rem solid;
123
+ }
124
+
125
+ .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
126
+ .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
127
+ padding: 0.1875rem 0.313rem;
128
+ }
129
+
130
+ .sapMObjStatusInverted .sapMObjStatusText {
131
+ padding: 0.1875rem 0.25rem;
132
+ }
133
+
134
+ .sapMObjStatusInverted .sapMObjStatusIcon {
135
+ padding: 0.1875rem 0 0.1875rem 0.25rem;
136
+ vertical-align: middle;
137
+ }
138
+
118
139
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
119
140
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
120
141
  background-color: @sapUiBaseBG;
@@ -214,24 +235,114 @@
214
235
  }
215
236
 
216
237
  .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
217
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon,
238
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
239
+ background-color: @sapUiIndication1Background;
240
+ border-color: @sapUiIndication1BorderColor;
241
+ color: @sapUiIndication1TextColor;
242
+ }
243
+
218
244
  .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
219
- .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon,
245
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
246
+ background-color: @sapUiIndication2Background;
247
+ border-color: @sapUiIndication2BorderColor;
248
+ color: @sapUiIndication2TextColor;
249
+ }
250
+
220
251
  .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
221
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon,
252
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
253
+ background-color: @sapUiIndication3Background;
254
+ border-color: @sapUiIndication3BorderColor;
255
+ color: @sapUiIndication3TextColor;
256
+ }
257
+
222
258
  .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
223
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon,
259
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
260
+ background-color: @sapUiIndication4Background;
261
+ border-color: @sapUiIndication4BorderColor;
262
+ color: @sapUiIndication4TextColor;
263
+ }
264
+
224
265
  .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
225
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon,
266
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
267
+ background-color: @sapUiIndication5Background;
268
+ border-color: @sapUiIndication5BorderColor;
269
+ color: @sapUiIndication5TextColor;
270
+ }
271
+
226
272
  .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
227
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon,
273
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
274
+ background-color: @sapUiIndication6Background;
275
+ border-color: @sapUiIndication6BorderColor;
276
+ color: @sapUiIndication6TextColor;
277
+ }
228
278
  .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
229
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon,
279
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
280
+ background-color: @sapUiIndication7Background;
281
+ border-color: @sapUiIndication7BorderColor;
282
+ color: @sapUiIndication7TextColor;
283
+ }
230
284
  .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
231
285
  .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
232
- background-color: @sapUiBaseBG;
233
- border: 0.0625rem solid @sapUiContentForegroundBorderColor;
234
- color: @sapUiBaseText;
286
+ background-color: @sapUiIndication8Background;
287
+ border-color: @sapUiIndication8BorderColor;
288
+ color: @sapUiIndication8TextColor;
289
+ }
290
+
291
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
292
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
293
+ background-color: @sapUiIndication1ActiveBackground;
294
+ border-color: @sapUiIndication1ActiveBorderColor;
295
+ color: @sapUiIndication1ActiveTextColor;
296
+
297
+ }
298
+
299
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
300
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
301
+ background-color: @sapUiIndication2ActiveBackground;
302
+ border-color: @sapUiIndication2ActiveBorderColor;
303
+ color: @sapUiIndication2ActiveTextColor;
304
+ }
305
+
306
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
307
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
308
+ background-color: @sapUiIndication3ActiveBackground;
309
+ border-color: @sapUiIndication3ActiveBorderColor;
310
+ color: @sapUiIndication3ActiveTextColor;
311
+ }
312
+
313
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
314
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
315
+ background-color: @sapUiIndication4ActiveBackground;
316
+ border-color: @sapUiIndication4ActiveBorderColor;
317
+ color: @sapUiIndication4ActiveTextColor;
318
+ }
319
+
320
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
321
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
322
+ background-color: @sapUiIndication5ActiveBackground;
323
+ border-color: @sapUiIndication5ActiveBorderColor;
324
+ color: @sapUiIndication5ActiveTextColor;
325
+ }
326
+
327
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
328
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
329
+ background-color: @sapUiIndication6ActiveBackground;
330
+ border-color: @sapUiIndication6ActiveBorderColor;
331
+ color: @sapUiIndication6ActiveTextColor;
332
+ }
333
+
334
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
335
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
336
+ background-color: @sapUiIndication7ActiveBackground;
337
+ border-color: @sapUiIndication7ActiveBorderColor;
338
+ color: @sapUiIndication7ActiveTextColor;
339
+ }
340
+
341
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
342
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
343
+ background-color: @sapUiIndication8ActiveBackground;
344
+ border-color: @sapUiIndication8ActiveBorderColor;
345
+ color: @sapUiIndication8ActiveTextColor;
235
346
  }
236
347
 
237
348
  html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
@@ -76,7 +76,8 @@
76
76
  opacity: 1;
77
77
 
78
78
  .sapMIBar-CTX.sapMFooter-CTX {
79
- box-shadow: @sapUiShadowLevel1;
79
+ box-shadow: @sapUiContentShadow1;
80
+ border: none;
80
81
  }
81
82
  }
82
83
 
@@ -36,8 +36,8 @@
36
36
  }
37
37
 
38
38
  &:hover {
39
- box-shadow: @sapUiContentInteractionShadow;
40
- background-color: @sapUiButtonLiteHoverBackground;
39
+ box-shadow: @sapUiFieldHoverShadow;
40
+ background-color: @sapUiButtonHoverBackground;
41
41
  border-left: 1px solid @sapUiButtonHoverBorderColor; // contrast themes specific
42
42
  border-right: 1px solid transparent;
43
43
  }
@@ -49,9 +49,9 @@
49
49
  &:active,
50
50
  &.sapMSFBA // Firefox specific
51
51
  {
52
- box-shadow: @sapUiContentInteractionShadow;
52
+ box-shadow: @sapUiFieldHoverShadow;
53
53
  color: @sapUiButtonSelectedTextColor;
54
- background-color: @sapUiButtonLiteActiveBackground;
54
+ background-color: @sapUiButtonHoverBackground;
55
55
  }
56
56
  }
57
57
 
@@ -27,6 +27,7 @@
27
27
  html.sap-desktop .sapMSelectListItemBase:focus {
28
28
  outline: @sapUiContentFocusStyle;
29
29
  outline-offset: -0.1875rem;
30
+ outline-width: @sapUiContentFocusWidth;
30
31
  }
31
32
 
32
33
  .sapMSelectListItemBase.sapMSelectListItemBasePressed .sapMSelectListItemIcon {
@@ -29,3 +29,25 @@
29
29
  .sapMTextAreaMirror {
30
30
  line-height: 1.5;
31
31
  }
32
+
33
+ html.sap-desktop:not(.sapUiNativeScrollbars) .sapMTextArea {
34
+ .sapMInputBaseContentWrapperWarning ::-webkit-scrollbar {
35
+ background: @sapUiFieldWarningBackgroundStyle;
36
+ background-color: @sapUiScrollBarTrackColor;
37
+ }
38
+
39
+ .sapMInputBaseContentWrapperError ::-webkit-scrollbar {
40
+ background: @sapUiFieldInvalidBackgroundStyle;
41
+ background-color: @sapUiScrollBarTrackColor;
42
+ }
43
+
44
+ .sapMInputBaseContentWrapperInformation ::-webkit-scrollbar {
45
+ background: @sapUiFieldInformationBackgroundStyle;
46
+ background-color: @sapUiScrollBarTrackColor;
47
+ }
48
+
49
+ .sapMInputBaseContentWrapperSuccess ::-webkit-scrollbar {
50
+ background: @sapUiFieldSuccessBackgroundStyle;
51
+ background-color: @sapUiScrollBarTrackColor;
52
+ }
53
+ }
@@ -3,10 +3,23 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapFFCL .sapFDynamicPage-Std-Desktop-XL .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
7
- .sapFFCL .sapFDynamicPage-Std-Desktop .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
8
- .sapFFCL .sapFDynamicPage-Std-Tablet .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
9
- .sapFFCL .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
10
- font-size: @sapObjectHeader_Title_SnappedFontSize;
11
- font-family: @sapFontBlackFamily;
6
+ .sapFFCL {
7
+
8
+ .sapFDynamicPage-Std-Desktop-XL,
9
+ .sapFDynamicPage-Std-Desktop,
10
+ .sapFDynamicPage-Std-Tablet,
11
+ .sapFDynamicPage-Std-Phone {
12
+ .sapFDynamicPageTitleMain {
13
+ .sapFDynamicPageTitleMainInner {
14
+ .sapFDynamicPageTitleMainHeading {
15
+ .sapFDynamicPageTitleMainHeadingInner {
16
+ .sapMTitle:not(.sapUICompVarMngmtTitle) {
17
+ font-size: @sapObjectHeader_Title_SnappedFontSize;
18
+ font-family: @sapObjectHeader_Title_FontFamily;
19
+ }
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
12
25
  }
@@ -7,22 +7,38 @@
7
7
  // Variables and mixins
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #354A5F;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #EAECEE;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #354A5F;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
- #FFF3B8 #A93E00,
17
- #FFD5EA #AA0808,
18
- #FFDCE8 #BA066C,
19
- #FFDCF3 #A100C2,
20
- #E2D8FF #470CED,
21
- #D1EFFF #0057D2,
22
- #C2FCEE #046C7A,
23
- #E5F2BD #256F3A,
24
- #B8F3FF #00709F,
25
- #EAECEE #354A5F;
32
+ @sapAvatar_1_Background @sapAvatar_1_TextColor,
33
+ @sapAvatar_2_Background @sapAvatar_2_TextColor,
34
+ @sapAvatar_3_Background @sapAvatar_3_TextColor,
35
+ @sapAvatar_4_Background @sapAvatar_4_TextColor,
36
+ @sapAvatar_5_Background @sapAvatar_5_TextColor,
37
+ @sapAvatar_6_Background @sapAvatar_6_TextColor,
38
+ @sapAvatar_7_Background @sapAvatar_7_TextColor,
39
+ @sapAvatar_8_Background @sapAvatar_8_TextColor,
40
+ @sapAvatar_9_Background @sapAvatar_9_TextColor,
41
+ @sapAvatar_10_Background @sapAvatar_10_TextColor;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
28
44
 
@@ -35,11 +51,9 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
39
54
  @textColor: extract(@pair, 2);
40
55
 
41
56
  .@{prefix}@{i} {
42
- border: 0.0625rem solid @borderColor;
43
57
  background-color: @backgroundColor;
44
58
 
45
59
  .sapTntInfoLabelInner {
@@ -14,9 +14,11 @@
14
14
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
15
15
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
16
16
  @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
17
- @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out;
17
+ @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
18
18
  @_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
19
19
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBorderStyleColor: solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
20
+ @_sap_tnt_NavigationList_SelectedItemBorder: none;
21
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
20
22
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
21
23
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
22
24
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
@@ -31,4 +33,9 @@
31
33
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
32
34
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
35
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
34
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
36
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
37
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
38
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
39
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
40
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
41
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
@@ -9,7 +9,7 @@
9
9
  @import "../../../../sap/ui/core/themes/sap_horizon/global.less";
10
10
 
11
11
  @import "InfoLabel.less";
12
- @import "NavigationList.less";
13
12
  @import "SideNavigation.less";
13
+ @import "NavigationList.less"; // keep this order, it reuses variable @_sap_tnt_SideNavigation_BoxShadow defined in SideNavigation.less
14
14
  @import "ToolHeader.less";
15
15
  @import "ToolPage.less";
@@ -7,22 +7,38 @@
7
7
  // Variables and mixins
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #B3BDC6;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #29394B;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #B3BDC6;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
- #4A3502 #EFAB01,
17
- #770606 #FFA0BF,
18
- #6E064B #FF98B6,
19
- #580787 #FF8FF1,
20
- #331C9F #C6A8FF,
21
- #0E3382 #5CC0FF,
22
- #054039 #1ECDAF,
23
- #164120 #81CB24,
24
- #063D5B #08C8E4,
25
- #29394B #B3BDC6;
32
+ @sapAvatar_1_Background @sapAvatar_1_TextColor,
33
+ @sapAvatar_2_Background @sapAvatar_2_TextColor,
34
+ @sapAvatar_3_Background @sapAvatar_3_TextColor,
35
+ @sapAvatar_4_Background @sapAvatar_4_TextColor,
36
+ @sapAvatar_5_Background @sapAvatar_5_TextColor,
37
+ @sapAvatar_6_Background @sapAvatar_6_TextColor,
38
+ @sapAvatar_7_Background @sapAvatar_7_TextColor,
39
+ @sapAvatar_8_Background @sapAvatar_8_TextColor,
40
+ @sapAvatar_9_Background @sapAvatar_9_TextColor,
41
+ @sapAvatar_10_Background @sapAvatar_10_TextColor;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
28
44
 
@@ -35,11 +51,9 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
39
54
  @textColor: extract(@pair, 2);
40
55
 
41
56
  .@{prefix}@{i} {
42
- border: 0.0625rem solid @borderColor;
43
57
  background-color: @backgroundColor;
44
58
 
45
59
  .sapTntInfoLabelInner {
@@ -14,9 +14,11 @@
14
14
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
15
15
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
16
16
  @_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
17
- @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out;
17
+ @_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
18
18
  @_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
19
19
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBorderStyleColor: solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
20
+ @_sap_tnt_NavigationList_SelectedItemBorder: none;
21
+ @_sap_tnt_NavigationList_Collapsed_SelectedItemBorder: 0.125rem solid @_sap_tnt_NavigationList_SelectedItemBorderColor;
20
22
  @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
21
23
  @_sap_tnt_NavigationList_GroupBottomMarginInPopup: 0.75rem;
22
24
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
@@ -31,4 +33,9 @@
31
33
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
32
34
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
33
35
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
34
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
36
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
37
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
38
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
39
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
40
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
41
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
@@ -9,7 +9,7 @@
9
9
  @import "../../../../sap/ui/core/themes/sap_horizon_dark/global.less";
10
10
 
11
11
  @import "InfoLabel.less";
12
- @import "NavigationList.less";
13
12
  @import "SideNavigation.less";
13
+ @import "NavigationList.less"; // keep this order, it reuses variable @_sap_tnt_SideNavigation_BoxShadow defined in SideNavigation.less
14
14
  @import "ToolHeader.less";
15
15
  @import "ToolPage.less";
@@ -7,10 +7,26 @@
7
7
  // Variables and mixins
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #A9BACB;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #1C2834;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #A9BACB;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
32
  #362401 #FDA503,
@@ -21,7 +37,7 @@
21
37
  #002559 #83BCFF,
22
38
  #012D28 #06CFAF,
23
39
  #0F2D17 #26D526,
24
- #032B37 #1BC8F2,
40
+ #3C1847 #D5A9E2,
25
41
  #1C2834 #A9BACB;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
@@ -35,14 +51,13 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
54
+ @textColor: extract(@pair, 2);
39
55
 
40
56
  .@{prefix}@{i} {
41
- border: 0.0625rem solid @borderColor;
42
57
  background-color: @backgroundColor;
43
58
 
44
59
  .sapTntInfoLabelInner {
45
- color: @borderColor;
60
+ color: @textColor;
46
61
  }
47
62
  }
48
63
  }
@@ -9,15 +9,17 @@
9
9
  @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
10
  @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
11
11
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
12
- @_sap_tnt_NavigationList_ItemFocusBorderOffset: @sapUiContentFocusWidth;
12
+ @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
13
13
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
14
14
  @_sap_tnt_NavigationList_HoverBorderStyleColor: solid @sapUiListSelectionBorderColor;
15
15
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
16
16
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
17
+ @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
17
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: @sapUiListSelectionBackgroundColor;
18
19
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
19
20
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
20
21
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
22
+ @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
21
23
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
22
24
  @_sap_tnt_NavigationList_Padding: 0.5rem;
23
25
  @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
@@ -29,4 +31,10 @@
29
31
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
30
32
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
31
33
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
32
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
34
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
35
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
36
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
37
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
38
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
39
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
40
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
@@ -7,10 +7,26 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
- @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 0.875rem;
11
- @_sap_tnt_InfoLabel_DisplayModeBorder: 0.0625rem solid #2C3A48;
10
+ @_sap_tnt_InfoLabel_LineHeightDisplayOnly: 1rem;
11
+ @_sap_tnt_InfoLabel_DisplayModeBorder: none;
12
12
  @_sap_tnt_InfoLabel_DisplayModeBackground: #C5CDD3;
13
13
  @_sap_tnt_InfoLabel_DisplayModeColor: #2C3A48;
14
+ @_sap_tnt_InfoLabel_BorderRadius: 0.25rem;
15
+ @_sap_tnt_InfoLabel_DisplayBorderRadius: 0.1875rem;
16
+ @_sap_tnt_InfoLabel_Height: 1.375rem;
17
+ @_sap_tnt_InfoLabel_HeightWithoutBorders: 1.375rem;
18
+ @_sap_tnt_InfoLabel_LineHeight: 1.375rem;
19
+ @_sap_tnt_InfoLabel_Text: none;
20
+ @_sap_tnt_InfoLabel_Padding: 0 0.375rem;
21
+ @_sap_tnt_InfoLabel_DisplayPadding: 0 0.25rem;
22
+ @_sap_tnt_InfoLabel_IconMargin: 0.25rem;
23
+ @_sap_tnt_InfoLabel_DisplayIconMargin: 0.125rem;
24
+ @_sap_tnt_InfoLabel_FontFamily: @sapFontSemiboldDuplexFamily;
25
+ @_sap_tnt_InfoLabel_FontSize: @sapFontSize;
26
+ @_sap_tnt_InfoLabel_DisplayFontSize: @sapFontSmallSize;
27
+ @_sap_tnt_InfoLabel_DisplayFontSizeIcon: 0.625rem;
28
+ @_sap_tnt_InfoLabel_NarrowPadding: @_sap_tnt_InfoLabel_Padding;
29
+ @_sap_tnt_InfoLabel_LetterSpacing: normal;
14
30
 
15
31
  @_sap_tnt_InfoLabel_ColorsArray:
16
32
  #FFC218 #5F2900,
@@ -21,7 +37,7 @@
21
37
  #8FD4FF #003776,
22
38
  #3CE3C5 #033F45,
23
39
  #9BDF47 #0C420C,
24
- #51DDF2 #003E52,
40
+ #E0C1EB #552267,
25
41
  #C5CDD3 #2C3A48;
26
42
 
27
43
  .create-classes-for-background-and-border-colors(backgroundColor, @_sap_tnt_InfoLabel_ColorsArray);
@@ -35,14 +51,13 @@
35
51
 
36
52
  @pair: extract(@list, @i);
37
53
  @backgroundColor: extract(@pair, 1);
38
- @borderColor: extract(@pair, 2);
54
+ @textColor: extract(@pair, 2);
39
55
 
40
56
  .@{prefix}@{i} {
41
- border: 0.0625rem solid @borderColor;
42
57
  background-color: @backgroundColor;
43
58
 
44
59
  .sapTntInfoLabelInner {
45
- color: @borderColor;
60
+ color: @textColor;
46
61
  }
47
62
  }
48
63
  }
@@ -9,15 +9,17 @@
9
9
  @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
10
  @_sap_tnt_NavigationList_ItemBorderStyleColor: solid @sapUiListBorderColor;
11
11
  @_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
12
- @_sap_tnt_NavigationList_ItemFocusBorderOffset: @sapUiContentFocusWidth;
12
+ @_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
13
13
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
14
14
  @_sap_tnt_NavigationList_HoverBorderStyleColor: solid @sapUiListSelectionBorderColor;
15
15
  @_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
16
16
  @_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
17
+ @_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
17
18
  @_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: @sapUiListSelectionBackgroundColor;
18
19
  @_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
19
20
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
20
21
  @_sap_tnt_NavigationList_GroupTextWeight: bold;
22
+ @_sap_tnt_NavigationList_GroupIconWidth: 2rem;
21
23
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
22
24
  @_sap_tnt_NavigationList_Padding: 0.5rem;
23
25
  @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
@@ -29,4 +31,10 @@
29
31
  @_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
30
32
  @_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
31
33
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
32
- @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
34
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
35
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
36
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
37
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
38
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
39
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem 0.5rem 0.5rem 0.25rem;
40
+ @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: 0.5rem 0.5rem 0.5rem 0;
@@ -9,7 +9,7 @@
9
9
  @import "../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
10
10
 
11
11
  @import "InfoLabel.less";
12
- @import "NavigationList.less";
13
12
  @import "SideNavigation.less";
13
+ @import "NavigationList.less"; // keep this order, it reuses variable @_sap_tnt_SideNavigation_BoxShadow defined in SideNavigation.less
14
14
  @import "ToolHeader.less";
15
15
  @import "ToolPage.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.118.0</version>
9
+ <version>1.119.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12