@openui5/themelib_sap_horizon 1.93.2 → 1.93.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -0
- package/src/sap/m/themes/sap_horizon/Avatar.less +4 -0
- package/src/sap/m/themes/sap_horizon/CheckBox.less +3 -3
- package/src/sap/m/themes/sap_horizon/Select.less +108 -0
- package/src/sap/m/themes/sap_horizon/SelectList.less +7 -5
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.93.
|
|
3
|
+
"version": "1.93.3",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.93.
|
|
18
|
-
"@openui5/sap.m": "1.93.
|
|
19
|
-
"@openui5/sap.tnt": "1.93.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.93.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.93.
|
|
22
|
-
"@openui5/sap.ui.core": "1.93.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.93.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.93.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.93.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.93.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.93.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.93.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.93.
|
|
30
|
-
"@openui5/sap.ui.table": "1.93.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.93.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.93.
|
|
33
|
-
"@openui5/sap.uxap": "1.93.
|
|
17
|
+
"@openui5/sap.f": "1.93.3",
|
|
18
|
+
"@openui5/sap.m": "1.93.3",
|
|
19
|
+
"@openui5/sap.tnt": "1.93.3",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.93.3",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.93.3",
|
|
22
|
+
"@openui5/sap.ui.core": "1.93.3",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.93.3",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.93.3",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.93.3",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.93.3",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.93.3",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.93.3",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.93.3",
|
|
30
|
+
"@openui5/sap.ui.table": "1.93.3",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.93.3",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.93.3",
|
|
33
|
+
"@openui5/sap.uxap": "1.93.3"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -41,6 +41,10 @@
|
|
|
41
41
|
background-color: @sapAccentBackgroundColor1;
|
|
42
42
|
color: darken(@sapAccentColor1, 10);
|
|
43
43
|
}
|
|
44
|
+
.sapFAvatarColorAccent1 .sapFAvatarInitialsHolder {
|
|
45
|
+
color: darken(@sapAccentColor1, 10);
|
|
46
|
+
}
|
|
47
|
+
|
|
44
48
|
.sapFAvatarColorAccent2 {
|
|
45
49
|
background-color: @sapAccentBackgroundColor2;
|
|
46
50
|
color: @sapAccentColor2;
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
height: 1.375rem;
|
|
21
21
|
width: 1.375rem;
|
|
22
22
|
line-height: 1.125rem;
|
|
23
|
-
border-width: 0.
|
|
23
|
+
border-width: 0.0625rem;
|
|
24
24
|
box-sizing: border-box;
|
|
25
25
|
border-radius: @sapField_BorderCornerRadius;
|
|
26
26
|
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
.sapMCb.sapMCbSucc .sapMCbBg {
|
|
60
60
|
background-color: @sapUiFieldSuccessBackground;
|
|
61
|
-
border: 0.
|
|
61
|
+
border: 0.0625rem solid @sapUiFieldSuccessColor;
|
|
62
62
|
|
|
63
63
|
&.sapMCbMarkChecked:before {
|
|
64
64
|
color: @sapUiFieldSuccessColor;
|
|
@@ -191,7 +191,7 @@ html.sap-desktop {
|
|
|
191
191
|
|
|
192
192
|
.sapMCbDisplayOnly .sapMCbBg:not(.sapMCbMarkPartiallyChecked) {
|
|
193
193
|
border-style: solid;
|
|
194
|
-
border-width: 0.
|
|
194
|
+
border-width: 0.0625rem;
|
|
195
195
|
margin: 0;
|
|
196
196
|
}
|
|
197
197
|
|
|
@@ -166,4 +166,112 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
166
166
|
&:before {
|
|
167
167
|
box-shadow: inset 0px 0px 0px 2px @sapField_Focus_BorderColor;
|
|
168
168
|
}
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
// =====================================
|
|
172
|
+
// Input Information state
|
|
173
|
+
// =====================================
|
|
174
|
+
.sapMSltInformation {
|
|
175
|
+
border: none;
|
|
176
|
+
background-image: linear-gradient(0deg, @sapField_InformationColor 0, @sapField_InformationColor 100%);
|
|
177
|
+
background-size: 100% @sapField_InformationBorderWidth;
|
|
178
|
+
background-repeat: repeat-x;
|
|
179
|
+
background-position: bottom;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.sapMSltInformation.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
183
|
+
background-color: @sapField_Hover_Background;
|
|
184
|
+
|
|
185
|
+
&:not(.sapMSltFocused) {
|
|
186
|
+
box-shadow: @sapContent_Informative_Shadow; // NEW Parameter
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):active,
|
|
191
|
+
.sapMSltFocused.sapMSltInformation {
|
|
192
|
+
box-shadow: inset 0px 0px 0px 2px @sapField_Active_BorderColor;
|
|
193
|
+
background-color: @sapField_Focus_Background;
|
|
194
|
+
}
|
|
195
|
+
|
|
196
|
+
// =====================================
|
|
197
|
+
// Input Success state
|
|
198
|
+
// =====================================
|
|
199
|
+
|
|
200
|
+
.sapMSltSuccess {
|
|
201
|
+
border: none;
|
|
202
|
+
background-image: linear-gradient(0deg, @sapField_SuccessColor 0, @sapField_SuccessColor 100%);
|
|
203
|
+
background-size: 100% @sapField_SuccessBorderWidth;
|
|
204
|
+
background-repeat: repeat-x;
|
|
205
|
+
background-position: bottom;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
.sapMSltSuccess.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
209
|
+
background-color: @sapField_Hover_Background;
|
|
210
|
+
|
|
211
|
+
&:not(.sapMSltFocused) {
|
|
212
|
+
box-shadow: @sapContent_Positive_Shadow; // New Parameter
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
// Field Success Focus - Experimental
|
|
217
|
+
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):active,
|
|
218
|
+
.sapMSltFocused.sapMSltSuccess {
|
|
219
|
+
box-shadow: inset 0px 0px 0px 2px @sapField_SuccessColor;
|
|
220
|
+
border-radius: @sapField_BorderCornerRadius;
|
|
221
|
+
background-color: @sapField_Focus_Background;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
// =====================================
|
|
225
|
+
// Input Warning state
|
|
226
|
+
// =====================================
|
|
227
|
+
|
|
228
|
+
.sapMSltWarning {
|
|
229
|
+
border: none;
|
|
230
|
+
background-image: linear-gradient(0deg, @sapField_WarningColor 0, @sapField_WarningColor 100%);
|
|
231
|
+
background-size: 100% @sapField_WarningBorderWidth;
|
|
232
|
+
background-repeat: repeat-x;
|
|
233
|
+
background-position: bottom;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
.sapMSltWarning.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
237
|
+
background-color: @sapField_Hover_Background;
|
|
238
|
+
|
|
239
|
+
&:not(.sapMSltFocused) {
|
|
240
|
+
box-shadow: @sapContent_Critical_Shadow; // NEW Parameter
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
// Field Warning Focus - Experimental
|
|
245
|
+
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):active,
|
|
246
|
+
.sapMSltFocused.sapMSltWarning {
|
|
247
|
+
box-shadow: inset 0px 0px 0px 2px @sapField_WarningColor; // Experimental
|
|
248
|
+
background-color: @sapField_Focus_Background;
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
// =====================================
|
|
253
|
+
// Input Error state
|
|
254
|
+
// =====================================
|
|
255
|
+
|
|
256
|
+
.sapMSltError {
|
|
257
|
+
border: none;
|
|
258
|
+
background-image: linear-gradient(0deg, @sapField_InvalidColor 0, @sapField_InvalidColor 100%);
|
|
259
|
+
background-size: 100% @sapField_InvalidBorderWidth;
|
|
260
|
+
background-repeat: repeat-x;
|
|
261
|
+
background-position: bottom;
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
.sapMSltError.sapMSltHoverable:not(.sapMSltIconOnly):not(.sapMSltDisabled):not(.sapMSltPressed):hover {
|
|
265
|
+
background-color: @sapField_Hover_Background;
|
|
266
|
+
|
|
267
|
+
&:not(.sapMSltFocused) {
|
|
268
|
+
box-shadow: @sapContent_Negative_Shadow; // New Parameter
|
|
269
|
+
}
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
// Field Error Focus - Experimental
|
|
273
|
+
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):active,
|
|
274
|
+
.sapMSltFocused.sapMSltError {
|
|
275
|
+
box-shadow: inset 0px 0px 0px 2px @sapField_InvalidColor;
|
|
276
|
+
background-color: @sapField_Focus_Background;
|
|
169
277
|
}
|
|
@@ -50,13 +50,15 @@ html.sap-desktop .sapMSelectListItemBase:focus {
|
|
|
50
50
|
.sapMSelectListItemBase {
|
|
51
51
|
position: relative;
|
|
52
52
|
|
|
53
|
+
&:last-child:not(:only-child)::after {
|
|
54
|
+
border-bottom-left-radius: 0.75rem;
|
|
55
|
+
border-bottom-right-radius: 0.75rem;
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
.sapMSltPicker-CTX:not(.sapMSltPickerWithSubHeader) .sapMSelectListItemBase {
|
|
53
60
|
&:first-child::after {
|
|
54
61
|
border-top-left-radius: 0.75rem;
|
|
55
62
|
border-top-right-radius: 0.75rem;
|
|
56
63
|
}
|
|
57
|
-
|
|
58
|
-
&:last-child::after {
|
|
59
|
-
border-bottom-left-radius: 0.75rem;
|
|
60
|
-
border-bottom-right-radius: 0.75rem;
|
|
61
|
-
}
|
|
62
64
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2021 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.93.
|
|
9
|
+
<version>1.93.3</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -311,12 +311,12 @@ html.sap-desktop .sapMBtnBase.sapMBtn.sapUxAPAnchorBarButton:focus::after {
|
|
|
311
311
|
content: none;
|
|
312
312
|
}
|
|
313
313
|
|
|
314
|
-
.sapMBtn:hover:not(.sapMBtnDisabled) > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized) .sapUiIcon,
|
|
314
|
+
.sapUxAPAnchorBar .sapMBtn:hover:not(.sapMBtnDisabled) > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized) .sapUiIcon,
|
|
315
315
|
.sapUiSizeCompact .sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMSB.sapMSBTransparent .sapMBtnContent > *,
|
|
316
316
|
.sapUiSizeCompact .sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn + .sapMBtn .sapMBtnInner *,
|
|
317
317
|
.sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMSB.sapMSBTransparent .sapMBtnContent > *,
|
|
318
318
|
.sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) bdi,
|
|
319
319
|
.sapUxAPAnchorBar .sapUxAPAnchorBarButton:hover .sapMBtn + .sapMBtn .sapMBtnInner *,
|
|
320
|
-
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapMBtnContent{
|
|
320
|
+
.sapUxAPAnchorBar .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapMBtnContent{
|
|
321
321
|
color: @sapContent_Selected_TextColor;
|
|
322
322
|
}
|