@openui5/themelib_sap_belize 1.113.0 → 1.114.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.
- package/THIRDPARTY.txt +1 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_belize/GenericTile.less +1 -1
- package/src/sap/m/themes/sap_belize/Table.less +0 -7
- package/src/sap/tnt/themes/sap_belize/ToolHeader.less +22 -7
- package/src/sap/ui/core/themes/sap_belize/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize/base.less +134 -28
- package/src/sap/ui/core/themes/sap_belize/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize/shared.less +7 -82
- package/src/sap/ui/core/themes/sap_belize_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcb/base.less +134 -28
- package/src/sap/ui/core/themes/sap_belize_hcb/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcb/shared.less +7 -82
- package/src/sap/ui/core/themes/sap_belize_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_hcw/base.less +134 -28
- package/src/sap/ui/core/themes/sap_belize_hcw/global.less +114 -8
- package/src/sap/ui/core/themes/sap_belize_hcw/shared.less +7 -82
- package/src/sap/ui/core/themes/sap_belize_plus/.theme +1 -1
- package/src/sap/ui/core/themes/sap_belize_plus/base.less +40 -12
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
font-weight: 400;
|
|
74
74
|
src: url('fonts/72-Regular.woff2') format('woff2'),
|
|
75
75
|
local('72');
|
|
76
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
@font-face {
|
|
@@ -88,6 +89,7 @@
|
|
|
88
89
|
font-weight: 700;
|
|
89
90
|
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
90
91
|
local('72-Bold');
|
|
92
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
91
93
|
}
|
|
92
94
|
|
|
93
95
|
@font-face {
|
|
@@ -103,6 +105,7 @@
|
|
|
103
105
|
font-weight: 300;
|
|
104
106
|
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
105
107
|
local('72-Light');
|
|
108
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
106
109
|
}
|
|
107
110
|
|
|
108
111
|
@font-face {
|
|
@@ -117,6 +120,7 @@
|
|
|
117
120
|
font-style: normal;
|
|
118
121
|
src: url('fonts/72-Bold.woff2') format('woff2'),
|
|
119
122
|
local('72-Bold');
|
|
123
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
120
124
|
}
|
|
121
125
|
|
|
122
126
|
@font-face {
|
|
@@ -130,6 +134,7 @@
|
|
|
130
134
|
font-style: normal;
|
|
131
135
|
src: url('fonts/72-Light.woff2') format('woff2'),
|
|
132
136
|
local('72-Light');
|
|
137
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
133
138
|
}
|
|
134
139
|
|
|
135
140
|
@font-face {
|
|
@@ -142,6 +147,7 @@
|
|
|
142
147
|
font-family: '72Mono';
|
|
143
148
|
src: url('fonts/72Mono-Regular.woff2') format('woff2'),
|
|
144
149
|
local('72Mono');
|
|
150
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
145
151
|
}
|
|
146
152
|
|
|
147
153
|
@font-face {
|
|
@@ -153,91 +159,10 @@
|
|
|
153
159
|
font-family: '72Mono-Bold';
|
|
154
160
|
src: url('fonts/72Mono-Bold.woff2') format('woff2'),
|
|
155
161
|
local('72Mono-Bold');
|
|
162
|
+
unicode-range: U+00, U+0D, U+20-7E, U+A0-FF, U+131, U+152-153, U+161, U+178, U+17D-17E, U+192, U+237, U+2C6, U+2DC, U+3BC, U+1E9E, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20AC, U+2122;
|
|
156
163
|
}
|
|
157
164
|
|
|
158
165
|
@font-face {
|
|
159
166
|
font-family: '72Mono-Boldfull';
|
|
160
167
|
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
161
168
|
}
|
|
162
|
-
|
|
163
|
-
/**
|
|
164
|
-
* Browsers synthesizes glyphs that have multiple diacritics from the basic glyphs. Some glyphs don't look right after
|
|
165
|
-
* browsers' synthesis. Those glyphs need to be redirected to "72-full" where they are supported.
|
|
166
|
-
*
|
|
167
|
-
* Moreover, the diacritic Caron has a special vertical form used on tall characters. Those tall characters with Caron
|
|
168
|
-
* aren't covered by the font '72' but browsers synthesize the letter without diacritic with the * standard combining
|
|
169
|
-
* Caron (U+030C) which leads to the wrong display of those characters. Because those characters are * covered by the
|
|
170
|
-
* '72-full' font, they are redirected to that font as well for being correctly displayed.
|
|
171
|
-
*
|
|
172
|
-
* U+0106: Ć
|
|
173
|
-
* U+0108: Ĉ
|
|
174
|
-
* U+010C: Č
|
|
175
|
-
* U+010F: ď
|
|
176
|
-
* U+013D-013E: Ľ, ľ
|
|
177
|
-
* U+0143: Ń
|
|
178
|
-
* U+0147-0148: Ň, ň
|
|
179
|
-
* U+0154: Ŕ
|
|
180
|
-
* U+0158: Ř
|
|
181
|
-
* U+015A: Ś
|
|
182
|
-
* U+015C-015D: Ŝ, ŝ
|
|
183
|
-
* U+0164-0165: Ť, ť
|
|
184
|
-
* U+0168-0169: Ũ, ũ
|
|
185
|
-
* U+016E-016F: Ů, ů
|
|
186
|
-
* U+0174-0177: Ŵ, ŵ, Ŷ, ŷ
|
|
187
|
-
* U+0179: Ź
|
|
188
|
-
* U+1EA4-1EA7: Ấ, ấ, Ầ, ầ
|
|
189
|
-
* U+1EAA-1EAB: Ẫ, ẫ
|
|
190
|
-
* U+1EBC-1EC1: Ẽ, ẽ, Ế, ế, Ề, ề
|
|
191
|
-
* U+1EC4-1EC5: Ễ, ễ
|
|
192
|
-
* U+1ED0-1ED3: Ố, ố, Ồ, ồ
|
|
193
|
-
* U+1ED6-1ED7: Ỗ, ỗ
|
|
194
|
-
*/
|
|
195
|
-
@font-face {
|
|
196
|
-
font-family: '72';
|
|
197
|
-
font-style: normal;
|
|
198
|
-
font-weight: 400;
|
|
199
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
200
|
-
src: url('fonts/72-Regular-full.woff2') format('woff2');
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
@font-face {
|
|
204
|
-
font-family: '72';
|
|
205
|
-
font-style: normal;
|
|
206
|
-
font-weight: 700;
|
|
207
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
208
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
209
|
-
}
|
|
210
|
-
|
|
211
|
-
@font-face {
|
|
212
|
-
font-family: '72';
|
|
213
|
-
font-style: normal;
|
|
214
|
-
font-weight: 300;
|
|
215
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
216
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
217
|
-
}
|
|
218
|
-
|
|
219
|
-
@font-face {
|
|
220
|
-
font-family: '72-Bold';
|
|
221
|
-
font-style: normal;
|
|
222
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
223
|
-
src: url('fonts/72-Bold-full.woff2') format('woff2');
|
|
224
|
-
}
|
|
225
|
-
|
|
226
|
-
@font-face {
|
|
227
|
-
font-family: '72-Light';
|
|
228
|
-
font-style: normal;
|
|
229
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
230
|
-
src: url('fonts/72-Light-full.woff2') format('woff2');
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
@font-face {
|
|
234
|
-
font-family: '72Mono';
|
|
235
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
236
|
-
src: url('fonts/72Mono-Regular-full.woff2') format('woff2');
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
@font-face {
|
|
240
|
-
font-family: '72Mono-Bold';
|
|
241
|
-
unicode-range: U+0106, U+0108, U+010C, U+010F, U+013D-013E, U+0143, U+0147-0148, U+0154, U+0158, U+015A, U+015C-015D, U+0164-0165, U+0168-0169, U+016E-016F, U+0174-0177, U+0179, U+1EA4-1EA7, U+1EAA-1EAB, U+1EBC-1EC1, U+1EC4-1EC5, U+1ED0-1ED3, U+1ED6-1ED7;
|
|
242
|
-
src: url('fonts/72Mono-Bold-full.woff2') format('woff2');
|
|
243
|
-
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.114.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 belize high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company
|
|
3
|
-
// * Theming Engine 1.
|
|
4
|
-
// * data:{"sModified":"2023-
|
|
2
|
+
// * Copyright (c) 2012-2020 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 1.23030.0-20230404052500+08ab7f203f968a8915a46326f198b28734934650
|
|
4
|
+
// * data:{"sModified":"2023-04-04T08:11:20Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_belize_hcw/base.less (Version 11.3.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -175,6 +175,7 @@
|
|
|
175
175
|
// [Tags "!Protected"]
|
|
176
176
|
// [Protected "!true"]
|
|
177
177
|
@sapSelectedColor: @sapHC_HighlightAltBackground;
|
|
178
|
+
@sapHoverColor: @sapHighlightColor;
|
|
178
179
|
|
|
179
180
|
// [Tags "!Protected"]
|
|
180
181
|
// [Protected "!true"]
|
|
@@ -698,14 +699,17 @@
|
|
|
698
699
|
// [Tags "!Protected"]
|
|
699
700
|
// [Protected "!true"]
|
|
700
701
|
@sapFontHeader6Size: 0.875 * @sapContent_GridSize;
|
|
702
|
+
@sapLink_TextDecoration: underline;
|
|
701
703
|
|
|
702
704
|
// [Tags "!Protected"]
|
|
703
705
|
// [Protected "!true"]
|
|
704
706
|
@sapLink_Hover_Color: @sapLinkColor;
|
|
707
|
+
@sapLink_Hover_TextDecoration: none;
|
|
705
708
|
|
|
706
709
|
// [Tags "!Protected"]
|
|
707
710
|
// [Protected "!true"]
|
|
708
711
|
@sapLink_Active_Color: @sapLinkColor;
|
|
712
|
+
@sapLink_Active_TextDecoration: underline;
|
|
709
713
|
|
|
710
714
|
// [Tags "!Protected"]
|
|
711
715
|
// [Protected "!true"]
|
|
@@ -1770,6 +1774,7 @@
|
|
|
1770
1774
|
// [Tags "!Protected"]
|
|
1771
1775
|
// [Protected "!true"]
|
|
1772
1776
|
@sapField_BorderCornerRadius: 0;
|
|
1777
|
+
@sapField_Shadow: none;
|
|
1773
1778
|
|
|
1774
1779
|
// [Tags "!Protected"]
|
|
1775
1780
|
// [Protected "!true"]
|
|
@@ -1786,6 +1791,11 @@
|
|
|
1786
1791
|
// [Tags "!Protected"]
|
|
1787
1792
|
// [Protected "!true"]
|
|
1788
1793
|
@sapField_Hover_HelpBackground: @sapField_Background;
|
|
1794
|
+
@sapField_Hover_Shadow: none;
|
|
1795
|
+
@sapField_Hover_InvalidShadow: none;
|
|
1796
|
+
@sapField_Hover_WarningShadow: none;
|
|
1797
|
+
@sapField_Hover_SuccessShadow: none;
|
|
1798
|
+
@sapField_Hover_InformationShadow: none;
|
|
1789
1799
|
|
|
1790
1800
|
// [Tags "!Protected"]
|
|
1791
1801
|
// [Protected "!true"]
|
|
@@ -1846,6 +1856,7 @@
|
|
|
1846
1856
|
// [Tags "!Protected"]
|
|
1847
1857
|
// [Protected "!true"]
|
|
1848
1858
|
@sapField_InvalidBorderStyle: dashed;
|
|
1859
|
+
@sapField_InvalidShadow: none;
|
|
1849
1860
|
|
|
1850
1861
|
// [Tags "!Protected"]
|
|
1851
1862
|
// [Protected "!true"]
|
|
@@ -1866,6 +1877,7 @@
|
|
|
1866
1877
|
// [Tags "!Protected"]
|
|
1867
1878
|
// [Protected "!true"]
|
|
1868
1879
|
@sapField_WarningBorderStyle: dashed;
|
|
1880
|
+
@sapField_WarningShadow: none;
|
|
1869
1881
|
|
|
1870
1882
|
// [Tags "!Protected"]
|
|
1871
1883
|
// [Protected "!true"]
|
|
@@ -1886,6 +1898,7 @@
|
|
|
1886
1898
|
// [Tags "!Protected"]
|
|
1887
1899
|
// [Protected "!true"]
|
|
1888
1900
|
@sapField_SuccessBorderStyle: solid;
|
|
1901
|
+
@sapField_SuccessShadow: none;
|
|
1889
1902
|
|
|
1890
1903
|
// [Tags "!Protected"]
|
|
1891
1904
|
// [Protected "!true"]
|
|
@@ -1906,6 +1919,7 @@
|
|
|
1906
1919
|
// [Tags "!Protected"]
|
|
1907
1920
|
// [Protected "!true"]
|
|
1908
1921
|
@sapField_InformationBorderStyle: dashed;
|
|
1922
|
+
@sapField_InformationShadow: none;
|
|
1909
1923
|
|
|
1910
1924
|
// [Tags "!Protected"]
|
|
1911
1925
|
// [Protected "!true"]
|
|
@@ -2489,15 +2503,23 @@
|
|
|
2489
2503
|
|
|
2490
2504
|
// [Tags "!Protected"]
|
|
2491
2505
|
// [Protected "!true"]
|
|
2492
|
-
@
|
|
2506
|
+
@sapIndicationColor_1_TextColor: contrast(@sapIndicationColor_1_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2493
2507
|
|
|
2494
2508
|
// [Tags "!Protected"]
|
|
2495
2509
|
// [Protected "!true"]
|
|
2496
|
-
@
|
|
2510
|
+
@sapIndicationColor_1_Hover_Background: @sapButton_Hover_Background;
|
|
2497
2511
|
|
|
2498
2512
|
// [Tags "!Protected"]
|
|
2499
2513
|
// [Protected "!true"]
|
|
2500
|
-
@
|
|
2514
|
+
@sapIndicationColor_1_Active_Background: @sapButton_Active_Background;
|
|
2515
|
+
@sapIndicationColor_1_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2516
|
+
@sapIndicationColor_1_Active_TextColor: @sapIndicationColor_1_TextColor;
|
|
2517
|
+
@sapIndicationColor_1_Selected_Background: @sapButton_Selected_Background;
|
|
2518
|
+
@sapIndicationColor_1_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2519
|
+
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_TextColor;
|
|
2520
|
+
@sapIndicationColor_1b: @sapIndicationColor_1;
|
|
2521
|
+
@sapIndicationColor_1b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2522
|
+
@sapIndicationColor_1b_Hover_Background: @sapButton_Hover_Background;
|
|
2501
2523
|
|
|
2502
2524
|
// [Tags "!Protected"]
|
|
2503
2525
|
// [Protected "!true"]
|
|
@@ -2513,15 +2535,23 @@
|
|
|
2513
2535
|
|
|
2514
2536
|
// [Tags "!Protected"]
|
|
2515
2537
|
// [Protected "!true"]
|
|
2516
|
-
@
|
|
2538
|
+
@sapIndicationColor_2_TextColor: contrast(@sapIndicationColor_2_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2517
2539
|
|
|
2518
2540
|
// [Tags "!Protected"]
|
|
2519
2541
|
// [Protected "!true"]
|
|
2520
|
-
@
|
|
2542
|
+
@sapIndicationColor_2_Hover_Background: @sapButton_Hover_Background;
|
|
2521
2543
|
|
|
2522
2544
|
// [Tags "!Protected"]
|
|
2523
2545
|
// [Protected "!true"]
|
|
2524
|
-
@
|
|
2546
|
+
@sapIndicationColor_2_Active_Background: @sapButton_Active_Background;
|
|
2547
|
+
@sapIndicationColor_2_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2548
|
+
@sapIndicationColor_2_Active_TextColor: @sapIndicationColor_2_TextColor;
|
|
2549
|
+
@sapIndicationColor_2_Selected_Background: @sapButton_Selected_Background;
|
|
2550
|
+
@sapIndicationColor_2_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2551
|
+
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_TextColor;
|
|
2552
|
+
@sapIndicationColor_2b: @sapIndicationColor_2;
|
|
2553
|
+
@sapIndicationColor_2b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2554
|
+
@sapIndicationColor_2b_Hover_Background: @sapButton_Hover_Background;
|
|
2525
2555
|
|
|
2526
2556
|
// [Tags "!Protected"]
|
|
2527
2557
|
// [Protected "!true"]
|
|
@@ -2537,15 +2567,23 @@
|
|
|
2537
2567
|
|
|
2538
2568
|
// [Tags "!Protected"]
|
|
2539
2569
|
// [Protected "!true"]
|
|
2540
|
-
@
|
|
2570
|
+
@sapIndicationColor_3_TextColor: contrast(@sapIndicationColor_3_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2541
2571
|
|
|
2542
2572
|
// [Tags "!Protected"]
|
|
2543
2573
|
// [Protected "!true"]
|
|
2544
|
-
@
|
|
2574
|
+
@sapIndicationColor_3_Hover_Background: @sapButton_Hover_Background;
|
|
2545
2575
|
|
|
2546
2576
|
// [Tags "!Protected"]
|
|
2547
2577
|
// [Protected "!true"]
|
|
2548
|
-
@
|
|
2578
|
+
@sapIndicationColor_3_Active_Background: @sapButton_Active_Background;
|
|
2579
|
+
@sapIndicationColor_3_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2580
|
+
@sapIndicationColor_3_Active_TextColor: @sapIndicationColor_3_TextColor;
|
|
2581
|
+
@sapIndicationColor_3_Selected_Background: @sapButton_Selected_Background;
|
|
2582
|
+
@sapIndicationColor_3_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2583
|
+
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_TextColor;
|
|
2584
|
+
@sapIndicationColor_3b: @sapIndicationColor_3;
|
|
2585
|
+
@sapIndicationColor_3b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2586
|
+
@sapIndicationColor_3b_Hover_Background: @sapButton_Hover_Background;
|
|
2549
2587
|
|
|
2550
2588
|
// [Tags "!Protected"]
|
|
2551
2589
|
// [Protected "!true"]
|
|
@@ -2561,15 +2599,23 @@
|
|
|
2561
2599
|
|
|
2562
2600
|
// [Tags "!Protected"]
|
|
2563
2601
|
// [Protected "!true"]
|
|
2564
|
-
@
|
|
2602
|
+
@sapIndicationColor_4_TextColor: contrast(@sapIndicationColor_4_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2565
2603
|
|
|
2566
2604
|
// [Tags "!Protected"]
|
|
2567
2605
|
// [Protected "!true"]
|
|
2568
|
-
@
|
|
2606
|
+
@sapIndicationColor_4_Hover_Background: @sapButton_Hover_Background;
|
|
2569
2607
|
|
|
2570
2608
|
// [Tags "!Protected"]
|
|
2571
2609
|
// [Protected "!true"]
|
|
2572
|
-
@
|
|
2610
|
+
@sapIndicationColor_4_Active_Background: @sapButton_Active_Background;
|
|
2611
|
+
@sapIndicationColor_4_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2612
|
+
@sapIndicationColor_4_Active_TextColor: @sapIndicationColor_4_TextColor;
|
|
2613
|
+
@sapIndicationColor_4_Selected_Background: @sapButton_Selected_Background;
|
|
2614
|
+
@sapIndicationColor_4_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2615
|
+
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_TextColor;
|
|
2616
|
+
@sapIndicationColor_4b: @sapIndicationColor_4;
|
|
2617
|
+
@sapIndicationColor_4b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2618
|
+
@sapIndicationColor_4b_Hover_Background: @sapButton_Hover_Background;
|
|
2573
2619
|
|
|
2574
2620
|
// [Tags "!Protected"]
|
|
2575
2621
|
// [Protected "!true"]
|
|
@@ -2585,15 +2631,23 @@
|
|
|
2585
2631
|
|
|
2586
2632
|
// [Tags "!Protected"]
|
|
2587
2633
|
// [Protected "!true"]
|
|
2588
|
-
@
|
|
2634
|
+
@sapIndicationColor_5_TextColor: contrast(@sapIndicationColor_5_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2589
2635
|
|
|
2590
2636
|
// [Tags "!Protected"]
|
|
2591
2637
|
// [Protected "!true"]
|
|
2592
|
-
@
|
|
2638
|
+
@sapIndicationColor_5_Hover_Background: @sapButton_Hover_Background;
|
|
2593
2639
|
|
|
2594
2640
|
// [Tags "!Protected"]
|
|
2595
2641
|
// [Protected "!true"]
|
|
2596
|
-
@
|
|
2642
|
+
@sapIndicationColor_5_Active_Background: @sapButton_Active_Background;
|
|
2643
|
+
@sapIndicationColor_5_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2644
|
+
@sapIndicationColor_5_Active_TextColor: @sapIndicationColor_5_TextColor;
|
|
2645
|
+
@sapIndicationColor_5_Selected_Background: @sapButton_Selected_Background;
|
|
2646
|
+
@sapIndicationColor_5_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2647
|
+
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_TextColor;
|
|
2648
|
+
@sapIndicationColor_5b: @sapIndicationColor_5;
|
|
2649
|
+
@sapIndicationColor_5b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2650
|
+
@sapIndicationColor_5b_Hover_Background: @sapButton_Hover_Background;
|
|
2597
2651
|
|
|
2598
2652
|
// [Tags "!Protected"]
|
|
2599
2653
|
// [Protected "!true"]
|
|
@@ -2609,15 +2663,23 @@
|
|
|
2609
2663
|
|
|
2610
2664
|
// [Tags "!Protected"]
|
|
2611
2665
|
// [Protected "!true"]
|
|
2612
|
-
@
|
|
2666
|
+
@sapIndicationColor_6_TextColor: contrast(@sapIndicationColor_6_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2613
2667
|
|
|
2614
2668
|
// [Tags "!Protected"]
|
|
2615
2669
|
// [Protected "!true"]
|
|
2616
|
-
@
|
|
2670
|
+
@sapIndicationColor_6_Hover_Background: @sapButton_Hover_Background;
|
|
2617
2671
|
|
|
2618
2672
|
// [Tags "!Protected"]
|
|
2619
2673
|
// [Protected "!true"]
|
|
2620
|
-
@
|
|
2674
|
+
@sapIndicationColor_6_Active_Background: @sapButton_Active_Background;
|
|
2675
|
+
@sapIndicationColor_6_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2676
|
+
@sapIndicationColor_6_Active_TextColor: @sapIndicationColor_6_TextColor;
|
|
2677
|
+
@sapIndicationColor_6_Selected_Background: @sapButton_Selected_Background;
|
|
2678
|
+
@sapIndicationColor_6_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2679
|
+
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_TextColor;
|
|
2680
|
+
@sapIndicationColor_6b: @sapIndicationColor_6;
|
|
2681
|
+
@sapIndicationColor_6b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2682
|
+
@sapIndicationColor_6b_Hover_Background: @sapButton_Hover_Background;
|
|
2621
2683
|
|
|
2622
2684
|
// [Tags "!Protected"]
|
|
2623
2685
|
// [Protected "!true"]
|
|
@@ -2633,15 +2695,23 @@
|
|
|
2633
2695
|
|
|
2634
2696
|
// [Tags "!Protected"]
|
|
2635
2697
|
// [Protected "!true"]
|
|
2636
|
-
@
|
|
2698
|
+
@sapIndicationColor_7_TextColor: contrast(@sapIndicationColor_7_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2637
2699
|
|
|
2638
2700
|
// [Tags "!Protected"]
|
|
2639
2701
|
// [Protected "!true"]
|
|
2640
|
-
@
|
|
2702
|
+
@sapIndicationColor_7_Hover_Background: @sapButton_Hover_Background;
|
|
2641
2703
|
|
|
2642
2704
|
// [Tags "!Protected"]
|
|
2643
2705
|
// [Protected "!true"]
|
|
2644
|
-
@
|
|
2706
|
+
@sapIndicationColor_7_Active_Background: @sapButton_Active_Background;
|
|
2707
|
+
@sapIndicationColor_7_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2708
|
+
@sapIndicationColor_7_Active_TextColor: @sapIndicationColor_7_TextColor;
|
|
2709
|
+
@sapIndicationColor_7_Selected_Background: @sapButton_Selected_Background;
|
|
2710
|
+
@sapIndicationColor_7_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2711
|
+
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_TextColor;
|
|
2712
|
+
@sapIndicationColor_7b: @sapIndicationColor_7;
|
|
2713
|
+
@sapIndicationColor_7b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2714
|
+
@sapIndicationColor_7b_Hover_Background: @sapButton_Hover_Background;
|
|
2645
2715
|
|
|
2646
2716
|
// [Tags "!Protected"]
|
|
2647
2717
|
// [Protected "!true"]
|
|
@@ -2657,15 +2727,51 @@
|
|
|
2657
2727
|
|
|
2658
2728
|
// [Tags "!Protected"]
|
|
2659
2729
|
// [Protected "!true"]
|
|
2660
|
-
@
|
|
2730
|
+
@sapIndicationColor_8_TextColor: contrast(@sapIndicationColor_8_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2661
2731
|
|
|
2662
2732
|
// [Tags "!Protected"]
|
|
2663
2733
|
// [Protected "!true"]
|
|
2664
|
-
@
|
|
2734
|
+
@sapIndicationColor_8_Hover_Background: @sapButton_Hover_Background;
|
|
2665
2735
|
|
|
2666
2736
|
// [Tags "!Protected"]
|
|
2667
2737
|
// [Protected "!true"]
|
|
2668
|
-
@
|
|
2738
|
+
@sapIndicationColor_8_Active_Background: @sapButton_Active_Background;
|
|
2739
|
+
@sapIndicationColor_8_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2740
|
+
@sapIndicationColor_8_Active_TextColor: @sapIndicationColor_8_TextColor;
|
|
2741
|
+
@sapIndicationColor_8_Selected_Background: @sapButton_Selected_Background;
|
|
2742
|
+
@sapIndicationColor_8_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2743
|
+
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_TextColor;
|
|
2744
|
+
@sapIndicationColor_8b: @sapIndicationColor_8;
|
|
2745
|
+
@sapIndicationColor_8b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2746
|
+
@sapIndicationColor_8b_Hover_Background: @sapButton_Hover_Background;
|
|
2747
|
+
@sapIndicationColor_9: #fff;
|
|
2748
|
+
@sapIndicationColor_9_Background: @sapBackgroundColor;
|
|
2749
|
+
@sapIndicationColor_9_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2750
|
+
@sapIndicationColor_9_TextColor: contrast(@sapIndicationColor_9_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2751
|
+
@sapIndicationColor_9_Hover_Background: @sapButton_Hover_Background;
|
|
2752
|
+
@sapIndicationColor_9_Active_Background: @sapButton_Active_Background;
|
|
2753
|
+
@sapIndicationColor_9_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2754
|
+
@sapIndicationColor_9_Active_TextColor: @sapIndicationColor_9_TextColor;
|
|
2755
|
+
@sapIndicationColor_9_Selected_Background: @sapButton_Selected_Background;
|
|
2756
|
+
@sapIndicationColor_9_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2757
|
+
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_TextColor;
|
|
2758
|
+
@sapIndicationColor_9b: @sapIndicationColor_9;
|
|
2759
|
+
@sapIndicationColor_9b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2760
|
+
@sapIndicationColor_9b_Hover_Background: @sapButton_Hover_Background;
|
|
2761
|
+
@sapIndicationColor_10: #eaecee;
|
|
2762
|
+
@sapIndicationColor_10_Background: @sapBackgroundColor;
|
|
2763
|
+
@sapIndicationColor_10_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2764
|
+
@sapIndicationColor_10_TextColor: contrast(@sapIndicationColor_10_Background, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
2765
|
+
@sapIndicationColor_10_Hover_Background: @sapButton_Hover_Background;
|
|
2766
|
+
@sapIndicationColor_10_Active_Background: @sapButton_Active_Background;
|
|
2767
|
+
@sapIndicationColor_10_Active_BorderColor: @sapButton_Active_BorderColor;
|
|
2768
|
+
@sapIndicationColor_10_Active_TextColor: @sapIndicationColor_10_TextColor;
|
|
2769
|
+
@sapIndicationColor_10_Selected_Background: @sapButton_Selected_Background;
|
|
2770
|
+
@sapIndicationColor_10_Selected_BorderColor: @sapButton_Selected_BorderColor;
|
|
2771
|
+
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_TextColor;
|
|
2772
|
+
@sapIndicationColor_10b: @sapIndicationColor_10;
|
|
2773
|
+
@sapIndicationColor_10b_BorderColor: @sapContent_ForegroundBorderColor;
|
|
2774
|
+
@sapIndicationColor_10b_Hover_Background: @sapButton_Hover_Background;
|
|
2669
2775
|
|
|
2670
2776
|
// [Tags "!Protected"]
|
|
2671
2777
|
// [Protected "!true"]
|