@openui5/themelib_sap_horizon 1.120.33 → 1.120.35
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/m/themes/sap_horizon/Button.less +13 -17
- package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -17
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.120.
|
|
3
|
+
"version": "1.120.35",
|
|
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.120.
|
|
18
|
-
"@openui5/sap.m": "1.120.
|
|
19
|
-
"@openui5/sap.tnt": "1.120.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.120.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.120.
|
|
22
|
-
"@openui5/sap.ui.core": "1.120.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.120.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.120.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.120.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.120.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.120.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.120.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.120.
|
|
30
|
-
"@openui5/sap.ui.table": "1.120.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.120.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.120.
|
|
33
|
-
"@openui5/sap.uxap": "1.120.
|
|
17
|
+
"@openui5/sap.f": "1.120.35",
|
|
18
|
+
"@openui5/sap.m": "1.120.35",
|
|
19
|
+
"@openui5/sap.tnt": "1.120.35",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.120.35",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.120.35",
|
|
22
|
+
"@openui5/sap.ui.core": "1.120.35",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.120.35",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.120.35",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.120.35",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.120.35",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.120.35",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.120.35",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.120.35",
|
|
30
|
+
"@openui5/sap.ui.table": "1.120.35",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.120.35",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.120.35",
|
|
33
|
+
"@openui5/sap.uxap": "1.120.35"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -149,23 +149,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
149
149
|
/* Custom focus border: */
|
|
150
150
|
/* ---------------------------------------------------------------------*/
|
|
151
151
|
|
|
152
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
|
|
153
|
-
border-color: @sapUiContentFocusColor;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// Value State Message buttons
|
|
157
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
|
|
158
|
-
border-color: @sapUiButtonCriticalBorderColor;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
|
|
162
|
-
border-color: @sapUiButtonNegativeBorderColor;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
|
|
166
|
-
border-color: @sapButton_Success_BorderColor;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
152
|
html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
170
153
|
content: "";
|
|
171
154
|
position: absolute;
|
|
@@ -195,6 +178,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
|
|
|
195
178
|
text-shadow: @sapUiContentTextShadow;
|
|
196
179
|
}
|
|
197
180
|
|
|
181
|
+
// Value State Message buttons
|
|
182
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
|
|
183
|
+
border-color: @sapUiButtonCriticalBorderColor;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
|
|
187
|
+
border-color: @sapUiButtonNegativeBorderColor;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
|
|
191
|
+
border-color: @sapButton_Success_BorderColor;
|
|
192
|
+
}
|
|
193
|
+
|
|
198
194
|
/* ---------------------------------------------------------------------*/
|
|
199
195
|
/* Disabled, hover and active states: */
|
|
200
196
|
/* ---------------------------------------------------------------------*/
|
|
@@ -149,23 +149,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
149
149
|
/* Custom focus border: */
|
|
150
150
|
/* ---------------------------------------------------------------------*/
|
|
151
151
|
|
|
152
|
-
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
|
|
153
|
-
border-color: @sapUiContentFocusColor;
|
|
154
|
-
}
|
|
155
|
-
|
|
156
|
-
// Value State Message buttons
|
|
157
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
|
|
158
|
-
border-color: @sapUiButtonCriticalBorderColor;
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
|
|
162
|
-
border-color: @sapUiButtonNegativeBorderColor;
|
|
163
|
-
}
|
|
164
|
-
|
|
165
|
-
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
|
|
166
|
-
border-color: @sapButton_Success_BorderColor;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
152
|
html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
170
153
|
content: "";
|
|
171
154
|
position: absolute;
|
|
@@ -195,6 +178,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
|
|
|
195
178
|
text-shadow: @sapUiContentTextShadow;
|
|
196
179
|
}
|
|
197
180
|
|
|
181
|
+
// Value State Message buttons
|
|
182
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
|
|
183
|
+
border-color: @sapUiButtonCriticalBorderColor;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
|
|
187
|
+
border-color: @sapUiButtonNegativeBorderColor;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
|
|
191
|
+
border-color: @sapButton_Success_BorderColor;
|
|
192
|
+
}
|
|
193
|
+
|
|
198
194
|
/* ---------------------------------------------------------------------*/
|
|
199
195
|
/* Disabled, hover and active states: */
|
|
200
196
|
/* ---------------------------------------------------------------------*/
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.35</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.35</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.35</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.120.
|
|
9
|
+
<version>1.120.35</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|