@openui5/themelib_sap_horizon 1.114.2 → 1.114.3

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 (43) hide show
  1. package/package.json +18 -18
  2. package/src/sap/f/themes/sap_horizon/Card.less +7 -13
  3. package/src/sap/f/themes/sap_horizon_dark/Card.less +7 -13
  4. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -1
  5. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -1
  6. package/src/sap/m/themes/sap_horizon/InputBase.less +0 -5
  7. package/src/sap/m/themes/sap_horizon/MenuListItem.less +13 -0
  8. package/src/sap/m/themes/sap_horizon/RadioButton.less +4 -5
  9. package/src/sap/m/themes/sap_horizon/SearchField.less +1 -2
  10. package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
  11. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +0 -5
  12. package/src/sap/m/themes/sap_horizon_dark/MenuListItem.less +13 -0
  13. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +4 -6
  14. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +0 -2
  15. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
  16. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
  17. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +0 -2
  18. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
  19. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +0 -2
  20. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +18 -4
  21. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +10 -2
  22. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +218 -349
  23. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +16 -3
  24. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +18 -4
  25. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +10 -2
  26. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +218 -349
  27. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +16 -3
  28. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +9 -2
  29. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +4 -1
  30. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +339 -2
  31. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +17 -3
  32. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +9 -2
  33. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +4 -1
  34. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +339 -2
  35. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +17 -3
  36. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  37. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  38. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  39. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  40. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +423 -60
  41. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +48 -6
  42. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +421 -51
  43. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +36 -7
