@openui5/themelib_sap_horizon 1.112.2 → 1.114.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 (66) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +42 -17
  4. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +32 -6
  5. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +17 -9
  6. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +17 -9
  7. package/src/sap/m/themes/sap_horizon/ActionSelect.less +1 -1
  8. package/src/sap/m/themes/sap_horizon/CheckBox.less +9 -26
  9. package/src/sap/m/themes/sap_horizon/FeedInput.less +1 -1
  10. package/src/sap/m/themes/sap_horizon/InputBase.less +9 -1
  11. package/src/sap/m/themes/sap_horizon/MessageToast.less +9 -0
  12. package/src/sap/m/themes/sap_horizon/Panel.less +5 -1
  13. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -13
  14. package/src/sap/m/themes/sap_horizon/Select.less +25 -20
  15. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +42 -0
  16. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +18 -0
  17. package/src/sap/m/themes/sap_horizon/Table.less +0 -21
  18. package/src/sap/m/themes/sap_horizon/Title.less +12 -0
  19. package/src/sap/m/themes/sap_horizon/library.source.less +2 -0
  20. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +9 -26
  21. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +1 -1
  22. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +9 -1
  23. package/src/sap/m/themes/sap_horizon_dark/Panel.less +5 -1
  24. package/src/sap/m/themes/sap_horizon_dark/Select.less +25 -20
  25. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +42 -0
  26. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +18 -0
  27. package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -19
  28. package/src/sap/m/themes/sap_horizon_dark/Title.less +12 -0
  29. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
  30. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +8 -25
  31. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +19 -3
  32. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +5 -1
  34. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +19 -1
  35. package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -19
  36. package/src/sap/m/themes/sap_horizon_hcb/Title.less +12 -0
  37. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -0
  38. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +8 -25
  39. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +19 -2
  40. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +1 -1
  41. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +5 -1
  42. package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -19
  43. package/src/sap/m/themes/sap_horizon_hcw/Title.less +12 -0
  44. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -0
  45. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +1 -1
  46. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  48. package/src/sap/ui/core/themes/sap_horizon/base.less +868 -40
  49. package/src/sap/ui/core/themes/sap_horizon/global.less +114 -8
  50. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  51. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +869 -41
  52. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +114 -8
  53. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  54. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +869 -34
  55. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +114 -8
  56. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  57. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +869 -34
  58. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +114 -8
  59. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +2 -2
  60. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +2 -2
  61. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +2 -2
  62. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +2 -2
  63. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +2 -2
  64. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +3 -9
  65. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +2 -2
  66. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +3 -9
@@ -1,2180 +1,3008 @@
1
1
  // /**
2
- // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company and Theming Base Content contributors. Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
3
- // * Theming Engine 1.23011.0-20221202113725
4
- // * data:{"sModified":"2022-12-07T13:34:17Z"}
2
+ // * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
3
+ // * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
4
+ // * data:{"sModified":"2023-04-04T08:11:20Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.1.48) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.3.0) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
12
+ // [Protected "true"]
13
+ // [Category "Internal"]
14
+ // [Type "dimension"]
12
15
  @sapContent_GridSize: 1rem;
13
16
 
14
17
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
18
+ // [Protected "true"]
19
+ // [Category "Internal"]
20
+ // [Type "color"]
15
21
  @sapPrimary1: #1d2d3e;
16
22
 
17
23
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
24
+ // [Protected "true"]
25
+ // [Category "Internal"]
26
+ // [Type "color"]
18
27
  @sapPrimary2: #4db1ff;
19
28
 
20
29
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
30
+ // [Protected "true"]
31
+ // [Category "Internal"]
32
+ // [Type "color"]
21
33
  @sapPrimary3: #1d232a;
22
34
 
23
35
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
36
+ // [Protected "true"]
37
+ // [Category "Internal"]
38
+ // [Type "color"]
24
39
  @sapPrimary4: #12171c;
25
40
 
26
41
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
42
+ // [Protected "true"]
43
+ // [Category "Internal"]
44
+ // [Type "color"]
27
45
  @sapPrimary5: #a9b4be;
28
46
 
29
47
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
48
+ // [Protected "true"]
49
+ // [Category "Internal"]
50
+ // [Type "color"]
30
51
  @sapPrimary6: #eaecee;
31
52
 
32
53
  // [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
54
+ // [Protected "true"]
55
+ // [Category "Internal"]
56
+ // [Type "color"]
33
57
  @sapPrimary7: #8396A8;
34
58
 
35
59
  // [Label "Shell Background Pattern Color"]
36
60
  // [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
37
61
  // [Tags "ThemeSpecific", "Base", "Shell", "Color", "!Protected"]
62
+ // [Protected "!true"]
63
+ // [Category "Resource"]
64
+ // [Type "color"]
38
65
  @sapShell_BackgroundPatternColor: transparent;
39
66
 
40
67
  // [Tags "!Protected"]
68
+ // [Protected "!true"]
41
69
  @sapBrandColor: #0070f2;
42
70
 
43
71
  // [Tags "!Protected"]
72
+ // [Protected "!true"]
44
73
  @sapHighlightColor: @sapPrimary2;
45
74
 
46
75
  // [Tags "!Protected"]
76
+ // [Protected "!true"]
47
77
  @sapBaseColor: @sapPrimary3;
48
78
 
49
79
  // [Tags "!Protected"]
80
+ // [Protected "!true"]
50
81
  @sapShellColor: @sapBaseColor;
51
82
 
52
83
  // [Tags "!Protected"]
84
+ // [Protected "!true"]
53
85
  @sapBackgroundColor: @sapPrimary4;
54
86
 
55
87
  // [Tags "!Protected"]
88
+ // [Protected "!true"]
56
89
  @sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
57
90
 
58
91
  // [Tags "!Protected"]
92
+ // [Protected "!true"]
59
93
  @sapFontSize: 0.875 * @sapContent_GridSize;
60
94
 
61
95
  // [Tags "!Protected"]
96
+ // [Protected "!true"]
62
97
  @sapTextColor: @sapPrimary6;
63
98
 
64
99
  // [Tags "!Protected"]
100
+ // [Protected "!true"]
65
101
  @sapLinkColor: @sapPrimary2;
66
102
 
67
103
  // [Tags "!Protected"]
104
+ // [Protected "!true"]
68
105
  @sapCompanyLogo: none;
69
106
 
70
107
  // [Tags "!Protected"]
108
+ // [Protected "!true"]
71
109
  @sapBackgroundImage: none;
72
110
 
73
111
  // [Tags "!Protected"]
112
+ // [Protected "!true"]
74
113
  @sapBackgroundImageOpacity: 1.0;
75
114
 
76
115
  // [Tags "!Protected"]
116
+ // [Protected "!true"]
77
117
  @sapBackgroundImageRepeat: false;
78
118
 
79
119
  // [Tags "!Protected"]
120
+ // [Protected "!true"]
80
121
  @sapSelectedColor: @sapHighlightColor;
122
+ @sapHoverColor: lighten(@sapBackgroundColor, 3);
81
123
 
82
124
  // [Tags "!Protected"]
125
+ // [Protected "!true"]
83
126
  @sapActiveColor: darken(@sapPrimary4, 8);
84
127
 
85
128
  // [Tags "!Protected"]
129
+ // [Protected "!true"]
86
130
  @sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
87
131
 
88
132
  // [Tags "!Protected"]
133
+ // [Protected "!true"]
89
134
  @sapTitleColor: @sapTextColor;
90
135
 
91
136
  // [Tags "!Protected"]
137
+ // [Protected "!true"]
92
138
  @sapNegativeColor: #fa6161;
93
139
 
94
140
  // [Tags "!Protected"]
141
+ // [Protected "!true"]
95
142
  @sapCriticalColor: #ffdf72;
96
143
 
97
144
  // [Tags "!Protected"]
145
+ // [Protected "!true"]
98
146
  @sapPositiveColor: #97dd40;
99
147
 
100
148
  // [Tags "!Protected"]
149
+ // [Protected "!true"]
101
150
  @sapInformativeColor: #4db1ff;
102
151
 
103
152
  // [Tags "!Protected"]
153
+ // [Protected "!true"]
104
154
  @sapNeutralColor: #a9b4be;
105
155
 
106
156
  // [Tags "!Protected"]
157
+ // [Protected "!true"]
107
158
  @sapNegativeElementColor: @sapNegativeColor;
108
159
 
109
160
  // [Tags "!Protected"]
161
+ // [Protected "!true"]
110
162
  @sapCriticalElementColor: darken(@sapCriticalColor, 24);
111
163
 
112
164
  // [Tags "!Protected"]
165
+ // [Protected "!true"]
113
166
  @sapPositiveElementColor: darken(@sapPositiveColor, 16);
114
167
 
115
168
  // [Tags "!Protected"]
169
+ // [Protected "!true"]
116
170
  @sapInformativeElementColor: @sapInformativeColor;
117
171
 
118
172
  // [Tags "!Protected"]
173
+ // [Protected "!true"]
119
174
  @sapNeutralElementColor: @sapNeutralColor;
120
175
 
121
176
  // [Tags "!Protected"]
177
+ // [Protected "!true"]
122
178
  @sapNegativeTextColor: @sapNegativeColor;
123
179
 
124
180
  // [Tags "!Protected"]
181
+ // [Protected "!true"]
125
182
  @sapCriticalTextColor: @sapCriticalColor;
126
183
 
127
184
  // [Tags "!Protected"]
185
+ // [Protected "!true"]
128
186
  @sapPositiveTextColor: @sapPositiveColor;
129
187
 
130
188
  // [Tags "!Protected"]
189
+ // [Protected "!true"]
131
190
  @sapInformativeTextColor: @sapInformativeColor;
132
191
 
133
192
  // [Tags "!Protected"]
193
+ // [Protected "!true"]
134
194
  @sapNeutralTextColor: @sapTextColor;
135
195
 
136
196
  // [Tags "!Protected"]
197
+ // [Protected "!true"]
137
198
  @sapErrorColor: @sapNegativeColor;
138
199
 
139
200
  // [Tags "!Protected"]
201
+ // [Protected "!true"]
140
202
  @sapWarningColor: @sapCriticalColor;
141
203
 
142
204
  // [Tags "!Protected"]
205
+ // [Protected "!true"]
143
206
  @sapSuccessColor: @sapPositiveColor;
144
207
 
145
208
  // [Tags "!Protected"]
209
+ // [Protected "!true"]
146
210
  @sapInformationColor: @sapInformativeColor;
147
211
 
148
212
  // [Tags "!Protected"]
213
+ // [Protected "!true"]
149
214
  @sapErrorBackground: #350000;
150
215
 
151
216
  // [Tags "!Protected"]
217
+ // [Protected "!true"]
152
218
  @sapWarningBackground: #382700;
153
219
 
154
220
  // [Tags "!Protected"]
221
+ // [Protected "!true"]
155
222
  @sapSuccessBackground: #11331a;
156
223
 
157
224
  // [Tags "!Protected"]
225
+ // [Protected "!true"]
158
226
  @sapInformationBackground: #00144a;
159
227
 
160
228
  // [Tags "!Protected"]
229
+ // [Protected "!true"]
161
230
  @sapNeutralBackground: #242e38;
162
231
 
163
232
  // [Tags "!Protected"]
233
+ // [Protected "!true"]
164
234
  @sapErrorBorderColor: @sapErrorColor;
165
235
 
166
236
  // [Tags "!Protected"]
237
+ // [Protected "!true"]
167
238
  @sapWarningBorderColor: darken(@sapWarningColor, 24);
168
239
 
169
240
  // [Tags "!Protected"]
241
+ // [Protected "!true"]
170
242
  @sapSuccessBorderColor: darken(@sapSuccessColor, 16);
171
243
 
172
244
  // [Tags "!Protected"]
245
+ // [Protected "!true"]
173
246
  @sapInformationBorderColor: @sapInformationColor;
174
247
 
175
248
  // [Tags "!Protected"]
249
+ // [Protected "!true"]
176
250
  @sapNeutralBorderColor: @sapNeutralColor;
177
251
 
178
252
  // [Tags "Protected"]
253
+ // [Protected "true"]
179
254
  @sapElement_LineHeight: 2.75 * @sapContent_GridSize;
180
255
 
181
256
  // [Tags "Protected"]
257
+ // [Protected "true"]
182
258
  @sapElement_Height: 2.25 * @sapContent_GridSize;
183
259
 
184
260
  // [Tags "Protected"]
261
+ // [Protected "true"]
185
262
  @sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
186
263
 
187
264
  // [Tags "!Protected"]
265
+ // [Protected "!true"]
188
266
  @sapElement_BorderCornerRadius: 0.75 * @sapContent_GridSize;
189
267
 
190
268
  // [Tags "Protected"]
269
+ // [Protected "true"]
191
270
  @sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
192
271
 
193
272
  // [Tags "Protected"]
273
+ // [Protected "true"]
194
274
  @sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
195
275
 
196
276
  // [Tags "Protected"]
277
+ // [Protected "true"]
197
278
  @sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
198
279
 
199
280
  // [Tags "Protected"]
281
+ // [Protected "true"]
200
282
  @sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
201
283
 
202
284
  // [Tags "!Protected"]
285
+ // [Protected "!true"]
203
286
  @sapContent_LineHeight: 1.5;
204
287
 
205
288
  // [Tags "!Protected"]
289
+ // [Protected "!true"]
206
290
  @sapContent_IconHeight: @sapContent_GridSize;
207
291
 
208
292
  // [Tags "!Protected"]
293
+ // [Protected "!true"]
209
294
  @sapContent_IconColor: @sapTextColor;
210
295
 
211
296
  // [Tags "!Protected"]
297
+ // [Protected "!true"]
212
298
  @sapContent_ContrastIconColor: @sapContent_ContrastTextColor;
213
299
 
214
300
  // [Tags "!Protected"]
301
+ // [Protected "!true"]
215
302
  @sapContent_NonInteractiveIconColor: @sapPrimary5;
216
303
 
217
304
  // [Tags "!Protected"]
305
+ // [Protected "!true"]
218
306
  @sapContent_MarkerIconColor: @sapAccentColor5;
219
307
 
220
308
  // [Tags "!Protected"]
309
+ // [Protected "!true"]
221
310
  @sapContent_MarkerTextColor: @sapAccentColor7;
222
311
 
223
312
  // [Tags "!Protected"]
313
+ // [Protected "!true"]
224
314
  @sapContent_MeasureIndicatorColor: @sapField_BorderColor;
225
315
 
226
316
  // [Tags "!Protected"]
317
+ // [Protected "!true"]
227
318
  @sapContent_Selected_MeasureIndicatorColor: @sapHighlightColor;
228
319
 
229
320
  // [Tags "!Protected"]
321
+ // [Protected "!true"]
230
322
  @sapContent_Placeholderloading_Background: lighten(@sapBaseColor, 20);
231
323
 
232
324
  // [Tags "!Protected"]
325
+ // [Protected "!true"]
233
326
  @sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapContent_Placeholderloading_Background 0%, @sapContent_Placeholderloading_Background 20%, lighten(@sapContent_Placeholderloading_Background, 20) 50%, @sapContent_Placeholderloading_Background 80%, @sapContent_Placeholderloading_Background 100%);
234
327
 
235
328
  // [Tags "!Protected"]
329
+ // [Protected "!true"]
236
330
  @sapContent_ImagePlaceholderBackground: @sapAccentBackgroundColor10;
237
331
 
238
332
  // [Tags "!Protected"]
333
+ // [Protected "!true"]
239
334
  @sapContent_ImagePlaceholderForegroundColor: @sapAccentColor10;
240
335
 
241
336
  // [Tags "!Protected"]
337
+ // [Protected "!true"]
242
338
  @sapContent_RatedColor: @sapAccentColor1;
243
339
 
244
340
  // [Tags "!Protected"]
341
+ // [Protected "!true"]
245
342
  @sapContent_UnratedColor: @sapPrimary5;
246
343
 
247
344
  // [Tags "!Protected"]
345
+ // [Protected "!true"]
248
346
  @sapContent_BusyColor: @sapHighlightColor;
249
347
 
250
348
  // [Tags "!Protected"]
349
+ // [Protected "!true"]
251
350
  @sapContent_FocusColor: @sapPrimary2;
252
351
 
253
352
  // [Tags "!Protected"]
353
+ // [Protected "!true"]
254
354
  @sapContent_FocusStyle: solid;
255
355
 
256
356
  // [Tags "!Protected"]
357
+ // [Protected "!true"]
257
358
  @sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
258
359
 
259
360
  // [Tags "!Protected"]
361
+ // [Protected "!true"]
260
362
  @sapContent_ContrastFocusColor: #000;
261
363
 
262
364
  // [Tags "!Protected"]
365
+ // [Protected "!true"]
263
366
  @sapContent_ShadowColor: #000;
264
367
 
265
368
  // [Tags "!Protected"]
369
+ // [Protected "!true"]
266
370
  @sapContent_ContrastShadowColor: #fff;
267
371
 
268
372
  // [Tags "!Protected"]
269
- @sapContent_Shadow0: 0 0 0.125rem 0 fade(@sapContent_ContrastShadowColor, 20), 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 30);
373
+ // [Protected "!true"]
374
+ @sapContent_Shadow0: 0 0 0.125rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 20);
270
375
 
271
376
  // [Tags "!Protected"]
377
+ // [Protected "!true"]
272
378
  @sapContent_Shadow1: 0 0 0 0.0625rem fade(@sapContent_ContrastShadowColor, 35), 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 60);
273
379
 
274
380
  // [Tags "!Protected"]
381
+ // [Protected "!true"]
275
382
  @sapContent_Shadow2: 0 0 0 0.0625rem fade(@sapContent_ContrastShadowColor, 35), 0 0.625rem 1.875rem 0 fade(@sapContent_ShadowColor, 60);
276
383
 
277
384
  // [Tags "!Protected"]
385
+ // [Protected "!true"]
278
386
  @sapContent_Shadow3: 0 0 0 0.0625rem fade(@sapContent_ContrastShadowColor, 35), 0 1.25rem 5rem 0 fade(@sapContent_ShadowColor, 60);
279
387
 
280
388
  // [Tags "!Protected"]
389
+ // [Protected "!true"]
281
390
  @sapContent_TextShadow: 0 0 0.125rem @sapContent_ShadowColor;
