@openui5/themelib_sap_belize 1.90.6 → 1.93.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (45) hide show
  1. package/.reuse/dep5 +41 -0
  2. package/THIRDPARTY.txt +49 -0
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_belize/IconTabBar.less +19 -16
  5. package/src/sap/m/themes/sap_belize/ProgressIndicator.less +1 -4
  6. package/src/sap/m/themes/sap_belize/QuickView.less +7 -6
  7. package/src/sap/m/themes/sap_belize/SelectList.less +0 -5
  8. package/src/sap/m/themes/sap_belize_hcb/Avatar.less +19 -11
  9. package/src/sap/m/themes/sap_belize_hcb/IconTabBar.less +4 -4
  10. package/src/sap/m/themes/sap_belize_hcb/ObjectNumber.less +1 -1
  11. package/src/sap/m/themes/sap_belize_hcb/ObjectStatus.less +2 -0
  12. package/src/sap/m/themes/sap_belize_hcb/QuickView.less +3 -2
  13. package/src/sap/m/themes/sap_belize_hcb/SelectList.less +0 -5
  14. package/src/sap/m/themes/sap_belize_hcb/SinglePlanningCalendarMonthGrid.less +2 -1
  15. package/src/sap/m/themes/sap_belize_hcw/Avatar.less +19 -11
  16. package/src/sap/m/themes/sap_belize_hcw/IconTabBar.less +4 -4
  17. package/src/sap/m/themes/sap_belize_hcw/ObjectNumber.less +1 -1
  18. package/src/sap/m/themes/sap_belize_hcw/ObjectStatus.less +2 -0
  19. package/src/sap/m/themes/sap_belize_hcw/QuickView.less +3 -2
  20. package/src/sap/m/themes/sap_belize_hcw/SelectList.less +0 -5
  21. package/src/sap/m/themes/sap_belize_hcw/SinglePlanningCalendarMonthGrid.less +2 -1
  22. package/src/sap/tnt/themes/sap_belize/ToolHeader.less +33 -1
  23. package/src/sap/tnt/themes/sap_belize_hcb/ToolHeader.less +4 -0
  24. package/src/sap/tnt/themes/sap_belize_hcw/ToolHeader.less +5 -1
  25. package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
  26. package/src/sap/ui/core/themes/sap_belize/base.less +1040 -742
  27. package/src/sap/ui/core/themes/sap_belize/global.less +218 -185
  28. package/src/sap/ui/core/themes/sap_belize/shared.less +0 -3
  29. package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
  30. package/src/sap/ui/core/themes/sap_belize_hcb/base.less +1057 -799
  31. package/src/sap/ui/core/themes/sap_belize_hcb/global.less +219 -184
  32. package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
  33. package/src/sap/ui/core/themes/sap_belize_hcw/base.less +101 -42
  34. package/src/sap/ui/core/themes/sap_belize_hcw/global.less +219 -184
  35. package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
  36. package/src/sap/ui/core/themes/sap_belize_plus/base.less +3 -9
  37. package/src/sap/ui/layout/themes/sap_belize/library.source.less +0 -1
  38. package/src/sap/ui/layout/themes/sap_belize_hcb/library.source.less +0 -1
  39. package/src/sap/ui/layout/themes/sap_belize_hcw/library.source.less +0 -1
  40. package/src/sap/ui/rta/themes/sap_belize/ContextMenu.less +1 -2
  41. package/src/sap/ui/unified/themes/sap_belize/Calendar.less +4 -0
  42. package/src/sap/uxap/themes/sap_belize/ObjectPageSection.less +1 -2
  43. package/src/sap/ui/layout/themes/sap_belize/SimpleForm.less +0 -12
  44. package/src/sap/ui/layout/themes/sap_belize_hcb/SimpleForm.less +0 -9
  45. package/src/sap/ui/layout/themes/sap_belize_hcw/SimpleForm.less +0 -9
@@ -1,1484 +1,1742 @@
1
- // Public Theme Parameters
2
1
 
3
- /* ===================================== */
4
- /* Quick Theming */
5
- /* ===================================== */
2
+ /******************* FILE /Base/baseLib/sap_belize_hcb/base.less *******************/
6
3
 
7
- // [Label "Brand Color"]
8
- // [Description "The color which builds your brand"]
9
- // [Tags "Quick", "Base", "Color"]
10
- @sapBrandColor: @sapHC_HighlightBackground;
11
-
12
- // [Label "Highlight Color"]
13
- // [Description "The color which is used to highlight screen elements"]
14
- // [Tags "Quick", "Base", "Content", "Color"]
15
- @sapHighlightColor: @sapBrandColor;
16
-
17
- // [Label "Base Color"]
18
- // [Description "The color which is used to derive the most dominant background colors"]
19
- // [Tags "Quick", "Base", "Color"]
20
- @sapBaseColor: @sapHC_StandardBackground;
21
-
22
- // [Label "Shell Header Color"]
23
- // [Description "The color of the shell header bar"]
24
- // [Tags "Quick", "Base", "Color"]
25
- @sapShellColor: @sapHC_StandardBackground;
26
-
27
- // [Description "The default background color of this theme"]
28
- // [Tags "Base", "Content", "Color", "Protected"]
29
- @sapBackgroundColorDefault: @sapHC_StandardBackground;
30
-
31
- // [Label "Background Color"]
32
- // [Description "The main background color of the screen"]
33
- // [Tags "Quick", "Base", "Color"]
34
- @sapBackgroundColor: @sapHC_StandardBackground;
35
-
36
- // [Label "Font Family"]
37
- // [Description "The preferred font family"]
38
- // [Tags "Quick", "Base", "Content", "Font", "Protected"]
39
- @sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
40
-
41
- @sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
42
-
43
- @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
44
-
45
- @sapFontHeaderFamily: @sapFontFamily;
46
-
47
- // [Label "Font Size"]
48
- // [Description "The preferred font size"]
49
- // [Tags "Quick", "Base", "Content", "Dimension", "Font", "Protected"]
50
- @sapFontSize: 0.875 * @sapContent_GridSize; //14px
51
-
52
- @sapFontSmallSize: 0.75 * @sapContent_GridSize; //12px
53
-
54
- @sapFontLargeSize: 1.0 * @sapContent_GridSize; //16px
55
-
56
- @sapFontHeader1Size: 1.625 * @sapContent_GridSize; //26px
57
-
58
- @sapFontHeader2Size: 1.375 * @sapContent_GridSize; //22px
59
-
60
- @sapFontHeader3Size: 1.25 * @sapContent_GridSize; //20px
61
-
62
- @sapFontHeader4Size: 1.125 * @sapContent_GridSize; //18px
63
-
64
- @sapFontHeader5Size: 1.0 * @sapContent_GridSize; //16px
65
-
66
- @sapFontHeader6Size: 0.875 * @sapContent_GridSize; //14px
67
-
68
- // [Label "Text Color"]
69
- // [Description "The preferred text color"]
70
- // [Tags "Quick", "Base", "Content", "Color", "Font"]
71
- @sapTextColor: @sapHC_StandardForeground;
72
-
73
- // [Label "Link Color"]
74
- // [Description "The color of the link text"]
75
- // [Tags "Quick", "Base", "Content", "Color", "Font", "Link"]
76
- @sapLinkColor: @sapHC_StandardForeground;
77
-
78
- @sapLink_Hover_Color: @sapLinkColor;
79
4
 
80
- @sapLink_Active_Color: @sapLinkColor;
81
-
82
- @sapLink_Visited_Color: @sapLinkColor;
83
-
84
- @sapLink_InvertedColor: @sapLinkColor;
85
-
86
- @sapLink_SubtleColor: @sapLinkColor;
87
5
 
88
- // [Label "Company Logo"]
89
- // [Description "The URI to the logo of your company"]
90
- // [Tags "Quick", "Base", "URI", "Image"]
91
- @sapCompanyLogo: none;
6
+ // =====================================
7
+ // Theme Specifics/Internals
8
+ // =====================================
92
9
 
93
- // [Label "Background Image"]
94
- // [Description "The URI to the image which is shown as background"]
95
- // [Tags "Quick", "Base", "URI", "Image"]
96
- @sapBackgroundImage: none;
10
+ // [Tags "SapInternal", "Base", "Dimension", "Protected"]
11
+ @sapContent_GridSize: 1rem;
97
12
 
98
- // [Label "Background Opacity"]
99
- // [Description "A value between 0.0 and 1.0 to control the opacity of the background image"]
100
- // [Tags "Quick", "Base", "Opacity"]
101
- @sapBackgroundImageOpacity: 1.0;
13
+ // [Label "Shell Background Pattern Color"]
14
+ // [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'."]
15
+ // [Tags "ThemeSpecific", "Base", "Shell", "Color", "Protected"]
16
+ @sapShell_BackgroundPatternColor: @sapBackgroundColor;
102
17
 
103
- // [Label "Background Repeat"]
104
- // [Description "The switch to turn on/off the repetition of the background image. Chose 'true' or 'false' as value."]
105
- // [Tags "Quick", "Base"]
106
- @sapBackgroundImageRepeat: false;
107
18
 
108
19
 
109
- /*
110
- UX COLOR SET
111
- */
112
20
 
113
- @sapContent_GridSize: 1rem;
21
+ // =====================================
22
+ // High Contrast
23
+ // =====================================
114
24
 
115
25
  // [Label "High-Contrast Standard Background"]
116
- // [Description "The high-contrast reference background color for most backgrounds"]
117
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
118
- @sapHC_StandardBackground: #000000;
26
+ // [Description "The high-contrast reference background color for most backgrounds."]
27
+ // [Tags "Base", "Content", "Color", "HighContrast"]
28
+ @sapHC_StandardBackground: #000;
119
29
 
120
- // [Label "High-Contrast Highlight Interaction Background"]
121
- // [Description "The high-contrast reference background color used for hover and active states "]
122
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
30
+ // [Label "High-Contrast Highlight Background"]
31
+ // [Description "The high-contrast reference background color used for hover and active states."]
32
+ // [Tags "Base", "Content", "Color", "HighContrast"]
123
33
  @sapHC_HighlightBackground: #7a5100;
124
34
 
125
- // [Label "High-Contrast Highlight Selection Background"]
126
- // [Description "The high-contrast reference background color used for selection"]
127
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
35
+ // [Label "High-Contrast Highlight Alternative Background"]
36
+ // [Description "The high-contrast reference background color used for selection."]
37
+ // [Tags "Base", "Content", "Color", "HighContrast"]
128
38
  @sapHC_HighlightAltBackground: #0f5d94;
129
39
 
130
40
  // [Label "High-Contrast Reduced Background"]
131
- // [Description "The high-contrast reference background color used for read-only and disabled items"]
132
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
41
+ // [Description "The high-contrast reference background color used for read-only and disabled items."]
42
+ // [Tags "Base", "Content", "Color", "HighContrast"]
133
43
  @sapHC_ReducedBackground: #585858;
134
44
 
45
+ // [Label "High-Contrast Reduced Alternative Background"]
46
+ // [Description "The high-contrast reference background color used for read-only and disabled items."]
47
+ // [Tags "Base", "Content", "Color", "HighContrast"]
135
48
  @sapHC_ReducedAltBackground: #a2a39f;
136
49
 
137
50
  // [Label "High-Contrast Standard Foreground"]
138
- // [Description "The high-contrast reference foreground color for elements such as text, icons, and borders"]
139
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
140
- @sapHC_StandardForeground: #ffffff;
51
+ // [Description "The high-contrast reference foreground color for elements such as text, icons, and borders."]
52
+ // [Tags "Base", "Content", "Color", "HighContrast"]
53
+ @sapHC_StandardForeground: #fff;
141
54
 
142
- // [Label "High-Contrast Enhanced Help Foreground"]
143
- // [Description "The high-contrast reference foreground color for elements such as help borders and help text"]
144
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
55
+ // [Label "High-Contrast Enhanced Foreground"]
56
+ // [Description "The high-contrast reference foreground color for elements such as help borders and help text."]
57
+ // [Tags "Base", "Content", "Color", "HighContrast"]
145
58
  @sapHC_EnhancedForeground: #03b803;
146
59
 
147
- // [Label "High-Contrast Reduced Disabled Foreground"]
148
- // [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders"]
149
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
150
- @sapHC_ReducedForeground: #666666;
151
-
152
- // [Label "High-Contrast Reduced Contrast Foreground"]
153
- // [Description "The high-contrast reference foreground color for elements such as list borders or read-only borders that are less prominent than standard elements"]
154
- // [Tags "Quick", "Base", "Content", "Color", "HighContrast"]
155
- @sapHC_ReducedAltForeground: #999999;
60
+ // [Label "High-Contrast Reduced Foreground"]
61
+ // [Description "The high-contrast reference foreground color for elements such as disabled text, icons, and borders."]
62
+ // [Tags "Base", "Content", "Color", "HighContrast"]
63
+ @sapHC_ReducedForeground: #666;
156
64
 
157
- /* Semantic Colors */
158
- @sapHC_NegativeColor: #ff5e5e;
159
- @sapHC_CriticalColor: #ffab1d;
160
- @sapHC_PositiveColor: #99cc99;
161
- @sapHC_InformativeColor: #ffffff;
162
- @sapHC_NeutralColor: #ffffff;
65
+ // [Label "High-Contrast Reduced Alternative Foreground"]
66
+ // [Description "The high-contrast reference foreground color for elements such as list borders or read-only borders that are less prominent than standard elements."]
67
+ // [Tags "Base", "Content", "Color", "HighContrast"]
68
+ @sapHC_ReducedAltForeground: #999;
163
69
 
164
- /* ACCENT COLORS */
165
- @sapAccentColor1: #ffc847;
166
- @sapAccentColor2: #ed884a;
167
- @sapAccentColor3: #db9292;
168
- @sapAccentColor4: #e269c9;
169
- @sapAccentColor5: #8ca7d5;
170
- @sapAccentColor6: #6bd3ff;
171
- @sapAccentColor7: #7fc6c6;
172
- @sapAccentColor8: #b2e484;
173
- @sapAccentColor9: #b995e0;
174
- @sapAccentColor10: #b0bcc5;
70
+ // [Label "High-Contrast Negative Color"]
71
+ // [Description "The high-contrast reference color for elements showing negative state."]
72
+ // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
73
+ @sapHC_NegativeColor: #ff5e5e;
175
74
 
75
+ // [Label "High-Contrast Critical Color"]
76
+ // [Description "The high-contrast reference color for elements showing critical state."]
77
+ // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
78
+ @sapHC_CriticalColor: #ffab1d;
176
79
 
177
- /* LEGEND COLORS */
178
-
179
- @sapLegend_WorkingBackground: lighten(@sapList_Background, 18);
80
+ // [Label "High-Contrast Positive Color"]
81
+ // [Description "The high-contrast reference color for elements showing positive state."]
82
+ // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
83
+ @sapHC_PositiveColor: #99cc99;
180
84
 
181
- @sapLegend_NonWorkingBackground: lighten(@sapList_Background, 30);
85
+ // [Label "High-Contrast Informative Color"]
86
+ // [Description "The high-contrast reference color for elements showing informative state."]
87
+ // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
88
+ @sapHC_InformativeColor: #fff;
182
89
 