@@ -3,6 +3,19 @@
3
3
  /* Evening Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
- @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentShadow0;
6
+ @_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
7
+ @_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
8
+ @_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
9
+ @_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
10
+ @_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
11
+ @_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
12
+ @_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
13
+ @_sap_tnt_ToolPage_ContentShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor,16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 32);
14
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
15
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
16
+ @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
17
+ @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
18
+ @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
19
+ @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
20
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
21
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
@@ -6,5 +6,12 @@
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
7
7
  @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
8
8
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
9
- @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
10
- @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
9
+ @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
+ @_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
11
+ @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
12
+ @_sap_tnt_NavigationList_GroupTextWeight: bold;
13
+ @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
14
+ @_sap_tnt_NavigationList_Padding: 0.5rem;
15
+ @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
16
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
17
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
@@ -3,5 +3,8 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_SideNavigation_Width: 16rem;
6
7
  @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
9
+ @_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
10
+ @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
@@ -3,9 +3,346 @@
3
3
  /* Horizon HCB theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 3.5rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.25rem;
7
+ @_sap_tnt_ToolHeader_BorderRadius: 0.5rem;
8
+ @_sap_tnt_ToolHeader_BoxShadow: @_sap_tnt_ToolHeader_Shadow;
7
9
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
10
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
9
11
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
10
12
  @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
11
- @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
13
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
14
+ @_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
15
+ @_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
16
+
17
+ // ==========================================================================
18
+ // sap.m.Toolbar overriding
19
+ // ==========================================================================
20
+
21
+ .sapTntToolHeader {
22
+ &.sapMTB {
23
+ background-color: @sapUiShellColor;
24
+ padding: 0 1.25rem 0 0.75rem ;
25
+ border: solid 0.0625rem @sapShell_BorderColor;
26
+ }
27
+
28
+ &.sapMIBar.sapMTB .sapMBarChild ~ .sapMBarChild {
29
+ margin: 0 0 0 0.375rem
30
+ }
31
+
32
+ &.sapMIBar.sapMTB .sapMBarChild.sapMTBSeparator {
33
+ background: none;
34
+ width: 0.75rem;
35
+ }
36
+ }
37
+
38
+ // Styling for the cases when we have Header and SubHeader
39
+ .sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:first-of-type .sapTntToolHeader {
40
+ border-bottom-right-radius: 0;
41
+ border-bottom-left-radius: 0;
42
+ border-bottom: none;
43
+ box-shadow: none;
44
+ }
45
+
46
+ .sapTntToolPageHeaderWithSubHeaderWrapper .sapTntToolPageHeader:nth-of-type(2) .sapTntToolHeader {
47
+ border-top-right-radius: 0;
48
+ border-top-left-radius: 0;
49
+ border-top: none;
50
+ box-shadow: none;
51
+ }
52
+
53
+ .sapTntToolPageHeaderWrapper.sapTntToolPageHeaderWithSubHeaderWrapper {
54
+ box-shadow: @_sap_tnt_ToolHeader_BoxShadow;
55
+ border-radius: @_sap_tnt_ToolHeader_BorderRadius;
56
+ }
57
+
58
+ // ==========================================================================
59
+ // sap.m.Button overriding
60
+ // ==========================================================================
61
+
62
+ .sapTntToolHeader {
63
+ .sapMBarChild:not(.sapMMenuBtn) {
64
+ &.sapMBtn {
65
+ padding-top: 0.125rem;
66
+ }
67
+
68
+ &.sapMBtn .sapMBtnTransparent,
69
+ &.sapMBtn .sapMBtnDefault,
70
+ &.sapMBtn .sapMBtnBack,
71
+ &.sapMBtn .sapMBtnUp {
72
+ color: @sapContent_IconColor;
73
+ border-radius: 0.375rem;
74
+ background-color: @sapButton_Lite_Background;
75
+ height: 2.5rem;
76
+ min-width: 2.5rem;
77
+
78
+ .sapUiIcon {
79
+ color: @sapContent_IconColor;
80
+ line-height: 2.5rem;
81
+ width: 2.5rem;
82
+ height: 2.5rem;
83
+ }
84
+
85
+ bdi {
86
+ line-height: 2.5rem;
87
+ }
88
+ }
89
+
90
+ &.sapMBtn:focus .sapMBtnTransparent.sapMFocusable,
91
+ &.sapMBtn:focus .sapMBtnEmphasized.sapMFocusable,
92
+ &.sapMBtn:focus .sapMBtnDefault.sapMFocusable,
93
+ &.sapMBtn:focus .sapMBtnBack.sapMFocusable,
94
+ &.sapMBtn:focus .sapMBtnUp.sapMFocusable {
95
+ &::before {
96
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
97
+ border: none !important;
98
+ }
99
+ }
100
+
101
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
102
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnDefault,
103
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnBack,
104
+ &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnUp {
105
+ background: @sapButton_Lite_Hover_Background;
106
+ color: @sapContent_IconColor;
107
+ box-shadow: none;
108
+ }
109
+
110
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnTransparent,
111
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnDefault,
112
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnBack,
113
+ &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnUp {
114
+ background: @sapActiveColor;
115
+ color: @sapContent_IconColor;
116
+ box-shadow: none;
117
+ }
118
+
119
+ &.sapMBtn:hover:not(.sapMBtnDisabled) > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized) .sapUiIcon {
120
+ color: @sapContent_IconColor;
121
+ }
122
+ }
123
+ }
124
+
125
+ .sapUiSizeCompact {
126
+ .sapTntToolHeader {
127
+ .sapMBarChild:not(.sapMMenuBtn) {
128
+ &.sapMBtn {
129
+ padding-top: 0;
130
+ }
131
+
132
+ &.sapMBtn .sapMBtnTransparent,
133
+ &.sapMBtn .sapMBtnDefault,
134
+ &.sapMBtn .sapMBtnBack,
135
+ &.sapMBtn .sapMBtnUp {
136
+ height: 2rem;
137
+ min-width: 2rem;
138
+
139
+ .sapUiIcon {
140
+ width: 2rem;
141
+ max-height: 2rem;
142
+ height: 2rem;
143
+ line-height: 2rem;
144
+ }
145
+
146
+ bdi {
147
+ line-height: 2rem;
148
+ }
149
+ }
150
+ }
151
+ }
152
+ }
153
+
154
+
155
+ // ==========================================================================
156
+ // sap.m.Text, sap.m.Title and sap.m.Label overriding
157
+ // ==========================================================================
158
+
159
+ .sapTntToolHeader {
160
+ .sapMTitle {
161
+ text-shadow: none;
162
+ font-family: @sapFontBlackFamily;
163
+ font-size: 1.125rem;
164
+ line-height: 1.625rem;
165
+ }
166
+
167
+ .sapMText,
168
+ .sapMLabel {
169
+ line-height: @sapContent_LineHeight;
170
+ color: @sapContent_LabelColor;
171
+ }
172
+
173
+ &.sapMIBar.sapMTB .sapMBarChild.sapMText,
174
+ &.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
175
+ margin-top: 2px; // to align the text/label with the title
176
+ margin-left: 0.75rem;
177
+ }
178
+ }
179
+
180
+ .sapUiSizeCompact {
181
+ .sapTntToolHeader {
182
+ &.sapMIBar.sapMTB .sapMBarChild.sapMText,
183
+ &.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
184
+ margin-top: 3px; // to align the text/label with the title
185
+ }
186
+ }
187
+ }
188
+
189
+ // ==========================================================================
190
+ // sap.m.SearchField overriding
191
+ // ==========================================================================
192
+
193
+ .sapTntToolHeader {
194
+ .sapMSF {
195
+ height: 2.5rem;
196
+ padding-top: 0px;
197
+ }
198
+
199
+ .sapMSF .sapMSFF {
200
+ border-radius: 2rem;
201
+ height: 2.5rem;
202
+ }
203
+
204
+ .sapMSFB {
205
+ line-height: 2.5rem;
206
+ width: 1.875rem;
207
+ }
208
+
209
+ .sapMSFSSI {
210
+ display: inline;
211
+ }
212
+
213
+ .sapMSFF .sapMSFSSI:before {
214
+ content: "\e00d";
215
+ display: block;
216
+ font-style: normal;
217
+ width: 1rem;
218
+ height: 1rem;
219
+ font-family: 'SAP-icons';
220
+ margin-right: 0.375rem;
221
+ margin-top: 0.75rem;
222
+ }
223
+
224
+ .sapMSFS::after {
225
+ content: "\e1ed";
226
+ }
227
+
228
+ .sapMSFR::after,
229
+ .sapMSFS::after {
230
+ display: block;
231
+ width: 1.25rem;
232
+ height: 1.25rem;
233
+ border-radius: 0.75rem;
234
+ font-size: 0.75rem;
235
+ margin-top: 0.625rem;
236
+ line-height: 1.25rem;
237
+ }
238
+
239
+ .sapMSFS {
240
+ width: 1.625rem;
241
+ border: none;
242
+ }
243
+
244
+ .sapMSFS:active,
245
+ .sapMSFS:hover,
246
+ .sapMSFR:active,
247
+ .sapMSFR:hover {
248
+ background: none;
249
+ box-shadow: none;
250
+ line-height: 1.25rem;
251
+ }
252
+
253
+ .sapMSFS:active::after,
254
+ .sapMSFR:active::after {
255
+ background: @sapActiveColor;
256
+ color: @sapContent_IconColor;
257
+ margin-top: 0.625rem;
258
+ }
259
+
260
+ .sapMSFS:hover::after,
261
+ .sapMSFR:hover::after {
262
+ background: @sapHoverColor;
263
+ color: @sapContent_IconColor;
264
+ margin-top: 0.625rem;
265
+ }
266
+
267
+ .sapMSFB.sapMSFR:not(:last-child):hover {
268
+ border: none;
269
+ }
270
+
271
+ .sapMSFB:hover {
272
+ border: none;
273
+ }
274
+ }
275
+
276
+ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
277
+ border: none;
278
+ }
279
+
280
+ html.sap-desktop .sapTntToolHeader .sapMFocus .sapMSFF {
281
+ outline: @sapContent_FocusWidth solid @sapContent_FocusColor;
282
+ border: none;
283
+ }
284
+
285
+ .sapUiSizeCompact {
286
+ .sapTntToolHeader {
287
+ .sapMSF {
288
+ height: 2rem;
289
+ padding-top: 1px;
290
+ }
291
+
292
+ .sapMSF .sapMSFF {
293
+ height: 2rem;
294
+ }
295
+
296
+ .sapMSFB {
297
+ line-height: 2rem;
298
+ width: 1.5rem;
299
+ }
300
+
301
+ .sapMSFF .sapMSFSSI:before {
302
+ margin-top: 0.5rem;
303
+ }
304
+ }
305
+
306
+ .sapMSFS:hover::after,
307
+ .sapMSFR:hover::after,
308
+ .sapMSFS:active::after,
309
+ .sapMSFR:active::after {
310
+ margin-top: 0.375rem;
311
+ }
312
+
313
+ .sapMSFS::after,
314
+ .sapMSFR::after {
315
+ margin-top: 0.375rem;
316
+ }
317
+ }
318
+
319
+ // ==========================================================================
320
+ // sap.m.IconTabHeader overriding
321
+ // ==========================================================================
322
+
323
+ .sapTntToolHeader {
324
+ .sapUshellShellTabBar .sapMITH,
325
+ .sapUshellShellTabBar.sapMITH {
326
+ box-shadow: none;
327
+ }
328
+ }
329
+
330
+ // ==========================================================================
331
+ // sap.m.Image overriding
332
+ // ==========================================================================
333
+
334
+ .sapTntToolHeader {
335
+ .sapMImg {
336
+ height: 1.625rem;
337
+ }
338
+
339
+ &.sapMIBar.sapMTB .sapMBarChild.sapMImg {
340
+ margin-left: 0.75rem;
341
+ }
342
+
343
+ .sapMImgFocusable:focus {
344
+ outline: @sapContent_FocusStyle @sapContent_FocusWidth @sapContent_FocusColor;
345
+ outline-offset: 0.125rem;
346
+ border-radius: 0.25rem;
347
+ }
348
+ }
@@ -3,6 +3,20 @@
3
3
  /* Horizon HCB theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
- @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentHeaderShadow;
6
+ @_sap_tnt_ToolPage_Paddings: 0.5rem 0.5rem 0 0.5rem;
7
+ @_sap_tnt_ToolPage_PaddingsTablet: 0.5rem;
8
+ @_sap_tnt_ToolPage_PaddingsPhone: 0.25rem;
9
+ @_sap_tnt_ToolPage_Background: @sapUiBaseBG;
10
+ @_sap_tnt_ToolPage_AsideMargins: 0.5rem 0.5rem 0 0;
11
+ @_sap_tnt_ToolPage_AsideMarginsPhone: 0.25rem 0.25rem 0 0;
12
+ @_sap_tnt_ToolPage_ContentMargins: 0.5rem 0 0 0;
13
+ @_sap_tnt_ToolPage_ContentMarginsPhone: 0.25rem 0 0 0;
14
+ @_sap_tnt_ToolPage_ContentShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
15
+ @_sap_tnt_ToolPage_ContentBackgroundStandard: @sapUiBaseBG;
16
+ @_sap_tnt_ToolPage_ContentBackgroundSolid: @sapUiBaseBG;
17
+ @_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
18
+ @_sap_tnt_ToolPage_ContentBackgroundList: @sapUiGroupContentBackground;
19
+ @_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
20
+ @_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
21
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
22
+ @_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
@@ -6,5 +6,12 @@
6
6
  @_sap_tnt_NavigationList_CollapsedWidth: 3.5rem;
7
7
  @_sap_tnt_NavigationList_IconFontSize: 1.125rem;
8
8
  @_sap_tnt_NavigationList_ExpandIconColor: @sapUiContentNonInteractiveIconColor;
9
- @_sap_tnt_NavigationList_ItemHeight: 2.75rem;
10
- @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
9
+ @_sap_tnt_NavigationList_ItemHeight: 2.5rem;
10
+ @_sap_tnt_NavigationList_ItemBottomMargin: 0.125rem;
11
+ @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0.5rem;
12
+ @_sap_tnt_NavigationList_GroupTextWeight: bold;
13
+ @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
14
+ @_sap_tnt_NavigationList_Padding: 0.5rem;
15
+ @_sap_tnt_NavigationList_PaddingCompact: 1.5rem 0.75rem 0.75rem 0.75rem;
16
+ @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
17
+ @_sap_tnt_NavigationList_SelectionIndicatorDisplay: inline-block;
@@ -3,5 +3,8 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ======================================= */
5
5
 
6
+ @_sap_tnt_SideNavigation_Width: 16rem;
6
7
  @_sap_tnt_SideNavigation_CollapsedWidth: 3.5rem;
7
- @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
8
+ @_sap_tnt_SideNavigation_NavigationSeparatorHeight: 0.0625rem;
9
+ @_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
10
+ @_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;