282
391
 
283
392
  // [Tags "!Protected"]
393
+ // [Protected "!true"]
284
394
  @sapContent_ContrastTextShadow: none;
285
395
 
286
396
  // [Tags "!Protected"]
397
+ // [Protected "!true"]
287
398
  @sapContent_HeaderShadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 20), inset 0 -0.0625rem 0 0 @sapObjectHeader_BorderColor;
288
399
 
289
400
  // [Tags "!Protected"]
401
+ // [Protected "!true"]
290
402
  @sapContent_Interaction_Shadow: 0 0 0.125rem 0 fade(@sapNeutralColor, 72);
291
403
 
292
404
  // [Tags "!Protected"]
405
+ // [Protected "!true"]
293
406
  @sapContent_Selected_Shadow: 0 0 0.125rem 0 fade(@sapSelectedColor, 72);
294
407
 
295
408
  // [Tags "!Protected"]
409
+ // [Protected "!true"]
296
410
  @sapContent_Negative_Shadow: 0 0 0.125rem 0 fade(@sapNegativeColor, 72);
297
411
 
298
412
  // [Tags "!Protected"]
413
+ // [Protected "!true"]
299
414
  @sapContent_Critical_Shadow: 0 0 0.125rem 0 fade(@sapCriticalColor, 72);
300
415
 
301
416
  // [Tags "!Protected"]
417
+ // [Protected "!true"]
302
418
  @sapContent_Positive_Shadow: 0 0 0.125rem 0 fade(@sapPositiveColor, 72);
303
419
 
304
420
  // [Tags "!Protected"]
421
+ // [Protected "!true"]
305
422
  @sapContent_Informative_Shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
306
423
 
307
424
  // [Tags "!Protected"]
425
+ // [Protected "!true"]
308
426
  @sapContent_Neutral_Shadow: 0 0 0.125rem 0 fade(@sapNeutralColor, 72);
309
427
 
310
428
  // [Tags "!Protected"]
429
+ // [Protected "!true"]
311
430
  @sapContent_SearchHighlightColor: #046c7a;
312
431
 
313
432
  // [Tags "!Protected"]
433
+ // [Protected "!true"]
314
434
  @sapContent_HelpColor: #5dc122;
315
435
 
316
436
  // [Tags "!Protected"]
437
+ // [Protected "!true"]
317
438
  @sapContent_LabelColor: @sapPrimary7;
318
439
 
319
440
  // [Tags "!Protected"]
441
+ // [Protected "!true"]
320
442
  @sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
321
443
 
322
444
  // [Tags "!Protected"]
445
+ // [Protected "!true"]
323
446
  @sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
324
447
 
325
448
  // [Tags "!Protected"]
449
+ // [Protected "!true"]
326
450
  @sapContent_IconFontFamily: "SAP-icons";
327
451
 
328
452
  // [Tags "!Protected"]
453
+ // [Protected "!true"]
329
454
  @sapContent_DisabledTextColor: fade(@sapTextColor, (100 - (@sapContent_DisabledOpacity * 100)));
330
455
 
331
456
  // [Tags "!Protected"]
457
+ // [Protected "!true"]
332
458
  @sapContent_DisabledOpacity: 0.4;
333
459
 
334
460
  // [Tags "!Protected"]
335
- @sapContent_ContrastTextThreshold: 0.5;
461
+ // [Protected "!true"]
462
+ @sapContent_ContrastTextThreshold: 0.386;
336
463
 
337
464
  // [Tags "!Protected"]
465
+ // [Protected "!true"]
338
466
  @sapContent_ContrastTextColor: @sapPrimary3;
339
467
 
340
468
  // [Tags "!Protected"]
469
+ // [Protected "!true"]
341
470
  @sapContent_ForegroundColor: darken(@sapBaseColor, 6.1);
342
471
 
343
472
  // [Tags "!Protected"]
473
+ // [Protected "!true"]
344
474
  @sapContent_ForegroundBorderColor: @sapPrimary5;
345
475
 
346
476
  // [Tags "!Protected"]
477
+ // [Protected "!true"]
347
478
  @sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
348
479
 
349
480
  // [Tags "!Protected"]
481
+ // [Protected "!true"]
350
482
  @sapContent_BadgeBackground: @sapAccentColor2;
351
483
 
352
484
  // [Tags "!Protected"]
485
+ // [Protected "!true"]
353
486
  @sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
354
487
 
355
488
  // [Tags "!Protected"]
489
+ // [Protected "!true"]
356
490
  @sapContent_DragAndDropActiveColor: @sapHighlightColor;
357
491
 
358
492
  // [Tags "!Protected"]
493
+ // [Protected "!true"]
359
494
  @sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapSelectedColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
360
495
 
361
496
  // [Tags "!Protected"]
497
+ // [Protected "!true"]
362
498
  @sapContent_Selected_Background: @sapPrimary3;
363
499
 
364
500
  // [Tags "!Protected"]
501
+ // [Protected "!true"]
365
502
  @sapContent_Selected_Hover_Background: @sapContent_Selected_Background;
366
503
 
367
504
  // [Tags "!Protected"]
505
+ // [Protected "!true"]
368
506
  @sapContent_Selected_ForegroundColor: @sapSelectedColor;
369
507
 
370
508
  // [Tags "!Protected"]
509
+ // [Protected "!true"]
371
510
  @sapContent_ForcedColorAdjust: none;
372
511
 
373
512
  // [Tags "!Protected"]
513
+ // [Protected "!true"]
374
514
  @sapContent_Illustrative_Color1: #5d36ff;
375
515
 
376
516
  // [Tags "!Protected"]
517
+ // [Protected "!true"]
377
518
  @sapContent_Illustrative_Color2: #4098ff;
378
519
 
379
520
  // [Tags "!Protected"]
521
+ // [Protected "!true"]
380
522
  @sapContent_Illustrative_Color3: #f58b00;
381
523
 
382
524
  // [Tags "!Protected"]
383
- @sapContent_Illustrative_Color4: #5581ae;
525
+ // [Protected "!true"]
526
+ @sapContent_Illustrative_Color4: #688fb7;
384
527
 
385
528
  // [Tags "!Protected"]
529
+ // [Protected "!true"]
386
530
  @sapContent_Illustrative_Color5: #fff;
387
531
 
388
532
  // [Tags "!Protected"]
389
- @sapContent_Illustrative_Color6: #b9c1c6;
533
+ // [Protected "!true"]
534
+ @sapContent_Illustrative_Color6: #818f98;
390
535
 
391
536
  // [Tags "!Protected"]
537
+ // [Protected "!true"]
392
538
  @sapContent_Illustrative_Color7: #223548;
393
539
 
394
540
  // [Tags "!Protected"]
395
- @sapContent_Illustrative_Color8: #fff;
541
+ // [Protected "!true"]
542
+ @sapContent_Illustrative_Color8: #cedbe8;
396
543
 
397
544
  // [Tags "!Protected"]
545
+ // [Protected "!true"]
398
546
  @sapContent_Illustrative_Color9: #64edd2;
399
547
 
400
548
  // [Tags "!Protected"]
549
+ // [Protected "!true"]
401
550
  @sapContent_Illustrative_Color10: #ebf8ff;
402
551
 
403
552
  // [Tags "!Protected"]
553
+ // [Protected "!true"]
404
554
  @sapContent_Illustrative_Color11: #f31ded;
405
555
 
406
556
  // [Tags "!Protected"]
557
+ // [Protected "!true"]
407
558
  @sapContent_Illustrative_Color12: #00a800;
408
559
 
409
560
  // [Tags "!Protected"]
561
+ // [Protected "!true"]
410
562
  @sapContent_Illustrative_Color13: #1782ff;
411
563
 
412
564
  // [Tags "!Protected"]
565
+ // [Protected "!true"]
413
566
  @sapContent_Illustrative_Color14: #0070f3;
414
567
 
415
568
  // [Tags "!Protected"]
569
+ // [Protected "!true"]
416
570
  @sapContent_Illustrative_Color15: #cc7400;
417
571
 
418
572
  // [Tags "!Protected"]
573
+ // [Protected "!true"]
419
574
  @sapContent_Illustrative_Color16: #3b0ac6;
420
575
 
421
576
  // [Tags "!Protected"]
577
+ // [Protected "!true"]
422
578
  @sapContent_Illustrative_Color17: #00a58a;
423
579
 
424
580
  // [Tags "!Protected"]
581
+ // [Protected "!true"]
425
582
  @sapContent_Illustrative_Color18: #2a4259;
426
583
 
427
584
  // [Tags "!Protected"]
585
+ // [Protected "!true"]
428
586
  @sapContent_Illustrative_Color19: #324e6b;
429
587
 
430
588
  // [Tags "!Protected"]
589
+ // [Protected "!true"]
431
590
  @sapContent_Illustrative_Color20: #3b5b7c;
432
591
 
433
592
  // [Tags "!Protected"]
593
+ // [Protected "!true"]
434
594
  @sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
435
595
 
436
596
  // [Tags "!Protected"]
597
+ // [Protected "!true"]
437
598
  @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
438
599
 
439
600
  // [Tags "!Protected"]
601
+ // [Protected "!true"]
440
602
  @sapFontSemiboldFamily: "72-Semibold", "72-Semiboldfull", "72", "72full", Arial, Helvetica, sans-serif;
441
603
 
442
604
  // [Tags "!Protected"]
605
+ // [Protected "!true"]
443
606
  @sapFontSemiboldDuplexFamily: "72-SemiboldDuplex", "72-SemiboldDuplexfull", "72", "72full", Arial, Helvetica, sans-serif;
444
607
 
445
608
  // [Tags "!Protected"]
609
+ // [Protected "!true"]
446
610
  @sapFontBlackFamily: "72Black", "72Blackfull","72", "72full", Arial, Helvetica, sans-serif;
447
611
 
448
612
  // [Tags "!Protected"]
613
+ // [Protected "!true"]
449
614
  @sapFontHeaderFamily: @sapFontBoldFamily;
450
615
 
451
616
  // [Tags "!Protected"]
617
+ // [Protected "!true"]
452
618
  @sapFontSmallSize: 0.75 * @sapContent_GridSize;
453
619
 
454
620
  // [Tags "!Protected"]
621
+ // [Protected "!true"]
455
622
  @sapFontLargeSize: 1.0 * @sapContent_GridSize;
456
623
 
457
624
  // [Tags "!Protected"]
625
+ // [Protected "!true"]
458
626
  @sapFontHeader1Size: 3.0 * @sapContent_GridSize;
459
627
 
460
628
  // [Tags "!Protected"]
629
+ // [Protected "!true"]
461
630
  @sapFontHeader2Size: 2.0 * @sapContent_GridSize;
462
631
 
463
632
  // [Tags "!Protected"]
633
+ // [Protected "!true"]
464
634
  @sapFontHeader3Size: 1.5 * @sapContent_GridSize;
465
635
 
466
636
  // [Tags "!Protected"]
637
+ // [Protected "!true"]
467
638
  @sapFontHeader4Size: 1.25 * @sapContent_GridSize;
468
639
 
469
640
  // [Tags "!Protected"]
641
+ // [Protected "!true"]
470
642
  @sapFontHeader5Size: 1.0 * @sapContent_GridSize;
471
643
 
472
644
  // [Tags "!Protected"]
645
+ // [Protected "!true"]
473
646
  @sapFontHeader6Size: 0.875 * @sapContent_GridSize;
647
+ @sapLink_TextDecoration: none;
474
648
 
475
649
  // [Tags "!Protected"]
650
+ // [Protected "!true"]
476
651
  @sapLink_Hover_Color: darken(@sapPrimary2, 7);
652
+ @sapLink_Hover_TextDecoration: underline;
477
653
 
478
654
  // [Tags "!Protected"]
655
+ // [Protected "!true"]
479
656
  @sapLink_Active_Color: @sapLinkColor;
657
+ @sapLink_Active_TextDecoration: underline;
480
658
 
481
659
  // [Tags "!Protected"]
660
+ // [Protected "!true"]
482
661
  @sapLink_Visited_Color: @sapLinkColor;
483
662
 
484
663
  // [Tags "!Protected"]
664
+ // [Protected "!true"]
485
665
  @sapLink_InvertedColor: lighten(@sapLinkColor, 22);
486
666
 
487
667
  // [Tags "!Protected"]
668
+ // [Protected "!true"]
488
669
  @sapLink_SubtleColor: @sapTextColor;
489
670
 
490
671
  // [Tags "!Protected"]
672
+ // [Protected "!true"]
491
673
  @sapShell_Background: @sapBackgroundColor;
492
674
 
493
675
  // [Tags "!Protected"]
676
+ // [Protected "!true"]
494
677
  @sapShell_BackgroundImage: linear-gradient(to bottom, @sapShell_Background, @sapShell_Background);
495
678
 
496
679
  // [Tags "!Protected"]
680
+ // [Protected "!true"]
497
681
  @sapShell_BackgroundImageOpacity: 1.0;
498
682
 
499
683
  // [Tags "!Protected"]
684
+ // [Protected "!true"]
500
685
  @sapShell_BackgroundImageRepeat: false;
501
686
 
502
687
  // [Tags "!Protected"]
688
+ // [Protected "!true"]
503
689
  @sapShell_BorderColor: @sapShellColor;
504
690
 
505
691
  // [Tags "!Protected"]
692
+ // [Protected "!true"]
506
693
  @sapShell_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
507
694
 
508
695
  // [Tags "!Protected"]
696
+ // [Protected "!true"]
509
697
  @sapShell_InteractiveBackground: @sapField_Background;
510
698
 
511
699
  // [Tags "!Protected"]
700
+ // [Protected "!true"]
512
701
  @sapShell_InteractiveTextColor: @sapShell_TextColor;
513
702
 
514
703
  // [Tags "!Protected"]
704
+ // [Protected "!true"]
515
705
  @sapShell_InteractiveBorderColor: @sapField_BorderColor;
516
706
 
517
707
  // [Tags "!Protected"]
708
+ // [Protected "!true"]
518
709
  @sapShell_GroupTitleTextColor: @sapTitleColor;
519
710
 
520
711
  // [Tags "!Protected"]
712
+ // [Protected "!true"]
521
713
  @sapShell_GroupTitleTextShadow: 0 0 0.125 * @sapContent_GridSize contrast(@sapShell_GroupTitleTextColor, @sapContent_ShadowColor, @sapContent_ContrastShadowColor, @sapContent_ContrastTextThreshold);
522
714
 
523
715
  // [Tags "!Protected"]
716
+ // [Protected "!true"]
524
717
  @sapShell_Hover_Background: @sapShellColor;
525
718
 
526
719
  // [Tags "!Protected"]
720
+ // [Protected "!true"]
527
721
  @sapShell_Active_Background: @sapShellColor;
528
722
 
529
723
  // [Tags "!Protected"]
724
+ // [Protected "!true"]
530
725
  @sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapPrimary2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
531
726
 
532
727
  // [Tags "!Protected"]
728
+ // [Protected "!true"]
533
729
  @sapShell_Selected_Background: @sapShellColor;
534
730
 
535
731
  // [Tags "!Protected"]
732
+ // [Protected "!true"]
536
733
  @sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapPrimary2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
537
734
 
538
735
  // [Tags "!Protected"]
736
+ // [Protected "!true"]
539
737
  @sapShell_Selected_Hover_Background: @sapShellColor;
540
738
 
541
739
  // [Tags "!Protected"]
740
+ // [Protected "!true"]
542
741
  @sapShell_Favicon: none;
543
742
 
544
743
  // [Tags "!Protected"]
744
+ // [Protected "!true"]
545
745
  @sapShell_Navigation_Background: @sapShellColor;
546
746
 
547
747
  // [Tags "!Protected"]
748
+ // [Protected "!true"]
548
749
  @sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
549
750
 
550
751
  // [Tags "!Protected"]
752
+ // [Protected "!true"]
551
753
  @sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
552
754
 
553
755
  // [Tags "!Protected"]