183
- @sapLegend_CurrentDateTime: @sapAccentColor4;
90
+ // [Label "High-Contrast Neutral Color"]
91
+ // [Description "The high-contrast reference color for elements showing neutral state."]
92
+ // [Tags "Base", "SemanticColor", "Color", "HighContrast"]
93
+ @sapHC_NeutralColor: #fff;
184
94
 
185
- @sapLegendColor1: #ffc847;
186
- @sapLegendColor2: #ed884a;
187
- @sapLegendColor3: #db9292;
188
- @sapLegendColor4: #ff741f;
189
- @sapLegendColor5: #e269C9;
190
- @sapLegendColor6: #6bd3ff;
191
- @sapLegendColor7: #7fc6C6;
192
- @sapLegendColor8: #b2e484;
193
- @sapLegendColor9: #1fbcff;
194
- @sapLegendColor10: #bb86b0;
195
- @sapLegendColor11: #ffe6ad;
196
- @sapLegendColor12: #cdaf9d;
197
- @sapLegendColor13: #ff8787;
198
- @sapLegendColor14: #ffb385;
199
- @sapLegendColor15: #ffb2ef;
200
- @sapLegendColor16: #9cabc5;
201
- @sapLegendColor17: #a4eeee;
202
- @sapLegendColor18: #8d9e7e;
203
- @sapLegendColor19: #addcf0;
204
- @sapLegendColor20: #629cff;
205
95
 
206
- @sapLegendBackgroundColor1: @sapList_Background;
207
- @sapLegendBackgroundColor2: @sapList_Background;
208
- @sapLegendBackgroundColor3: @sapList_Background;
209
- @sapLegendBackgroundColor4: @sapList_Background;
210
- @sapLegendBackgroundColor5: @sapList_Background;
211
- @sapLegendBackgroundColor6: @sapList_Background;
212
- @sapLegendBackgroundColor7: @sapList_Background;
213
- @sapLegendBackgroundColor8: @sapList_Background;
214
- @sapLegendBackgroundColor9: @sapList_Background;
215
- @sapLegendBackgroundColor10: @sapList_Background;
216
- @sapLegendBackgroundColor11: @sapList_Background;
217
- @sapLegendBackgroundColor12: @sapList_Background;
218
- @sapLegendBackgroundColor13: @sapList_Background;
219
- @sapLegendBackgroundColor14: @sapList_Background;
220
- @sapLegendBackgroundColor15: @sapList_Background;
221
- @sapLegendBackgroundColor16: @sapList_Background;
222
- @sapLegendBackgroundColor17: @sapList_Background;
223
- @sapLegendBackgroundColor18: @sapList_Background;
224
- @sapLegendBackgroundColor19: @sapList_Background;
225
- @sapLegendBackgroundColor20: @sapList_Background;
226
96
 
227
97
 
228
- /* Semantic Background Colors */
229
- @sapErrorBackground: @sapHC_StandardBackground;
230
- @sapWarningBackground: @sapHC_StandardBackground;
231
- @sapSuccessBackground: @sapHC_StandardBackground;
232
- @sapInformationBackground: @sapHC_StandardBackground;
233
- @sapNeutralBackground: @sapHC_StandardBackground;
98
+ // =====================================
99
+ // Quick
100
+ // =====================================
234
101
 
102
+ // [Tags "!Protected"]
103
+ @sapBrandColor: @sapHC_HighlightBackground;
235
104
 
236
- /* Semantic Border Colors */
237
- @sapErrorBorderColor: @sapErrorColor;
238
- @sapWarningBorderColor: @sapWarningColor;
239
- @sapSuccessBorderColor: @sapSuccessColor;
240
- @sapInformationBorderColor: @sapInformationColor;
241
- @sapNeutralBorderColor: @sapNeutralColor;
105
+ // [Tags "!Protected"]
106
+ @sapHighlightColor: @sapBrandColor;
242
107
 
108
+ // [Tags "!Protected"]
109
+ @sapBaseColor: @sapHC_StandardBackground;
243
110
 
244
- /* Semantic Foreground Elements */
245
- @sapNegativeElementColor: @sapNegativeColor;
246
- @sapCriticalElementColor: @sapCriticalColor;
247
- @sapPositiveElementColor: @sapPositiveColor;
248
- @sapInformativeElementColor: @sapInformativeColor;
249
- @sapNeutralElementColor: @sapNeutralColor;
111
+ // [Tags "!Protected"]
112
+ @sapShellColor: @sapBackgroundColor;
250
113
 
114
+ // [Tags "!Protected"]
115
+ @sapBackgroundColor: @sapHC_StandardBackground;
251
116
 
252
- /* Semantic Text */
253
- @sapNegativeTextColor: @sapNegativeColor;
254
- @sapCriticalTextColor: @sapCriticalColor;
255
- @sapPositiveTextColor: @sapPositiveColor;
256
- @sapInformativeTextColor: @sapInformativeColor;
257
- @sapNeutralTextColor: @sapNeutralColor;
117
+ // [Tags "!Protected"]
118
+ @sapFontFamily: "72", "72full", Arial, Helvetica, sans-serif;
258
119
 
120
+ // [Tags "!Protected"]
121
+ @sapFontSize: 0.875 * @sapContent_GridSize;
259
122
 
260
- /* Semantic Foreground Colors */
123
+ // [Tags "!Protected"]
124
+ @sapTextColor: @sapHC_StandardForeground;
261
125
 
262
- // [Label "Negative Color"]
263
- // [Description "The color for elements showing negative state"]
264
- // [Tags "Base", "SemanticColor", "Color"]
265
- @sapNegativeColor: @sapHC_NegativeColor;
126
+ // [Tags "!Protected"]
127
+ @sapLinkColor: @sapHC_StandardForeground;
266
128
 
267
- // [Label "Critical Color"]
268
- // [Description "The color for elements showing critical state"]
269
- // [Tags "Base", "SemanticColor", "Color"]
270
- @sapCriticalColor: @sapHC_CriticalColor;
129
+ // [Tags "!Protected"]
130
+ @sapCompanyLogo: none;
271
131
 
272
- // [Label "Positive Color"]
273
- // [Description "The color for elements showing positive state"]
274
- // [Tags "Base", "SemanticColor", "Color"]
275
- @sapPositiveColor: @sapHC_PositiveColor;
132
+ // [Tags "!Protected"]
133
+ @sapBackgroundImage: none;
276
134
 
277
- // [Label "Informative Color"]
278
- // [Description "The color for elements showing informative state"]
279
- // [Tags "Base", "SemanticColor", "Color"]
280
- @sapInformativeColor: @sapHC_InformativeColor;
135
+ // [Tags "!Protected"]
136
+ @sapBackgroundImageOpacity: 1.0;
281
137
 
282
- // [Label "Neutral Color"]
283
- // [Description "The color for elements showing neutral state"]
284
- // [Tags "Base", "SemanticColor", "Color"]
285
- @sapNeutralColor: @sapHC_NeutralColor;
138
+ // [Tags "!Protected"]
139
+ @sapBackgroundImageRepeat: false;
286
140
 
141
+ // [Tags "!Protected"]
142
+ @sapSelectedColor: @sapHC_HighlightAltBackground;
287
143
 
288
- @sapErrorColor: @sapNegativeColor;
289
- @sapWarningColor: @sapCriticalColor;
290
- @sapSuccessColor: @sapPositiveColor;
291
- @sapInformationColor: @sapInformativeColor;
144
+ // [Tags "!Protected"]
145
+ @sapActiveColor: @sapHighlightColor;
292
146
 
147
+ // [Tags "!Protected"]
148
+ @sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
293
149
 
294
- // [Label "Indication Color 1"]
295
- // [Tags "Base", "SemanticColor", "Color"]
296
- @sapIndicationColor_1: #ff5e5e;
150
+ // [Tags "!Protected"]
151
+ @sapTitleColor: @sapTextColor;
297
152
 
298
- @sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
299
153
 
300
- @sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
301
154
 
302
- @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
303
155
 
304
- // [Label "Indication Color 2"]
305
- // [Tags "Base", "SemanticColor", "Color"]
306
- @sapIndicationColor_2: #ff9191;
156
+ // =====================================
157
+ // Error Semantics
158
+ // =====================================
307
159
 
308
- @sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
160
+ // [Tags "!Protected"]
161
+ @sapNegativeColor: @sapHC_NegativeColor;
309
162
 
310
- @sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
163
+ // [Tags "!Protected"]
164
+ @sapCriticalColor: @sapHC_CriticalColor;
311
165
 
312
- @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
166
+ // [Tags "!Protected"]
167
+ @sapPositiveColor: @sapHC_PositiveColor;
313
168
 
314
- // [Label "Indication Color 3"]
315
- // [Tags "Base", "SemanticColor", "Color"]
316
- @sapIndicationColor_3: #ffab1d;
169
+ // [Tags "!Protected"]
170
+ @sapInformativeColor: @sapHC_InformativeColor;
317
171
 
318
- @sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
172
+ // [Tags "!Protected"]
173
+ @sapNeutralColor: @sapHC_NeutralColor;
319
174
 
320
- @sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
175
+ // [Tags "!Protected"]
176
+ @sapNegativeElementColor: @sapNegativeColor;
321
177
 
322
- @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
178
+ // [Tags "!Protected"]
179
+ @sapCriticalElementColor: @sapCriticalColor;
323
180
 
324
- // [Label "Indication Color 4"]
325
- // [Tags "Base", "SemanticColor", "Color"]
326
- @sapIndicationColor_4: #99cc99;
181
+ // [Tags "!Protected"]
182
+ @sapPositiveElementColor: @sapPositiveColor;
327
183
 
328
- @sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
184
+ // [Tags "!Protected"]
185
+ @sapInformativeElementColor: @sapInformativeColor;
329
186
 
330
- @sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
187
+ // [Tags "!Protected"]
188
+ @sapNeutralElementColor: @sapNeutralColor;
331
189
 
332
- @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
190
+ // [Tags "!Protected"]
191
+ @sapNegativeTextColor: @sapNegativeColor;
333
192
 
334
- // [Label "Indication Color 5"]
335
- // [Tags "Base", "SemanticColor", "Color"]
336
- @sapIndicationColor_5: #6bd3ff;
193
+ // [Tags "!Protected"]
194
+ @sapCriticalTextColor: @sapCriticalColor;
337
195
 
338
- @sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
196
+ // [Tags "!Protected"]
197
+ @sapPositiveTextColor: @sapPositiveColor;
339
198
 
340
- @sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
199
+ // [Tags "!Protected"]
200
+ @sapInformativeTextColor: @sapInformativeColor;
341
201
 
342
- @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
202
+ // [Tags "!Protected"]
203
+ @sapNeutralTextColor: @sapNeutralColor;
343
204
 
344
- // [Label "Indication Color 6"]
345
- // [Tags "Base", "SemanticColor", "Color"]
346
- @sapIndicationColor_6: @sapAccentColor7;
205
+ // [Tags "!Protected"]
206
+ @sapErrorColor: @sapNegativeColor;
347
207
 
348
- @sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
208
+ // [Tags "!Protected"]
209
+ @sapWarningColor: @sapCriticalColor;
349
210
 
350
- @sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
211
+ // [Tags "!Protected"]
212
+ @sapSuccessColor: @sapPositiveColor;
351
213
 
352
- @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
214
+ // [Tags "!Protected"]
215
+ @sapInformationColor: @sapInformativeColor;
353
216
 
354
- // [Label "Indication Color 7"]
355
- // [Tags "Base", "SemanticColor", "Color"]
356
- @sapIndicationColor_7: @sapAccentColor9;
217
+ // [Tags "!Protected"]
218
+ @sapErrorBackground: @sapHC_StandardBackground;
357
219
 
358
- @sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
220
+ // [Tags "!Protected"]
221
+ @sapWarningBackground: @sapHC_StandardBackground;
359
222
 
360
- @sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
223
+ // [Tags "!Protected"]
224
+ @sapSuccessBackground: @sapHC_StandardBackground;
361
225
 
362
- @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
226
+ // [Tags "!Protected"]
227
+ @sapInformationBackground: @sapHC_StandardBackground;
363
228
 
364
- // [Label "Indication Color 8"]
365
- // [Tags "Base", "SemanticColor", "Color"]
366
- @sapIndicationColor_8: @sapAccentColor4;
229
+ // [Tags "!Protected"]
230
+ @sapNeutralBackground: @sapHC_StandardBackground;
367
231
 
368
- @sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
232
+ // [Tags "!Protected"]
233
+ @sapErrorBorderColor: @sapErrorColor;
369
234
 
370
- @sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
235
+ // [Tags "!Protected"]
236
+ @sapWarningBorderColor: @sapWarningColor;
371
237
 
372
- @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
238
+ // [Tags "!Protected"]
239
+ @sapSuccessBorderColor: @sapSuccessColor;
373
240
 
241
+ // [Tags "!Protected"]
242
+ @sapInformationBorderColor: @sapInformationColor;
374
243
 
375
- /* ===================================== */
376
- /* Expert Theming */
377
- /* ===================================== */
244
+ // [Tags "!Protected"]
245
+ @sapNeutralBorderColor: @sapNeutralColor;
378
246
 
379
- // [Label "Selected Color"]
380
- // [Description "The color of selected elements"]
381
- // [Tags "Base", "Color"]
382
- @sapSelectedColor: @sapHC_HighlightAltBackground;
383
247
 
384
- // [Label "Active Color"]
385
- // [Description "The color of activated elements"]
386
- // [Tags "Base", "Color"]
387
- @sapActiveColor: @sapHighlightColor;
388
248
 
