@openui5/themelib_sap_horizon 1.141.2 → 1.143.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/REUSE.toml +39 -1
- package/THIRDPARTY.txt +36 -3
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/Card.less +1 -1
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -11
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +4 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +8 -8
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +4 -4
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +8 -8
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +7 -7
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +4 -4
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +5 -6
- package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +5 -6
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/BusyIndicator.less +23 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/BusyIndicator.less +24 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/Icon.less +7 -7
- package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -2
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +4 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcb/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +2 -0
- package/src/sap/ui/rta/themes/sap_horizon_hcw/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +11 -9
- package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +36 -42
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +6 -31
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +22 -16
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +9 -7
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +35 -42
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +19 -14
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +6 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +44 -49
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +23 -17
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +6 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +46 -50
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +5 -30
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +23 -17
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +4 -5
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +4 -5
- package/src/sap/ui/core/themes/sap_horizon/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_dark/LocalBusyIndicator.less +0 -23
- package/src/sap/ui/core/themes/sap_horizon_hcb/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcb/Shadow.less +0 -8
- package/src/sap/ui/core/themes/sap_horizon_hcw/LocalBusyIndicator.less +0 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/Shadow.less +0 -8
package/README.md
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
Runtime resources of the [OpenUI5](https://github.com/UI5/openui5) Theme Library **sap_horizon**.
|
|
5
5
|
|
|
6
6
|
## Usage
|
|
7
|
-
Add this library as a dependency to your UI5 project by using [UI5
|
|
7
|
+
Add this library as a dependency to your UI5 project by using [UI5 CLI](https://ui5.github.io/cli/):
|
|
8
8
|
|
|
9
9
|
```
|
|
10
10
|
ui5 add themelib_sap_horizon
|
|
11
11
|
```
|
|
12
12
|
|
|
13
|
-
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://
|
|
13
|
+
For more information, please refer to our documentation on [Consuming OpenUI5 Libraries](https://ui5.github.io/cli/pages/OpenUI5/).
|
|
14
14
|
|
|
15
15
|
## License
|
|
16
16
|
OpenUI5 is licensed under [Apache License 2.0](https://www.apache.org/licenses/LICENSE-2.0), see [LICENSE.txt](LICENSE.txt).
|
package/REUSE.toml
CHANGED
|
@@ -21,6 +21,44 @@ SPDX-License-Identifier = "Apache-2.0"
|
|
|
21
21
|
#
|
|
22
22
|
|
|
23
23
|
|
|
24
|
+
# Library: sap.f:
|
|
25
|
+
|
|
26
|
+
[[annotations]]
|
|
27
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
28
|
+
precedence = "aggregate"
|
|
29
|
+
SPDX-FileCopyrightText = "SAP"
|
|
30
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
31
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components"
|
|
32
|
+
|
|
33
|
+
[[annotations]]
|
|
34
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
35
|
+
precedence = "aggregate"
|
|
36
|
+
SPDX-FileCopyrightText = "SAP"
|
|
37
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
38
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Fiori"
|
|
39
|
+
|
|
40
|
+
[[annotations]]
|
|
41
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
42
|
+
precedence = "aggregate"
|
|
43
|
+
SPDX-FileCopyrightText = "SAP"
|
|
44
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
45
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons"
|
|
46
|
+
|
|
47
|
+
[[annotations]]
|
|
48
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
49
|
+
precedence = "aggregate"
|
|
50
|
+
SPDX-FileCopyrightText = "SAP"
|
|
51
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
52
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons Business Suite"
|
|
53
|
+
|
|
54
|
+
[[annotations]]
|
|
55
|
+
path = "src/sap.f/src/sap/f/thirdparty/**"
|
|
56
|
+
precedence = "aggregate"
|
|
57
|
+
SPDX-FileCopyrightText = "SAP"
|
|
58
|
+
SPDX-License-Identifier = "Apache-2.0"
|
|
59
|
+
SPDX-FileComment = "these files belong to: UI5 Web Components Icons TNT"
|
|
60
|
+
|
|
61
|
+
|
|
24
62
|
# Library: sap.m:
|
|
25
63
|
|
|
26
64
|
[[annotations]]
|
|
@@ -347,7 +385,7 @@ SPDX-FileComment = "these files belong to: handlebars"
|
|
|
347
385
|
[[annotations]]
|
|
348
386
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/require.js"
|
|
349
387
|
precedence = "aggregate"
|
|
350
|
-
SPDX-FileCopyrightText = "2010-
|
|
388
|
+
SPDX-FileCopyrightText = "2010-2024, jQuery Foundation and other contributors"
|
|
351
389
|
SPDX-License-Identifier = "MIT"
|
|
352
390
|
SPDX-FileComment = "these files belong to: requireJS"
|
|
353
391
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -4,6 +4,39 @@ each subcomponent.
|
|
|
4
4
|
The full text of all referenced licenses is appended at the end of this file.
|
|
5
5
|
|
|
6
6
|
|
|
7
|
+
Library: sap.f:
|
|
8
|
+
|
|
9
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
10
|
+
Copyright: SAP
|
|
11
|
+
License: Apache-2.0
|
|
12
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
|
+
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.15.0
|
|
16
|
+
Copyright: SAP
|
|
17
|
+
License: Apache-2.0
|
|
18
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
|
+
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.15.0
|
|
22
|
+
Copyright: SAP
|
|
23
|
+
License: Apache-2.0
|
|
24
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
|
+
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.15.0
|
|
28
|
+
Copyright: SAP
|
|
29
|
+
License: Apache-2.0
|
|
30
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
|
+
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.15.0
|
|
34
|
+
Copyright: SAP
|
|
35
|
+
License: Apache-2.0
|
|
36
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
37
|
+
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
38
|
+
|
|
39
|
+
|
|
7
40
|
Library: sap.m:
|
|
8
41
|
|
|
9
42
|
Component: purify.js, version: 3.2.4
|
|
@@ -221,8 +254,8 @@ License: MIT
|
|
|
221
254
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
222
255
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/handlebars.js
|
|
223
256
|
|
|
224
|
-
Component: requireJS, version: 2.
|
|
225
|
-
Copyright: 2010-
|
|
257
|
+
Component: requireJS, version: 2.3.7
|
|
258
|
+
Copyright: 2010-2024, jQuery Foundation and other contributors
|
|
226
259
|
License: MIT
|
|
227
260
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
228
261
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/require.js
|
|
@@ -354,7 +387,7 @@ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/D
|
|
|
354
387
|
|
|
355
388
|
Library: sap.ui.integration:
|
|
356
389
|
|
|
357
|
-
Component: UI5 Web Components, version:
|
|
390
|
+
Component: UI5 Web Components, version: 2.15.0
|
|
358
391
|
Copyright: SAP
|
|
359
392
|
License: Apache-2.0
|
|
360
393
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.143.0",
|
|
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/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.143.0",
|
|
18
|
+
"@openui5/sap.m": "1.143.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.143.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.143.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.143.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.143.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.143.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.143.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.143.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.143.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.143.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.143.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.143.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.143.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.143.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.143.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.143.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -244,9 +244,9 @@ html.sap-desktop {
|
|
|
244
244
|
.sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
|
|
245
245
|
|
|
246
246
|
.sapMSegBBtnInner {
|
|
247
|
-
background: var(--
|
|
248
|
-
color: var(--
|
|
249
|
-
border-color: var(--
|
|
247
|
+
background: var(--sapButton_Active_Background);
|
|
248
|
+
color: var(--sapButton_Active_TextColor);
|
|
249
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.sapUiIcon {
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMSliderTooltip {
|
|
7
7
|
background: var(--sapField_Focus_Background);
|
|
8
|
-
border-radius: 0.
|
|
8
|
+
border-radius: 0.0625rem;
|
|
9
9
|
border: none;
|
|
10
10
|
box-shadow: var(--sapContent_Shadow1);
|
|
11
|
-
height: 1.375rem;
|
|
12
11
|
min-width: 2rem;
|
|
13
12
|
padding: 0.25rem;
|
|
14
13
|
font-size: var(--sapFontSmallSize);
|
|
@@ -25,8 +24,13 @@
|
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
28
|
-
height:
|
|
27
|
+
height: 1rem;
|
|
29
28
|
padding: 0.25rem;
|
|
30
29
|
font-size: var(--sapFontSmallSize);
|
|
31
30
|
color: var(--sapContent_LabelColor);
|
|
31
|
+
background: var(--sapBackgroundColor);
|
|
32
|
+
|
|
33
|
+
.sapMSliderTooltipInput {
|
|
34
|
+
background: var(--sapBackgroundColor);
|
|
35
|
+
}
|
|
32
36
|
}
|
|
@@ -377,17 +377,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
377
377
|
}
|
|
378
378
|
}
|
|
379
379
|
|
|
380
|
-
.sapUshellSection {
|
|
381
|
-
|
|
382
|
-
.sapMGT.TwoByOne {
|
|
383
|
-
width: 23rem;
|
|
384
|
-
}
|
|
385
|
-
|
|
386
|
-
.sapMGT.TwoByHalf {
|
|
387
|
-
width: 23rem;
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
|
|
391
380
|
.sapMGT.TwoByOne {
|
|
392
381
|
width: 22.5rem;
|
|
393
382
|
}
|
|
@@ -244,9 +244,9 @@ html.sap-desktop {
|
|
|
244
244
|
.sapMSegBBtn.sapMSegBBtnFocusable:active:hover {
|
|
245
245
|
|
|
246
246
|
.sapMSegBBtnInner {
|
|
247
|
-
background: var(--
|
|
248
|
-
color: var(--
|
|
249
|
-
border-color: var(--
|
|
247
|
+
background: var(--sapButton_Active_Background);
|
|
248
|
+
color: var(--sapButton_Active_TextColor);
|
|
249
|
+
border-color: var(--sapButton_Active_BorderColor);
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
.sapUiIcon {
|
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMSliderTooltip {
|
|
7
7
|
background: var(--sapField_Focus_Background);
|
|
8
|
-
border-radius: 0.
|
|
8
|
+
border-radius: 0.0625rem;
|
|
9
9
|
border: none;
|
|
10
10
|
box-shadow: var(--sapContent_Shadow1);
|
|
11
|
-
height: 1.375rem;
|
|
12
11
|
min-width: 2rem;
|
|
13
12
|
padding: 0.25rem;
|
|
14
13
|
font-size: var(--sapFontSmallSize);
|
|
@@ -26,8 +25,13 @@
|
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
29
|
-
height:
|
|
28
|
+
height: 1rem;
|
|
30
29
|
padding: 0.25rem;
|
|
31
30
|
font-size: var(--sapFontSmallSize);
|
|
32
31
|
color: var(--sapContent_LabelColor);
|
|
32
|
+
background: var(--sapBackgroundColor);
|
|
33
|
+
|
|
34
|
+
.sapMSliderTooltipInput {
|
|
35
|
+
background: var(--sapBackgroundColor);
|
|
36
|
+
}
|
|
33
37
|
}
|
|
@@ -6,11 +6,10 @@
|
|
|
6
6
|
/* Slider Tooltip styles */
|
|
7
7
|
|
|
8
8
|
.sapMSliderTooltip {
|
|
9
|
-
background: var(--
|
|
10
|
-
border-radius:
|
|
9
|
+
background: var(--sapBackgroundColor);
|
|
10
|
+
border-radius: 0.0625rem;
|
|
11
11
|
border: 1px solid var(--sapField_BorderColor);
|
|
12
12
|
box-shadow: none;
|
|
13
|
-
height: 1.375rem;
|
|
14
13
|
min-width: 2rem;
|
|
15
14
|
padding: 0.25rem;
|
|
16
15
|
font-size: var(--sapFontSmallSize);
|
|
@@ -32,8 +31,8 @@
|
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
35
|
-
border-radius: 0.
|
|
36
|
-
height:
|
|
34
|
+
border-radius: 0.0625rem;
|
|
35
|
+
height: 1rem;
|
|
37
36
|
padding: 0.25rem;
|
|
38
37
|
font-size: var(--sapFontSmallSize);
|
|
39
38
|
color: var(--sapContent_LabelColor);
|
|
@@ -6,11 +6,10 @@
|
|
|
6
6
|
/* Slider Tooltip styles */
|
|
7
7
|
|
|
8
8
|
.sapMSliderTooltip {
|
|
9
|
-
background: var(--
|
|
10
|
-
border-radius:
|
|
9
|
+
background: var(--sapBackgroundColor);
|
|
10
|
+
border-radius: 0.0625rem;
|
|
11
11
|
border: 1px solid var(--sapField_BorderColor);
|
|
12
12
|
box-shadow: none;
|
|
13
|
-
height: 1.375rem;
|
|
14
13
|
min-width: 2rem;
|
|
15
14
|
padding: 0.25rem;
|
|
16
15
|
font-size: var(--sapFontSmallSize);
|
|
@@ -32,8 +31,8 @@
|
|
|
32
31
|
}
|
|
33
32
|
|
|
34
33
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
35
|
-
border-radius: 0.
|
|
36
|
-
height:
|
|
34
|
+
border-radius: 0.0625rem;
|
|
35
|
+
height: 1rem;
|
|
37
36
|
padding: 0.25rem;
|
|
38
37
|
font-size: var(--sapFontSmallSize);
|
|
39
38
|
color: var(--sapContent_LabelColor);
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
/* ======================================= */
|
|
2
2
|
/* CSS for control sap.tnt/NavigationList */
|
|
3
|
-
/* Horizon theme
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
7
|
-
@_sap_tnt_NavigationList_IconColor:
|
|
8
|
-
@_sap_tnt_NavigationList_ExpandIconColor:
|
|
7
|
+
@_sap_tnt_NavigationList_IconColor: var(--sapList_TextColor);
|
|
8
|
+
@_sap_tnt_NavigationList_ExpandIconColor: var(--sapList_TextColor);
|
|
9
9
|
@_sap_tnt_NavigationList_GroupBorderStyleColor: none;
|
|
10
10
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
11
11
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
12
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
13
13
|
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
14
|
-
@_sap_tnt_NavigationList_ItemFocusBorderOffset:
|
|
14
|
+
@_sap_tnt_NavigationList_ItemFocusBorderOffset: ~"calc(-1 * var(--sapContent_FocusWidth))";
|
|
15
15
|
@_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
|
|
16
16
|
@_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
|
|
17
17
|
@_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
39
39
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
40
40
|
@_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
|
|
41
|
-
@_sap_tnt_NavigationList_NavigationIndicator:
|
|
41
|
+
@_sap_tnt_NavigationList_NavigationIndicator: '\E066';
|
|
42
42
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
43
43
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
44
44
|
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
45
45
|
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
46
46
|
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
47
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
47
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
48
48
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
49
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
49
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
50
50
|
@_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
|
|
51
51
|
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
52
|
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
-
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
2
|
/* CSS for control sap.tnt/ToolPage */
|
|
3
|
-
/* Horizon theme
|
|
4
|
-
/*
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_ContentBackgroundStandard:
|
|
7
|
-
@_sap_tnt_ToolPage_ContentBackgroundSolid:
|
|
6
|
+
@_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
|
|
7
|
+
@_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
|
|
8
8
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
9
|
-
@_sap_tnt_ToolPage_ContentBackgroundList:
|
|
9
|
+
@_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
|
|
10
10
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
11
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
12
12
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
13
13
|
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
14
|
-
@_sap_tnt_ToolHeader_Shadow:
|
|
14
|
+
@_sap_tnt_ToolHeader_Shadow: var(--sapShell_Shadow);
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
7
|
-
@_sap_tnt_NavigationList_IconColor:
|
|
8
|
-
@_sap_tnt_NavigationList_ExpandIconColor:
|
|
7
|
+
@_sap_tnt_NavigationList_IconColor: var(--sapList_TextColor);
|
|
8
|
+
@_sap_tnt_NavigationList_ExpandIconColor: var(--sapList_TextColor);
|
|
9
9
|
@_sap_tnt_NavigationList_GroupBorderStyleColor: none;
|
|
10
10
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
11
11
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
12
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
13
13
|
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
14
|
-
@_sap_tnt_NavigationList_ItemFocusBorderOffset:
|
|
14
|
+
@_sap_tnt_NavigationList_ItemFocusBorderOffset: ~"calc(-1 * var(--sapContent_FocusWidth))";
|
|
15
15
|
@_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
|
|
16
16
|
@_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
|
|
17
17
|
@_sap_tnt_NavigationList_SelectedBorderStyleColor: none;
|
|
@@ -38,16 +38,16 @@
|
|
|
38
38
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
39
39
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
40
40
|
@_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
|
|
41
|
-
@_sap_tnt_NavigationList_NavigationIndicator:
|
|
41
|
+
@_sap_tnt_NavigationList_NavigationIndicator: '\E066';
|
|
42
42
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
43
43
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
44
44
|
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
45
45
|
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
46
46
|
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
47
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
47
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
48
48
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
49
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
49
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
50
50
|
@_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
|
|
51
51
|
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
52
|
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
-
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_ContentBackgroundStandard:
|
|
7
|
-
@_sap_tnt_ToolPage_ContentBackgroundSolid:
|
|
6
|
+
@_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
|
|
7
|
+
@_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
|
|
8
8
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
9
|
-
@_sap_tnt_ToolPage_ContentBackgroundList:
|
|
9
|
+
@_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
|
|
10
10
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
11
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
12
12
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
13
13
|
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
14
|
-
@_sap_tnt_ToolHeader_Shadow:
|
|
14
|
+
@_sap_tnt_ToolHeader_Shadow: var(--sapShell_Shadow);
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
7
|
-
@_sap_tnt_NavigationList_ExpandIconColor:
|
|
7
|
+
@_sap_tnt_NavigationList_ExpandIconColor: var(--sapContent_NonInteractiveIconColor);
|
|
8
8
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
9
|
-
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid
|
|
9
|
+
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid var(--sapList_BorderColor);
|
|
10
10
|
@_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
|
|
11
11
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
|
|
12
12
|
@_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
|
|
13
|
-
@_sap_tnt_NavigationList_HoverBorderStyleColor: solid
|
|
13
|
+
@_sap_tnt_NavigationList_HoverBorderStyleColor: solid var(--sapList_SelectionBorderColor);
|
|
14
14
|
@_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
|
|
15
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
16
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
17
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
17
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
18
18
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
19
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
19
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
20
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
21
21
|
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
22
22
|
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
42
42
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
43
43
|
@_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
|
|
44
|
-
@_sap_tnt_NavigationList_NavigationIndicator:
|
|
44
|
+
@_sap_tnt_NavigationList_NavigationIndicator: '\E066';
|
|
45
45
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
46
46
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
47
47
|
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
@@ -50,4 +50,4 @@
|
|
|
50
50
|
@_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
|
|
51
51
|
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
52
|
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
-
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.tnt/ToolPage
|
|
3
|
-
/* Horizon
|
|
4
|
-
/*
|
|
1
|
+
/* ================================== */
|
|
2
|
+
/* CSS for control sap.tnt/ToolPage */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_Background:
|
|
7
|
-
@_sap_tnt_ToolPage_ContentBackgroundStandard:
|
|
8
|
-
@_sap_tnt_ToolPage_ContentBackgroundSolid:
|
|
6
|
+
@_sap_tnt_ToolPage_Background: var(--sapBackgroundColor);
|
|
7
|
+
@_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
|
|
8
|
+
@_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
|
|
9
9
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
10
|
-
@_sap_tnt_ToolPage_ContentBackgroundList:
|
|
10
|
+
@_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
|
|
11
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
12
12
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
13
13
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
@@ -4,19 +4,19 @@
|
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_tnt_NavigationList_CollapsedWidth: 4rem;
|
|
7
|
-
@_sap_tnt_NavigationList_ExpandIconColor:
|
|
7
|
+
@_sap_tnt_NavigationList_ExpandIconColor: var(--sapContent_NonInteractiveIconColor);
|
|
8
8
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
9
|
-
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid
|
|
9
|
+
@_sap_tnt_NavigationList_ItemBorderStyleColor: solid var(--sapList_BorderColor);
|
|
10
10
|
@_sap_tnt_NavigationList_ItemBorderWidth: 0 0 0.0625rem 0;
|
|
11
11
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: 0;
|
|
12
12
|
@_sap_tnt_NavigationList_LastItemBorderStyleColor: solid transparent;
|
|
13
|
-
@_sap_tnt_NavigationList_HoverBorderStyleColor: solid
|
|
13
|
+
@_sap_tnt_NavigationList_HoverBorderStyleColor: solid var(--sapList_SelectionBorderColor);
|
|
14
14
|
@_sap_tnt_NavigationList_HoverBorderWidth: 0.0625rem;
|
|
15
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
16
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
17
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
17
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
18
18
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
19
|
-
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor),
|
|
19
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), var(--sapList_SelectionBackgroundColor);
|
|
20
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
21
21
|
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
22
22
|
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
42
42
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
43
43
|
@_sap_tnt_NavigationList_CollapsedHiddenExpanderPadding: 1rem;
|
|
44
|
-
@_sap_tnt_NavigationList_NavigationIndicator:
|
|
44
|
+
@_sap_tnt_NavigationList_NavigationIndicator: '\E066';
|
|
45
45
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
46
46
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
47
47
|
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
@@ -50,4 +50,4 @@
|
|
|
50
50
|
@_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
|
|
51
51
|
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
52
|
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
-
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_tnt_ToolPage_Background:
|
|
7
|
-
@_sap_tnt_ToolPage_ContentBackgroundStandard:
|
|
8
|
-
@_sap_tnt_ToolPage_ContentBackgroundSolid:
|
|
6
|
+
@_sap_tnt_ToolPage_Background: var(--sapBackgroundColor);
|
|
7
|
+
@_sap_tnt_ToolPage_ContentBackgroundStandard: var(--sapBackgroundColor);
|
|
8
|
+
@_sap_tnt_ToolPage_ContentBackgroundSolid: var(--sapBackgroundColor);
|
|
9
9
|
@_sap_tnt_ToolPage_ContentBackgroundTransparent: transparent;
|
|
10
|
-
@_sap_tnt_ToolPage_ContentBackgroundList:
|
|
10
|
+
@_sap_tnt_ToolPage_ContentBackgroundList: var(--sapGroup_ContentBackground);
|
|
11
11
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
12
12
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
13
13
|
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
1
|
+
/* ============================================= */
|
|
2
|
+
/* CSS for control sap.ui.codeeditor/CodeEditor */
|
|
3
|
+
/* Horizon High Contrast Black theme */
|
|
4
|
+
/* ============================================= */
|
|
5
|
+
|
|
7
6
|
.sapCEdThemeDefault .ace_editor {
|
|
8
7
|
.ace_marker-layer .ace_selection {
|
|
9
8
|
background: #292929;
|
|
@@ -1,9 +1,8 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
*/
|
|
1
|
+
/* ============================================= */
|
|
2
|
+
/* CSS for control sap.ui.codeeditor/CodeEditor */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* ============================================= */
|
|
5
|
+
|
|
7
6
|
.sapCEdThemeDefault .ace_editor {
|
|
8
7
|
.ace_marker-layer .ace_selection {
|
|
9
8
|
background: #EAECEE;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.
|
|
9
|
+
<version>1.143.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|