756
+ // [Protected "!true"]
554
757
  @sapShell_Navigation_Selected_TextColor: contrast(@sapShell_Navigation_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
555
758
 
556
759
  // [Tags "!Protected"]
760
+ // [Protected "!true"]
557
761
  @sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
558
762
 
559
763
  // [Tags "!Protected"]
764
+ // [Protected "!true"]
560
765
  @sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
561
766
 
562
767
  // [Tags "!Protected"]
768
+ // [Protected "!true"]
563
769
  @sapShell_Navigation_Active_Background: @sapShell_Active_Background;
564
770
 
565
771
  // [Tags "!Protected"]
772
+ // [Protected "!true"]
566
773
  @sapShell_Shadow: 0 0.125rem 0.125rem 0 fade(@sapContent_ShadowColor, 80), inset 0 -0.0625rem 0 0 fade(@sapContent_ContrastShadowColor, 20);
567
774
 
568
775
  // [Tags "!Protected"]
776
+ // [Protected "!true"]
569
777
  @sapShell_NegativeColor: @sapNegativeTextColor;
570
778
 
571
779
  // [Tags "!Protected"]
780
+ // [Protected "!true"]
572
781
  @sapShell_CriticalColor: @sapCriticalTextColor;
573
782
 
574
783
  // [Tags "!Protected"]
784
+ // [Protected "!true"]
575
785
  @sapShell_PositiveColor: @sapPositiveTextColor;
576
786
 
577
787
  // [Tags "!Protected"]
788
+ // [Protected "!true"]
578
789
  @sapShell_InformativeColor: @sapInformativeTextColor;
579
790
 
580
791
  // [Tags "!Protected"]
792
+ // [Protected "!true"]
581
793
  @sapShell_NeutralColor: @sapNeutralTextColor;
582
794
 
583
795
  // [Tags "!Protected"]
796
+ // [Protected "!true"]
584
797
  @sapShell_Category_1_Background: #89d1ff;
585
798
  @sapShell_Category_1_BorderColor: @sapShell_Category_1_Background;
586
799
  @sapShell_Category_1_TextColor: contrast(@sapShell_Category_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
587
800
  @sapShell_Category_1_TextShadow: none;
588
801
 
589
802
  // [Tags "!Protected"]
803
+ // [Protected "!true"]
590
804
  @sapShell_Category_2_Background: #feadc8;
591
805
  @sapShell_Category_2_BorderColor: @sapShell_Category_2_Background;
592
806
  @sapShell_Category_2_TextColor: contrast(@sapShell_Category_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
593
807
  @sapShell_Category_2_TextShadow: none;
594
808
 
595
809
  // [Tags "!Protected"]
810
+ // [Protected "!true"]
596
811
  @sapShell_Category_3_Background: #ffb300;
597
812
  @sapShell_Category_3_BorderColor: @sapShell_Category_3_Background;
598
813
  @sapShell_Category_3_TextColor: contrast(@sapShell_Category_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
599
814
  @sapShell_Category_3_TextShadow: none;
600
815
 
601
816
  // [Tags "!Protected"]
817
+ // [Protected "!true"]
602
818
  @sapShell_Category_4_Background: #aa7dd9;
603
819
  @sapShell_Category_4_BorderColor: @sapShell_Category_4_Background;
604
820
  @sapShell_Category_4_TextColor: contrast(@sapShell_Category_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
605
821
  @sapShell_Category_4_TextShadow: none;
606
822
 
607
823
  // [Tags "!Protected"]
824
+ // [Protected "!true"]
608
825
  @sapShell_Category_5_Background: #fbbfac;
609
826
  @sapShell_Category_5_BorderColor: @sapShell_Category_5_Background;
610
827
  @sapShell_Category_5_TextColor: contrast(@sapShell_Category_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
611
828
  @sapShell_Category_5_TextShadow: none;
612
829
 
613
830
  // [Tags "!Protected"]
831
+ // [Protected "!true"]
614
832
  @sapShell_Category_6_Background: #2ce0bf;
615
833
  @sapShell_Category_6_BorderColor: @sapShell_Category_6_Background;
616
834
  @sapShell_Category_6_TextColor: contrast(@sapShell_Category_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
617
835
  @sapShell_Category_6_TextShadow: none;
618
836
 
619
837
  // [Tags "!Protected"]
838
+ // [Protected "!true"]
620
839
  @sapShell_Category_7_Background: #ff8af0;
621
840
  @sapShell_Category_7_BorderColor: @sapShell_Category_7_Background;
622
841
  @sapShell_Category_7_TextColor: contrast(@sapShell_Category_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
623
842
  @sapShell_Category_7_TextShadow: none;
624
843
 
625
844
  // [Tags "!Protected"]
845
+ // [Protected "!true"]
626
846
  @sapShell_Category_8_Background: #97dd40;
627
847
  @sapShell_Category_8_BorderColor: @sapShell_Category_8_Background;
628
848
  @sapShell_Category_8_TextColor: contrast(@sapShell_Category_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
629
849
  @sapShell_Category_8_TextShadow: none;
630
850
 
631
851
  // [Tags "!Protected"]
852
+ // [Protected "!true"]
632
853
  @sapShell_Category_9_Background: #1b90ff;
633
854
  @sapShell_Category_9_BorderColor: @sapShell_Category_9_Background;
634
855
  @sapShell_Category_9_TextColor: contrast(@sapShell_Category_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
635
856
  @sapShell_Category_9_TextShadow: none;
636
857
 
637
858
  // [Tags "!Protected"]
859
+ // [Protected "!true"]
638
860
  @sapShell_Category_10_Background: #8396a8;
639
861
  @sapShell_Category_10_BorderColor: @sapShell_Category_10_Background;
640
862
  @sapShell_Category_10_TextColor: contrast(@sapShell_Category_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
641
863
  @sapShell_Category_10_TextShadow: none;
642
864
 
643
865
  // [Tags "!Protected"]
866
+ // [Protected "!true"]
644
867
  @sapShell_Category_11_Background: #fe5656;
645
868
  @sapShell_Category_11_BorderColor: @sapShell_Category_11_Background;
646
869
  @sapShell_Category_11_TextColor: contrast(@sapShell_Category_11_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
647
870
  @sapShell_Category_11_TextShadow: none;
648
871
 
649
872
  // [Tags "!Protected"]
873
+ // [Protected "!true"]
650
874
  @sapShell_Category_12_Background: #9b99ff;
651
875
  @sapShell_Category_12_BorderColor: @sapShell_Category_12_Background;
652
876
  @sapShell_Category_12_TextColor: contrast(@sapShell_Category_12_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
653
877
  @sapShell_Category_12_TextShadow: none;
654
878
 
655
879
  // [Tags "!Protected"]
880
+ // [Protected "!true"]
656
881
  @sapShell_Category_13_Background: #f52ebc;
657
882
  @sapShell_Category_13_BorderColor: @sapShell_Category_13_Background;
658
883
  @sapShell_Category_13_TextColor: contrast(@sapShell_Category_13_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
659
884
  @sapShell_Category_13_TextShadow: none;
660
885
 
661
886
  // [Tags "!Protected"]
887
+ // [Protected "!true"]
662
888
  @sapShell_Category_14_Background: #0ba38a;
663
889
  @sapShell_Category_14_BorderColor: @sapShell_Category_14_Background;
664
890
  @sapShell_Category_14_TextColor: contrast(@sapShell_Category_14_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
665
891
  @sapShell_Category_14_TextShadow: none;
666
892
 
667
893
  // [Tags "!Protected"]
894
+ // [Protected "!true"]
668
895
  @sapShell_Category_15_Background: #d5dadd;
669
896
  @sapShell_Category_15_BorderColor: @sapShell_Category_15_Background;
670
897
  @sapShell_Category_15_TextColor: contrast(@sapShell_Category_15_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
671
898
  @sapShell_Category_15_TextShadow: none;
672
899
 
673
900
  // [Tags "!Protected"]
901
+ // [Protected "!true"]
674
902
  @sapShell_Category_16_Background: #39ad1f;
675
903
  @sapShell_Category_16_BorderColor: @sapShell_Category_16_Background;
676
904
  @sapShell_Category_16_TextColor: contrast(@sapShell_Category_16_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
677
905
  @sapShell_Category_16_TextShadow: none;
678
906
 
679
907
  // [Tags "!Protected"]
908
+ // [Protected "!true"]
680
909
  @sapAvatar_1_Background: @sapAccentBackgroundColor1;
681
910
 
682
911
  // [Tags "!Protected"]
912
+ // [Protected "!true"]
683
913
  @sapAvatar_1_BorderColor: @sapAvatar_1_Background;
684
914
 
685
915
  // [Tags "!Protected"]
916
+ // [Protected "!true"]
686
917
  @sapAvatar_1_TextColor: contrast(@sapAvatar_1_Background, @sapAccentColor1, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
687
918
 
688
919
  // [Tags "!Protected"]
920
+ // [Protected "!true"]
689
921
  @sapAvatar_2_Background: @sapAccentBackgroundColor2;
690
922
 
691
923
  // [Tags "!Protected"]
924
+ // [Protected "!true"]
692
925
  @sapAvatar_2_BorderColor: @sapAvatar_2_Background;
693
926
 
694
927
  // [Tags "!Protected"]
928
+ // [Protected "!true"]
695
929
  @sapAvatar_2_TextColor: contrast(@sapAvatar_2_Background, @sapAccentColor2, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
696
930
 
697
931
  // [Tags "!Protected"]
932
+ // [Protected "!true"]
698
933
  @sapAvatar_3_Background: @sapAccentBackgroundColor3;
699
934
 
700
935
  // [Tags "!Protected"]
936
+ // [Protected "!true"]
701
937
  @sapAvatar_3_BorderColor: @sapAvatar_3_Background;
702
938
 
703
939
  // [Tags "!Protected"]
940
+ // [Protected "!true"]
704
941
  @sapAvatar_3_TextColor: contrast(@sapAvatar_3_Background, @sapAccentColor3, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
705
942
 
706
943
  // [Tags "!Protected"]
944
+ // [Protected "!true"]
707
945
  @sapAvatar_4_Background: @sapAccentBackgroundColor4;
708
946
 
709
947
  // [Tags "!Protected"]
948
+ // [Protected "!true"]
710
949
  @sapAvatar_4_BorderColor: @sapAvatar_4_Background;
711
950
 
712
951
  // [Tags "!Protected"]
952
+ // [Protected "!true"]
713
953
  @sapAvatar_4_TextColor: contrast(@sapAvatar_4_Background, @sapAccentColor4, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
714
954
 
715
955
  // [Tags "!Protected"]
956
+ // [Protected "!true"]
716
957
  @sapAvatar_5_Background: @sapAccentBackgroundColor5;
717
958
 
718
959
  // [Tags "!Protected"]
960
+ // [Protected "!true"]
719
961
  @sapAvatar_5_BorderColor: @sapAvatar_5_Background;
720
962
 
721
963
  // [Tags "!Protected"]
964
+ // [Protected "!true"]
722
965
  @sapAvatar_5_TextColor: contrast(@sapAvatar_5_Background, @sapAccentColor5, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
723
966
 
724
967
  // [Tags "!Protected"]
968
+ // [Protected "!true"]
725
969
  @sapAvatar_6_Background: @sapAccentBackgroundColor6;
726
970
 
727
971
  // [Tags "!Protected"]
972
+ // [Protected "!true"]
728
973
  @sapAvatar_6_BorderColor: @sapAvatar_6_Background;
729
974
 
730
975
  // [Tags "!Protected"]
976
+ // [Protected "!true"]
731
977
  @sapAvatar_6_TextColor: contrast(@sapAvatar_6_Background, @sapAccentColor6, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
732
978
 
733
979
  // [Tags "!Protected"]
980
+ // [Protected "!true"]
734
981
  @sapAvatar_7_Background: @sapAccentBackgroundColor7;
735
982
 
736
983
  // [Tags "!Protected"]
984
+ // [Protected "!true"]
737
985
  @sapAvatar_7_BorderColor: @sapAvatar_7_Background;
738
986
 
739
987
  // [Tags "!Protected"]
988
+ // [Protected "!true"]
740
989
  @sapAvatar_7_TextColor: contrast(@sapAvatar_7_Background, @sapAccentColor7, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
741
990
 
742
991
  // [Tags "!Protected"]
992
+ // [Protected "!true"]
743
993
  @sapAvatar_8_Background: @sapAccentBackgroundColor8;
744
994
 
745
995
  // [Tags "!Protected"]
996
+ // [Protected "!true"]
746
997
  @sapAvatar_8_BorderColor: @sapAvatar_8_Background;
747
998
 
748
999
  // [Tags "!Protected"]
1000
+ // [Protected "!true"]
749
1001
  @sapAvatar_8_TextColor: contrast(@sapAvatar_8_Background, @sapAccentColor8, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
750
1002
 
751
1003
  // [Tags "!Protected"]
1004
+ // [Protected "!true"]
752
1005
  @sapAvatar_9_Background: @sapAccentBackgroundColor9;
753
1006
 
754
1007
  // [Tags "!Protected"]
1008
+ // [Protected "!true"]
755
1009
  @sapAvatar_9_BorderColor: @sapAvatar_9_Background;
756
1010
 
757
1011
  // [Tags "!Protected"]
1012
+ // [Protected "!true"]
758
1013
  @sapAvatar_9_TextColor: contrast(@sapAvatar_9_Background, @sapAccentColor9, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
759
1014
 
760
1015
  // [Tags "!Protected"]
1016
+ // [Protected "!true"]
761
1017
  @sapAvatar_10_Background: @sapAccentBackgroundColor10;
762
1018
 
763
1019
  // [Tags "!Protected"]
1020
+ // [Protected "!true"]
764
1021
  @sapAvatar_10_BorderColor: @sapAvatar_10_Background;
765
1022
 
766
1023
  // [Tags "!Protected"]
1024
+ // [Protected "!true"]
767
1025
  @sapAvatar_10_TextColor: contrast(@sapAvatar_10_Background, @sapAccentColor10, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
768
1026
 
769
1027
  // [Tags "!Protected"]
1028
+ // [Protected "!true"]
770
1029
  @sapButton_Background: lighten(@sapBackgroundColor, 14);
771
1030
 
772
1031
  // [Tags "!Protected"]
1032
+ // [Protected "!true"]
773
1033
  @sapButton_BorderColor: lighten(@sapBackgroundColor, 14);
774
1034
 
775
1035
  // [Tags "!Protected"]
1036
+ // [Protected "!true"]
776
1037
  @sapButton_BorderWidth: @sapElement_BorderWidth;
777
1038
 
778
1039
  // [Tags "!Protected"]
1040
+ // [Protected "!true"]
779
1041
  @sapButton_BorderCornerRadius: 0.5 * @sapContent_GridSize;
780
1042
 
781
1043
  // [Tags "!Protected"]
1044
+ // [Protected "!true"]
782
1045
  @sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
783
1046
 
784
1047
  // [Tags "!Protected"]
1048
+ // [Protected "!true"]
785
1049
  @sapButton_Hover_Background: @sapPrimary3;
786
1050
 
787
1051
  // [Tags "!Protected"]
1052
+ // [Protected "!true"]
788
1053
  @sapButton_Hover_BorderColor: @sapButton_Hover_Background;
789
1054
 
790
1055
  // [Tags "!Protected"]
1056
+ // [Protected "!true"]
791
1057
  @sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
792
1058
 
793
1059
  // [Tags "!Protected"]
1060
+ // [Protected "!true"]
794
1061
  @sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
795
1062
 
796
1063
  // [Tags "!Protected"]
1064
+ // [Protected "!true"]
797
1065
  @sapButton_Active_Background: lighten(@sapActiveColor, 15);
798
1066
 
799
1067
  // [Tags "!Protected"]
1068
+ // [Protected "!true"]
800
1069
  @sapButton_Active_BorderColor: @sapHighlightColor;
801
1070
 
802
1071
  // [Tags "!Protected"]
1072
+ // [Protected "!true"]
803
1073
  @sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
804
1074
 
805
1075
  // [Tags "!Protected"]
1076
+ // [Protected "!true"]
806
1077
  @sapButton_Emphasized_Background: @sapBrandColor;
807
1078
 
808
1079
  // [Tags "!Protected"]
1080
+ // [Protected "!true"]
809
1081
  @sapButton_Emphasized_BorderColor: @sapButton_Emphasized_Background;
810
1082
 
811
1083
  // [Tags "!Protected"]
812
- @sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1084
+ // [Protected "!true"]
1085
+ @sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, lighten(@sapTextColor, 8), @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
813
1086
 
814
1087
  // [Tags "!Protected"]
1088
+ // [Protected "!true"]
815
1089
  @sapButton_Emphasized_Hover_Background: darken(@sapButton_Emphasized_Background, 5);
816
1090
 
817
1091
  // [Tags "!Protected"]
1092
+ // [Protected "!true"]
818
1093
  @sapButton_Emphasized_Hover_BorderColor: darken(@sapButton_Emphasized_Background, 5);
819
1094
 
820
1095
  // [Tags "!Protected"]
1096
+ // [Protected "!true"]
821
1097
  @sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
822
1098
 
823
1099
  // [Tags "!Protected"]
1100
+ // [Protected "!true"]
824
1101
  @sapButton_Emphasized_Active_Background: @sapButton_Active_Background;
825
1102
 
826
1103
  // [Tags "!Protected"]
1104
+ // [Protected "!true"]
827
1105
  @sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;
828
1106
 
829
1107
  // [Tags "!Protected"]
1108
+ // [Protected "!true"]
830
1109
  @sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapHighlightColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
831
1110
 
832
1111
  // [Tags "!Protected"]
1112
+ // [Protected "!true"]
833
1113
  @sapButton_Emphasized_TextShadow: transparent;
834
1114
 
835
1115
  // [Tags "!Protected"]
1116
+ // [Protected "!true"]
836
1117
  @sapButton_Emphasized_FontWeight: bold;
837
1118
 
838
1119
  // [Tags "!Protected"]
1120
+ // [Protected "!true"]
839
1121
  @sapButton_Reject_Background: lighten(@sapErrorBackground, 4);
840
1122
 
841
1123
  // [Tags "!Protected"]
1124
+ // [Protected "!true"]
842
1125
  @sapButton_Reject_BorderColor: @sapButton_Reject_Background;
843
1126
 
844
1127
  // [Tags "!Protected"]
1128
+ // [Protected "!true"]
845
1129
  @sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
846
1130
 
847
1131
  // [Tags "!Protected"]
1132
+ // [Protected "!true"]
848
1133
  @sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
849
1134
 
850
1135
  // [Tags "!Protected"]
1136
+ // [Protected "!true"]
851
1137
  @sapButton_Reject_Hover_BorderColor: @sapButton_Hover_BorderColor;
852
1138
 
853
1139
  // [Tags "!Protected"]
1140
+ // [Protected "!true"]
854
1141
  @sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
855
1142
 
856
1143
  // [Tags "!Protected"]
1144
+ // [Protected "!true"]
857
1145
  @sapButton_Reject_Active_Background: @sapButton_Active_Background;
858
1146
 
859
1147
  // [Tags "!Protected"]
1148
+ // [Protected "!true"]
860
1149
  @sapButton_Reject_Active_BorderColor: @sapErrorBorderColor;
861
1150
 
862
1151
  // [Tags "!Protected"]
1152
+ // [Protected "!true"]
863
1153
  @sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
864
1154
 
865
1155
  // [Tags "!Protected"]
1156
+ // [Protected "!true"]
866
1157
  @sapButton_Reject_Selected_Background: @sapButton_Reject_Active_Background;
867
1158
 
868
1159
  // [Tags "!Protected"]
1160
+ // [Protected "!true"]
869
1161
  @sapButton_Reject_Selected_BorderColor: @sapButton_Reject_Active_BorderColor;
870
1162
 
871
1163
  // [Tags "!Protected"]
1164
+ // [Protected "!true"]
872
1165
  @sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
873
1166
 
874
1167
  // [Tags "!Protected"]
1168
+ // [Protected "!true"]
875
1169
  @sapButton_Reject_Selected_Hover_Background: @sapButton_Reject_Selected_Background;
876
1170
 
877
1171
  // [Tags "!Protected"]
1172
+ // [Protected "!true"]
878
1173
  @sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Reject_Selected_BorderColor;
879
1174
 
880
1175
  // [Tags "!Protected"]
1176
+ // [Protected "!true"]
881
1177
  @sapButton_Accept_Background: lighten(@sapSuccessBackground, 3);
882
1178
 
883
1179
  // [Tags "!Protected"]
1180
+ // [Protected "!true"]
884
1181
  @sapButton_Accept_BorderColor: @sapButton_Accept_Background;
885
1182
 
886
1183
  // [Tags "!Protected"]
1184
+ // [Protected "!true"]
887
1185
  @sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
888
1186
 
889
1187
  // [Tags "!Protected"]
1188
+ // [Protected "!true"]
890
1189
  @sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
891
1190
 
892
1191
  // [Tags "!Protected"]
1192
+ // [Protected "!true"]
893
1193
  @sapButton_Accept_Hover_BorderColor: @sapButton_Hover_BorderColor;
894
1194
 
895
1195
  // [Tags "!Protected"]
1196
+ // [Protected "!true"]
896
1197
  @sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
897
1198
 
898
1199
  // [Tags "!Protected"]
1200
+ // [Protected "!true"]
899
1201
  @sapButton_Accept_Active_Background: @sapButton_Active_Background;
900
1202
 
901
1203
  // [Tags "!Protected"]
1204
+ // [Protected "!true"]
902
1205
  @sapButton_Accept_Active_BorderColor: @sapSuccessBorderColor;
903
1206
 
904
1207
  // [Tags "!Protected"]
1208
+ // [Protected "!true"]
905
1209
  @sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
906
1210
 
907
1211
  // [Tags "!Protected"]
1212
+ // [Protected "!true"]
908
1213
  @sapButton_Accept_Selected_Background: @sapButton_Accept_Active_Background;
909
1214
 
910
1215
  // [Tags "!Protected"]
1216
+ // [Protected "!true"]
911
1217
  @sapButton_Accept_Selected_BorderColor: @sapButton_Accept_Active_BorderColor;
912
1218
 
913
1219
  // [Tags "!Protected"]
1220
+ // [Protected "!true"]
914
1221
  @sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
915
1222
 
916
1223
  // [Tags "!Protected"]
1224
+ // [Protected "!true"]
917
1225
  @sapButton_Accept_Selected_Hover_Background: @sapButton_Accept_Hover_Background;
918
1226
 
919
1227
  // [Tags "!Protected"]
1228
+ // [Protected "!true"]
920
1229
  @sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Accept_Selected_BorderColor;
921
1230
 
922
1231
  // [Tags "!Protected"]
1232
+ // [Protected "!true"]
923
1233
  @sapButton_Lite_Background: transparent;
924
1234
 
925
1235
  // [Tags "!Protected"]
1236
+ // [Protected "!true"]
926
1237
  @sapButton_Lite_BorderColor: transparent;
927
1238
 
928
1239
  // [Tags "!Protected"]
1240
+ // [Protected "!true"]
929
1241
  @sapButton_Lite_TextColor: @sapHighlightColor;
930
1242
 
931
1243
  // [Tags "!Protected"]
1244
+ // [Protected "!true"]
932
1245
  @sapButton_Lite_Hover_Background: @sapButton_Hover_Background;
933
1246
 
934
1247
  // [Tags "!Protected"]
1248
+ // [Protected "!true"]
935
1249
  @sapButton_Lite_Hover_BorderColor: @sapButton_Hover_BorderColor;
936
1250
 
937
1251
  // [Tags "!Protected"]
1252
+ // [Protected "!true"]
938
1253
  @sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
939
1254
 
940
1255
  // [Tags "!Protected"]
1256
+ // [Protected "!true"]
941
1257
  @sapButton_Lite_Active_Background: @sapButton_Active_Background;
942
1258
 
943
1259
  // [Tags "!Protected"]
1260
+ // [Protected "!true"]
944
1261
  @sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
945
1262
 
946
1263
  // [Tags "!Protected"]
1264
+ // [Protected "!true"]
947
1265
  @sapButton_Selected_Background: @sapContent_Selected_Background;
948
1266
 
949
1267
  // [Tags "!Protected"]
1268
+ // [Protected "!true"]
950
1269
  @sapButton_Selected_BorderColor: @sapSelectedColor;
951
1270
 
952
1271
  // [Tags "!Protected"]
1272
+ // [Protected "!true"]
953
1273
  @sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapSelectedColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
954
1274
 
955
1275
  // [Tags "!Protected"]
1276
+ // [Protected "!true"]
956
1277
  @sapButton_Selected_Hover_Background: @sapButton_Selected_Background;
957
1278
 
958
1279
  // [Tags "!Protected"]
1280
+ // [Protected "!true"]
959
1281
  @sapButton_Selected_Hover_BorderColor: @sapButton_Selected_BorderColor;
960
1282
 
961
1283
  // [Tags "!Protected"]
1284
+ // [Protected "!true"]
962
1285
  @sapButton_Attention_Background: @sapWarningBackground;
963
1286
 
964
1287
  // [Tags "!Protected"]
1288
+ // [Protected "!true"]
965
1289
  @sapButton_Attention_BorderColor: @sapButton_Attention_Background;
966
1290
 
967
1291
  // [Tags "!Protected"]
1292
+ // [Protected "!true"]
968
1293
  @sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
969
1294
 
970
1295
  // [Tags "!Protected"]
1296
+ // [Protected "!true"]
971
1297
  @sapButton_Attention_Hover_Background: @sapButton_Hover_Background;
972
1298
 
973
1299
  // [Tags "!Protected"]
1300
+ // [Protected "!true"]
974
1301
  @sapButton_Attention_Hover_BorderColor: @sapButton_Hover_BorderColor;
975
1302
 
976
1303
  // [Tags "!Protected"]
1304
+ // [Protected "!true"]
977
1305
  @sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
978
1306
 
979
1307
  // [Tags "!Protected"]
1308
+ // [Protected "!true"]
980
1309
  @sapButton_Attention_Active_Background: @sapButton_Active_Background;
981
1310
 
982
1311
  // [Tags "!Protected"]
1312
+ // [Protected "!true"]
983
1313
  @sapButton_Attention_Active_BorderColor: @sapWarningBorderColor;
984
1314
 
985
1315
  // [Tags "!Protected"]
1316
+ // [Protected "!true"]
986
1317
  @sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
987
1318
 
988
1319
  // [Tags "!Protected"]
1320
+ // [Protected "!true"]
989
1321
  @sapButton_Attention_Selected_Background: @sapButton_Attention_Active_Background;
990
1322
 
991
1323
  // [Tags "!Protected"]
1324
+ // [Protected "!true"]
992
1325
  @sapButton_Attention_Selected_BorderColor: @sapButton_Attention_Active_BorderColor;
993
1326
 
994
1327
  // [Tags "!Protected"]
1328
+ // [Protected "!true"]
995
1329
  @sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapCriticalTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
996
1330
 
997
1331
  // [Tags "!Protected"]
1332
+ // [Protected "!true"]
998
1333
  @sapButton_Attention_Selected_Hover_Background: @sapButton_Attention_Selected_Background;
999
1334
 
1000
1335
  // [Tags "!Protected"]
1336
+ // [Protected "!true"]
1001
1337
  @sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Attention_Selected_BorderColor;
1002
1338
 
1003
1339
  // [Tags "!Protected"]
1340
+ // [Protected "!true"]
1004
1341
  @sapButton_Negative_Background: @sapNegativeElementColor;
1005
1342
 
1006
1343
  // [Tags "!Protected"]
1344
+ // [Protected "!true"]
1007
1345
  @sapButton_Negative_BorderColor: @sapButton_Negative_Background;
1008
1346
 
1009
1347
  // [Tags "!Protected"]
1348
+ // [Protected "!true"]
1010
1349
  @sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1011
1350
 
1012
1351
  // [Tags "!Protected"]
1352
+ // [Protected "!true"]
1013
1353
  @sapButton_Negative_Hover_Background: lighten(@sapButton_Negative_Background, 5);
1014
1354
 
1015
1355
  // [Tags "!Protected"]
1356
+ // [Protected "!true"]
1016
1357
  @sapButton_Negative_Hover_BorderColor: @sapButton_Negative_Hover_Background;
1017
1358
 
1018
1359
  // [Tags "!Protected"]
1360
+ // [Protected "!true"]
1019
1361
  @sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1020
1362
 
1021
1363
  // [Tags "!Protected"]
1364
+ // [Protected "!true"]
1022
1365
  @sapButton_Negative_Active_Background: lighten(@sapButton_Negative_Background, 10);
1023
1366
 
1024
1367
  // [Tags "!Protected"]
1368
+ // [Protected "!true"]
1025
1369
  @sapButton_Negative_Active_BorderColor: @sapButton_Negative_Active_Background;
1026
1370
 
1027
1371
  // [Tags "!Protected"]
1372
+ // [Protected "!true"]
1028
1373
  @sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1029
1374
 
1030
1375
  // [Tags "!Protected"]
1376
+ // [Protected "!true"]
1031
1377
  @sapButton_Critical_Background: @sapCriticalElementColor;
1032
1378
 
1033
1379
  // [Tags "!Protected"]
1380
+ // [Protected "!true"]
1034
1381
  @sapButton_Critical_BorderColor: @sapButton_Critical_Background;
1035
1382
 
1036
1383
  // [Tags "!Protected"]
1384
+ // [Protected "!true"]
1037
1385
  @sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1038
1386
 
1039
1387
  // [Tags "!Protected"]
1388
+ // [Protected "!true"]
1040
1389
  @sapButton_Critical_Hover_Background: lighten(@sapButton_Critical_Background, 10);
1041
1390
 
1042
1391
  // [Tags "!Protected"]
1392
+ // [Protected "!true"]
1043
1393
  @sapButton_Critical_Hover_BorderColor: @sapButton_Critical_Hover_Background;
1044
1394
 
1045
1395
  // [Tags "!Protected"]
1396
+ // [Protected "!true"]
1046
1397
  @sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1047
1398
 
1048
1399
  // [Tags "!Protected"]
1400
+ // [Protected "!true"]
1049
1401
  @sapButton_Critical_Active_Background: lighten(@sapButton_Critical_Background, 14);
1050
1402
 
1051
1403
  // [Tags "!Protected"]
1404
+ // [Protected "!true"]
1052
1405
  @sapButton_Critical_Active_BorderColor: @sapButton_Critical_Active_Background;
1053
1406
 
1054
1407
  // [Tags "!Protected"]
1408
+ // [Protected "!true"]
1055
1409
  @sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1056
1410
 
1057
1411
  // [Tags "!Protected"]
1412
+ // [Protected "!true"]
1058
1413
  @sapButton_Success_Background: @sapPositiveElementColor;
1059
1414
 
1060
1415
  // [Tags "!Protected"]
1416
+ // [Protected "!true"]
1061
1417
  @sapButton_Success_BorderColor: @sapButton_Success_Background;
1062
1418
 
1063
1419
  // [Tags "!Protected"]
1420
+ // [Protected "!true"]
1064
1421
  @sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1065
1422
 
1066
1423
  // [Tags "!Protected"]
1424
+ // [Protected "!true"]
1067
1425
  @sapButton_Success_Hover_Background: lighten(@sapButton_Success_Background, 5);
1068
1426
 
1069
1427
  // [Tags "!Protected"]
1428
+ // [Protected "!true"]
1070
1429
  @sapButton_Success_Hover_BorderColor: @sapButton_Success_Hover_Background;
1071
1430
 
1072
1431
  // [Tags "!Protected"]
1432
+ // [Protected "!true"]
1073
1433
  @sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1074
1434
 
1075
1435
  // [Tags "!Protected"]
1436
+ // [Protected "!true"]
1076
1437
  @sapButton_Success_Active_Background: lighten(@sapButton_Success_Background, 10);
1077
1438
 
1078
1439
  // [Tags "!Protected"]
1440
+ // [Protected "!true"]
1079
1441
  @sapButton_Success_Active_BorderColor: @sapButton_Success_Active_Background;
1080
1442
 
1081
1443
  // [Tags "!Protected"]
1444
+ // [Protected "!true"]
1082
1445
  @sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1083
1446
 
1084
1447
  // [Tags "!Protected"]
1448
+ // [Protected "!true"]
1085
1449
  @sapButton_Information_Background: @sapInformativeElementColor;
1086
1450
 
1087
1451
  // [Tags "!Protected"]
1452
+ // [Protected "!true"]
1088
1453
  @sapButton_Information_BorderColor: @sapButton_Information_Background;
1089
1454
 
1090
1455
  // [Tags "!Protected"]
1456
+ // [Protected "!true"]
1091
1457
  @sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1092
1458
 
1093
1459
  // [Tags "!Protected"]
1460
+ // [Protected "!true"]
1094
1461
  @sapButton_Information_Hover_Background: lighten(@sapButton_Information_Background, 5);
1095
1462
 
1096
1463
  // [Tags "!Protected"]
1464
+ // [Protected "!true"]
1097
1465
  @sapButton_Information_Hover_BorderColor: @sapButton_Information_Hover_Background;
1098
1466
 
1099
1467
  // [Tags "!Protected"]
1468
+ // [Protected "!true"]
1100
1469
  @sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1101
1470
 
1102
1471
  // [Tags "!Protected"]
1472
+ // [Protected "!true"]
1103
1473
  @sapButton_Information_Active_Background: lighten(@sapButton_Information_Background, 10);
1104
1474
 
1105
1475
  // [Tags "!Protected"]
1476
+ // [Protected "!true"]
1106
1477
  @sapButton_Information_Active_BorderColor: @sapButton_Information_Active_Background;
1107
1478
 
1108
1479
  // [Tags "!Protected"]
1480
+ // [Protected "!true"]
1109
1481
  @sapButton_Information_Active_TextColor: contrast(@sapButton_Information_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1110
1482
 
1111
1483
  // [Tags "!Protected"]
1484
+ // [Protected "!true"]
1112
1485
  @sapButton_Neutral_Background: @sapNeutralElementColor;
1113
1486
 
1114
1487
  // [Tags "!Protected"]
1488
+ // [Protected "!true"]
1115
1489
  @sapButton_Neutral_BorderColor: @sapButton_Neutral_Background;
1116
1490
 
1117
1491
  // [Tags "!Protected"]
1492
+ // [Protected "!true"]
1118
1493
  @sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1119
1494
 
1120
1495
  // [Tags "!Protected"]
1496
+ // [Protected "!true"]
1121
1497
  @sapButton_Neutral_Hover_Background: lighten(@sapButton_Neutral_Background, 5);
1122
1498
 
1123
1499
  // [Tags "!Protected"]
1500
+ // [Protected "!true"]
1124
1501
  @sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_Hover_Background;
1125
1502
 
1126
1503
  // [Tags "!Protected"]
1504
+ // [Protected "!true"]
1127
1505
  @sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1128
1506
 
1129
1507
  // [Tags "!Protected"]
1508
+ // [Protected "!true"]
1130
1509
  @sapButton_Neutral_Active_Background: lighten(@sapButton_Neutral_Background, 10);
1131
1510
 
1132
1511
  // [Tags "!Protected"]
1512
+ // [Protected "!true"]
1133
1513
  @sapButton_Neutral_Active_BorderColor: @sapButton_Neutral_Active_Background;
1134
1514
 
1135
1515
  // [Tags "!Protected"]
1516
+ // [Protected "!true"]
1136
1517
  @sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1137
1518
 
1138
1519
  // [Tags "!Protected"]
1520
+ // [Protected "!true"]
1139
1521
  @sapButton_Track_Background: @sapNeutralElementColor;
1140
1522
 
1141
1523
  // [Tags "!Protected"]
1524
+ // [Protected "!true"]
1142
1525
  @sapButton_Track_BorderColor: @sapButton_Track_Background;
1143
1526
 
1144
1527
  // [Tags "!Protected"]
1528
+ // [Protected "!true"]
1145
1529
  @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1146
1530
 
1147
1531
  // [Tags "!Protected"]
1532
+ // [Protected "!true"]
1148
1533
  @sapButton_Track_Hover_Background: lighten(@sapButton_Track_Background, 5);
1149
1534
 
1150
1535
  // [Tags "!Protected"]
1536
+ // [Protected "!true"]
1151
1537
  @sapButton_Track_Hover_BorderColor: @sapButton_Track_Hover_Background;
1152
1538
 
1153
1539
  // [Tags "!Protected"]
1540
+ // [Protected "!true"]
1154
1541
  @sapButton_Track_Selected_Background: @sapSelectedColor;
1155
1542
 
1156
1543
  // [Tags "!Protected"]
1544
+ // [Protected "!true"]
1157
1545
  @sapButton_Track_Selected_BorderColor: @sapButton_Track_Selected_Background;
1158
1546
 
1159
1547
  // [Tags "!Protected"]
1548
+ // [Protected "!true"]
1160
1549
  @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1161
1550
 
1162
1551
  // [Tags "!Protected"]
1552
+ // [Protected "!true"]
1163
1553
  @sapButton_Track_Selected_Hover_Background: lighten(@sapButton_Track_Selected_Background, 5);
1164
1554
 
1165
1555
  // [Tags "!Protected"]
1556
+ // [Protected "!true"]
1166
1557
  @sapButton_Track_Selected_Hover_BorderColor: @sapButton_Track_Selected_Hover_Background;
1167
1558
 
1168
1559
  // [Tags "!Protected"]
1560
+ // [Protected "!true"]
1169
1561
  @sapButton_Handle_Background: @sapPrimary3;
1170
1562
 
1171
1563
  // [Tags "!Protected"]
1564
+ // [Protected "!true"]
1172
1565
  @sapButton_Handle_BorderColor: @sapButton_Handle_Background;
1173
1566
 
1174
1567
  // [Tags "!Protected"]
1568
+ // [Protected "!true"]
1175
1569
  @sapButton_Handle_TextColor: contrast(@sapButton_Handle_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1176
1570
 
1177
1571
  // [Tags "!Protected"]
1572
+ // [Protected "!true"]
1178
1573
  @sapButton_Handle_Hover_Background: @sapButton_Handle_Background;
1179
1574
 
1180
1575
  // [Tags "!Protected"]
1576
+ // [Protected "!true"]
1181
1577
  @sapButton_Handle_Hover_BorderColor: fade(@sapButton_Handle_Background, 50);
1182
1578
 
1183
1579
  // [Tags "!Protected"]
1580
+ // [Protected "!true"]
1184
1581
  @sapButton_Handle_Selected_Background: @sapButton_Selected_Background;
1185
1582
 
1186
1583
  // [Tags "!Protected"]
1584
+ // [Protected "!true"]
1187
1585
  @sapButton_Handle_Selected_BorderColor: @sapButton_Handle_Selected_Background;
1188
1586
 
1189
1587
  // [Tags "!Protected"]
1588
+ // [Protected "!true"]
1190
1589
  @sapButton_Handle_Selected_TextColor: @sapButton_Selected_TextColor;
1191
1590
 
1192
1591
  // [Tags "!Protected"]
1592
+ // [Protected "!true"]
1193
1593
  @sapButton_Handle_Selected_Hover_Background: @sapButton_Handle_Selected_Background;
1194
1594
 
1195
1595
  // [Tags "!Protected"]
1596
+ // [Protected "!true"]
1196
1597
  @sapButton_Handle_Selected_Hover_BorderColor: fade(@sapButton_Handle_Selected_Background, 50);
1197
1598
 
1198
1599
  // [Tags "!Protected"]
1600
+ // [Protected "!true"]
1199
1601
  @sapButton_Track_Negative_Background: @sapNegativeElementColor;
1200
1602
 
1201
1603
  // [Tags "!Protected"]
1604
+ // [Protected "!true"]
1202
1605
  @sapButton_Track_Negative_BorderColor: @sapButton_Track_Negative_Background;
1203
1606
 
1204
1607
  // [Tags "!Protected"]
1608
+ // [Protected "!true"]
1205
1609
  @sapButton_Track_Negative_TextColor: contrast(@sapButton_Track_Negative_Background, @sapNegativeElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1206
1610
 
1207
1611
  // [Tags "!Protected"]
1612
+ // [Protected "!true"]
1208
1613
  @sapButton_Track_Negative_Hover_Background: lighten(@sapButton_Track_Negative_Background, 5);
1209
1614
 
1210
1615
  // [Tags "!Protected"]
1616
+ // [Protected "!true"]
1211
1617
  @sapButton_Track_Negative_Hover_BorderColor: @sapButton_Track_Negative_Hover_Background;
1212
1618
 
1213
1619
  // [Tags "!Protected"]
1620
+ // [Protected "!true"]
1214
1621
  @sapButton_Handle_Negative_Background: @sapButton_Handle_Background;
1215
1622
 
1216
1623
  // [Tags "!Protected"]
1624
+ // [Protected "!true"]
1217
1625
  @sapButton_Handle_Negative_BorderColor: @sapButton_Handle_Negative_Background;
1218
1626
 
1219
1627
  // [Tags "!Protected"]
1628
+ // [Protected "!true"]
1220
1629
  @sapButton_Handle_Negative_TextColor: contrast(@sapButton_Handle_Negative_Background, @sapNegativeTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1221
1630
 
1222
1631
  // [Tags "!Protected"]
1632
+ // [Protected "!true"]
1223
1633
  @sapButton_Handle_Negative_Hover_Background: @sapButton_Handle_Negative_Background;
1224
1634
 
1225
1635
  // [Tags "!Protected"]
1636
+ // [Protected "!true"]
1226
1637
  @sapButton_Handle_Negative_Hover_BorderColor: fade(@sapButton_Handle_Negative_Background, 50);
1227
1638
 
1228
1639
  // [Tags "!Protected"]
1640
+ // [Protected "!true"]
1229
1641
  @sapButton_Track_Positive_Background: @sapPositiveElementColor;
1230
1642
 
1231
1643
  // [Tags "!Protected"]
1644
+ // [Protected "!true"]
1232
1645
  @sapButton_Track_Positive_BorderColor: @sapButton_Track_Positive_Background;
1233
1646
 
1234
1647
  // [Tags "!Protected"]
1648
+ // [Protected "!true"]
1235
1649
  @sapButton_Track_Positive_TextColor: contrast(@sapButton_Track_Positive_Background, @sapPositiveElementColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1236
1650
 
1237
1651
  // [Tags "!Protected"]
1652
+ // [Protected "!true"]
1238
1653
  @sapButton_Track_Positive_Hover_Background: lighten(@sapButton_Track_Positive_Background, 5);
1239
1654
 
1240
1655
  // [Tags "!Protected"]
1656
+ // [Protected "!true"]
1241
1657
  @sapButton_Track_Positive_Hover_BorderColor: @sapButton_Track_Positive_Hover_Background;
1242
1658
 
1243
1659
  // [Tags "!Protected"]
1660
+ // [Protected "!true"]
1244
1661
  @sapButton_Handle_Positive_Background: @sapPrimary3;
1245
1662
 
1246
1663
  // [Tags "!Protected"]
1664
+ // [Protected "!true"]
1247
1665
  @sapButton_Handle_Positive_BorderColor: @sapButton_Handle_Positive_Background;
1248
1666
 
1249
1667
  // [Tags "!Protected"]
1668
+ // [Protected "!true"]
1250
1669
  @sapButton_Handle_Positive_TextColor: contrast(@sapButton_Handle_Positive_Background, @sapPositiveTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1251
1670
 
1252
1671
  // [Tags "!Protected"]
1672
+ // [Protected "!true"]
1253
1673
  @sapButton_Handle_Positive_Hover_Background: @sapButton_Handle_Positive_Background;
1254
1674
 
1255
1675
  // [Tags "!Protected"]
1676
+ // [Protected "!true"]
1256
1677
  @sapButton_Handle_Positive_Hover_BorderColor: fade(@sapButton_Handle_Positive_Background, 50);
1257
1678
 
1258
1679
  // [Tags "!Protected"]
1680
+ // [Protected "!true"]
1259
1681
  @sapButton_TokenBackground: @sapPrimary3;
1260
1682
 
1261
1683
  // [Tags "!Protected"]
1684
+ // [Protected "!true"]
1262
1685
  @sapButton_TokenBorderColor: @sapPrimary5;
1263
1686
 
1264
1687
  // [Tags "!Protected"]
1688
+ // [Protected "!true"]
1265
1689
  @sapField_Background: lighten(@sapPrimary4, 9);
1266
1690
 
1267
1691
  // [Tags "!Protected"]
1692
+ // [Protected "!true"]
1268
1693
  @sapField_BackgroundStyle: ~"0 100% / 100% @{sapField_BorderWidth} no-repeat linear-gradient(0deg, @{sapField_BorderColor}, @{sapField_BorderColor}) border-box";
1269
1694
 
1270
1695
  // [Tags "!Protected"]
1696
+ // [Protected "!true"]
1271
1697
  @sapField_TextColor: lighten(@sapTextColor, 8);
1272
1698
 
1273
1699
  // [Tags "!Protected"]
1700
+ // [Protected "!true"]
1274
1701
  @sapField_PlaceholderTextColor: @sapContent_LabelColor;
1275
1702
 
1276
1703
  // [Tags "!Protected"]
1704
+ // [Protected "!true"]
1277
1705
  @sapField_BorderColor: @sapPrimary5;
1278
1706
 
1279
1707
  // [Tags "!Protected"]
1708
+ // [Protected "!true"]
1280
1709
  @sapField_HelpBackground: @sapField_Background;
1281
1710
 
1282
1711
  // [Tags "!Protected"]
1712
+ // [Protected "!true"]
1283
1713
  @sapField_BorderWidth: @sapElement_BorderWidth;
1284
1714
 
1285
1715
  // [Tags "!Protected"]
1716
+ // [Protected "!true"]
1286
1717
  @sapField_BorderStyle: none;
1287
1718
 
1288
1719
  // [Tags "!Protected"]
1720
+ // [Protected "!true"]
1289
1721
  @sapField_BorderCornerRadius: 0.25 * @sapContent_GridSize;
1722
+ @sapField_Shadow: none;
1290
1723
 
1291
1724
  // [Tags "!Protected"]
1725
+ // [Protected "!true"]
1292
1726
  @sapField_Hover_Background: @sapBaseColor;
1293
1727
 
1294
1728
  // [Tags "!Protected"]
1729
+ // [Protected "!true"]
1295
1730
  @sapField_Hover_BackgroundStyle: ~"0 100% / 100% @{sapField_BorderWidth} no-repeat linear-gradient(0deg, @{sapField_Hover_BorderColor}, @{sapField_Hover_BorderColor}) border-box";
1296
1731
 
1297
1732
  // [Tags "!Protected"]
1733
+ // [Protected "!true"]
1298
1734
  @sapField_Hover_BorderColor: @sapField_BorderColor;
1299
1735
 
1300
1736
  // [Tags "!Protected"]
1737
+ // [Protected "!true"]
1301
1738
  @sapField_Hover_HelpBackground: @sapField_Hover_Background;
1739
+ @sapField_Hover_Shadow: @sapContent_Interaction_Shadow;
1740
+ @sapField_Hover_InvalidShadow: @sapContent_Negative_Shadow;
1741
+ @sapField_Hover_WarningShadow: @sapContent_Critical_Shadow;
1742
+ @sapField_Hover_SuccessShadow: @sapContent_Positive_Shadow;
1743
+ @sapField_Hover_InformationShadow: @sapContent_Informative_Shadow;
1302
1744
 
1303
1745
  // [Tags "!Protected"]
1746
+ // [Protected "!true"]
1304
1747
  @sapField_Active_BorderColor: @sapHighlightColor;
1305
1748
 
1306
1749
  // [Tags "!Protected"]
1750
+ // [Protected "!true"]
1307
1751
  @sapField_Focus_Background: @sapBaseColor;
1308
1752
 
1309
1753
  // [Tags "!Protected"]
1754
+ // [Protected "!true"]
1310
1755
  @sapField_Focus_BorderColor: @sapContent_FocusColor;
1311
1756
 
1312
1757
  // [Tags "!Protected"]
1758
+ // [Protected "!true"]
1313
1759
  @sapField_Focus_HelpBackground: @sapField_Focus_Background;
1314
1760
 
1315
1761
  // [Tags "!Protected"]
1762
+ // [Protected "!true"]
1316
1763
  @sapField_ReadOnly_Background: transparent;
1317
1764
 
1318
1765
  // [Tags "!Protected"]
1766
+ // [Protected "!true"]
1319
1767
  @sapField_ReadOnly_BackgroundStyle: ~"0 100% / 0.375rem @{sapField_BorderWidth} repeat-x linear-gradient(90deg, @{sapField_ReadOnly_BorderColor} 0, @{sapField_ReadOnly_BorderColor} 0.25rem, transparent 0.25rem) border-box";
1320
1768
 
1321
1769
  // [Tags "!Protected"]
1770
+ // [Protected "!true"]
1322
1771
  @sapField_ReadOnly_BorderColor: @sapField_BorderColor;
1323
1772
 
1324
1773
  // [Tags "!Protected"]
1774
+ // [Protected "!true"]
1325
1775
  @sapField_ReadOnly_BorderStyle: @sapField_BorderStyle;
1326
1776
 
1327
1777
  // [Tags "!Protected"]
1778
+ // [Protected "!true"]
1328
1779
  @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
1329
1780
 
1330
1781
  // [Tags "!Protected"]
1782
+ // [Protected "!true"]
1331
1783
  @sapField_RequiredColor: darken(@sapAccentColor2, 4);
1332
1784
 
1333
1785
  // [Tags "!Protected"]
1786
+ // [Protected "!true"]
1334
1787
  @sapField_InvalidColor: @sapErrorBorderColor;
1335
1788
 
1336
1789
  // [Tags "!Protected"]
1790
+ // [Protected "!true"]
1337
1791
  @sapField_InvalidBackground: @sapErrorBackground;
1338
1792
 
1339
1793
  // [Tags "!Protected"]
1794
+ // [Protected "!true"]
1340
1795
  @sapField_InvalidBackgroundStyle: ~"0 100% / 100% @{sapField_InvalidBorderWidth} no-repeat linear-gradient(0deg, @{sapField_InvalidColor}, @{sapField_InvalidColor}) border-box";
1341
1796
 
1342
1797
  // [Tags "!Protected"]
1798
+ // [Protected "!true"]
1343
1799
  @sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
1344
1800
 
1345
1801
  // [Tags "!Protected"]
1802
+ // [Protected "!true"]
1346
1803
  @sapField_InvalidBorderStyle: none;
1804
+ @sapField_InvalidShadow: none;
1347
1805
 
1348
1806
  // [Tags "!Protected"]
1807
+ // [Protected "!true"]
1349
1808
  @sapField_WarningColor: @sapWarningBorderColor;
1350
1809
 
1351
1810
  // [Tags "!Protected"]
1811
+ // [Protected "!true"]
1352
1812
  @sapField_WarningBackground: @sapWarningBackground;
1353
1813
 
1354
1814
  // [Tags "!Protected"]
1815
+ // [Protected "!true"]
1355
1816
  @sapField_WarningBackgroundStyle: ~"0 100% / 100% @{sapField_WarningBorderWidth} no-repeat linear-gradient(0deg, @{sapField_WarningColor}, @{sapField_WarningColor}) border-box";
1356
1817
 
1357
1818
  // [Tags "!Protected"]
1819
+ // [Protected "!true"]
1358
1820
  @sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
1359
1821
 
1360
1822
  // [Tags "!Protected"]
1823
+ // [Protected "!true"]
1361
1824
  @sapField_WarningBorderStyle: none;
1825
+ @sapField_WarningShadow: none;
1362
1826
 
1363
1827
  // [Tags "!Protected"]
1828
+ // [Protected "!true"]
1364
1829
  @sapField_SuccessColor: @sapSuccessBorderColor;
1365
1830
 
1366
1831
  // [Tags "!Protected"]
1832
+ // [Protected "!true"]
1367
1833
  @sapField_SuccessBackground: @sapSuccessBackground;
1368
1834
 
1369
1835
  // [Tags "!Protected"]
1836
+ // [Protected "!true"]
1370
1837
  @sapField_SuccessBackgroundStyle: ~"0 100% / 100% @{sapField_SuccessBorderWidth} no-repeat linear-gradient(0deg, @{sapField_SuccessColor}, @{sapField_SuccessColor}) border-box";
1371
1838
 
1372
1839
  // [Tags "!Protected"]
1840
+ // [Protected "!true"]
1373
1841
  @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
1374
1842
 
1375
1843
  // [Tags "!Protected"]
1844
+ // [Protected "!true"]
1376
1845
  @sapField_SuccessBorderStyle: none;
1846
+ @sapField_SuccessShadow: none;
1377
1847
 
1378
1848
  // [Tags "!Protected"]
1849
+ // [Protected "!true"]
1379
1850
  @sapField_InformationColor: @sapInformationBorderColor;
1380
1851
 
1381
1852
  // [Tags "!Protected"]
1853
+ // [Protected "!true"]
1382
1854
  @sapField_InformationBackground: @sapInformationBackground;
1383
1855
 
1384
1856
  // [Tags "!Protected"]
1857
+ // [Protected "!true"]
1385
1858
  @sapField_InformationBackgroundStyle: ~"0 100% / 100% @{sapField_InformationBorderWidth} no-repeat linear-gradient(0deg, @{sapField_InformationColor}, @{sapField_InformationColor}) border-box";
1386
1859
 
1387
1860
  // [Tags "!Protected"]
1861
+ // [Protected "!true"]
1388
1862
  @sapField_InformationBorderWidth: 0.125 * @sapContent_GridSize;
1389
1863
 
1390
1864
  // [Tags "!Protected"]
1865
+ // [Protected "!true"]
1391
1866
  @sapField_InformationBorderStyle: none;
1867
+ @sapField_InformationShadow: none;
1392
1868
 
1393
1869
  // [Tags "!Protected"]
1870
+ // [Protected "!true"]
1394
1871
  @sapGroup_TitleBackground: @sapGroup_ContentBackground;
1395
1872
 
1396
1873
  // [Tags "!Protected"]
1874
+ // [Protected "!true"]
1397
1875
  @sapGroup_TitleBorderColor: darken(saturate(@sapPrimary5, 7), 15);
1398
1876
 
1399
1877
  // [Tags "!Protected"]
1878
+ // [Protected "!true"]
1400
1879
  @sapGroup_TitleTextColor: contrast(@sapGroup_TitleBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1401
1880
 
1402
1881
  // [Tags "!Protected"]
1882
+ // [Protected "!true"]
1403
1883
  @sapGroup_Title_FontSize: @sapFontHeader5Size;
1404
1884
 
1405
1885
  // [Tags "!Protected"]
1886
+ // [Protected "!true"]
1406
1887
  @sapGroup_ContentBackground: @sapBaseColor;
1407
1888
 
1408
1889
  // [Tags "!Protected"]
1890
+ // [Protected "!true"]
1409
1891
  @sapGroup_ContentBorderColor: lighten(@sapGroup_ContentBackground, 10);
1410
1892
 
1411
1893
  // [Tags "!Protected"]
1894
+ // [Protected "!true"]
1412
1895
  @sapGroup_BorderWidth: @sapElement_BorderWidth;
1413
1896
 
1414
1897
  // [Tags "!Protected"]
1898
+ // [Protected "!true"]
1415
1899
  @sapGroup_BorderCornerRadius: 0.5 * @sapContent_GridSize;
1416
1900
 
1417
1901
  // [Tags "!Protected"]
1902
+ // [Protected "!true"]
1418
1903
  @sapGroup_FooterBackground: transparent;
1419
1904
 
1420
1905
  // [Tags "!Protected"]
1906
+ // [Protected "!true"]
1421
1907
  @sapToolbar_Background: @sapGroup_ContentBackground;
1422
1908
 
1423
1909
  // [Tags "!Protected"]
1910
+ // [Protected "!true"]
1424
1911
  @sapToolbar_SeparatorColor: lighten(@sapBaseColor, 15);
1425
1912
 
1426
1913
  // [Tags "!Protected"]
1914
+ // [Protected "!true"]
1427
1915
  @sapList_HeaderBackground: @sapList_Background;
1428
1916
 
1429
1917
  // [Tags "!Protected"]
1918
+ // [Protected "!true"]
1430
1919
  @sapList_HeaderBorderColor: @sapGroup_TitleBorderColor;
1431
1920
 
1432
1921
  // [Tags "!Protected"]
1922
+ // [Protected "!true"]
1433
1923
  @sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1434
1924
 
1435
1925
  // [Tags "!Protected"]
1926
+ // [Protected "!true"]
1436
1927
  @sapList_BorderColor: lighten(@sapList_Background, 8);
1437
1928
 
1438
1929
  // [Tags "!Protected"]
1930
+ // [Protected "!true"]
1439
1931
  @sapList_BorderWidth: @sapElement_BorderWidth;
1440
1932
 
1441
1933
  // [Tags "!Protected"]
1934
+ // [Protected "!true"]
1442
1935
  @sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1443
1936
 
1444
1937
  // [Tags "!Protected"]
1938
+ // [Protected "!true"]
1445
1939
  @sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1446
1940
 
1447
1941
  // [Tags "!Protected"]
1942
+ // [Protected "!true"]
1448
1943
  @sapList_Active_Background: @sapActiveColor;
1449
1944
 
1450
1945
  // [Tags "!Protected"]
1946
+ // [Protected "!true"]
1451
1947
  @sapList_SelectionBackgroundColor: @sapPrimary1;
1452
1948
 
1453
1949
  // [Tags "!Protected"]
1950
+ // [Protected "!true"]
1454
1951
  @sapList_SelectionBorderColor: @sapSelectedColor;
1455
1952
 
1456
1953
  // [Tags "!Protected"]
1954
+ // [Protected "!true"]
1457
1955
  @sapList_Hover_SelectionBackground: contrast(@sapList_SelectionBackgroundColor, darken(@sapList_SelectionBackgroundColor, 3), lighten(@sapList_SelectionBackgroundColor, 3));
1458
1956
 
1459
1957
  // [Tags "!Protected"]
1958
+ // [Protected "!true"]
1460
1959
  @sapList_Background: @sapBaseColor;
1461
1960
 
1462
1961
  // [Tags "!Protected"]
1962
+ // [Protected "!true"]
1463
1963
  @sapList_Hover_Background: contrast(@sapList_Background, darken(@sapPrimary4, 2), lighten(@sapList_Background, 3));
1464
1964
 
1465
1965
  // [Tags "!Protected"]
1966
+ // [Protected "!true"]
1466
1967
  @sapList_AlternatingBackground: @sapPrimary4;
1467
1968
 
1468
1969
  // [Tags "!Protected"]
1970
+ // [Protected "!true"]
1469
1971
  @sapList_GroupHeaderBackground: @sapList_Background;
1470
1972
 
1471
1973
  // [Tags "!Protected"]
1974
+ // [Protected "!true"]
1472
1975
  @sapList_GroupHeaderBorderColor: @sapList_HeaderBorderColor;
1473
1976
 
1474
1977
  // [Tags "!Protected"]
1978
+ // [Protected "!true"]
1475
1979
  @sapList_GroupHeaderTextColor: contrast(@sapList_GroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1476
1980
 
1477
1981
  // [Tags "!Protected"]
1982
+ // [Protected "!true"]
1478
1983
  @sapList_TableGroupHeaderBackground: darken(@sapPrimary4, 3);
1479
1984
 
1480
1985
  // [Tags "!Protected"]
1986
+ // [Protected "!true"]
1481
1987
  @sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
1482
1988
 
1483
1989
  // [Tags "!Protected"]
1990
+ // [Protected "!true"]
1484
1991
  @sapList_TableGroupHeaderTextColor: contrast(@sapList_TableGroupHeaderBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1485
1992
 
1486
1993
  // [Tags "!Protected"]
1994
+ // [Protected "!true"]
1487
1995
  @sapList_FooterBackground: @sapList_Background;
1488
1996
 
1489
1997
  // [Tags "!Protected"]
1998
+ // [Protected "!true"]
1490
1999
  @sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1491
2000
 
1492
2001
  // [Tags "!Protected"]
2002
+ // [Protected "!true"]
1493
2003
  @sapList_TableFooterBorder: @sapList_HeaderBorderColor;
1494
2004
 
1495
2005
  // [Tags "!Protected"]
2006
+ // [Protected "!true"]
1496
2007
  @sapList_TableFixedBorderColor: lighten(@sapList_BorderColor, 30);
1497
2008
 
1498
2009
  // [Tags "!Protected"]
2010
+ // [Protected "!true"]
1499
2011
  @sapMessage_ErrorBorderColor: lighten(@sapErrorBackground, 18);
1500
2012
 
1501
2013
  // [Tags "!Protected"]
2014
+ // [Protected "!true"]
1502
2015
  @sapMessage_WarningBorderColor: lighten(@sapWarningBackground, 15);
1503
2016
 
1504
2017
  // [Tags "!Protected"]
2018
+ // [Protected "!true"]
1505
2019
  @sapMessage_SuccessBorderColor: lighten(@sapSuccessBackground, 15);
1506
2020
 
1507
2021
  // [Tags "!Protected"]
2022
+ // [Protected "!true"]
1508
2023
  @sapMessage_InformationBorderColor: lighten(@sapInformationBackground, 23);
1509
2024
 
1510
2025
  // [Tags "!Protected"]
2026
+ // [Protected "!true"]
1511
2027
  @sapPopover_BorderCornerRadius: 0.5 * @sapContent_GridSize;
1512
2028
 
1513
2029
  // [Tags "!Protected"]
2030
+ // [Protected "!true"]
1514
2031
  @sapProgress_Background: lighten(@sapNeutralBackground, 5);
1515
2032
 
1516
2033
  // [Tags "!Protected"]
2034
+ // [Protected "!true"]
1517
2035
  @sapProgress_BorderColor: @sapProgress_Background;
1518
2036
 
1519
2037
  // [Tags "!Protected"]
2038
+ // [Protected "!true"]
1520
2039
  @sapProgress_TextColor: @sapTextColor;
1521
2040
 
1522
2041
  // [Tags "!Protected"]
2042
+ // [Protected "!true"]
1523
2043
  @sapProgress_FontSize: @sapFontSize;
1524
2044
 
1525
2045
  // [Tags "!Protected"]
2046
+ // [Protected "!true"]
1526
2047
  @sapProgress_NegativeBackground: lighten(@sapErrorBackground, 10);
1527
2048
 
1528
2049
  // [Tags "!Protected"]
2050
+ // [Protected "!true"]
1529
2051
  @sapProgress_NegativeBorderColor: @sapProgress_NegativeBackground;
1530
2052
 
1531
2053
  // [Tags "!Protected"]
2054
+ // [Protected "!true"]
1532
2055
  @sapProgress_NegativeTextColor: @sapProgress_TextColor;
1533
2056
 
1534
2057
  // [Tags "!Protected"]
2058
+ // [Protected "!true"]
1535
2059
  @sapProgress_CriticalBackground: lighten(@sapWarningBackground, 10);
1536
2060
 
1537
2061
  // [Tags "!Protected"]
2062
+ // [Protected "!true"]
1538
2063
  @sapProgress_CriticalBorderColor: @sapProgress_CriticalBackground;
1539
2064
 
1540
2065
  // [Tags "!Protected"]
2066
+ // [Protected "!true"]
1541
2067
  @sapProgress_CriticalTextColor: @sapProgress_TextColor;
1542
2068
 
1543
2069
  // [Tags "!Protected"]
2070
+ // [Protected "!true"]
1544
2071
  @sapProgress_PositiveBackground: lighten(@sapSuccessBackground, 5);
1545
2072
 
1546
2073
  // [Tags "!Protected"]
2074
+ // [Protected "!true"]
1547
2075
  @sapProgress_PositiveBorderColor: @sapProgress_PositiveBackground;
1548
2076
 
1549
2077
  // [Tags "!Protected"]
2078
+ // [Protected "!true"]
1550
2079
  @sapProgress_PositiveTextColor: @sapProgress_TextColor;
1551
2080
 
1552
2081
  // [Tags "!Protected"]
2082
+ // [Protected "!true"]
1553
2083
  @sapProgress_InformationBackground: lighten(@sapInformationBackground, 5);
1554
2084
 
1555
2085
  // [Tags "!Protected"]
2086
+ // [Protected "!true"]
1556
2087
  @sapProgress_InformationBorderColor: @sapProgress_InformationBackground;
1557
2088
 
1558
2089
  // [Tags "!Protected"]
2090
+ // [Protected "!true"]
1559
2091
  @sapProgress_InformationTextColor: @sapProgress_TextColor;
1560
2092
 
1561
2093
  // [Tags "!Protected"]
2094
+ // [Protected "!true"]
1562
2095
  @sapProgress_Value_Background: @sapNeutralElementColor;
1563
2096
 
1564
2097
  // [Tags "!Protected"]
2098
+ // [Protected "!true"]
1565
2099
  @sapProgress_Value_BorderColor: @sapProgress_Background;
1566
2100
 
1567
2101
  // [Tags "!Protected"]
2102
+ // [Protected "!true"]
1568
2103
  @sapProgress_Value_TextColor: @sapNeutralElementColor;
1569
2104
 
1570
2105
  // [Tags "!Protected"]
2106
+ // [Protected "!true"]
1571
2107
  @sapProgress_Value_NegativeBackground: @sapNegativeElementColor;
1572
2108
 
1573
2109
  // [Tags "!Protected"]
2110
+ // [Protected "!true"]
1574
2111
  @sapProgress_Value_NegativeBorderColor: @sapProgress_Value_NegativeBackground;
1575
2112
 
1576
2113
  // [Tags "!Protected"]
2114
+ // [Protected "!true"]
1577
2115
  @sapProgress_Value_NegativeTextColor: @sapNegativeElementColor;
1578
2116
 
1579
2117
  // [Tags "!Protected"]
2118
+ // [Protected "!true"]
1580
2119
  @sapProgress_Value_CriticalBackground: @sapCriticalElementColor;
1581
2120
 
1582
2121
  // [Tags "!Protected"]
2122
+ // [Protected "!true"]
1583
2123
  @sapProgress_Value_CriticalBorderColor: @sapProgress_Value_CriticalBackground;
1584
2124
 
1585
2125
  // [Tags "!Protected"]
2126
+ // [Protected "!true"]
1586
2127
  @sapProgress_Value_CriticalTextColor: @sapCriticalElementColor;
1587
2128
 
1588
2129
  // [Tags "!Protected"]
2130
+ // [Protected "!true"]
1589
2131
  @sapProgress_Value_PositiveBackground: @sapPositiveElementColor;
1590
2132
 
1591
2133
  // [Tags "!Protected"]
2134
+ // [Protected "!true"]
1592
2135
  @sapProgress_Value_PositiveBorderColor: @sapProgress_Value_PositiveBackground;
1593
2136
 
1594
2137
  // [Tags "!Protected"]
2138
+ // [Protected "!true"]
1595
2139
  @sapProgress_Value_PositiveTextColor: @sapPositiveElementColor;
1596
2140
 
1597
2141
  // [Tags "!Protected"]
2142
+ // [Protected "!true"]
1598
2143
  @sapProgress_Value_InformationBackground: @sapInformativeElementColor;
1599
2144
 
1600
2145
  // [Tags "!Protected"]
2146
+ // [Protected "!true"]
1601
2147
  @sapProgress_Value_InformationBorderColor: @sapProgress_Value_InformationBackground;
1602
2148
 
1603
2149
  // [Tags "!Protected"]
2150
+ // [Protected "!true"]
1604
2151
  @sapProgress_Value_InformationTextColor: @sapInformativeElementColor;
1605
2152
 
1606
2153
  // [Tags "!Protected"]
2154
+ // [Protected "!true"]
1607
2155
  @sapScrollBar_FaceColor: lighten(@sapScrollBar_TrackColor, 34);
1608
2156
 
1609
2157
  // [Tags "!Protected"]
2158
+ // [Protected "!true"]
1610
2159
  @sapScrollBar_TrackColor: @sapBaseColor;
1611
2160
 
1612
2161
  // [Tags "!Protected"]
2162
+ // [Protected "!true"]
1613
2163
  @sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
1614
2164
 
1615
2165
  // [Tags "!Protected"]
2166
+ // [Protected "!true"]
1616
2167
  @sapScrollBar_SymbolColor: @sapContent_IconColor;
1617
2168
 
1618
2169
  // [Tags "!Protected"]
2170
+ // [Protected "!true"]
1619
2171
  @sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
1620
2172
 
1621
2173
  // [Tags "!Protected"]
2174
+ // [Protected "!true"]
1622
2175
  @sapScrollBar_Hover_FaceColor: darken(@sapScrollBar_FaceColor, 4);
1623
2176
 
1624
2177
  // [Tags "!Protected"]
2178
+ // [Protected "!true"]
1625
2179
  @sapSlider_Background: lighten(@sapNeutralBackground, 5);
1626
2180
 
1627
2181
  // [Tags "!Protected"]
2182
+ // [Protected "!true"]
1628
2183
  @sapSlider_BorderColor: @sapSlider_Background;
1629
2184
 
1630
2185
  // [Tags "!Protected"]
2186
+ // [Protected "!true"]
1631
2187
  @sapSlider_Selected_Background: @sapSelectedColor;
1632
2188
 
1633
2189
  // [Tags "!Protected"]
2190
+ // [Protected "!true"]
1634
2191
  @sapSlider_Selected_BorderColor: @sapSlider_Selected_Background;
1635
2192
 
1636
2193
  // [Tags "!Protected"]
2194
+ // [Protected "!true"]
1637
2195
  @sapSlider_HandleBackground: @sapPrimary3;
1638
2196
 
1639
2197
  // [Tags "!Protected"]
2198
+ // [Protected "!true"]
1640
2199
  @sapSlider_HandleBorderColor: @sapSlider_HandleBackground;
1641
2200
 
1642
2201
  // [Tags "!Protected"]
2202
+ // [Protected "!true"]
1643
2203
  @sapSlider_RangeHandleBackground: @sapSlider_HandleBackground;
1644
2204
 
1645
2205
  // [Tags "!Protected"]
2206
+ // [Protected "!true"]
1646
2207
  @sapSlider_Hover_HandleBackground: @sapSlider_HandleBackground;
1647
2208
 
1648
2209
  // [Tags "!Protected"]
2210
+ // [Protected "!true"]
1649
2211
  @sapSlider_Hover_HandleBorderColor: @sapHighlightColor;
1650
2212
 
1651
2213
  // [Tags "!Protected"]
1652
- @sapSlider_Hover_RangeHandleBackground: transparent;
2214
+ // [Protected "!true"]
2215
+ @sapSlider_Hover_RangeHandleBackground: @sapSlider_Hover_HandleBackground;
1653
2216
 
1654
2217
  // [Tags "!Protected"]
2218
+ // [Protected "!true"]
1655
2219
  @sapSlider_Active_HandleBackground: @sapButton_Active_Background;
1656
2220
 
1657
2221
  // [Tags "!Protected"]
1658
- @sapSlider_Active_HandleBorderColor: @sapSlider_Active_HandleBackground;
2222
+ // [Protected "!true"]
2223
+ @sapSlider_Active_HandleBorderColor: @sapHighlightColor;
1659
2224
 
1660
2225
  // [Tags "!Protected"]
2226
+ // [Protected "!true"]
1661
2227
  @sapSlider_Active_RangeHandleBackground: transparent;
1662
2228
 
1663
2229
  // [Tags "!Protected"]
2230
+ // [Protected "!true"]
1664
2231
  @sapPageHeader_Background: @sapBaseColor;
1665
2232
 
1666
2233
  // [Tags "!Protected"]
2234
+ // [Protected "!true"]
1667
2235
  @sapPageHeader_BorderColor: lighten(@sapPageHeader_Background, 8);
1668
2236
 
1669
2237
  // [Tags "!Protected"]
2238
+ // [Protected "!true"]
1670
2239
  @sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1671
2240
 
1672
2241
  // [Tags "!Protected"]
2242
+ // [Protected "!true"]
1673
2243
  @sapPageFooter_Background: @sapBaseColor;
1674
2244
 
1675
2245
  // [Tags "!Protected"]
2246
+ // [Protected "!true"]
1676
2247
  @sapPageFooter_BorderColor: lighten(@sapPageFooter_Background, 8);
1677
2248
 
1678
2249
  // [Tags "!Protected"]
2250
+ // [Protected "!true"]
1679
2251
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1680
2252
 
1681
2253
  // [Tags "!Protected"]
2254
+ // [Protected "!true"]
1682
2255
  @sapInfobar_Background: @sapAccentBackgroundColor7;
1683
2256
 
1684
2257
  // [Tags "!Protected"]
2258
+ // [Protected "!true"]
1685
2259
  @sapInfobar_Hover_Background: @sapBaseColor;
1686
2260
 
1687
2261
  // [Tags "!Protected"]
2262
+ // [Protected "!true"]
1688
2263
  @sapInfobar_Active_Background: @sapBaseColor;
1689
2264
 
1690
2265
  // [Tags "!Protected"]
2266
+ // [Protected "!true"]
1691
2267
  @sapInfobar_NonInteractive_Background: @sapPrimary4;
1692
2268
 
1693
2269
  // [Tags "!Protected"]
2270
+ // [Protected "!true"]
1694
2271
  @sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapAccentColor7, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1695
2272
 
1696
2273
  // [Tags "!Protected"]
2274
+ // [Protected "!true"]
1697
2275
  @sapObjectHeader_Background: @sapBaseColor;
1698
2276
 
1699
2277
  // [Tags "!Protected"]
2278
+ // [Protected "!true"]
1700
2279
  @sapObjectHeader_Hover_Background: contrast(@sapObjectHeader_Background, darken(@sapPrimary4, 4), lighten(@sapObjectHeader_Background, 3));
1701
2280
 
1702
2281
  // [Tags "!Protected"]
2282
+ // [Protected "!true"]
1703
2283
  @sapObjectHeader_BorderColor: lighten(@sapObjectHeader_Background, 8);
1704
2284
 
1705
2285
  // [Tags "!Protected"]
2286
+ // [Protected "!true"]
1706
2287
  @sapObjectHeader_Title_TextColor: contrast(@sapObjectHeader_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1707
2288
 
1708
2289
  // [Tags "!Protected"]
2290
+ // [Protected "!true"]
1709
2291
  @sapObjectHeader_Title_FontSize: @sapFontHeader2Size;
1710
2292
 
1711
2293
  // [Tags "!Protected"]
2294
+ // [Protected "!true"]
1712
2295
  @sapObjectHeader_Title_SnappedFontSize: @sapFontHeader4Size;
1713
2296
 
1714
2297
  // [Tags "!Protected"]
2298
+ // [Protected "!true"]
1715
2299
  @sapObjectHeader_Title_FontFamily: @sapFontBlackFamily;
1716
2300
 
1717
2301
  // [Tags "!Protected"]
2302
+ // [Protected "!true"]
1718
2303
  @sapObjectHeader_Subtitle_TextColor: contrast(@sapObjectHeader_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1719
2304
 
1720
2305
  // [Tags "!Protected"]
2306
+ // [Protected "!true"]
1721
2307
  @sapBlockLayer_Background: #000;
1722
2308
 
1723
2309
  // [Tags "!Protected"]
2310
+ // [Protected "!true"]
1724
2311
  @sapTile_Background: @sapBaseColor;
1725
2312
 
1726
2313
  // [Tags "!Protected"]
2314
+ // [Protected "!true"]
1727
2315
  @sapTile_Hover_Background: @sapTile_Background;
1728
2316
 
1729
2317
  // [Tags "!Protected"]
2318
+ // [Protected "!true"]
1730
2319
  @sapTile_Active_Background: darken(@sapTile_Background, 4);
1731
2320
 
1732
2321
  // [Tags "!Protected"]
2322
+ // [Protected "!true"]
1733
2323
  @sapTile_BorderColor: transparent;
1734
2324
 
1735
2325
  // [Tags "!Protected"]
2326
+ // [Protected "!true"]
1736
2327
  @sapTile_BorderCornerRadius: 1 * @sapContent_GridSize;
1737
2328
 
1738
2329
  // [Tags "!Protected"]
2330
+ // [Protected "!true"]
1739
2331
  @sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1740
2332
 
1741
2333
  // [Tags "!Protected"]
2334
+ // [Protected "!true"]
1742
2335
  @sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1743
2336
 
1744
2337
  // [Tags "!Protected"]
2338
+ // [Protected "!true"]
1745
2339
  @sapTile_IconColor: contrast(@sapTile_Background, @sapPrimary7, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
1746
2340
 
1747
2341
  // [Tags "!Protected"]
2342
+ // [Protected "!true"]
1748
2343
  @sapTile_SeparatorColor: lighten(@sapTile_Background, 20);
1749
2344
 
1750
2345
  // [Tags "!Protected"]
2346
+ // [Protected "!true"]
1751
2347
  @sapTile_Interactive_BorderColor: lighten(@sapTile_Background, 30);
1752
2348
 
1753
2349
  // [Tags "!Protected"]
2350
+ // [Protected "!true"]
1754
2351
  @sapTile_OverlayBackground: fade(@sapTile_Background, 96);
1755
2352
 
1756
2353
  // [Tags "!Protected"]
2354
+ // [Protected "!true"]
1757
2355
  @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1758
2356
 
1759
2357
  // [Tags "!Protected"]
2358
+ // [Protected "!true"]
1760
2359
  @sapAccentColor1: #ffdf72;
1761
2360
 
1762
2361
  // [Tags "!Protected"]
2362
+ // [Protected "!true"]
1763
2363
  @sapAccentColor2: #ff8cb2;
1764
2364
 
1765
2365
  // [Tags "!Protected"]
2366
+ // [Protected "!true"]
1766
2367
  @sapAccentColor3: #fecbda;
1767
2368
 
1768
2369
  // [Tags "!Protected"]
2370
+ // [Protected "!true"]
1769
2371
  @sapAccentColor4: #ffafed;
1770
2372
 
1771
2373
  // [Tags "!Protected"]
2374
+ // [Protected "!true"]
1772
2375
  @sapAccentColor5: #d3b6ff;
1773
2376
 
1774
2377
  // [Tags "!Protected"]
2378
+ // [Protected "!true"]
1775
2379
  @sapAccentColor6: #a6e0ff;
1776
2380
 
1777
2381
  // [Tags "!Protected"]
2382
+ // [Protected "!true"]
1778
2383
  @sapAccentColor7: #64edd2;
1779
2384
 
1780
2385
  // [Tags "!Protected"]
2386
+ // [Protected "!true"]
1781
2387
  @sapAccentColor8: #bde986;
1782
2388
 
1783
2389
  // [Tags "!Protected"]
2390
+ // [Protected "!true"]
1784
2391
  @sapAccentColor9: #b995e0;
1785
2392
 
1786
2393
  // [Tags "!Protected"]
2394
+ // [Protected "!true"]
1787
2395
  @sapAccentColor10: #d5dadd;
1788
2396
 
1789
2397
  // [Tags "!Protected"]
2398
+ // [Protected "!true"]
1790
2399
  @sapAccentBackgroundColor1: #ae4000;
1791
2400
 
1792
2401
  // [Tags "!Protected"]
2402
+ // [Protected "!true"]
1793
2403
  @sapAccentBackgroundColor2: #890506;
1794
2404
 
1795
2405
  // [Tags "!Protected"]
2406
+ // [Protected "!true"]
1796
2407
  @sapAccentBackgroundColor3: #b40569;
1797
2408
 
1798
2409
  // [Tags "!Protected"]
2410
+ // [Protected "!true"]
1799
2411
  @sapAccentBackgroundColor4: #8700b8;
1800
2412
 
1801
2413
  // [Tags "!Protected"]
2414
+ // [Protected "!true"]
1802
2415
  @sapAccentBackgroundColor5: #470cf1;
1803
2416
 
1804
2417
  // [Tags "!Protected"]
2418
+ // [Protected "!true"]
1805
2419
  @sapAccentBackgroundColor6: #0054cc;
1806
2420
 
1807
2421
  // [Tags "!Protected"]
2422
+ // [Protected "!true"]
1808
2423
  @sapAccentBackgroundColor7: #036573;
1809
2424
 
1810
2425
  // [Tags "!Protected"]
2426
+ // [Protected "!true"]
1811
2427
  @sapAccentBackgroundColor8: #236c39;
1812
2428
 
1813
2429
  // [Tags "!Protected"]
2430
+ // [Protected "!true"]
1814
2431
  @sapAccentBackgroundColor9: #4e247a;
1815
2432
 
1816
2433
  // [Tags "!Protected"]
2434
+ // [Protected "!true"]
1817
2435
  @sapAccentBackgroundColor10: #45617c;
1818
2436
 
1819
2437
  // [Tags "!Protected"]
2438
+ // [Protected "!true"]
1820
2439
  @sapIndicationColor_1: #fd3535;
1821
2440
 
1822
2441
  // [Tags "!Protected"]
2442
+ // [Protected "!true"]
1823
2443
  @sapIndicationColor_1_Background: @sapIndicationColor_1;
1824
2444
 
1825
2445
  // [Tags "!Protected"]
2446
+ // [Protected "!true"]
1826
2447
  @sapIndicationColor_1_BorderColor: @sapIndicationColor_1;
1827
2448
 
1828
2449
  // [Tags "!Protected"]
1829
- @sapIndicationColor_1_Hover_Background: lighten(@sapIndicationColor_1, 5);
2450
+ // [Protected "!true"]
2451
+ @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, 0.374);
1830
2452
 
1831
2453
  // [Tags "!Protected"]
1832
- @sapIndicationColor_1_Active_Background: lighten(@sapIndicationColor_1, 10);
2454
+ // [Protected "!true"]
2455
+ @sapIndicationColor_1_Hover_Background: lighten(@sapIndicationColor_1, 5);
1833
2456
 
1834
2457
  // [Tags "!Protected"]
1835
- @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2458
+ // [Protected "!true"]
2459
+ @sapIndicationColor_1_Active_Background: lighten(@sapIndicationColor_1, 10);
2460
+ @sapIndicationColor_1_Active_BorderColor: @sapIndicationColor_1b_BorderColor;
2461
+ @sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1;
2462
+ @sapIndicationColor_1_Selected_Background: @sapIndicationColor_1_Active_Background;
2463
+ @sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
2464
+ @sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
2465
+ @sapIndicationColor_1b: #5e0303;
2466
+ @sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
2467
+ @sapIndicationColor_1b_Hover_Background: lighten(@sapIndicationColor_1b, 5);
1836
2468
 
1837
2469
  // [Tags "!Protected"]
2470
+ // [Protected "!true"]
1838
2471
  @sapIndicationColor_2: #ff8f8f;
1839
2472
 
1840
2473
  // [Tags "!Protected"]
2474
+ // [Protected "!true"]
1841
2475
  @sapIndicationColor_2_Background: @sapIndicationColor_2;
1842
2476
 
1843
2477
  // [Tags "!Protected"]
2478
+ // [Protected "!true"]
1844
2479
  @sapIndicationColor_2_BorderColor: @sapIndicationColor_2;
1845
2480
 
1846
2481
  // [Tags "!Protected"]
1847
- @sapIndicationColor_2_Hover_Background: lighten(@sapIndicationColor_2, 5);
2482
+ // [Protected "!true"]
2483
+ @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1848
2484
 
1849
2485
  // [Tags "!Protected"]
1850
- @sapIndicationColor_2_Active_Background: lighten(@sapIndicationColor_2, 10);
2486
+ // [Protected "!true"]
2487
+ @sapIndicationColor_2_Hover_Background: lighten(@sapIndicationColor_2, 5);
1851
2488
 
1852
2489
  // [Tags "!Protected"]
1853
- @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2490
+ // [Protected "!true"]
2491
+ @sapIndicationColor_2_Active_Background: lighten(@sapIndicationColor_2, 10);
2492
+ @sapIndicationColor_2_Active_BorderColor: @sapIndicationColor_2b_BorderColor;
2493
+ @sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2;
2494
+ @sapIndicationColor_2_Selected_Background: @sapIndicationColor_2_Active_Background;
2495
+ @sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
2496
+ @sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
2497
+ @sapIndicationColor_2b: #7d0000;
2498
+ @sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
2499
+ @sapIndicationColor_2b_Hover_Background: lighten(@sapIndicationColor_2b, 5);
1854
2500
 
1855
2501
  // [Tags "!Protected"]
2502
+ // [Protected "!true"]
1856
2503
  @sapIndicationColor_3: #ffc933;
1857
2504
 
1858
2505
  // [Tags "!Protected"]
2506
+ // [Protected "!true"]
1859
2507
  @sapIndicationColor_3_Background: @sapIndicationColor_3;
1860
2508
 
1861
2509
  // [Tags "!Protected"]
2510
+ // [Protected "!true"]
1862
2511
  @sapIndicationColor_3_BorderColor: @sapIndicationColor_3_Background;
1863
2512
 
1864
2513
  // [Tags "!Protected"]
1865
- @sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3_Background, 3);
2514
+ // [Protected "!true"]
2515
+ @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1866
2516
 
1867
2517
  // [Tags "!Protected"]
1868
- @sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3_Background, 6);
2518
+ // [Protected "!true"]
2519
+ @sapIndicationColor_3_Hover_Background: lighten(@sapIndicationColor_3_Background, 3);
1869
2520
 
1870
2521
  // [Tags "!Protected"]
1871
- @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2522
+ // [Protected "!true"]
2523
+ @sapIndicationColor_3_Active_Background: lighten(@sapIndicationColor_3_Background, 6);
2524
+ @sapIndicationColor_3_Active_BorderColor: @sapIndicationColor_3b_BorderColor;
2525
+ @sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3;
2526
+ @sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
2527
+ @sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
2528
+ @sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
2529
+ @sapIndicationColor_3b: #662b00;
2530
+ @sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
2531
+ @sapIndicationColor_3b_Hover_Background: lighten(@sapIndicationColor_3b, 5);
1872
2532
 
1873
2533
  // [Tags "!Protected"]
2534
+ // [Protected "!true"]
1874
2535
  @sapIndicationColor_4: #bde986;
1875
2536
 
1876
2537
  // [Tags "!Protected"]
2538
+ // [Protected "!true"]
1877
2539
  @sapIndicationColor_4_Background: @sapIndicationColor_4;
1878
2540
 
1879
2541
  // [Tags "!Protected"]
2542
+ // [Protected "!true"]
1880
2543
  @sapIndicationColor_4_BorderColor: @sapIndicationColor_4;
1881
2544
 
1882
2545
  // [Tags "!Protected"]
1883
- @sapIndicationColor_4_Hover_Background: lighten(@sapIndicationColor_4, 5);
2546
+ // [Protected "!true"]
2547
+ @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1884
2548
 
1885
2549
  // [Tags "!Protected"]
1886
- @sapIndicationColor_4_Active_Background: lighten(@sapIndicationColor_4, 10);
2550
+ // [Protected "!true"]
2551
+ @sapIndicationColor_4_Hover_Background: lighten(@sapIndicationColor_4, 5);
1887
2552
 
1888
2553
  // [Tags "!Protected"]
1889
- @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2554
+ // [Protected "!true"]
2555
+ @sapIndicationColor_4_Active_Background: lighten(@sapIndicationColor_4, 10);
2556
+ @sapIndicationColor_4_Active_BorderColor: @sapIndicationColor_4b_BorderColor;
2557
+ @sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4;
2558
+ @sapIndicationColor_4_Selected_Background: @sapIndicationColor_4_Active_Background;
2559
+ @sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
2560
+ @sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
2561
+ @sapIndicationColor_4b: #044a18;
2562
+ @sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
2563
+ @sapIndicationColor_4b_Hover_Background: lighten(@sapIndicationColor_4b, 5);
1890
2564
 
1891
2565
  // [Tags "!Protected"]
2566
+ // [Protected "!true"]
1892
2567
  @sapIndicationColor_5: #a6e0ff;
1893
2568
 
1894
2569
  // [Tags "!Protected"]
2570
+ // [Protected "!true"]
1895
2571
  @sapIndicationColor_5_Background: @sapIndicationColor_5;
1896
2572
 
1897
2573
  // [Tags "!Protected"]
2574
+ // [Protected "!true"]
1898
2575
  @sapIndicationColor_5_BorderColor: @sapIndicationColor_5;
1899
2576
 
1900
2577
  // [Tags "!Protected"]
1901
- @sapIndicationColor_5_Hover_Background: lighten(@sapIndicationColor_5, 5);
2578
+ // [Protected "!true"]
2579
+ @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1902
2580
 
1903
2581
  // [Tags "!Protected"]
1904
- @sapIndicationColor_5_Active_Background: lighten(@sapIndicationColor_5, 10);
2582
+ // [Protected "!true"]
2583
+ @sapIndicationColor_5_Hover_Background: lighten(@sapIndicationColor_5, 5);
1905
2584
 
1906
2585
  // [Tags "!Protected"]
1907
- @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2586
+ // [Protected "!true"]
2587
+ @sapIndicationColor_5_Active_Background: lighten(@sapIndicationColor_5, 10);
2588
+ @sapIndicationColor_5_Active_BorderColor: @sapIndicationColor_5b_BorderColor;
2589
+ @sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5;
2590
+ @sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
2591
+ @sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
2592
+ @sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
2593
+ @sapIndicationColor_5b: #024594;
2594
+ @sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
2595
+ @sapIndicationColor_5b_Hover_Background: lighten(@sapIndicationColor_5b, 5);
1908
2596
 
1909
2597
  // [Tags "!Protected"]
2598
+ // [Protected "!true"]
1910
2599
  @sapIndicationColor_6: #64edd2;
1911
2600
 
1912
2601
  // [Tags "!Protected"]
2602
+ // [Protected "!true"]
1913
2603
  @sapIndicationColor_6_Background: @sapIndicationColor_6;
1914
2604
 
1915
2605
  // [Tags "!Protected"]
2606
+ // [Protected "!true"]
1916
2607
  @sapIndicationColor_6_BorderColor: @sapIndicationColor_6;
1917
2608
 
1918
2609
  // [Tags "!Protected"]
1919
- @sapIndicationColor_6_Hover_Background: lighten(@sapIndicationColor_6, 5);
2610
+ // [Protected "!true"]
2611
+ @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1920
2612
 
1921
2613
  // [Tags "!Protected"]
1922
- @sapIndicationColor_6_Active_Background: lighten(@sapIndicationColor_6, 10);
2614
+ // [Protected "!true"]
2615
+ @sapIndicationColor_6_Hover_Background: lighten(@sapIndicationColor_6, 5);
1923
2616
 
1924
2617
  // [Tags "!Protected"]
1925
- @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2618
+ // [Protected "!true"]
2619
+ @sapIndicationColor_6_Active_Background: lighten(@sapIndicationColor_6, 10);
2620
+ @sapIndicationColor_6_Active_BorderColor: @sapIndicationColor_6b_BorderColor;
2621
+ @sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6;
2622
+ @sapIndicationColor_6_Selected_Background: @sapIndicationColor_6_Active_Background;
2623
+ @sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
2624
+ @sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
2625
+ @sapIndicationColor_6b: #00454e;
2626
+ @sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
2627
+ @sapIndicationColor_6b_Hover_Background: lighten(@sapIndicationColor_6b, 5);
1926
2628
 
1927
2629
  // [Tags "!Protected"]
2630
+ // [Protected "!true"]
1928
2631
  @sapIndicationColor_7: #d3b6ff;
1929
2632
 
1930
2633
  // [Tags "!Protected"]
2634
+ // [Protected "!true"]
1931
2635
  @sapIndicationColor_7_Background: @sapIndicationColor_7;
1932
2636
 
1933
2637
  // [Tags "!Protected"]
2638
+ // [Protected "!true"]
1934
2639
  @sapIndicationColor_7_BorderColor: @sapIndicationColor_7;
1935
2640
 
1936
2641
  // [Tags "!Protected"]
1937
- @sapIndicationColor_7_Hover_Background: lighten(@sapIndicationColor_7, 5);
2642
+ // [Protected "!true"]
2643
+ @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1938
2644
 
1939
2645
  // [Tags "!Protected"]
1940
- @sapIndicationColor_7_Active_Background: lighten(@sapIndicationColor_7, 10);
2646
+ // [Protected "!true"]
2647
+ @sapIndicationColor_7_Hover_Background: lighten(@sapIndicationColor_7, 5);
1941
2648
 
1942
2649
  // [Tags "!Protected"]
1943
- @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2650
+ // [Protected "!true"]
2651
+ @sapIndicationColor_7_Active_Background: lighten(@sapIndicationColor_7, 10);
2652
+ @sapIndicationColor_7_Active_BorderColor: @sapIndicationColor_7b_BorderColor;
2653
+ @sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7;
2654
+ @sapIndicationColor_7_Selected_Background: @sapIndicationColor_7_Active_Background;
2655
+ @sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
2656
+ @sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
2657
+ @sapIndicationColor_7b: #2702c2;
2658
+ @sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
2659
+ @sapIndicationColor_7b_Hover_Background: lighten(@sapIndicationColor_7b, 5);
1944
2660
 
1945
2661
  // [Tags "!Protected"]
2662
+ // [Protected "!true"]
1946
2663
  @sapIndicationColor_8: #ff8af0;
1947
2664
 
1948
2665
  // [Tags "!Protected"]
2666
+ // [Protected "!true"]
1949
2667
  @sapIndicationColor_8_Background: @sapIndicationColor_8;
1950
2668
 
1951
2669
  // [Tags "!Protected"]
2670
+ // [Protected "!true"]
1952
2671
  @sapIndicationColor_8_BorderColor: @sapIndicationColor_8;
1953
2672
 
1954
2673
  // [Tags "!Protected"]
1955
- @sapIndicationColor_8_Hover_Background: lighten(@sapIndicationColor_8, 5);
1956
-
1957
- // [Tags "!Protected"]
1958
- @sapIndicationColor_8_Active_Background: lighten(@sapIndicationColor_8, 10);
2674
+ // [Protected "!true"]
2675
+ @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1959
2676
 
1960
2677
  // [Tags "!Protected"]
1961
- @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2678
+ // [Protected "!true"]
2679
+ @sapIndicationColor_8_Hover_Background: lighten(@sapIndicationColor_8, 5);
1962
2680
 
1963
2681
  // [Tags "!Protected"]
2682
+ // [Protected "!true"]
2683
+ @sapIndicationColor_8_Active_Background: lighten(@sapIndicationColor_8, 10);
2684
+ @sapIndicationColor_8_Active_BorderColor: @sapIndicationColor_8b_BorderColor;
2685
+ @sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8;
2686
+ @sapIndicationColor_8_Selected_Background: @sapIndicationColor_8_Active_Background;
2687
+ @sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
2688
+ @sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
2689
+ @sapIndicationColor_8b: #4c005b;
2690
+ @sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
2691
+ @sapIndicationColor_8b_Hover_Background: lighten(@sapIndicationColor_8b, 5);
2692
+ @sapIndicationColor_9: #f2f2f2;
2693
+ @sapIndicationColor_9_Background: @sapIndicationColor_9;
2694
+ @sapIndicationColor_9_BorderColor: @sapIndicationColor_9;
2695
+ @sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2696
+ @sapIndicationColor_9_Hover_Background: lighten(@sapIndicationColor_9, 5);
2697
+ @sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
2698
+ @sapIndicationColor_9_Active_BorderColor: @sapIndicationColor_9b_BorderColor;
2699
+ @sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9;
2700
+ @sapIndicationColor_9_Selected_Background: @sapIndicationColor_9_Active_Background;
2701
+ @sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
2702
+ @sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
2703
+ @sapIndicationColor_9b: #1d232a;
2704
+ @sapIndicationColor_9b_BorderColor: lighten(@sapIndicationColor_9b, 16);
2705
+ @sapIndicationColor_9b_Hover_Background: lighten(@sapIndicationColor_9b, 5);
2706
+ @sapIndicationColor_10: #d8d8d8;
2707
+ @sapIndicationColor_10_Background: darken(@sapIndicationColor_10, 18);
2708
+ @sapIndicationColor_10_BorderColor: @sapIndicationColor_10_Background;
2709
+ @sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
2710
+ @sapIndicationColor_10_Hover_Background: lighten(@sapIndicationColor_10_Background, 5);
2711
+ @sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
2712
+ @sapIndicationColor_10_Active_BorderColor: @sapIndicationColor_10b_BorderColor;
2713
+ @sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10;
2714
+ @sapIndicationColor_10_Selected_Background: @sapIndicationColor_10_Active_Background;
2715
+ @sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
2716
+ @sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
2717
+ @sapIndicationColor_10b: #373737;
2718
+ @sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
2719
+ @sapIndicationColor_10b_Hover_Background: lighten(@sapIndicationColor_10b, 5);
2720
+
2721
+ // [Tags "!Protected"]
2722
+ // [Protected "!true"]
1964
2723
  @sapLegend_WorkingBackground: @sapList_Background;
1965
2724
 
1966
2725
  // [Tags "!Protected"]
2726
+ // [Protected "!true"]
1967
2727
  @sapLegend_NonWorkingBackground: darken(@sapList_Background, 8);
1968
2728
 
1969
2729
  // [Tags "!Protected"]
2730
+ // [Protected "!true"]
1970
2731
  @sapLegend_CurrentDateTime: @sapAccentColor4;
1971
2732
 
1972
2733
  // [Tags "!Protected"]
2734
+ // [Protected "!true"]
1973
2735
  @sapLegendColor1: #ffb300;
1974
2736
 
1975
2737
  // [Tags "!Protected"]
2738
+ // [Protected "!true"]
1976
2739
  @sapLegendColor2: #f5734b;
1977
2740
 
1978
2741
  // [Tags "!Protected"]
2742
+ // [Protected "!true"]
1979
2743
  @sapLegendColor3: #feabc8;
1980
2744
 
1981
2745
  // [Tags "!Protected"]
2746
+ // [Protected "!true"]
1982
2747
  @sapLegendColor4: #db7070;
1983
2748
 
1984
2749
  // [Tags "!Protected"]
2750
+ // [Protected "!true"]
1985
2751
  @sapLegendColor5: #ff8af0;
1986
2752
 
1987
2753
  // [Tags "!Protected"]
2754
+ // [Protected "!true"]
1988
2755
  @sapLegendColor6: #89d1ff;
1989
2756
 
1990
2757
  // [Tags "!Protected"]
2758
+ // [Protected "!true"]
1991
2759
  @sapLegendColor7: #2ce0bf;
1992
2760
 
1993
2761
  // [Tags "!Protected"]
2762
+ // [Protected "!true"]
1994
2763
  @sapLegendColor8: #97dd40;
1995
2764
 
1996
2765
  // [Tags "!Protected"]
2766
+ // [Protected "!true"]
1997
2767
  @sapLegendColor9: #a9b4be;
1998
2768
 
1999
2769
  // [Tags "!Protected"]
2770
+ // [Protected "!true"]
2000
2771
  @sapLegendColor10: #aa7dd9;
2001
2772
 
2002
2773
  // [Tags "!Protected"]
2774
+ // [Protected "!true"]
2003
2775
  @sapLegendColor11: #f58b00;
2004
2776
 
2005
2777
  // [Tags "!Protected"]
2778
+ // [Protected "!true"]
2006
2779
  @sapLegendColor12: #fbbfac;
2007
2780
 
2008
2781
  // [Tags "!Protected"]
2782
+ // [Protected "!true"]
2009
2783
  @sapLegendColor13: #ffa1a1;
2010
2784
 
2011
2785
  // [Tags "!Protected"]
2786
+ // [Protected "!true"]
2012
2787
  @sapLegendColor14: #ff9e74;
2013
2788
 
2014
2789
  // [Tags "!Protected"]
2790
+ // [Protected "!true"]
2015
2791
  @sapLegendColor15: #af9cc3;
2016
2792
 
2017
2793
  // [Tags "!Protected"]
2794
+ // [Protected "!true"]
2018
2795
  @sapLegendColor16: #aabce3;
2019
2796
 
2020
2797
  // [Tags "!Protected"]
2798
+ // [Protected "!true"]
2021
2799
  @sapLegendColor17: #dafdf5;
2022
2800
 
2023
2801
  // [Tags "!Protected"]
2802
+ // [Protected "!true"]
2024
2803
  @sapLegendColor18: #d5f1b1;
2025
2804
 
2026
2805
  // [Tags "!Protected"]
2806
+ // [Protected "!true"]
2027
2807
  @sapLegendColor19: #d1efff;
2028
2808
 
2029
2809
  // [Tags "!Protected"]
2810
+ // [Protected "!true"]
2030
2811
  @sapLegendColor20: #e2d8ff;
2031
2812
 
2032
2813
  // [Tags "!Protected"]
2814
+ // [Protected "!true"]
2033
2815
  @sapLegendBackgroundColor1: #382700;
2034
2816
 
2035
2817
  // [Tags "!Protected"]
2818
+ // [Protected "!true"]
2036
2819
  @sapLegendBackgroundColor2: #501605;
2037
2820
 
2038
2821
  // [Tags "!Protected"]
2822
+ // [Protected "!true"]
2039
2823
  @sapLegendBackgroundColor3: #510136;
2040
2824
 
2041
2825
  // [Tags "!Protected"]
2826
+ // [Protected "!true"]
2042
2827
  @sapLegendBackgroundColor4: #411c1c;
2043
2828
 
2044
2829
  // [Tags "!Protected"]
2830
+ // [Protected "!true"]
2045
2831
  @sapLegendBackgroundColor5: #28004a;
2046
2832
 
2047
2833
  // [Tags "!Protected"]
2834
+ // [Protected "!true"]
2048
2835
  @sapLegendBackgroundColor6: #00144a;
2049
2836
 
2050
2837
  // [Tags "!Protected"]
2838
+ // [Protected "!true"]
2051
2839
  @sapLegendBackgroundColor7: #012931;
2052
2840
 
2053
2841
  // [Tags "!Protected"]
2842
+ // [Protected "!true"]
2054
2843
  @sapLegendBackgroundColor8: #1f2519;
2055
2844
 
2056
2845
  // [Tags "!Protected"]
2846
+ // [Protected "!true"]
2057
2847
  @sapLegendBackgroundColor9: #182430;
2058
2848
 
2059
2849
  // [Tags "!Protected"]
2850
+ // [Protected "!true"]
2060
2851
  @sapLegendBackgroundColor10: #30164b;
2061
2852
 
2062
2853
  // [Tags "!Protected"]
2854
+ // [Protected "!true"]
2063
2855
  @sapLegendBackgroundColor11: #571400;
2064
2856
 
2065
2857
  // [Tags "!Protected"]
2858
+ // [Protected "!true"]
2066
2859
  @sapLegendBackgroundColor12: #360c03;
2067
2860
 
2068
2861
  // [Tags "!Protected"]
2862
+ // [Protected "!true"]
2069
2863
  @sapLegendBackgroundColor13: #3d0000;
2070
2864
 
2071
2865
  // [Tags "!Protected"]
2866
+ // [Protected "!true"]
2072
2867
  @sapLegendBackgroundColor14: #421502;
2073
2868
 
2074
2869
  // [Tags "!Protected"]
2870
+ // [Protected "!true"]
2075
2871
  @sapLegendBackgroundColor15: #332640;
2076
2872
 
2077
2873
  // [Tags "!Protected"]
2874
+ // [Protected "!true"]
2078
2875
  @sapLegendBackgroundColor16: #121d35;
2079
2876
 
2080
2877
  // [Tags "!Protected"]
2878
+ // [Protected "!true"]
2081
2879
  @sapLegendBackgroundColor17: #013131;
2082
2880
 
2083
2881
  // [Tags "!Protected"]
2882
+ // [Protected "!true"]
2084
2883
  @sapLegendBackgroundColor18: #1e3009;
2085
2884
 
2086
2885
  // [Tags "!Protected"]
2886
+ // [Protected "!true"]
2087
2887
  @sapLegendBackgroundColor19: #0a285c;
2088
2888
 
2089
2889
  // [Tags "!Protected"]
2890
+ // [Protected "!true"]
2090
2891
  @sapLegendBackgroundColor20: #1c0c6e;
2091
2892
 
2092
2893
  // [Tags "!Protected"]
2894
+ // [Protected "!true"]
2093
2895
  @sapChart_OrderedColor_1: #1b90ff;
2094
2896
 
2095
2897
  // [Tags "!Protected"]
2898
+ // [Protected "!true"]
2096
2899
  @sapChart_OrderedColor_2: #f26018;
2097
2900
 
2098
2901
  // [Tags "!Protected"]
2902
+ // [Protected "!true"]
2099
2903
  @sapChart_OrderedColor_3: #179c6f;
2100
2904
 
2101
2905
  // [Tags "!Protected"]
2906
+ // [Protected "!true"]
2102
2907
  @sapChart_OrderedColor_4: #f62866;
2103
2908
 
2104
2909
  // [Tags "!Protected"]
2910
+ // [Protected "!true"]
2105
2911
  @sapChart_OrderedColor_5: #8b47d7;
2106
2912
 
2107
2913
  // [Tags "!Protected"]
2914
+ // [Protected "!true"]
2108
2915
  @sapChart_OrderedColor_6: #04a29d;
2109
2916
 
2110
2917
  // [Tags "!Protected"]
2918
+ // [Protected "!true"]
2111
2919
  @sapChart_OrderedColor_7: #0070f2;
2112
2920
 
2113
2921
  // [Tags "!Protected"]
2922
+ // [Protected "!true"]
2114
2923
  @sapChart_OrderedColor_8: #cc00dc;
2115
2924
 
2116
2925
  // [Tags "!Protected"]
2926
+ // [Protected "!true"]
2117
2927
  @sapChart_OrderedColor_9: #8396a8;
2118
2928
 
2119
2929
  // [Tags "!Protected"]
2930
+ // [Protected "!true"]
2120
2931
  @sapChart_OrderedColor_10: #f54747;
2121
2932
 
2122
2933
  // [Tags "!Protected"]
2934
+ // [Protected "!true"]
2123
2935
  @sapChart_OrderedColor_11: #296fb3;
2124
2936
 
2125
2937
  // [Tags "!Protected"]
2938
+ // [Protected "!true"]
2126
2939
  @sapChart_Bad: #f53232;
2127
2940
 
2128
2941
  // [Tags "!Protected"]
2942
+ // [Protected "!true"]
2129
2943
  @sapChart_Critical: #e76500;
2130
2944
 
2131
2945
  // [Tags "!Protected"]
2946
+ // [Protected "!true"]
2132
2947
  @sapChart_Good: #30914c;
2133
2948
 
2134
2949
  // [Tags "!Protected"]
2950
+ // [Protected "!true"]
2135
2951
  @sapChart_Neutral: #788fa6;
2136
2952
 
2137
2953
  // [Tags "!Protected"]
2954
+ // [Protected "!true"]
2138
2955
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
2139
2956
 
2140
2957
  // [Tags "!Protected"]
2958
+ // [Protected "!true"]
2141
2959
  @sapChart_Sequence_2: @sapChart_OrderedColor_2;
2142
2960
 
2143
2961
  // [Tags "!Protected"]
2962
+ // [Protected "!true"]
2144
2963
  @sapChart_Sequence_3: @sapChart_OrderedColor_3;
2145
2964
 
2146
2965
  // [Tags "!Protected"]
2966
+ // [Protected "!true"]
2147
2967
  @sapChart_Sequence_4: @sapChart_OrderedColor_4;
2148
2968
 
2149
2969
  // [Tags "!Protected"]
2970
+ // [Protected "!true"]
2150
2971
  @sapChart_Sequence_5: @sapChart_OrderedColor_5;
2151
2972
 
2152
2973
  // [Tags "!Protected"]
2974
+ // [Protected "!true"]
2153
2975
  @sapChart_Sequence_6: @sapChart_OrderedColor_6;
2154
2976
 
2155
2977
  // [Tags "!Protected"]
2978
+ // [Protected "!true"]
2156
2979
  @sapChart_Sequence_7: @sapChart_OrderedColor_7;
2157
2980
 
2158
2981
  // [Tags "!Protected"]
2982
+ // [Protected "!true"]
2159
2983
  @sapChart_Sequence_8: @sapChart_OrderedColor_8;
2160
2984
 
2161
2985
  // [Tags "!Protected"]
2986
+ // [Protected "!true"]
2162
2987
  @sapChart_Sequence_9: @sapChart_OrderedColor_9;
2163
2988
 
2164
2989
  // [Tags "!Protected"]
2990
+ // [Protected "!true"]
2165
2991
  @sapChart_Sequence_10: @sapChart_OrderedColor_10;
2166
2992
 
2167
2993
  // [Tags "!Protected"]
2994
+ // [Protected "!true"]
2168
2995
  @sapChart_Sequence_11: @sapChart_OrderedColor_11;
2169
2996
 
2170
2997
  // [Tags "!Protected"]
2998
+ // [Protected "!true"]
2171
2999
  @sapChart_Sequence_Neutral: @sapChart_Neutral;
2172
3000
  // @sapFontUrl_SAP-icons_ttf: url(./../sap_horizon/fonts/SAP-icons.ttf);
2173
3001
  // @sapFontUrl_SAP-icons_woff: url(./../sap_horizon/fonts/SAP-icons.woff);
2174
3002
  // @sapFontUrl_SAP-icons_woff2: url(./../sap_horizon/fonts/SAP-icons.woff2);
2175
- // @sapFontUrl_SAP-icons-TNT_ttf: url(./../baseTheme/fonts/SAP-icons-TNT.ttf);
2176
- // @sapFontUrl_SAP-icons-TNT_woff: url(./../baseTheme/fonts/SAP-icons-TNT.woff);
2177
- // @sapFontUrl_SAP-icons-TNT_woff2: url(./../baseTheme/fonts/SAP-icons-TNT.woff2);
3003
+ // @sapFontUrl_SAP-icons-TNT_ttf: url(./../sap_horizon/fonts/SAP-icons-TNT.ttf);
3004
+ // @sapFontUrl_SAP-icons-TNT_woff: url(./../sap_horizon/fonts/SAP-icons-TNT.woff);
3005
+ // @sapFontUrl_SAP-icons-TNT_woff2: url(./../sap_horizon/fonts/SAP-icons-TNT.woff2);
2178
3006
  // @sapFontUrl_SAP-icons-Business-Suite_ttf: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.ttf);
2179
3007
  // @sapFontUrl_SAP-icons-Business-Suite_woff: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff);
2180
3008
  // @sapFontUrl_SAP-icons-Business-Suite_woff2: url(./../sap_horizon/fonts/BusinessSuiteInAppSymbols.woff2);