389
- // [Label "Highlight Text Color"]
390
- // [Description "The text color of highlighted screen elements"]
391
- // [Tags "Base", "Content", "Color", "Font"]
392
- @sapHighlightTextColor: contrast(@sapHighlightColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
393
249
 
394
- // [Label "Title Text Color"]
395
- // [Description "The text color of the application title"]
396
- // [Tags "Base", "Color", "Font"]
397
- @sapTitleColor: @sapTextColor;
250
+ // =====================================
251
+ // Element Metrics
252
+ // =====================================
398
253
 
399
- // [Label "Element Line Height"]
400
- // [Description "The height of the line box surrounding the inline elements in the content area."]
401
- // [Tags "Base", "Content", "Dimension", "Protected"]
402
- @sapElement_LineHeight: 3 * @sapContent_GridSize; // Cozy
254
+ // [Tags "Protected"]
255
+ @sapElement_LineHeight: 3 * @sapContent_GridSize;
403
256
 
404
- // [Label "Element Height"]
405
- // [Description "The height of inline elements in the content area."]
406
- // [Tags "Base", "Content", "Dimension", "Protected"]
407
- @sapElement_Height: 2.5 * @sapContent_GridSize; // Cozy
257
+ // [Tags "Protected"]
258
+ @sapElement_Height: 2.5 * @sapContent_GridSize;
408
259
 
409
- // [Label "Element Border Thickness"]
410
- // [Description "The standard thickness of element borders."]
411
- // [Tags "Base", "Button", "Dimension", "Protected"]
412
- @sapElement_BorderWidth: 0.0625 * @sapContent_GridSize; // Cozy
260
+ // [Tags "Protected"]
261
+ @sapElement_BorderWidth: 0.0625 * @sapContent_GridSize;
413
262
 
263
+ // [Tags "!Protected"]
414
264
  @sapElement_BorderCornerRadius: 0.25 * @sapContent_GridSize;
415
265
 
266
+ // [Tags "Protected"]
416
267
  @sapElement_Compact_LineHeight: 2 * @sapContent_GridSize;
417
268
 
269
+ // [Tags "Protected"]
418
270
  @sapElement_Compact_Height: 1.625 * @sapContent_GridSize;
419
271
 
272
+ // [Tags "Protected"]
420
273
  @sapElement_Condensed_LineHeight: 1.5 * @sapContent_GridSize;
421
274
 
275
+ // [Tags "Protected"]
422
276
  @sapElement_Condensed_Height: 1.375 * @sapContent_GridSize;
423
277
 
424
- // [Label "Content Line Height EM"]
425
- // [Description "The height of lines in the content area (in em). Basically this is used as the CSS line-height property."]
426
- // [Tags "Base", "Content", "Dimension", "Protected"]
427
- @sapContent_LineHeight: 1.4;
428
278
 
429
- // [Label "Content Element Height"]
430
- // [Description "The height of inline elements in the content area (in em)."]
431
- // [Tags "Base", "Content", "Dimension", "Protected"]
432
- @sapContent_ElementHeight: 1.37em; // deprecated/protected (only used by older UR versions). Can be deleted from Belize end 2019.
433
279
 
434
- // [Label "Content Element Height PX"]
435
- // [Description "The height of lines in the content area (in pixel)."]
436
- // [Tags "Base", "Content", "Dimension", "Protected"]
437
- @sapContent_ElementHeight_PX: 22px; // deprecated/protected (only used by older UR versions). Can be deleted from Belize end 2019.
438
280
 
439
- // [Label "Content Icon Height"]
440
- // [Description "The height of inline icons in the content area (in pixel)."]
441
- // [Tags "Base", "Content", "Dimension", "Protected"]
281
+ // =====================================
282
+ // Content
283
+ // =====================================
284
+
285
+ // [Tags "!Protected"]
286
+ @sapContent_LineHeight: 1.4;
287
+
288
+ // [Tags "!Protected"]
442
289
  @sapContent_IconHeight: @sapContent_GridSize;
443
290
 
444
- // [Label "Content Icon Color"]
445
- // [Description "The color of icons."]
446
- // [Tags "Base", "Content", "Color"]
291
+ // [Tags "!Protected"]
447
292
  @sapContent_IconColor: @sapHC_StandardForeground;
448
293
 
449
- // [Label "Content Icon Contrast Color"]
450
- // [Description "The alternative icon color switched to by a threshold to keep contrast for icons."]
451
- // [Tags "Base", "Content", "Color"]
294
+ // [Tags "!Protected"]
452
295
  @sapContent_ContrastIconColor: @sapContent_IconColor;
453
296
 
454
- // [Label "Content Icon Noninteractive Color"]
455
- // [Description "The color of noninteractive icons."]
456
- // [TranslationKey "sapContent_NoIntactvIcoClr"]
457
- // [Tags "Base", "Content", "Color"]
297
+ // [Tags "!Protected"]
458
298
  @sapContent_NonInteractiveIconColor: @sapContent_IconColor;
459
299
 
460
- // [Label "Marker Icon Color"]
461
- // [Description "The color of marker icons."]
462
- // [Tags "Base", "Content", "Color"]
300
+ // [Tags "!Protected"]
463
301
  @sapContent_MarkerIconColor: @sapContent_IconColor;
464
302
 
465
- // [Label "Marker Text Color"]
466
- // [Description "The color of Marker Texts."]
467
- // [Tags "Base", "Content", "Color", "Font"]
303
+ // [Tags "!Protected"]
468
304
  @sapContent_MarkerTextColor: @sapTextColor;
469
305
 
306
+ // [Tags "!Protected"]
470
307
  @sapContent_Placeholderloading_Background: @sapHC_ReducedForeground;
471
308
 
309
+ // [Tags "!Protected"]
472
310
  @sapContent_Placeholderloading_Gradient: linear-gradient(to right, @sapHC_ReducedForeground 0%, @sapHC_ReducedForeground 35%, @sapHC_ReducedAltForeground 50%, @sapHC_ReducedForeground 65%, @sapHC_ReducedForeground 100%);
473
311
 
474
- // [Label "Image Placeholder Background Color"]
475
- // [Description "The background color of Image Placeholders."]
476
- // [Tags "Base", "Content", "Color"]
312
+ // [Tags "!Protected"]
477
313
  @sapContent_ImagePlaceholderBackground: @sapBackgroundColor;
478
314
 
479
- // [Label "Image Placeholder Foreground Color"]
480
- // [Description "The foreground color of Image Placeholders."]
481
- // [Tags "Base", "Content", "Color"]
482
- @sapContent_ImagePlaceholderForegroundColor: @sapHC_ReducedAltForeground;
315
+ // [Tags "!Protected"]
316
+ @sapContent_ImagePlaceholderForegroundColor: @sapContent_IconColor;
483
317
 
318
+ // [Tags "!Protected"]
484
319
  @sapContent_RatedColor: @sapContent_IconColor;
485
320
 
321
+ // [Tags "!Protected"]
486
322
  @sapContent_UnratedColor: @sapHC_ReducedAltForeground;
487
323
 
488
- // [Label "Content Focus Color"]
489
- // [Description "The color of the focus."]
490
- // [Tags "Base", "Content", "Color"]
324
+ // [Tags "!Protected"]
491
325
  @sapContent_FocusColor: @sapHC_StandardForeground;
492
326
 
327
+ // [Tags "!Protected"]
493
328
  @sapContent_FocusStyle: dotted;
494
329
 
330
+ // [Tags "!Protected"]
495
331
  @sapContent_FocusWidth: 0.125 * @sapContent_GridSize;
496
332
 
497
- // [Label "Content Focus Contrast Color"]
498
- // [Description "The alternative focus color."]
499
- // [Tags "Base", "Content", "Color"]
333
+ // [Tags "!Protected"]
500
334
  @sapContent_ContrastFocusColor: @sapContent_FocusColor;
501
335
 
502
- // [Label "Content Shadow Color"]
503
- // [Description "The shadow color."]
504
- // [Tags "Base", "Content", "Color"]
336
+ // [Tags "!Protected"]
505
337
  @sapContent_ShadowColor: @sapHC_StandardForeground;
506
338
 
507
- // [Label "Content Shadow Contrast Color"]
508
- // [Description "The alternative shadow color."]
509
- // [Tags "Base", "Content", "Color"]
339
+ // [Tags "!Protected"]
510
340
  @sapContent_ContrastShadowColor: @sapContent_ShadowColor;
511
341
 
512
- @sapContent_Shadow0: 0 0 1rem 0 fade(@sapContent_ContrastShadowColor, 50), 0 0 0 2px @sapContent_ShadowColor;
342
+ // [Tags "!Protected"]
343
+ @sapContent_Shadow0: 0 0 0 0.0625rem @sapContent_ShadowColor;
513
344
 
514
- @sapContent_Shadow1: 0 0.125rem 0.5rem 0 fade(@sapContent_ShadowColor, 20), @sapContent_Shadow0;
345
+ // [Tags "!Protected"]
346
+ @sapContent_Shadow1: 0 0 1rem 0 fade(@sapContent_ContrastShadowColor, 50), 0 0 0 0.125rem @sapContent_ShadowColor;
515
347
 
516
- @sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0 2px @sapContent_ShadowColor;
348
+ // [Tags "!Protected"]
349
+ @sapContent_Shadow2: 0 0.25rem 2rem 0 fade(@sapContent_ContrastShadowColor, 60), 0 0 0 0.125rem @sapContent_ShadowColor;
517
350
 
518
- @sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0 2px @sapContent_ShadowColor;
351
+ // [Tags "!Protected"]
352
+ @sapContent_Shadow3: 0 0.625rem 4rem 0 fade(@sapContent_ContrastShadowColor, 80), 0 0 0 0.125rem @sapContent_ShadowColor;
519
353
 
354
+ // [Tags "!Protected"]
520
355
  @sapContent_TextShadow: -1px 0 @sapHC_StandardBackground, 0 1px @sapHC_StandardBackground, 1px 0 @sapHC_StandardBackground, 0 -1px @sapHC_StandardBackground;
521
356
 
357
+ // [Tags "!Protected"]
358
+ @sapContent_ContrastTextShadow: none;
359
+
360
+ // [Tags "!Protected"]
522
361
  @sapContent_HeaderShadow: inset 0 -0.125rem @sapObjectHeader_BorderColor;
523
362
 
524
- // [Label "Content Search Result Highlight Color"]
525
- // [Description "The color of found search results in the content."]
526
- // [Tags "Base", "Content", "Color"]
363
+ // [Tags "!Protected"]
527
364
  @sapContent_SearchHighlightColor: @sapHighlightColor;
528
365
 
529
- // [Label "Content Help Indication Color"]
530
- // [Description "The color which indicates that the element has help content."]
531
- // [Tags "Base", "Content", "Color"]
366
+ // [Tags "!Protected"]
532
367
  @sapContent_HelpColor: @sapHC_EnhancedForeground;
533
368
 
534
- // [Label "Content Label Color"]
535
- // [Description "The color of labels in the content area."]
536
- // [Tags "Base", "Content", "Color", "Font"]
369
+ // [Tags "!Protected"]
537
370
  @sapContent_LabelColor: @sapTextColor;
538
371
 
539
- // [Label "Content Monospace Font Family"]
540
- // [Description "Defines which monospaced font is used for specific texts in the content area."]
541
- // [Tags "Base", "Content", "Font", "Protected"]
372
+ // [Tags "!Protected"]
542
373
  @sapContent_MonospaceFontFamily: "72Mono", "72Monofull", lucida console, monospace;
543
374
 
375
+ // [Tags "!Protected"]
544
376
  @sapContent_MonospaceBoldFontFamily: "72Mono-Bold", "72Mono-Boldfull", lucida console, monospace;
545
377
 
378
+ // [Tags "!Protected"]
546
379
  @sapContent_IconFontFamily: "SAP-icons";
547
380
 
548
- // [Label "Content Disabled Text Color"]
549
- // [Description "The color of texts on disabled screen elements in the content area."]
550
- // [Tags "Base", "Content", "Color", "Font"]
381
+ // [Tags "!Protected"]
551
382
  @sapContent_DisabledTextColor: @sapHC_ReducedForeground;
552
383
 
553
- @sapContent_DisabledOpacity: 0.5;
384
+ // [Tags "!Protected"]
385
+ @sapContent_DisabledOpacity: 0.4;
554
386
 
555
- // [Label "Text Contrast Threshold"]
556
- // [Description "The threshold to switch to alternative text color to keep contrast for texts"]
557
- // [TranslationKey "sapContent_ContrastTxtThreshold"]
558
- // [Tags "Base", "Content", "Font"]
387
+ // [Tags "!Protected"]
559
388
  @sapContent_ContrastTextThreshold: 0.65;
560
389
 
561
- // [Label "Text Contrast Color"]
562
- // [Description "The alternative text color switched to by a threshold to keep contrast for texts"]
563
- // [Tags "Base", "Content", "Color", "Font"]
390
+ // [Tags "!Protected"]
564
391
  @sapContent_ContrastTextColor: @sapTextColor;
565
392
 
566
- // [Label "Content Foreground Color"]
567
- // [Description "The foreground color of the content area."]
568
- // [Tags "Base", "Content", "Color"]
393
+ // [Tags "!Protected"]
569
394
  @sapContent_ForegroundColor: @sapBackgroundColor;
570
395
 
571
- // [Label "Content Foreground Border Color"]
572
- // [Description "The foreground color of the borders of the content area."]
573
- // [TranslationKey "sapContent_ForegroundBorderCol"]
574
- // [Tags "Base", "Content", "Color"]
396
+ // [Tags "!Protected"]
575
397
  @sapContent_ForegroundBorderColor: @sapHC_StandardForeground;
576
398
 
577
- // [Label "Content Foreground Text Color"]
578
- // [Description "The foreground color of texts in the content area."]
579
- // [Tags "Base", "Content", "Color", "Font"]
399
+ // [Tags "!Protected"]
580
400
  @sapContent_ForegroundTextColor: contrast(@sapContent_ForegroundColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
581
401
 
582
- // [Label "Content Badge Background"]
583
- // [Description "The background color of badges."]
584
- // [Tags "Base", "Content", "Color"]
402
+ // [Tags "!Protected"]
585
403
  @sapContent_BadgeBackground: @sapBackgroundColor;
586
404
 
405
+ // [Tags "!Protected"]
587
406
  @sapContent_BadgeTextColor: contrast(@sapContent_BadgeBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
588
407
 
408
+ // [Tags "!Protected"]
589
409
  @sapContent_DragAndDropActiveColor: @sapContent_HelpColor;
590
410
 
411
+ // [Tags "!Protected"]
591
412
  @sapContent_Selected_TextColor: contrast(@sapContent_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
592
413
 
414
+ // [Tags "!Protected"]
593
415
  @sapContent_Selected_Background: @sapSelectedColor;
594
416
 
417
+ // [Tags "!Protected"]
595
418
  @sapContent_Selected_Hover_Background: @sapHighlightColor;
596
419
 
597
- /* Content Illustrative Colors */
420
+ // [Tags "!Protected"]
421
+ @sapContent_Selected_ForegroundColor: @sapHC_StandardForeground;
422
+
423
+
424
+
425
+
426
+ // =====================================
427
+ // Content Illustrative Colors
428
+ // =====================================
429
+
598
430
  @sapContent_Illustrative_Color1: #212628;
431
+
599
432
  @sapContent_Illustrative_Color2: #62737c;
433
+
600
434
  @sapContent_Illustrative_Color3: #62737c;
435
+
601
436
  @sapContent_Illustrative_Color4: #030303;
437
+
602
438
  @sapContent_Illustrative_Color5: #88979e;
439
+
603
440
  @sapContent_Illustrative_Color6: #88979e;
441
+
604
442
  @sapContent_Illustrative_Color7: #212628;
443
+
605
444
  @sapContent_Illustrative_Color8: #dbdbdb;
606
445
 
607
- // [Label "Shell Background Color"]
608
- // [Description "The background color of the shell."]
609
- // [Tags "Base", "Shell", "Color"]
610
- @sapShell_Background: @sapBackgroundColor;
611
446
 
612
- // [Label "Shell Background Image/Gradient"]
613
- // [Description "The background image or gradient of the shell."]
614
- // [Tags "Base", "Shell", "URI", "Image"]
615
- @sapShell_BackgroundImage: @sapBackgroundColor;
616
447
 
617
- // [Label "Background Opacity"]
618
- // [Description "A value between 0.0 and 1.0 to control the opacity of the shell background image"]
619
- // [Tags "Quick", "Base", "Opacity"]
620
- @sapShell_BackgroundImageOpacity: 1.0;
621
448
 
622
- // [Label "Background Repeat"]
623
- // [Description "The switch to turn on/off the repetition of the shell background image. Chose 'true' or 'false' as value."]
624
- // [Tags "Quick", "Base"]
625
- @sapShell_BackgroundImageRepeat: false;
449
+ // =====================================
450
+ // Font
451
+ // =====================================
626
452
 
627
- // [Label "Shell Background Pattern Color"]
628
- // [Description "The background pattern color of the shell. To turn off the pattern set the value to 'transparent'"]
629
- // [Tags "Base", "Shell", "Color"]
630
- @sapShell_BackgroundPatternColor: @sapBackgroundColor;
453
+ // [Tags "!Protected"]
454
+ @sapFontLightFamily: "72-Light", "72-Lightfull", "72", "72full", Arial, Helvetica, sans-serif;
631
455
 
632
- // [Label "Shell Border Color"]
633
- // [Description "The color of the borders of the shell."]
634
- // [Tags "Base", "Shell", "Color"]
635
- @sapShell_BorderColor: @sapHC_StandardForeground;
456
+ // [Tags "!Protected"]
457
+ @sapFontBoldFamily: "72-Bold", "72-Boldfull", "72", "72full", Arial, Helvetica, sans-serif;
636
458
 
637
- // [Label "Shell Text Color"]
638
- // [Description "The color of texts in the shell."]
639
- // [Tags "Base", "Shell", "Color", "Font"]
640
- @sapShell_TextColor: @sapTextColor;
459
+ // [Tags "!Protected"]
460
+ @sapFontHeaderFamily: @sapFontFamily;
641
461
 
642
- // [Label "Shell Interactive Text Color"]
643
- // [Description "The color of interactive texts in the shell."]
644
- // [Tags "Base", "Shell", "Color", "Font"]
645
- @sapShell_InteractiveTextColor: @sapShell_TextColor;
462
+ // [Tags "!Protected"]
463
+ @sapFontSmallSize: 0.75 * @sapContent_GridSize;
646
464
 
647
- @sapShell_InteractiveBorderColor: @sapField_BorderColor;
465
+ // [Tags "!Protected"]
466
+ @sapFontLargeSize: 1.0 * @sapContent_GridSize;
648
467
 
649
- @sapShell_GroupTitleTextColor: @sapTitleColor;
468
+ // [Tags "!Protected"]
469
+ @sapFontHeader1Size: 1.625 * @sapContent_GridSize;
650
470
 
651
- @sapShell_GroupTitleTextShadow: -1px 0 @sapShell_Background, 0 1px @sapShell_Background, 1px 0 @sapShell_Background, 0 -1px @sapShell_Background;
471
+ // [Tags "!Protected"]
472
+ @sapFontHeader2Size: 1.375 * @sapContent_GridSize;
652
473
 
653
- @sapShell_Hover_Background: @sapHighlightColor;
474
+ // [Tags "!Protected"]
475
+ @sapFontHeader3Size: 1.25 * @sapContent_GridSize;
654
476
 
655
- @sapShell_Active_Background: @sapActiveColor;
477
+ // [Tags "!Protected"]
478
+ @sapFontHeader4Size: 1.125 * @sapContent_GridSize;
656
479
 
657
- @sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
480
+ // [Tags "!Protected"]
481
+ @sapFontHeader5Size: 1.0 * @sapContent_GridSize;
658
482
 
659
- @sapShell_Selected_Background: @sapSelectedColor;
483
+ // [Tags "!Protected"]
484
+ @sapFontHeader6Size: 0.875 * @sapContent_GridSize;
660
485
 
661
- @sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
662
486
 
663
- @sapShell_Selected_Hover_Background: @sapShell_Selected_Background;
664
487
 
665
- // [Label "Shell Favicon"]
666
- // [Description "The URI to the favorite or shortcut icon displayed for the shell."]
667
- // [Tags "Base", "Shell", "URI", "Image"]
668
- @sapShell_Favicon: none;
669
488
 
670
- @sapShell_Navigation_Background: @sapShellColor;
489
+ // =====================================
490
+ // Link
491
+ // =====================================
671
492
 
672
- @sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
493
+ // [Tags "!Protected"]
494
+ @sapLink_Hover_Color: @sapLinkColor;
673
495
 
674
- @sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
496
+ // [Tags "!Protected"]
497
+ @sapLink_Active_Color: @sapLinkColor;
675
498
 
676
- @sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;
499
+ // [Tags "!Protected"]
500
+ @sapLink_Visited_Color: @sapLinkColor;
677
501
 
678
- @sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
502
+ // [Tags "!Protected"]
503
+ @sapLink_InvertedColor: @sapLinkColor;
679
504
 
680
- @sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
505
+ // [Tags "!Protected"]
506
+ @sapLink_SubtleColor: @sapLinkColor;
681
507
 
682
- @sapShell_Navigation_Active_Background: @sapShell_Active_Background;
683
508
 
684
- @sapShell_Shadow: 0 0.125rem 0 0 @sapShell_BorderColor;
685
509
 
510
+
511
+ // =====================================
512
+ // Shell
513
+ // =====================================
514
+
515
+ // [Tags "!Protected"]
516
+ @sapShell_Background: @sapBackgroundColor;
517
+
518
+ // [Tags "!Protected"]
519
+ @sapShell_BackgroundImage: @sapBackgroundColor;
520
+
521
+ // [Tags "!Protected"]
522
+ @sapShell_BackgroundImageOpacity: 1.0;
523
+
524
+ // [Tags "!Protected"]
525
+ @sapShell_BackgroundImageRepeat: false;
526
+
527
+ // [Tags "!Protected"]
528
+ @sapShell_BorderColor: @sapHC_StandardForeground;
529
+
530
+ // [Tags "!Protected"]
531
+ @sapShell_TextColor: @sapTextColor;
532
+
533
+ // [Tags "!Protected"]
534
+ @sapShell_InteractiveTextColor: @sapShell_TextColor;
535
+
536
+ // [Tags "!Protected"]
537
+ @sapShell_InteractiveBorderColor: @sapField_BorderColor;
538
+
539
+ // [Tags "!Protected"]
540
+ @sapShell_GroupTitleTextColor: @sapTitleColor;
541
+
542
+ // [Tags "!Protected"]
543
+ @sapShell_GroupTitleTextShadow: -1px 0 @sapShell_Background, 0 1px @sapShell_Background, 1px 0 @sapShell_Background, 0 -1px @sapShell_Background;
544
+
545
+ // [Tags "!Protected"]
546
+ @sapShell_Hover_Background: @sapHighlightColor;
547
+
548
+ // [Tags "!Protected"]
549
+ @sapShell_Active_Background: @sapActiveColor;
550
+
551
+ // [Tags "!Protected"]
552
+ @sapShell_Active_TextColor: contrast(@sapShell_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
553
+
554
+ // [Tags "!Protected"]
555
+ @sapShell_Selected_Background: @sapSelectedColor;
556
+
557
+ // [Tags "!Protected"]
558
+ @sapShell_Selected_TextColor: contrast(@sapShell_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
559
+
560
+ // [Tags "!Protected"]
561
+ @sapShell_Selected_Hover_Background: @sapHighlightColor;
562
+
563
+ // [Tags "!Protected"]
564
+ @sapShell_Favicon: none;
565
+
566
+ // [Tags "!Protected"]
567
+ @sapShell_Navigation_Background: @sapShellColor;
568
+
569
+ // [Tags "!Protected"]
570
+ @sapShell_Navigation_Hover_Background: @sapShell_Hover_Background;
571
+
572
+ // [Tags "!Protected"]
573
+ @sapShell_Navigation_SelectedColor: @sapShell_Navigation_Selected_TextColor;
574
+
575
+ // [Tags "!Protected"]
576
+ @sapShell_Navigation_Selected_TextColor: @sapShell_InteractiveTextColor;
577
+
578
+ // [Tags "!Protected"]
579
+ @sapShell_Navigation_TextColor: contrast(@sapShell_Navigation_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
580
+
581
+ // [Tags "!Protected"]
582
+ @sapShell_Navigation_Active_TextColor: contrast(@sapShell_Navigation_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
583
+
584
+ // [Tags "!Protected"]
585
+ @sapShell_Navigation_Active_Background: @sapShell_Active_Background;
586
+
587
+ // [Tags "!Protected"]
588
+ @sapShell_Shadow: 0 0.125rem 0 0 @sapShell_BorderColor;
589
+
590
+ // [Tags "!Protected"]
686
591
  @sapShell_NegativeColor: @sapNegativeColor;
687
592
 
593
+ // [Tags "!Protected"]
688
594
  @sapShell_CriticalColor: @sapCriticalColor;
689
595
 
596
+ // [Tags "!Protected"]
690
597
  @sapShell_PositiveColor: @sapPositiveColor;
691
598
 
599
+ // [Tags "!Protected"]
692
600
  @sapShell_InformativeColor: @sapInformativeColor;
693
601
 
602
+ // [Tags "!Protected"]
694
603
  @sapShell_NeutralColor: @sapNeutralColor;
695
604
 
696
- // [Label "Button Border Thickness"]
697
- // [Description "The thickness of button borders."]
698
- // [Tags "Base", "Button", "Dimension"]
699
- @sapButton_BorderWidth: @sapElement_BorderWidth;
700
605
 
701
- // [Label "Button Corner Radius"]
702
- // [Description "Defines whether a button has rounded corners."]
703
- // [Tags "Base", "Button", "Dimension"]
704
- @sapButton_BorderCornerRadius: 0.375 * @sapContent_GridSize;
705
606
 
706
- // [Label "Button Background Color"]
707
- // [Description "The background color of buttons."]
708
- // [Tags "Base", "Button", "Color"]
607
+
608
+ // =====================================
609
+ // Button
610
+ // =====================================
611
+
612
+ // [Tags "!Protected"]
709
613
  @sapButton_Background: @sapBackgroundColor;
710
614
 
711
- // [Label "Button Border Color"]
712
- // [Description "The color of a button's borders."]
713
- // [Tags "Base", "Button", "Color"]
615
+ // [Tags "!Protected"]
714
616
  @sapButton_BorderColor: @sapHC_StandardForeground;
715
617
 
716
- // [Label "Button Text Color"]
717
- // [Description "The color of texts on buttons."]
718
- // [Tags "Base", "Button", "Color", "Font"]
618
+ // [Tags "!Protected"]
619
+ @sapButton_BorderWidth: @sapElement_BorderWidth;
620
+
621
+ // [Tags "!Protected"]
622
+ @sapButton_BorderCornerRadius: 0.375 * @sapContent_GridSize;
623
+
624
+ // [Tags "!Protected"]
719
625
  @sapButton_TextColor: contrast(@sapButton_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
720
626
 
721
- // [Label "Button Hover Background Color"]
722
- // [Description "The background color of buttons on hover."]
723
- // [Tags "Base", "Button", "Color"]
627
+ // [Tags "!Protected"]
724
628
  @sapButton_Hover_Background: @sapHighlightColor;
725
629
 
726
- // [Label "Button Hover Border Color"]
727
- // [Description "The color of a button's borders on hover."]
728
- // [Tags "Base", "Button", "Color"]
630
+ // [Tags "!Protected"]
729
631
  @sapButton_Hover_BorderColor: @sapButton_BorderColor;
730
632
 
731
- // [Label "Button Hover Text Color"]
732
- // [Description "The color of texts on buttons on hover."]
733
- // [Tags "Base", "Button", "Color", "Font"]
633
+ // [Tags "!Protected"]
734
634
  @sapButton_Hover_TextColor: contrast(@sapButton_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
735
635
 
736
- @sapButton_IconColor: @sapButton_TextColor;
636
+ // [Tags "!Protected"]
637
+ @sapButton_IconColor: contrast(@sapButton_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
737
638
 
639
+ // [Tags "!Protected"]
738
640
  @sapButton_Active_Background: @sapActiveColor;
739
641
 
642
+ // [Tags "!Protected"]
740
643
  @sapButton_Active_BorderColor: @sapButton_BorderColor;
741
644
 
645
+ // [Tags "!Protected"]
742
646
  @sapButton_Active_TextColor: contrast(@sapButton_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
743
647
 
744
- // [Label "Emphasized Button Background Color"]
745
- // [Description "The background color of emphasized buttons."]
746
- // [Tags "Base", "Button", "Color"]
648
+ // [Tags "!Protected"]
747
649
  @sapButton_Emphasized_Background: @sapButton_Background;
748
650
 
749
- // [Label "Emphasized Button Border Color"]
750
- // [Description "The border color of emphasized buttons."]
751
- // [TranslationKey "sapButton_Emphasized_BorderCol"]
752
- // [Tags "Base", "Button", "Color"]
651
+ // [Tags "!Protected"]
753
652
  @sapButton_Emphasized_BorderColor: @sapButton_BorderColor;
754
653
 
755
- // [Label "Emphasized Button Text Color"]
756
- // [Description "The color of texts on emphasized buttons."]
757
- // [Tags "Base", "Button", "Color", "Font"]
654
+ // [Tags "!Protected"]
758
655
  @sapButton_Emphasized_TextColor: contrast(@sapButton_Emphasized_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
759
656
 
657
+ // [Tags "!Protected"]
760
658
  @sapButton_Emphasized_Hover_Background: @sapButton_Hover_Background;
761
659
 
762
- @sapButton_Emphasized_Hover_BorderColor: @sapButton_Hover_BorderColor;
660
+ // [Tags "!Protected"]
661
+ @sapButton_Emphasized_Hover_BorderColor: @sapButton_Emphasized_BorderColor;
763
662
 
663
+ // [Tags "!Protected"]
764
664
  @sapButton_Emphasized_Hover_TextColor: contrast(@sapButton_Emphasized_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
765
665
 
666
+ // [Tags "!Protected"]
766
667
  @sapButton_Emphasized_Active_Background: @sapButton_Active_Background;
767
668
 
669
+ // [Tags "!Protected"]
768
670
  @sapButton_Emphasized_Active_BorderColor: @sapButton_Active_BorderColor;
769
671
 
672
+ // [Tags "!Protected"]
673
+ @sapButton_Emphasized_Active_TextColor: contrast(@sapButton_Emphasized_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
674
+
675
+ // [Tags "!Protected"]
770
676
  @sapButton_Emphasized_TextShadow: transparent;
771
677
 
678
+ // [Tags "!Protected"]
772
679
  @sapButton_Emphasized_FontWeight: bold;
773
680
 
774
- // [Label "Reject Button Background Color"]
775
- // [Description "The background color of \"Reject\" buttons."]
776
- // [Tags "Base", "Button", "Color"]
681
+ // [Tags "!Protected"]
777
682
  @sapButton_Reject_Background: @sapButton_Background;
778
683
 
684
+ // [Tags "!Protected"]
779
685
  @sapButton_Reject_BorderColor: @sapButton_BorderColor;
780
686
 
687
+ // [Tags "!Protected"]
781
688
  @sapButton_Reject_TextColor: contrast(@sapButton_Reject_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
782
689
 
690
+ // [Tags "!Protected"]
783
691
  @sapButton_Reject_Hover_Background: @sapButton_Hover_Background;
784
692
 
693
+ // [Tags "!Protected"]
785
694
  @sapButton_Reject_Hover_BorderColor: @sapButton_Hover_BorderColor;
786
695
 
696
+ // [Tags "!Protected"]
787
697
  @sapButton_Reject_Hover_TextColor: contrast(@sapButton_Reject_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
788
698
 
699
+ // [Tags "!Protected"]
789
700
  @sapButton_Reject_Active_Background: @sapButton_Active_Background;
790
701
 
702
+ // [Tags "!Protected"]
791
703
  @sapButton_Reject_Active_BorderColor: @sapButton_Active_BorderColor;
792
704
 
705
+ // [Tags "!Protected"]
706
+ @sapButton_Reject_Active_TextColor: contrast(@sapButton_Reject_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
707
+
708
+ // [Tags "!Protected"]
793
709
  @sapButton_Reject_Selected_Background: @sapSelectedColor;
794
710
 
711
+ // [Tags "!Protected"]
795
712
  @sapButton_Reject_Selected_BorderColor: @sapButton_BorderColor;
796
713
 
714
+ // [Tags "!Protected"]
797
715
  @sapButton_Reject_Selected_TextColor: contrast(@sapButton_Reject_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
798
716
 
717
+ // [Tags "!Protected"]
799
718
  @sapButton_Reject_Selected_Hover_Background: @sapButton_Hover_Background;
800
719
 
720
+ // [Tags "!Protected"]
801
721
  @sapButton_Reject_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
802
722
 
803
- // [Label "Accept Button Background Color"]
804
- // [Description "The background color of \"Accept\" buttons."]
805
- // [Tags "Base", "Button", "Color"]
723
+ // [Tags "!Protected"]
806
724
  @sapButton_Accept_Background: @sapButton_Background;
807
725
 
726
+ // [Tags "!Protected"]
808
727
  @sapButton_Accept_BorderColor: @sapButton_BorderColor;
809
728
 
729
+ // [Tags "!Protected"]
810
730
  @sapButton_Accept_TextColor: contrast(@sapButton_Accept_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
811
731
 
732
+ // [Tags "!Protected"]
812
733
  @sapButton_Accept_Hover_Background: @sapButton_Hover_Background;
813
734
 
735
+ // [Tags "!Protected"]
814
736
  @sapButton_Accept_Hover_BorderColor: @sapButton_Hover_BorderColor;
815
737
 
738
+ // [Tags "!Protected"]
816
739
  @sapButton_Accept_Hover_TextColor: contrast(@sapButton_Accept_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
817
740
 
741
+ // [Tags "!Protected"]
818
742
  @sapButton_Accept_Active_Background: @sapButton_Active_Background;
819
743
 
744
+ // [Tags "!Protected"]
820
745
  @sapButton_Accept_Active_BorderColor: @sapButton_Active_BorderColor;
821
746
 
747
+ // [Tags "!Protected"]
748
+ @sapButton_Accept_Active_TextColor: contrast(@sapButton_Accept_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
749
+
750
+ // [Tags "!Protected"]
822
751
  @sapButton_Accept_Selected_Background: @sapSelectedColor;
823
752
 
753
+ // [Tags "!Protected"]
824
754
  @sapButton_Accept_Selected_BorderColor: @sapButton_BorderColor;
825
755
 
756
+ // [Tags "!Protected"]
826
757
  @sapButton_Accept_Selected_TextColor: contrast(@sapButton_Accept_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
827
758
 
759
+ // [Tags "!Protected"]
828
760
  @sapButton_Accept_Selected_Hover_Background: @sapButton_Hover_Background;
829
761
 
762
+ // [Tags "!Protected"]
830
763
  @sapButton_Accept_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
831
764
 
765
+ // [Tags "!Protected"]
832
766
  @sapButton_Lite_Background: @sapButton_Background;
833
767
 
768
+ // [Tags "!Protected"]
834
769
  @sapButton_Lite_BorderColor: @sapButton_BorderColor;
835
770
 
771
+ // [Tags "!Protected"]
836
772
  @sapButton_Lite_TextColor: @sapButton_TextColor;
837
773
 
774
+ // [Tags "!Protected"]
838
775
  @sapButton_Lite_Hover_Background: @sapButton_Hover_Background;
839
776
 
777
+ // [Tags "!Protected"]
840
778
  @sapButton_Lite_Hover_BorderColor: @sapButton_Hover_BorderColor;
841
779
 
780
+ // [Tags "!Protected"]
842
781
  @sapButton_Lite_Hover_TextColor: @sapButton_Lite_TextColor;
843
782
 
783
+ // [Tags "!Protected"]
844
784
  @sapButton_Lite_Active_Background: @sapButton_Active_Background;
845
785
 
786
+ // [Tags "!Protected"]
846
787
  @sapButton_Lite_Active_BorderColor: @sapButton_Active_BorderColor;
847
788
 
789
+ // [Tags "!Protected"]
848
790
  @sapButton_Selected_Background: @sapSelectedColor;
849
791
 
792
+ // [Tags "!Protected"]
850
793
  @sapButton_Selected_BorderColor: @sapButton_BorderColor;
851
794
 
795
+ // [Tags "!Protected"]
852
796
  @sapButton_Selected_TextColor: contrast(@sapButton_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
853
797
 
798
+ // [Tags "!Protected"]
854
799
  @sapButton_Selected_Hover_Background: @sapButton_Hover_Background;
855
800
 
801
+ // [Tags "!Protected"]
856
802
  @sapButton_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
857
803
 
804
+ // [Tags "!Protected"]
858
805
  @sapButton_Attention_Background: @sapButton_Background;
859
806
 
807
+ // [Tags "!Protected"]
860
808
  @sapButton_Attention_BorderColor: @sapButton_BorderColor;
861
809
 
810
+ // [Tags "!Protected"]
862
811
  @sapButton_Attention_TextColor: contrast(@sapButton_Attention_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
863
812
 
813
+ // [Tags "!Protected"]
864
814
  @sapButton_Attention_Hover_Background: @sapButton_Hover_Background;
865
815
 
816
+ // [Tags "!Protected"]
866
817
  @sapButton_Attention_Hover_BorderColor: @sapButton_Hover_BorderColor;
867
818
 
819
+ // [Tags "!Protected"]
868
820
  @sapButton_Attention_Hover_TextColor: contrast(@sapButton_Attention_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
869
821
 
822
+ // [Tags "!Protected"]
870
823
  @sapButton_Attention_Active_Background: @sapButton_Active_Background;
871
824
 
825
+ // [Tags "!Protected"]
872
826
  @sapButton_Attention_Active_BorderColor: @sapButton_Active_BorderColor;
873
827
 
828
+ // [Tags "!Protected"]
829
+ @sapButton_Attention_Active_TextColor: contrast(@sapButton_Attention_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
830
+
831
+ // [Tags "!Protected"]
874
832
  @sapButton_Attention_Selected_Background: @sapSelectedColor;
875
833
 
834
+ // [Tags "!Protected"]
876
835
  @sapButton_Attention_Selected_BorderColor: @sapButton_BorderColor;
877
836
 
837
+ // [Tags "!Protected"]
878
838
  @sapButton_Attention_Selected_TextColor: contrast(@sapButton_Attention_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
879
839
 
840
+ // [Tags "!Protected"]
880
841
  @sapButton_Attention_Selected_Hover_Background: @sapButton_Hover_Background;
881
842
 
843
+ // [Tags "!Protected"]
882
844
  @sapButton_Attention_Selected_Hover_BorderColor: @sapButton_Hover_BorderColor;
883
845
 
846
+ // [Tags "!Protected"]
884
847
  @sapButton_Negative_Background: @sapButton_Background;
885
848
 
849
+ // [Tags "!Protected"]
886
850
  @sapButton_Negative_BorderColor: @sapButton_BorderColor;
887
851
 
852
+ // [Tags "!Protected"]
888
853
  @sapButton_Negative_TextColor: contrast(@sapButton_Negative_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
889
854
 
855
+ // [Tags "!Protected"]
890
856
  @sapButton_Negative_Hover_Background: @sapButton_Hover_Background;
891
857
 
858
+ // [Tags "!Protected"]
892
859
  @sapButton_Negative_Hover_BorderColor: @sapButton_Negative_BorderColor;
893
860
 
861
+ // [Tags "!Protected"]
894
862
  @sapButton_Negative_Hover_TextColor: contrast(@sapButton_Negative_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
895
863
 
864
+ // [Tags "!Protected"]
896
865
  @sapButton_Negative_Active_Background: @sapButton_Active_Background;
897
866
 
867
+ // [Tags "!Protected"]
898
868
  @sapButton_Negative_Active_BorderColor: @sapButton_Active_BorderColor;
899
869
 
870
+ // [Tags "!Protected"]
871
+ @sapButton_Negative_Active_TextColor: contrast(@sapButton_Negative_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
872
+
873
+ // [Tags "!Protected"]
900
874
  @sapButton_Critical_Background: @sapButton_Background;
901
875
 
876
+ // [Tags "!Protected"]
902
877
  @sapButton_Critical_BorderColor: @sapButton_BorderColor;
903
878
 
879
+ // [Tags "!Protected"]
904
880
  @sapButton_Critical_TextColor: contrast(@sapButton_Critical_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
905
881
 
882
+ // [Tags "!Protected"]
906
883
  @sapButton_Critical_Hover_Background: @sapButton_Hover_Background;
907
884
 
885
+ // [Tags "!Protected"]
908
886
  @sapButton_Critical_Hover_BorderColor: @sapButton_Critical_BorderColor;
909
887
 
888
+ // [Tags "!Protected"]
910
889
  @sapButton_Critical_Hover_TextColor: contrast(@sapButton_Critical_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
911
890
 
891
+ // [Tags "!Protected"]
912
892
  @sapButton_Critical_Active_Background: @sapButton_Active_Background;
913
893
 
894
+ // [Tags "!Protected"]
914
895
  @sapButton_Critical_Active_BorderColor: @sapButton_Active_BorderColor;
915
896
 
897
+ // [Tags "!Protected"]
898
+ @sapButton_Critical_Active_TextColor: contrast(@sapButton_Critical_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
899
+
900
+ // [Tags "!Protected"]
916
901
  @sapButton_Success_Background: @sapButton_Background;
917
902
 
903
+ // [Tags "!Protected"]
918
904
  @sapButton_Success_BorderColor: @sapButton_BorderColor;
919
905
 
906
+ // [Tags "!Protected"]
920
907
  @sapButton_Success_TextColor: contrast(@sapButton_Success_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
921
908
 
909
+ // [Tags "!Protected"]
922
910
  @sapButton_Success_Hover_Background: @sapButton_Hover_Background;
923
911
 
912
+ // [Tags "!Protected"]
924
913
  @sapButton_Success_Hover_BorderColor: @sapButton_Success_BorderColor;
925
914
 
915
+ // [Tags "!Protected"]
926
916
  @sapButton_Success_Hover_TextColor: contrast(@sapButton_Success_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
927
917
 
918
+ // [Tags "!Protected"]
928
919
  @sapButton_Success_Active_Background: @sapButton_Active_Background;
929
920
 
921
+ // [Tags "!Protected"]
930
922
  @sapButton_Success_Active_BorderColor: @sapButton_Active_BorderColor;
931
923
 
924
+ // [Tags "!Protected"]
925
+ @sapButton_Success_Active_TextColor: contrast(@sapButton_Success_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
926
+
927
+ // [Tags "!Protected"]
932
928
  @sapButton_Information_Background: @sapButton_Background;
933
929
 
930
+ // [Tags "!Protected"]
934
931
  @sapButton_Information_BorderColor: @sapButton_BorderColor;
935
932
 
933
+ // [Tags "!Protected"]
936
934
  @sapButton_Information_TextColor: contrast(@sapButton_Information_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
937
935
 
936
+ // [Tags "!Protected"]
938
937
  @sapButton_Information_Hover_Background: @sapButton_Hover_Background;
939
938
 
939
+ // [Tags "!Protected"]
940
940
  @sapButton_Information_Hover_BorderColor: @sapButton_Information_BorderColor;
941
941
 
942
+ // [Tags "!Protected"]
942
943
  @sapButton_Information_Hover_TextColor: contrast(@sapButton_Information_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
943
944
 
945
+ // [Tags "!Protected"]
944
946
  @sapButton_Information_Active_Background: @sapButton_Active_Background;
945
947
 
948
+ // [Tags "!Protected"]
946
949
  @sapButton_Information_Active_BorderColor: @sapButton_Active_BorderColor;
947
950
 
951
+ // [Tags "!Protected"]
948
952
  @sapButton_Neutral_Background: @sapButton_Background;
949
953
 
954
+ // [Tags "!Protected"]
950
955
  @sapButton_Neutral_BorderColor: @sapButton_BorderColor;
951
956
 
957
+ // [Tags "!Protected"]
952
958
  @sapButton_Neutral_TextColor: contrast(@sapButton_Neutral_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
953
959
 
960
+ // [Tags "!Protected"]
954
961
  @sapButton_Neutral_Hover_Background: @sapButton_Hover_Background;
955
962
 
963
+ // [Tags "!Protected"]
956
964
  @sapButton_Neutral_Hover_BorderColor: @sapButton_Neutral_BorderColor;
957
965
 
966
+ // [Tags "!Protected"]
958
967
  @sapButton_Neutral_Hover_TextColor: contrast(@sapButton_Neutral_Hover_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
959
968
 
969
+ // [Tags "!Protected"]
960
970
  @sapButton_Neutral_Active_Background: @sapButton_Active_Background;
961
971
 
972
+ // [Tags "!Protected"]
962
973
  @sapButton_Neutral_Active_BorderColor: @sapButton_Active_BorderColor;
963
974
 
975
+ // [Tags "!Protected"]
976
+ @sapButton_Neutral_Active_TextColor: contrast(@sapButton_Neutral_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
977
+
978
+ // [Tags "!Protected"]
964
979
  @sapButton_Track_Selected_Background: @sapButton_Selected_Background;
965
980
 
981
+ // [Tags "!Protected"]
966
982
  @sapButton_Track_Selected_TextColor: contrast(@sapButton_Track_Selected_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
967
983
 
984
+ // [Tags "!Protected"]
968
985
  @sapButton_Track_Background: @sapButton_Background;
969
986
 
987
+ // [Tags "!Protected"]
970
988
  @sapButton_Track_TextColor: contrast(@sapButton_Track_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
971
989
 
990
+ // [Tags "!Protected"]
972
991
  @sapButton_TokenBackground: @sapButton_Background;
973
992
 
993
+ // [Tags "!Protected"]
974
994
  @sapButton_TokenBorderColor: @sapButton_BorderColor;
975
995
 
976
- // [Label "Field Background Color"]
977
- // [Description "The background color of input fields."]
978
- // [Tags "Base", "Field", "Color"]
979
- @sapField_Background: @sapBackgroundColor;
980
996
 
981
- // [Label "Field Border Color"]
982
- // [Description "The color of an input field's borders."]
983
- // [Tags "Base", "Field", "Color"]
984
- @sapField_BorderColor: @sapHC_StandardForeground;
985
997
 
986
- // [Label "Field Text Color"]
987
- // [Description "The text color of input fields."]
988
- // [Tags "Base", "Field", "Color", "Font"]
998
+
999
+ // =====================================
1000
+ // Field
1001
+ // =====================================
1002
+
1003
+ // [Tags "!Protected"]
1004
+ @sapField_Background: @sapBackgroundColor;
1005
+
1006
+ // [Tags "!Protected"]
989
1007
  @sapField_TextColor: @sapTextColor;
990
1008
 
991
- @sapField_PlaceholderTextColor: @sapField_TextColor;
1009
+ // [Tags "!Protected"]
1010
+ @sapField_PlaceholderTextColor: @sapHC_ReducedAltForeground;
1011
+
1012
+ // [Tags "!Protected"]
1013
+ @sapField_BorderColor: @sapHC_StandardForeground;
992
1014
 
993
- // [Label "Field Help Background Color"]
994
- // [Description "The color of the value help icon."]
995
- // [Tags "Base", "Field", "Color"]
1015
+ // [Tags "!Protected"]
996
1016
  @sapField_HelpBackground: @sapField_Background;
997
1017
 
998
- // [Label "Field Border Thickness"]
999
- // [Description "The thickness of an input field's borders."]
1000
- // [Tags "Base", "Field", "Dimension"]
1018
+ // [Tags "!Protected"]
1001
1019
  @sapField_BorderWidth: @sapElement_BorderWidth;
1002
1020
 
1003
- // [Label "Field Corner Radius"]
1004
- // [Description "Defines whether an input field has rounded corners."]
1005
- // [Tags "Base", "Field", "Dimension"]
1021
+ // [Tags "!Protected"]
1006
1022
  @sapField_BorderCornerRadius: 0;
1007
1023
 
1008
- // [Label "Field Hover Background Color"]
1009
- // [Description "The background color of input fields on hover."]
1010
- // [Tags "Base", "Field", "Color"]
1024
+ // [Tags "!Protected"]
1011
1025
  @sapField_Hover_Background: @sapField_Background;
1012
1026
 
1013
- // [Label "Field Hover Border Color"]
1014
- // [Description "The color of an input field's borders on hover."]
1015
- // [Tags "Base", "Field", "Color"]
1027
+ // [Tags "!Protected"]
1016
1028
  @sapField_Hover_BorderColor: @sapField_BorderColor;
1017
1029
 
1018
- // [Label "Field Help Hover Background Color"]
1019
- // [Description "The color of the value help icon on hover."]
1020
- // [Tags "Base", "Field", "Color"]
1030
+ // [Tags "!Protected"]
1021
1031
  @sapField_Hover_HelpBackground: @sapField_Background;
1022
1032
 
1033
+ // [Tags "!Protected"]
1023
1034
  @sapField_Active_BorderColor: @sapField_BorderColor;
1024
1035
 
1025
- // [Label "Focused Field Background Color"]
1026
- // [Description "The background color of focused input fields."]
1027
- // [Tags "Base", "Field", "Color"]
1036
+ // [Tags "!Protected"]
1028
1037
  @sapField_Focus_Background: @sapField_Background;
1029
1038
 
1030
- // [Label "Focused Field Border Color"]
1031
- // [Description "The color of a focused input field's borders."]
1032
- // [Tags "Base", "Field", "Color"]
1039
+ // [Tags "!Protected"]
1033
1040
  @sapField_Focus_BorderColor: @sapField_BorderColor;
1034
1041
 
1035
- // [Label "Focused Field Help Background Color"]
1036
- // [Description "The background color of a focused input field's value help icon."]
1037
- // [Tags "Base", "Field", "Color"]
1042
+ // [Tags "!Protected"]
1038
1043
  @sapField_Focus_HelpBackground: @sapField_Background;
1039
1044
 
1040
- // [Label "Read Only Field Background Color"]
1041
- // [Description "The background color of a read-only input field."]
1042
- // [Tags "Base", "Field", "Color"]
1045
+ // [Tags "!Protected"]
1043
1046
  @sapField_ReadOnly_Background: @sapHC_ReducedBackground;
1044
1047
 
1045
- // [Label "Read Only Field Border Color"]
1046
- // [Description "The color of a read-only input field's borders."]
1047
- // [Tags "Base", "Field", "Color"]
1048
+ // [Tags "!Protected"]
1048
1049
  @sapField_ReadOnly_BorderColor: @sapHC_ReducedAltForeground;
1049
1050
 
1050
- // [Label "Read Only Field Help Color"]
1051
- // [Description "The background color of a read-only input field's value help icon."]
1052
- // [TranslationKey "sapField_ReadOnly_HelpBackgrnd"]
1053
- // [Tags "Base", "Field", "Color"]
1051
+ // [Tags "!Protected"]
1054
1052
  @sapField_ReadOnly_HelpBackground: @sapField_ReadOnly_Background;
1055
1053
 
1056
- // [Label "Required Field Color"]
1057
- // [Description "The color of the asterisk next to required input fields."]
1058
- // [Tags "Base", "Field", "Color"]
1054
+ // [Tags "!Protected"]
1059
1055
  @sapField_RequiredColor: @sapTextColor;
1060
1056
 
1061
- // [Label "Invalid Field Color"]
1062
- // [Description "The base color of input fields with an invalid value."]
1063
- // [Tags "Base", "Field", "Color"]
1057
+ // [Tags "!Protected"]
1064
1058
  @sapField_InvalidColor: @sapField_BorderColor;
1065
1059
 
1066
- // [Label "Invalid Field Background Color"]
1067
- // [Description "The background color of input fields with an invalid value."]
1068
- // [Tags "Base", "Field", "Color"]
1060
+ // [Tags "!Protected"]
1069
1061
  @sapField_InvalidBackground: @sapHighlightColor;
1070
1062
 
1071
- // [Label "Warning Field Color"]
1072
- // [Description "The base color of an input field indicating a warning."]
1073
- // [Tags "Base", "Field", "Color"]
1063
+ // [Tags "!Protected"]
1064
+ @sapField_InvalidBorderWidth: 0.125 * @sapContent_GridSize;
1065
+
1066
+ // [Tags "!Protected"]
1067
+ @sapField_InvalidBorderStyle: dashed;
1068
+
1069
+ // [Tags "!Protected"]
1074
1070
  @sapField_WarningColor: @sapField_BorderColor;
1075
1071
 
1076
- // [Label "Warning Field Background Color"]
1077
- // [Description "The background color of an input field indicating a warning."]
1078
- // [Tags "Base", "Field", "Color"]
1072
+ // [Tags "!Protected"]
1079
1073
  @sapField_WarningBackground: @sapField_Background;
1080
1074
 
1081
- // [Label "Success Field Color"]
1082
- // [Description "The base color an input field indicating a successful user action."]
1083
- // [Tags "Base", "Field", "Color"]
1075
+ // [Tags "!Protected"]
1076
+ @sapField_WarningBorderWidth: 0.125 * @sapContent_GridSize;
1077
+
1078
+ // [Tags "!Protected"]
1079
+ @sapField_WarningBorderStyle: dashed;
1080
+
1081
+ // [Tags "!Protected"]
1084
1082
  @sapField_SuccessColor: @sapField_BorderColor;
1085
1083
 
1086
- // [Label "Success Field Background Color"]
1087
- // [Description "The background color of an input field indicating a successful user action."]
1088
- // [Tags "Base", "Field", "Color"]
1084
+ // [Tags "!Protected"]
1089
1085
  @sapField_SuccessBackground: @sapField_Background;
1090
1086
 
1091
- // [Label "Information Field Color"]
1092
- // [Description "The base color an input field indicating an information status."]
1093
- // [Tags "Base", "Field", "Color"]
1087
+ // [Tags "!Protected"]
1088
+ @sapField_SuccessBorderWidth: 0.0625 * @sapContent_GridSize;
1089
+
1090
+ // [Tags "!Protected"]
1091
+ @sapField_SuccessBorderStyle: solid;
1092
+
1093
+ // [Tags "!Protected"]
1094
1094
  @sapField_InformationColor: @sapField_BorderColor;
1095
1095
 
1096
- // [Label "Information Field Background Color"]
1097
- // [Description "The background color of an input field indicating an information status."]
1098
- // [Tags "Base", "Field", "Color"]
1096
+ // [Tags "!Protected"]
1099
1097
  @sapField_InformationBackground: @sapField_Background;
1100
1098
 
1101
- // [Label "Group Title Background Color"]
1102
- // [Description "The background color of the group header area."]
1103
- // [Tags "Base", "Group", "Color"]
1099
+ // [Tags "!Protected"]
1100
+ @sapField_InformationBorderWidth: 0.0625 * @sapContent_GridSize;
1101
+
1102
+ // [Tags "!Protected"]
1103
+ @sapField_InformationBorderStyle: dashed;
1104
+
1105
+
1106
+
1107
+
1108
+ // =====================================
1109
+ // Group
1110
+ // =====================================
1111
+
1112
+ // [Tags "!Protected"]
1104
1113
  @sapGroup_TitleBackground: @sapBackgroundColor;
1105
1114
 
1106
- // [Label "Group Title Border Color"]
1107
- // [Description "The color of the borders of the group header area."]
1108
- // [Tags "Base", "Group", "Color"]
1115
+ // [Tags "!Protected"]
1109
1116
  @sapGroup_TitleBorderColor: @sapHC_StandardForeground;
1110
1117
 
1111
- // [Label "Group Title Text Color"]
1112
- // [Description "The text color of the group title. The text color of the title of a group."]
1113
- // [Tags "Base", "Group", "Color", "Font"]
1118
+ // [Tags "!Protected"]
1114
1119
  @sapGroup_TitleTextColor: contrast(@sapBackgroundColor, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1115
1120
 
1116
- // [Label "Group Title Font Size"]
1117
- // [Description "The font size of the group title."]
1118
- // [Tags "Base", "Group", "Dimension", "Font", "Protected"]
1119
- @sapGroup_Title_FontSize: @sapFontSize;
1120
-
1121
- // [Label "Group Content Background Color"]
1122
- // [Description "The background color of the content area of a group."]
1123
- // [Tags "Base", "Group", "Color"]
1121
+ // [Tags "!Protected"]
1124
1122
  @sapGroup_ContentBackground: @sapBackgroundColor;
1125
1123
 
1126
- // [Label "Group Content Border Color"]
1127
- // [Description "The color of the borders of a group's content area."]
1128
- // [Tags "Base", "Group", "Color"]
1124
+ // [Tags "!Protected"]
1129
1125
  @sapGroup_ContentBorderColor: @sapHC_StandardForeground;
1130
1126
 
1131
- // [Label "Group Border Thickness"]
1132
- // [Description "The thickness of the borders of a group's content area."]
1133
- // [Tags "Base", "Group", "Dimension", "Protected"]
1127
+ // [Tags "!Protected"]
1134
1128
  @sapGroup_BorderWidth: @sapElement_BorderWidth;
1135
1129
 
1136
- // [Label "Group Corner Radius"]
1137
- // [Description "Defines whether a group has rounded corners."]
1138
- // [Tags "Base", "Group", "Dimension", "Protected"]
1130
+ // [Tags "!Protected"]
1139
1131
  @sapGroup_BorderCornerRadius: 0;
1140
1132
 
1141
- // [Label "Group Footer Background Color"]
1142
- // [Description "The background color of the footer area of a group."]
1143
- // [Tags "Base", "Group", "Color", "Protected"]
1133
+ // [Tags "!Protected"]
1144
1134
  @sapGroup_FooterBackground: @sapBackgroundColor;
1145
1135
 
1146
- // [Label "Toolbar Background Color"]
1147
- // [Description "The background color of the toolbar."]
1148
- // [Tags "Base", "Toolbar", "Color"]
1136
+
1137
+
1138
+
1139
+ // =====================================
1140
+ // Toolbar
1141
+ // =====================================
1142
+
1143
+ // [Tags "!Protected"]
1149
1144
  @sapToolbar_Background: @sapBackgroundColor;
1150
1145
 
1151
- // [Label "Toolbar Separator Color"]
1152
- // [Description "The color of a toolbar's separators."]
1153
- // [Tags "Base", "Toolbar", "Color"]
1146
+ // [Tags "!Protected"]
1154
1147
  @sapToolbar_SeparatorColor: @sapHC_StandardForeground;
1155
1148
 
1156
- // [Label "List Column Header Background Color"]
1157
- // [Description "The background color of the column header area of lists."]
1158
- // [Tags "Base", "List", "Color"]
1149
+
1150
+
1151
+
1152
+ // =====================================
1153
+ // List
1154
+ // =====================================
1155
+
1156
+ // [Tags "!Protected"]
1159
1157
  @sapList_HeaderBackground: @sapBackgroundColor;
1160
1158
 
1161
- // [Label "List Column Header Border Color"]
1162
- // [Description "The color of the borders of the list column header area."]
1163
- // [Tags "Base", "List", "Color"]
1159
+ // [Tags "!Protected"]
1164
1160
  @sapList_HeaderBorderColor: @sapHC_StandardForeground;
1165
1161
 
1166
- // [Label "List Column Header Text Color"]
1167
- // [Description "The color of texts on the list column header area."]
1168
- // [Tags "Base", "List", "Color", "Font"]
1162
+ // [Tags "!Protected"]
1169
1163
  @sapList_HeaderTextColor: contrast(@sapList_HeaderBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1170
1164
 
1171
- // [Label "List Border Color"]
1172
- // [Description "The color of the border in a list separating the entries."]
1173
- // [Tags "Base", "List", "Color"]
1165
+ // [Tags "!Protected"]
1174
1166
  @sapList_BorderColor: @sapHC_ReducedAltForeground;
1175
1167
 
1176
- // [Label "List Grid Thickness"]
1177
- // [Description "The thickness of the border in a list separating the entries."]
1178
- // [Tags "Base", "List", "Dimension"]
1168
+ // [Tags "!Protected"]
1179
1169
  @sapList_BorderWidth: @sapElement_BorderWidth;
1180
1170
 
1171
+ // [Tags "!Protected"]
1181
1172
  @sapList_TextColor: contrast(@sapList_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1182
1173
 
1183
- @sapList_Active_Background: @sapHighlightColor;
1184
-
1185
- @sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapList_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1174
+ // [Tags "!Protected"]
1175
+ @sapList_Active_TextColor: contrast(@sapList_Active_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1186
1176
 
1187
- // [Label "List Highlight Color"]
1188
- // [Description "The color of highlighted elements in lists."]
1189
- // [Tags "Base", "List", "Color"]
1190
- @sapList_HighlightColor: @sapHighlightColor; // deprecated since Belize
1177
+ // [Tags "!Protected"]
1178
+ @sapList_Active_Background: @sapActiveColor;
1191
1179
 
1192
- // [Label "List Selection Background Color"]
1193
- // [Description "The background color of selected elements in lists."]
1194
- // [TranslationKey "sapList_SelectBackgrndColor"]
1195
- // [Tags "Base", "List", "Color"]
1180
+ // [Tags "!Protected"]
1196
1181
  @sapList_SelectionBackgroundColor: @sapSelectedColor;
1197
1182
 
1198
- @sapList_SelectionBorderColor: @sapList_BorderColor;
1183
+ // [Tags "!Protected"]
1184
+ @sapList_SelectionBorderColor: @sapHC_StandardForeground;
1199
1185
 
1186
+ // [Tags "!Protected"]
1200
1187
  @sapList_Hover_SelectionBackground: @sapList_Hover_Background;
1201
1188
 
1202
- // [Label "List Background Color"]
1203
- // [Description "The background color of lists."]
1204
- // [Tags "Base", "List", "Color"]
1189
+ // [Tags "!Protected"]
1205
1190
  @sapList_Background: @sapBackgroundColor;
1206
1191
 
1207
- // [Label "List Hover Background Color"]
1208
- // [Description "The background color of lists on hover."]
1209
- // [Tags "Base", "List", "Color"]
1192
+ // [Tags "!Protected"]
1210
1193
  @sapList_Hover_Background: @sapHighlightColor;
1211
1194
 
1195
+ // [Tags "!Protected"]
1212
1196
  @sapList_AlternatingBackground: lighten(@sapList_Background, 15);
1213
1197
 
1214
- @sapList_GroupHeaderBackground: @sapHC_ReducedBackground;
1198
+ // [Tags "!Protected"]
1199
+ @sapList_GroupHeaderBackground: @sapList_Background;
1215
1200
 
1201
+ // [Tags "!Protected"]
1216
1202
  @sapList_GroupHeaderBorderColor: @sapHC_StandardForeground;
1217
1203
 
1204
+ // [Tags "!Protected"]
1218
1205
  @sapList_GroupHeaderTextColor: @sapList_TextColor;
1219
1206
 
1220
- @sapList_FooterBackground: @sapList_Background;
1221
-
1222
- @sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1223
-
1224
- @sapList_TableGroupHeaderBackground: @sapList_Background;
1207
+ // [Tags "!Protected"]
1208
+ @sapList_TableGroupHeaderBackground: @sapHC_ReducedBackground;
1225
1209
 
1210
+ // [Tags "!Protected"]
1226
1211
  @sapList_TableGroupHeaderBorderColor: @sapList_GroupHeaderBorderColor;
1227
1212
 
1213
+ // [Tags "!Protected"]
1228
1214
  @sapList_TableGroupHeaderTextColor: @sapList_GroupHeaderTextColor;
1229
1215
 
1216
+ // [Tags "!Protected"]
1217
+ @sapList_FooterBackground: @sapList_Background;
1218
+
1219
+ // [Tags "!Protected"]
1220
+ @sapList_FooterTextColor: contrast(@sapList_FooterBackground, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1221
+
1222
+ // [Tags "!Protected"]
1230
1223
  @sapList_TableFooterBorder: @sapHC_StandardForeground;
1231
1224
 
1225
+ // [Tags "!Protected"]
1232
1226
  @sapList_TableFixedBorderColor: @sapHC_StandardForeground;
1233
1227
 
1234
- // [Label "Scrollbar Face Color"]
1235
- // [Description "The color of the surface of a scrollbar."]
1236
- // [Tags "Base", "Scrollbar", "Color"]
1228
+
1229
+
1230
+
1231
+ // =====================================
1232
+ // Scrollbar
1233
+ // =====================================
1234
+
1235
+ // [Tags "!Protected"]
1237
1236
  @sapScrollBar_FaceColor: @sapHC_ReducedAltForeground;
1238
1237
 
1239
- // [Label "Scrollbar Track Color"]
1240
- // [Description "The color of the track of a scrollbar."]
1241
- // [Tags "Base", "Scrollbar", "Color"]
1238
+ // [Tags "!Protected"]
1242
1239
  @sapScrollBar_TrackColor: @sapBackgroundColor;
1243
1240
 
1244
- // [Label "Scrollbar Border Color"]
1245
- // [Description "The color of the borders of a scrollbar."]
1246
- // [Tags "Base", "Scrollbar", "Color"]
1241
+ // [Tags "!Protected"]
1247
1242
  @sapScrollBar_BorderColor: @sapScrollBar_FaceColor;
1248
1243
 
1249
- // [Label "Scrollbar Symbol Color"]
1250
- // [Description "The color of the scroll arrows in a scrollbar."]
1251
- // [Tags "Base", "Scrollbar", "Color"]
1244
+ // [Tags "!Protected"]
1252
1245
  @sapScrollBar_SymbolColor: @sapContent_IconColor;
1253
1246
 
1254
- // [Label "Scrollbar Dimension"]
1255
- // [Description "The size of the scrollbar (in pixel)."]
1256
- // [Tags "Base", "Scrollbar", "Dimension", "Protected"]
1257
- @sapScrollBar_Dimension: 0.7 * @sapContent_GridSize; // Cozy
1247
+ // [Tags "!Protected"]
1248
+ @sapScrollBar_Dimension: 0.75 * @sapContent_GridSize;
1258
1249
 
1259
- // [Label "Scrollbar Hover Face Color"]
1260
- // [Description "The hover color of the surface of a scrollbar."]
1261
- // [Tags "Base", "Scrollbar", "Color"]
1250
+ // [Tags "!Protected"]
1262
1251
  @sapScrollBar_Hover_FaceColor: @sapHC_StandardForeground;
1263
1252
 
1264
- // [Label "Page Header Background Color"]
1265
- // [Description "The background color of page headers."]
1266
- // [Tags "Base", "Page", "Color"]
1253
+
1254
+
1255
+
1256
+ // =====================================
1257
+ // Page Header
1258
+ // =====================================
1259
+
1260
+ // [Tags "!Protected"]
1267
1261
  @sapPageHeader_Background: @sapBaseColor;
1268
1262
 
1269
- // [Label "Page Header Border Color"]
1270
- // [Description "The border color of page headers."]
1271
- // [Tags "Base", "Page", "Color"]
1263
+ // [Tags "!Protected"]
1272
1264
  @sapPageHeader_BorderColor: @sapHC_StandardForeground;
1273
1265
 
1274
- // [Label "Page Header Text Color"]
1275
- // [Description "The color of texts on page headers."]
1276
- // [Tags "Base", "Page", "Color", "Font"]
1266
+ // [Tags "!Protected"]
1277
1267
  @sapPageHeader_TextColor: contrast(@sapPageHeader_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1278
1268
 
1279
- // [Label "Page Footer Background Color"]
1280
- // [Description "The background color of page footers."]
1281
- // [Tags "Base", "Page", "Color"]
1269
+
1270
+
1271
+
1272
+ // =====================================
1273
+ // Page Footer
1274
+ // =====================================
1275
+
1276
+ // [Tags "!Protected"]
1282
1277
  @sapPageFooter_Background: @sapBackgroundColor;
1283
1278
 
1279
+ // [Tags "!Protected"]
1284
1280
  @sapPageFooter_BorderColor: @sapHC_StandardForeground;
1285
1281
 
1286
- // [Label "Page Footer Text Color"]
1287
- // [Description "The color of texts on page footers."]
1288
- // [Tags "Base", "Page", "Color", "Font"]
1282
+ // [Tags "!Protected"]
1289
1283
  @sapPageFooter_TextColor: contrast(@sapPageFooter_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1290
1284
 
1291
- // [Label "Infobar Background Color"]
1292
- // [Description "The background color of infobars."]
1293
- // [Tags "Base", "Page", "Color"]
1285
+
1286
+
1287
+
1288
+ // =====================================
1289
+ // Infobar
1290
+ // =====================================
1291
+
1292
+ // [Tags "!Protected"]
1294
1293
  @sapInfobar_Background: @sapBackgroundColor;
1295
1294
 
1295
+ // [Tags "!Protected"]
1296
1296
  @sapInfobar_Hover_Background: @sapHighlightColor;
1297
1297
 
1298
+ // [Tags "!Protected"]
1298
1299
  @sapInfobar_Active_Background: @sapActiveColor;
1299
1300
 
1301
+ // [Tags "!Protected"]
1300
1302
  @sapInfobar_NonInteractive_Background: @sapHC_ReducedBackground;
1301
1303
 
1304
+ // [Tags "!Protected"]
1302
1305
  @sapInfobar_TextColor: contrast(@sapInfobar_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1303
1306
 
1304
- // [Label "Object Header Background Color"]
1305
- // [Description "The background color of object headers."]
1306
- // [Tags "Base", "Page", "Color"]
1307
+
1308
+
1309
+
1310
+ // =====================================
1311
+ // Object Header
1312
+ // =====================================
1313
+
1314
+ // [Tags "!Protected"]
1307
1315
  @sapObjectHeader_Background: @sapBaseColor;
1308
1316
 
1317
+ // [Tags "!Protected"]
1309
1318
  @sapObjectHeader_Hover_Background: @sapHighlightColor;
1310
1319
 
1320
+ // [Tags "!Protected"]
1311
1321
  @sapObjectHeader_BorderColor: @sapHC_StandardForeground;
1312
1322
 
1313
- // [Label "BlockLayer Background Color"]
1314
- // [Description "The background color of blocklayers."]
1315
- // [Tags "Base", "Page", "Color"]
1323
+
1324
+
1325
+
1326
+ // =====================================
1327
+ // Block Layer
1328
+ // =====================================
1329
+
1330
+ // [Tags "!Protected"]
1316
1331
  @sapBlockLayer_Background: @sapBackgroundColor;
1317
1332
 
1318
- // [Label "Tile Background Color"]
1319
- // [Description "The background color of tiles."]
1320
- // [Tags "Base", "Tile", "Color"]
1333
+
1334
+
1335
+
1336
+ // =====================================
1337
+ // Tile
1338
+ // =====================================
1339
+
1340
+ // [Tags "!Protected"]
1321
1341
  @sapTile_Background: @sapBackgroundColor;
1322
1342
 
1343
+ // [Tags "!Protected"]
1323
1344
  @sapTile_Hover_Background: @sapHighlightColor;
1324
1345
 
1346
+ // [Tags "!Protected"]
1325
1347
  @sapTile_Active_Background: @sapActiveColor;
1326
1348
 
1327
- // [Label "Tile Border Color"]
1328
- // [Description "The border color of tiles."]
1329
- // [Tags "Base", "Tile", "Color"]
1349
+ // [Tags "!Protected"]
1330
1350
  @sapTile_BorderColor: @sapHC_StandardForeground;
1331
1351
 
1332
- // [Label "Tile Title Text Color"]
1333
- // [Description "The color of title texts on tiles."]
1334
- // [Tags "Base", "Tile", "Color", "Font"]
1335
- @sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTile_TextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1352
+ // [Tags "!Protected"]
1353
+ @sapTile_TitleTextColor: contrast(@sapTile_Background, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1336
1354
 
1337
- // [Label "Tile Text Color"]
1338
- // [Description "The color of texts on tiles."]
1339
- // [Tags "Base", "Tile", "Color", "Font"]
1340
- @sapTile_TextColor: contrast(@sapTile_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1355
+ // [Tags "!Protected"]
1356
+ @sapTile_TextColor: contrast(@sapTile_Background, @sapContent_LabelColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1341
1357
 
1342
- // [Label "Tile Icon Color"]
1343
- // [Description "The color of icons on tiles."]
1344
- // [Tags "Base", "Content", "Color"]
1358
+ // [Tags "!Protected"]
1345
1359
  @sapTile_IconColor: contrast(@sapTile_Background, @sapContent_IconColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
1346
1360
 
1361
+ // [Tags "!Protected"]
1347
1362
  @sapTile_SeparatorColor: @sapTile_BorderColor;
1348
1363
 
1364
+ // [Tags "!Protected"]
1349
1365
  @sapTile_Interactive_BorderColor: @sapTile_BorderColor;
1350
1366
 
1351
- // [Label "Chart Ordered Color 1"]
1352
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1353
- // [Tags "Base", "Chart", "Color"]
1367
+ // [Tags "!Protected"]
1368
+ @sapTile_OverlayBackground: @sapBlockLayer_Background;
1369
+
1370
+ // [Tags "!Protected"]
1371
+ @sapTile_OverlayForegroundColor: contrast(@sapTile_OverlayBackground, @sapTitleColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1372
+
1373
+
1374
+
1375
+
1376
+ // =====================================
1377
+ // Accent Colors
1378
+ // =====================================
1379
+
1380
+ @sapAccentColor1: #ffc847;
1381
+
1382
+ @sapAccentColor2: #ed884a;
1383
+
1384
+ @sapAccentColor3: #db9292;
1385
+
1386
+ @sapAccentColor4: #e269c9;
1387
+
1388
+ @sapAccentColor5: #8ca7d5;
1389
+
1390
+ @sapAccentColor6: #6bd3ff;
1391
+
1392
+ @sapAccentColor7: #7fc6c6;
1393
+
1394
+ @sapAccentColor8: #b2e484;
1395
+
1396
+ @sapAccentColor9: #b995e0;
1397
+
1398
+ @sapAccentColor10: #b0bcc5;
1399
+
1400
+
1401
+
1402
+
1403
+ // =====================================
1404
+ // Indication Colors
1405
+ // =====================================
1406
+
1407
+ // [Tags "!Protected"]
1408
+ @sapIndicationColor_1: #ff5e5e;
1409
+
1410
+ // [Tags "!Protected"]
1411
+ @sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
1412
+
1413
+ // [Tags "!Protected"]
1414
+ @sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
1415
+
1416
+ // [Tags "!Protected"]
1417
+ @sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1418
+
1419
+ // [Tags "!Protected"]
1420
+ @sapIndicationColor_2: #ff9191;
1421
+
1422
+ // [Tags "!Protected"]
1423
+ @sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
1424
+
1425
+ // [Tags "!Protected"]
1426
+ @sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
1427
+
1428
+ // [Tags "!Protected"]
1429
+ @sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1430
+
1431
+ // [Tags "!Protected"]
1432
+ @sapIndicationColor_3: #ffab1d;
1433
+
1434
+ // [Tags "!Protected"]
1435
+ @sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
1436
+
1437
+ // [Tags "!Protected"]
1438
+ @sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
1439
+
1440
+ // [Tags "!Protected"]
1441
+ @sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1442
+
1443
+ // [Tags "!Protected"]
1444
+ @sapIndicationColor_4: #99cc99;
1445
+
1446
+ // [Tags "!Protected"]
1447
+ @sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
1448
+
1449
+ // [Tags "!Protected"]
1450
+ @sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
1451
+
1452
+ // [Tags "!Protected"]
1453
+ @sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1454
+
1455
+ // [Tags "!Protected"]
1456
+ @sapIndicationColor_5: #6bd3ff;
1457
+
1458
+ // [Tags "!Protected"]
1459
+ @sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
1460
+
1461
+ // [Tags "!Protected"]
1462
+ @sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
1463
+
1464
+ // [Tags "!Protected"]
1465
+ @sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1466
+
1467
+ // [Tags "!Protected"]
1468
+ @sapIndicationColor_6: #7fc6c6;
1469
+
1470
+ // [Tags "!Protected"]
1471
+ @sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
1472
+
1473
+ // [Tags "!Protected"]
1474
+ @sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
1475
+
1476
+ // [Tags "!Protected"]
1477
+ @sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1478
+
1479
+ // [Tags "!Protected"]
1480
+ @sapIndicationColor_7: #b995e0;
1481
+
1482
+ // [Tags "!Protected"]
1483
+ @sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
1484
+
1485
+ // [Tags "!Protected"]
1486
+ @sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
1487
+
1488
+ // [Tags "!Protected"]
1489
+ @sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1490
+
1491
+ // [Tags "!Protected"]
1492
+ @sapIndicationColor_8: #e269c9;
1493
+
1494
+ // [Tags "!Protected"]
1495
+ @sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
1496
+
1497
+ // [Tags "!Protected"]
1498
+ @sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
1499
+
1500
+ // [Tags "!Protected"]
1501
+ @sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
1502
+
1503
+
1504
+
1505
+
1506
+ // =====================================
1507
+ // Legend Colors
1508
+ // =====================================
1509
+
1510
+ // [Tags "!Protected"]
1511
+ @sapLegend_WorkingBackground: lighten(@sapList_Background, 18);
1512
+
1513
+ // [Tags "!Protected"]
1514
+ @sapLegend_NonWorkingBackground: lighten(@sapList_Background, 30);
1515
+
1516
+ // [Tags "!Protected"]
1517
+ @sapLegend_CurrentDateTime: @sapAccentColor4;
1518
+
1519
+ // [Tags "!Protected"]
1520
+ @sapLegendColor1: #ffc847;
1521
+
1522
+ // [Tags "!Protected"]
1523
+ @sapLegendColor2: #ed884a;
1524
+
1525
+ // [Tags "!Protected"]
1526
+ @sapLegendColor3: #db9292;
1527
+
1528
+ // [Tags "!Protected"]
1529
+ @sapLegendColor4: #ff741f;
1530
+
1531
+ // [Tags "!Protected"]
1532
+ @sapLegendColor5: #e269c9;
1533
+
1534
+ // [Tags "!Protected"]
1535
+ @sapLegendColor6: #6bd3ff;
1536
+
1537
+ // [Tags "!Protected"]
1538
+ @sapLegendColor7: #7fc6c6;
1539
+
1540
+ // [Tags "!Protected"]
1541
+ @sapLegendColor8: #b2e484;
1542
+
1543
+ // [Tags "!Protected"]
1544
+ @sapLegendColor9: #b0bcc5;
1545
+
1546
+ // [Tags "!Protected"]
1547
+ @sapLegendColor10: #bb86b0;
1548
+
1549
+ // [Tags "!Protected"]
1550
+ @sapLegendColor11: #ffe6ad;
1551
+
1552
+ // [Tags "!Protected"]
1553
+ @sapLegendColor12: #cdaf9d;
1554
+
1555
+ // [Tags "!Protected"]
1556
+ @sapLegendColor13: #ff8787;
1557
+
1558
+ // [Tags "!Protected"]
1559
+ @sapLegendColor14: #ffb385;
1560
+
1561
+ // [Tags "!Protected"]
1562
+ @sapLegendColor15: #ffb2ef;
1563
+
1564
+ // [Tags "!Protected"]
1565
+ @sapLegendColor16: #9cabc5;
1566
+
1567
+ // [Tags "!Protected"]
1568
+ @sapLegendColor17: #a4eeee;
1569
+
1570
+ // [Tags "!Protected"]
1571
+ @sapLegendColor18: #8d9e7e;
1572
+
1573
+ // [Tags "!Protected"]
1574
+ @sapLegendColor19: #addcf0;
1575
+
1576
+ // [Tags "!Protected"]
1577
+ @sapLegendColor20: #629cff;
1578
+
1579
+ // [Tags "!Protected"]
1580
+ @sapLegendBackgroundColor1: @sapList_Background;
1581
+
1582
+ // [Tags "!Protected"]
1583
+ @sapLegendBackgroundColor2: @sapList_Background;
1584
+
1585
+ // [Tags "!Protected"]
1586
+ @sapLegendBackgroundColor3: @sapList_Background;
1587
+
1588
+ // [Tags "!Protected"]
1589
+ @sapLegendBackgroundColor4: @sapList_Background;
1590
+
1591
+ // [Tags "!Protected"]
1592
+ @sapLegendBackgroundColor5: @sapList_Background;
1593
+
1594
+ // [Tags "!Protected"]
1595
+ @sapLegendBackgroundColor6: @sapList_Background;
1596
+
1597
+ // [Tags "!Protected"]
1598
+ @sapLegendBackgroundColor7: @sapList_Background;
1599
+
1600
+ // [Tags "!Protected"]
1601
+ @sapLegendBackgroundColor8: @sapList_Background;
1602
+
1603
+ // [Tags "!Protected"]
1604
+ @sapLegendBackgroundColor9: @sapList_Background;
1605
+
1606
+ // [Tags "!Protected"]
1607
+ @sapLegendBackgroundColor10: @sapList_Background;
1608
+
1609
+ // [Tags "!Protected"]
1610
+ @sapLegendBackgroundColor11: @sapList_Background;
1611
+
1612
+ // [Tags "!Protected"]
1613
+ @sapLegendBackgroundColor12: @sapList_Background;
1614
+
1615
+ // [Tags "!Protected"]
1616
+ @sapLegendBackgroundColor13: @sapList_Background;
1617
+
1618
+ // [Tags "!Protected"]
1619
+ @sapLegendBackgroundColor14: @sapList_Background;
1620
+
1621
+ // [Tags "!Protected"]
1622
+ @sapLegendBackgroundColor15: @sapList_Background;
1623
+
1624
+ // [Tags "!Protected"]
1625
+ @sapLegendBackgroundColor16: @sapList_Background;
1626
+
1627
+ // [Tags "!Protected"]
1628
+ @sapLegendBackgroundColor17: @sapList_Background;
1629
+
1630
+ // [Tags "!Protected"]
1631
+ @sapLegendBackgroundColor18: @sapList_Background;
1632
+
1633
+ // [Tags "!Protected"]
1634
+ @sapLegendBackgroundColor19: @sapList_Background;
1635
+
1636
+ // [Tags "!Protected"]
1637
+ @sapLegendBackgroundColor20: @sapList_Background;
1638
+
1639
+
1640
+
1641
+
1642
+ // =====================================
1643
+ // Chart Colors
1644
+ // =====================================
1645
+
1646
+ // [Tags "!Protected"]
1354
1647
  @sapChart_OrderedColor_1: #4da2f6;
1355
1648
 
1356
- // [Label "Chart Ordered Color 2"]
1357
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1358
- // [Tags "Base", "Chart", "Color"]
1649
+ // [Tags "!Protected"]
1359
1650
  @sapChart_OrderedColor_2: #e8743b;
1360
1651
 
1361
- // [Label "Chart Ordered Color 3"]
1362
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1363
- // [Tags "Base", "Chart", "Color"]
1652
+ // [Tags "!Protected"]
1364
1653
  @sapChart_OrderedColor_3: #19a979;
1365
1654
 
1366
- // [Label "Chart Ordered Color 4"]
1367
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1368
- // [Tags "Base", "Chart", "Color"]
1655
+ // [Tags "!Protected"]
1369
1656
  @sapChart_OrderedColor_4: #ed4a7b;
1370
1657
 
1371
- // [Label "Chart Ordered Color 5"]
1372
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1373
- // [Tags "Base", "Chart", "Color"]
1658
+ // [Tags "!Protected"]
1374
1659
  @sapChart_OrderedColor_5: #945ecf;
1375
1660
 
1376
- // [Label "Chart Ordered Color 6"]
1377
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1378
- // [Tags "Base", "Chart", "Color"]
1661
+ // [Tags "!Protected"]
1379
1662
  @sapChart_OrderedColor_6: #13a4b4;
1380
1663
 
1381
- // [Label "Chart Ordered Color 7"]
1382
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1383
- // [Tags "Base", "Chart", "Color"]
1664
+ // [Tags "!Protected"]
1384
1665
  @sapChart_OrderedColor_7: #5c66f5;
1385
1666
 
1386
- // [Label "Chart Ordered Color 8"]
1387
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1388
- // [Tags "Base", "Chart", "Color"]
1667
+ // [Tags "!Protected"]
1389
1668
  @sapChart_OrderedColor_8: #c63fa4;
1390
1669
 
1391
- // [Label "Chart Ordered Color 9"]
1392
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1393
- // [Tags "Base", "Chart", "Color"]
1670
+ // [Tags "!Protected"]
1394
1671
  @sapChart_OrderedColor_9: #6c8893;
1395
1672
 
1396
- // [Label "Chart Ordered Color 10"]
1397
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1398
- // [Tags "Base", "Chart", "Color"]
1673
+ // [Tags "!Protected"]
1399
1674
  @sapChart_OrderedColor_10: #ee6868;
1400
1675
 
1401
- // [Label "Chart Ordered Color 11"]
1402
- // [Description "This color is used as a ordered color of a sequence of 11 chart colors. It has a defined contrast to its predecessor and successor."]
1403
- // [Tags "Base", "Chart", "Color"]
1676
+ // [Tags "!Protected"]
1404
1677
  @sapChart_OrderedColor_11: #387bb7;
1405
1678
 
1406
- // [Label "Chart Color 'Bad'"]
1407
- // [Description "This color is to visualize a 'Bad' value."]
1408
- // [Tags "Base", "Chart", "Color"]
1679
+ // [Tags "!Protected"]
1409
1680
  @sapChart_Bad: @sapHC_NegativeColor;
1410
1681
 
1411
- // [Label "Chart Color 'Critical'"]
1412
- // [Description "This color is to visualize a 'Critical' value."]
1413
- // [Tags "Base", "Chart", "Color"]
1682
+ // [Tags "!Protected"]
1414
1683
  @sapChart_Critical: @sapHC_CriticalColor;
1415
1684
 
1416
- // [Label "Chart Color 'Good'"]
1417
- // [Description "This color is to visualize a 'Good' value."]
1418
- // [Tags "Base", "Chart", "Color"]
1685
+ // [Tags "!Protected"]
1419
1686
  @sapChart_Good: @sapHC_PositiveColor;
1420
1687
 
1421
- // [Label "Chart Color 'Neutral'"]
1422
- // [Description "This color is to visualize a 'Neutral' value."]
1423
- // [Tags "Base", "Chart", "Color"]
1688
+ // [Tags "!Protected"]
1424
1689
  @sapChart_Neutral: @sapHC_NeutralColor;
1425
1690
 
1426
- // [Label "Chart Color Sequence 1"]
1427
- // [Description "This color is the base chart color of the sequence 1"]
1428
- // [Tags "Base", "Chart", "Color"]
1691
+ // [Tags "!Protected"]
1429
1692
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
1430
1693
 
1431
- // [Label "Chart Color Sequence 2"]
1432
- // [Description "This color is the base chart color of the sequence 2"]
1433
- // [Tags "Base", "Chart", "Color"]
1694
+ // [Tags "!Protected"]
1434
1695
  @sapChart_Sequence_2: @sapChart_OrderedColor_2;
1435
1696
 
1436
- // [Label "Chart Color Sequence 3"]
1437
- // [Description "This color is the base chart color of the sequence 3"]
1438
- // [Tags "Base", "Chart", "Color"]
1697
+ // [Tags "!Protected"]
1439
1698
  @sapChart_Sequence_3: @sapChart_OrderedColor_3;
1440
1699
 
1441
- // [Label "Chart Color Sequence 4"]
1442
- // [Description "This color is the base chart color of the sequence 4"]
1443
- // [Tags "Base", "Chart", "Color"]
1700
+ // [Tags "!Protected"]
1444
1701
  @sapChart_Sequence_4: @sapChart_OrderedColor_4;
1445
1702
 
1446
- // [Label "Chart Color Sequence 5"]
1447
- // [Description "This color is the base chart color of the sequence 5"]
1448
- // [Tags "Base", "Chart", "Color"]
1703
+ // [Tags "!Protected"]
1449
1704
  @sapChart_Sequence_5: @sapChart_OrderedColor_5;
1450
1705
 
1451
- // [Label "Chart Color Sequence 6"]
1452
- // [Description "This color is the base chart color of the sequence 6"]
1453
- // [Tags "Base", "Chart", "Color"]
1706
+ // [Tags "!Protected"]
1454
1707
  @sapChart_Sequence_6: @sapChart_OrderedColor_6;
1455
1708
 
1456
- // [Label "Chart Color Sequence 7"]
1457
- // [Description "This color is the base chart color of the sequence 7"]
1458
- // [Tags "Base", "Chart", "Color"]
1709
+ // [Tags "!Protected"]
1459
1710
  @sapChart_Sequence_7: @sapChart_OrderedColor_7;
1460
1711
 
1461
- // [Label "Chart Color Sequence 8"]
1462
- // [Description "This color is the base chart color of the sequence 8"]
1463
- // [Tags "Base", "Chart", "Color"]
1712
+ // [Tags "!Protected"]
1464
1713
  @sapChart_Sequence_8: @sapChart_OrderedColor_8;
1465
1714
 
1466
- // [Label "Chart Color Sequence 9"]
1467
- // [Description "This color is the base chart color of the sequence 9"]
1468
- // [Tags "Base", "Chart", "Color"]
1715
+ // [Tags "!Protected"]
1469
1716
  @sapChart_Sequence_9: @sapChart_OrderedColor_9;
1470
1717
 
1471
- // [Label "Chart Color Sequence 10"]
1472
- // [Description "This color is the base chart color of the sequence 10"]
1473
- // [Tags "Base", "Chart", "Color"]
1718
+ // [Tags "!Protected"]
1474
1719
  @sapChart_Sequence_10: @sapChart_OrderedColor_10;
1475
1720
 
1476
- // [Label "Chart Color Sequence 11"]
1477
- // [Description "This color is the base chart color of the sequence 11"]
1478
- // [Tags "Base", "Chart", "Color"]
1721
+ // [Tags "!Protected"]
1479
1722
  @sapChart_Sequence_11: @sapChart_OrderedColor_11;
1480
1723
 
1481
- // [Label "Chart Color Sequence 'Neutral'"]
1482
- // [Description "This color is the base chart color of the sequence 'Neutral'"]
1483
- // [Tags "Base", "Chart", "Color"]
1484
- @sapChart_Sequence_Neutral: @sapChart_Neutral;
1724
+ // [Tags "!Protected"]
1725
+ @sapChart_Sequence_Neutral: @sapChart_Neutral;
1726
+
1727
+
1728
+
1729
+
1730
+ // =====================================
1731
+ // Deprecated
1732
+ // =====================================
1733
+
1734
+ @sapBackgroundColorDefault: @sapBackgroundColor;
1735
+
1736
+ @sapList_HighlightColor: @sapHighlightColor;
1737
+
1738
+ @sapGroup_Title_FontSize: @sapFontSize;
1739
+
1740
+ @sapContent_ElementHeight: 1.37em;
1741
+
1742
+ @sapContent_ElementHeight_PX: 22px;