@openui5/themelib_sap_fiori_3 1.147.1 → 1.149.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/THIRDPARTY.txt +3 -3
- package/package.json +18 -18
- package/src/sap/m/themes/sap_fiori_3/ActionListItem.less +1 -1
- package/src/sap/m/themes/sap_fiori_3/ActionTile.less +3 -3
- package/src/sap/m/themes/sap_fiori_3/Avatar.less +1 -1
- package/src/sap/m/themes/sap_fiori_3/Bar.less +2 -2
- package/src/sap/m/themes/sap_fiori_3/BusyIndicator.less +1 -1
- package/src/sap/m/themes/sap_fiori_3/Carousel.less +15 -15
- package/src/sap/m/themes/sap_fiori_3/ColorPalette.less +1 -1
- package/src/sap/m/themes/sap_fiori_3/Dialog.less +8 -8
- package/src/sap/m/themes/sap_fiori_3/Panel.less +5 -1
- package/src/sap/m/themes/sap_fiori_3_dark/Bar.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_dark/Carousel.less +14 -14
- package/src/sap/m/themes/sap_fiori_3_dark/Dialog.less +7 -7
- package/src/sap/m/themes/sap_fiori_3_dark/Panel.less +5 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/ActionListItem.less +1 -2
- package/src/sap/m/themes/sap_fiori_3_hcb/Avatar.less +6 -4
- package/src/sap/m/themes/sap_fiori_3_hcb/Bar.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/Breadcrumbs.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcb/Carousel.less +20 -22
- package/src/sap/m/themes/sap_fiori_3_hcb/Dialog.less +9 -9
- package/src/sap/m/themes/sap_fiori_3_hcb/Link.less +1 -2
- package/src/sap/m/themes/sap_fiori_3_hcb/Panel.less +5 -1
- package/src/sap/m/themes/sap_fiori_3_hcw/ActionListItem.less +1 -2
- package/src/sap/m/themes/sap_fiori_3_hcw/Avatar.less +6 -4
- package/src/sap/m/themes/sap_fiori_3_hcw/Bar.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcw/Breadcrumbs.less +1 -1
- package/src/sap/m/themes/sap_fiori_3_hcw/Carousel.less +20 -20
- package/src/sap/m/themes/sap_fiori_3_hcw/Dialog.less +9 -9
- package/src/sap/m/themes/sap_fiori_3_hcw/Link.less +1 -2
- package/src/sap/m/themes/sap_fiori_3_hcw/Panel.less +5 -1
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3/base.less +24 -8
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/base.less +24 -8
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/base.less +25 -9
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/base.less +25 -9
- package/src/sap/ui/dt/themes/sap_fiori_3/ContextMenu.less +21 -19
- package/src/sap/ui/dt/themes/sap_fiori_3/Overlay.less +5 -2
- package/src/sap/ui/dt/themes/sap_fiori_3_dark/ContextMenu.less +22 -19
- package/src/sap/ui/dt/themes/sap_fiori_3_dark/Overlay.less +5 -2
- package/src/sap/ui/dt/themes/sap_fiori_3_hcb/ContextMenu.less +8 -6
- package/src/sap/ui/dt/themes/sap_fiori_3_hcb/Overlay.less +13 -10
- package/src/sap/ui/dt/themes/sap_fiori_3_hcw/ContextMenu.less +8 -6
- package/src/sap/ui/dt/themes/sap_fiori_3_hcw/Overlay.less +12 -8
- package/src/sap/ui/mdc/themes/sap_fiori_3/library.source.less +1 -3
- package/src/sap/ui/mdc/themes/sap_fiori_3_dark/library.source.less +1 -3
- package/src/sap/ui/mdc/themes/sap_fiori_3_hcb/library.source.less +1 -2
- package/src/sap/ui/mdc/themes/sap_fiori_3_hcw/library.source.less +1 -3
- package/src/sap/ui/rta/themes/sap_fiori_3_hcb/ContextMenu.less +4 -2
- package/src/sap/ui/rta/themes/sap_fiori_3_hcb/Dialogs.less +13 -2
- package/src/sap/ui/rta/themes/sap_fiori_3_hcw/ContextMenu.less +4 -2
- package/src/sap/ui/rta/themes/sap_fiori_3_hcw/Dialogs.less +12 -1
- package/src/sap/ui/unified/themes/sap_fiori_3/Calendar.less +13 -25
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/Calendar.less +13 -42
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/Calendar.less +14 -18
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/Calendar.less +14 -18
- package/src/sap/ui/ux3/themes/sap_fiori_3/FeedChunk.less +41 -60
- package/src/sap/ui/ux3/themes/sap_fiori_3_hcb/FeedChunk.less +13 -13
- package/src/sap/ui/ux3/themes/sap_fiori_3_hcw/FeedChunk.less +15 -15
- package/src/sap/ui/mdc/themes/sap_fiori_3/ValueHelpDialog.less +0 -9
- package/src/sap/ui/mdc/themes/sap_fiori_3_dark/ValueHelpDialog.less +0 -9
- package/src/sap/ui/mdc/themes/sap_fiori_3_hcb/ValueHelpDialog.less +0 -9
- package/src/sap/ui/mdc/themes/sap_fiori_3_hcw/ValueHelpDialog.less +0 -9
package/THIRDPARTY.txt
CHANGED
|
@@ -39,7 +39,7 @@ Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
|
39
39
|
|
|
40
40
|
Library: sap.m:
|
|
41
41
|
|
|
42
|
-
Component: purify.js, version: 3.
|
|
42
|
+
Component: purify.js, version: 3.4.1
|
|
43
43
|
Copyright: Mario Heiderich
|
|
44
44
|
License: Apache-2.0
|
|
45
45
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -309,7 +309,7 @@ License: MIT
|
|
|
309
309
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
310
310
|
Contained in: src/sap.ui.core/src/sap/ui/thirdparty/bignumber.js
|
|
311
311
|
|
|
312
|
-
Component: lodash, version: 4.
|
|
312
|
+
Component: lodash, version: 4.18.1
|
|
313
313
|
Copyright: OpenJS Foundation and other contributors
|
|
314
314
|
License: MIT
|
|
315
315
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
@@ -454,7 +454,7 @@ License: Apache-2.0
|
|
|
454
454
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
455
455
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
456
456
|
|
|
457
|
-
Component: SAP Theming Base Content, version: 11.
|
|
457
|
+
Component: SAP Theming Base Content, version: 11.35.1
|
|
458
458
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
459
459
|
License: Apache-2.0
|
|
460
460
|
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_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.149.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
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.149.0",
|
|
18
|
+
"@openui5/sap.m": "1.149.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.149.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.149.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.149.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.149.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.149.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.149.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.149.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.149.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.149.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.149.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.149.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.149.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.149.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.149.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.149.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
1
|
+
/* ================================= */
|
|
2
2
|
/* CSS for control sap.m/ActionTile */
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
3
|
+
/* Quartz Light theme */
|
|
4
|
+
/* ================================= */
|
|
5
5
|
|
|
6
6
|
.sapMAT:hover {
|
|
7
7
|
box-shadow: none;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/* ========================== */
|
|
2
2
|
/* CSS for control sap.m/Bar */
|
|
3
|
-
/*
|
|
3
|
+
/* Quartz Light theme */
|
|
4
4
|
/* ========================== */
|
|
5
5
|
|
|
6
6
|
.sapMBar {
|
|
@@ -75,6 +75,6 @@
|
|
|
75
75
|
justify-content: flex-start;
|
|
76
76
|
}
|
|
77
77
|
|
|
78
|
-
html[data-sap-ui-browser^=
|
|
78
|
+
html[data-sap-ui-browser^='ff'].sap-desktop .sapMBarTitleAlignAuto .sapMBarPH {
|
|
79
79
|
justify-content: start;
|
|
80
80
|
}
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
/* =============================== */
|
|
2
2
|
/* CSS for control sap.m/Carousel */
|
|
3
|
-
/*
|
|
3
|
+
/* Quartz Light theme */
|
|
4
4
|
/* =============================== */
|
|
5
5
|
|
|
6
|
-
/* ========================================================================== */
|
|
7
6
|
/* Variables overriding */
|
|
8
|
-
/* ========================================================================== */
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
8
|
+
.sapMCrsl {
|
|
9
|
+
--_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
|
|
10
|
+
--_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
|
|
11
|
+
--_sap_m_Carousel_MinWidth: 11.25em;
|
|
12
|
+
--_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
|
|
13
|
+
--_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
|
|
14
|
+
--_sap_m_Carousel_PrevAndNextSize: 2.125rem;
|
|
15
|
+
--_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
|
|
16
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
|
|
17
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeM: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
18
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
19
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeXL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
20
|
+
--_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
21
|
+
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMDialog >
|
|
29
|
+
.sapMDialog > .sapMDialogHeader .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
|
|
30
30
|
font-size: 1rem;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
/* buttons on phone must be to the right side (in LTR mode) */
|
|
42
42
|
html.sap-phone .sapMDialog {
|
|
43
43
|
|
|
44
|
-
& >
|
|
44
|
+
& > .sapMDialogFooter .sapMFooter-CTX {
|
|
45
45
|
justify-content: flex-end;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -52,18 +52,18 @@ html.sap-phone .sapMDialog {
|
|
|
52
52
|
|
|
53
53
|
.sapMDialog {
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
.sapMDialogHeader .sapMBarLeft,
|
|
56
|
+
.sapMDialogHeader .sapMBarPH {
|
|
57
57
|
padding-left: 1rem;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
.sapMDialogHeader .sapMBarRight,
|
|
61
|
+
.sapMDialogHeader .sapMBarPH {
|
|
62
62
|
padding-right: 1rem;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
66
|
-
|
|
65
|
+
.sapMDialogHeader .sapMTB,
|
|
66
|
+
.sapMDialogFooter .sapMTB {
|
|
67
67
|
padding: 0 1rem;
|
|
68
68
|
}
|
|
69
69
|
}
|
|
@@ -30,10 +30,14 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContentWrapper:not(:has(> .sapMPanelBGTransparent)) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
.sapMPanelContentWrapper:has(> .sapMPanelBGSolid) {
|
|
38
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
39
|
+
}
|
|
40
|
+
|
|
37
41
|
.sapMPanel .sapMPanelHdr {
|
|
38
42
|
line-height: 2.75rem;
|
|
39
43
|
height: 2.75rem;
|
|
@@ -3,19 +3,19 @@
|
|
|
3
3
|
/* Quartz Dark theme */
|
|
4
4
|
/* =============================== */
|
|
5
5
|
|
|
6
|
-
/* ========================================================================== */
|
|
7
6
|
/* Variables overriding */
|
|
8
|
-
/* ========================================================================== */
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
8
|
+
.sapMCrsl {
|
|
9
|
+
--_sap_m_Carousel_BackgroundColorSolid: var(--sapGroup_ContentBackground);
|
|
10
|
+
--_sap_m_Carousel_BackgroundColorTranslucent: var(--sapBackgroundColor);
|
|
11
|
+
--_sap_m_Carousel_MinWidth: 11.25rem;
|
|
12
|
+
--_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
|
|
13
|
+
--_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
|
|
14
|
+
--_sap_m_Carousel_PrevAndNextSize: 2.125rem;
|
|
15
|
+
--_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
|
|
16
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
|
|
17
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeM: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
18
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
19
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeXL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
20
|
+
--_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
21
|
+
}
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
box-sizing: border-box;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMDialog >
|
|
29
|
+
.sapMDialog > .sapMDialogHeader .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
|
|
30
30
|
font-size: 1rem;
|
|
31
31
|
}
|
|
32
32
|
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
/* buttons on phone must be to the right side (in LTR mode) */
|
|
42
42
|
html.sap-phone .sapMDialog {
|
|
43
43
|
|
|
44
|
-
& >
|
|
44
|
+
& > .sapMDialogFooter .sapMFooter-CTX {
|
|
45
45
|
justify-content: flex-end;
|
|
46
46
|
}
|
|
47
47
|
}
|
|
@@ -52,17 +52,17 @@ html.sap-phone .sapMDialog {
|
|
|
52
52
|
|
|
53
53
|
.sapMDialog {
|
|
54
54
|
|
|
55
|
-
|
|
56
|
-
|
|
55
|
+
.sapMDialogHeader .sapMBarLeft,
|
|
56
|
+
.sapMDialogHeader .sapMBarPH {
|
|
57
57
|
padding-left: 1rem;
|
|
58
58
|
}
|
|
59
59
|
|
|
60
|
-
|
|
61
|
-
|
|
60
|
+
.sapMDialogHeader .sapMBarRight,
|
|
61
|
+
.sapMDialogHeader .sapMBarPH {
|
|
62
62
|
padding-right: 1rem;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
-
|
|
65
|
+
.sapMDialogFooter .sapMTB {
|
|
66
66
|
padding: 0 1rem;
|
|
67
67
|
}
|
|
68
68
|
}
|
|
@@ -30,10 +30,14 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContentWrapper:not(:has(> .sapMPanelBGTransparent)) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
.sapMPanelContentWrapper:has(> .sapMPanelBGSolid) {
|
|
38
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
39
|
+
}
|
|
40
|
+
|
|
37
41
|
.sapMPanel .sapMPanelHdr {
|
|
38
42
|
line-height: 2.75rem;
|
|
39
43
|
height: 2.75rem;
|
|
@@ -22,10 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
.sapMALI > .sapMLIBContent {
|
|
24
24
|
height: 2.5rem;
|
|
25
|
-
border: 0.0625rem solid
|
|
25
|
+
border: 0.0625rem solid var(--sapList_BorderColor);
|
|
26
26
|
border-radius: 0.375rem;
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
-webkit-box-align: center;
|
|
29
28
|
align-items: center;
|
|
30
29
|
}
|
|
31
30
|
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* Quartz High Contrast Black theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
.sapFAvatar {
|
|
7
|
+
--_sap_m_Avatar_Hover_Box_Shadow_Offset: 0;
|
|
8
|
+
}
|
|
7
9
|
|
|
8
10
|
.sapFAvatarImageContain,
|
|
9
11
|
.sapFAvatarIcon,
|
|
@@ -55,11 +57,11 @@
|
|
|
55
57
|
font-size: inherit;
|
|
56
58
|
}
|
|
57
59
|
|
|
58
|
-
|
|
60
|
+
/* Create classes which would just set background color of Avatar */
|
|
59
61
|
.generateColor (@accentIndex) {
|
|
60
|
-
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}";
|
|
62
|
+
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; /* Create the css selector string */
|
|
61
63
|
|
|
62
|
-
|
|
64
|
+
/* Build the real CSS selector. */
|
|
63
65
|
.@{css-selector} {
|
|
64
66
|
background-color: var(--sapBackgroundColor);
|
|
65
67
|
}
|
|
@@ -3,27 +3,25 @@
|
|
|
3
3
|
/* Quartz High Contrast Black theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
/* ========================================================================== */
|
|
7
6
|
/* Variables overriding */
|
|
8
|
-
/* ========================================================================== */
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
8
|
+
.sapMCrsl {
|
|
9
|
+
--_sap_m_Carousel_BackgroundColor: var(--sapBackgroundColor);
|
|
10
|
+
--_sap_m_Carousel_MinWidth: 11.25rem;
|
|
11
|
+
--_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
|
|
12
|
+
--_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
|
|
13
|
+
--_sap_m_Carousel_PrevAndNextSize: 2.125rem;
|
|
14
|
+
--_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
|
|
15
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
|
|
16
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeM: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
17
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
18
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeXL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
19
|
+
--_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
20
|
+
--_sap_m_Carousel_BulletInactiveBackground: none;
|
|
21
|
+
--_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
|
|
22
|
+
--_sap_m_Carousel_BulletActiveBorder: var(--sapContent_ForegroundBorderColor);
|
|
23
|
+
--_sap_m_Carousel_BulletInactiveWidth: 0.5rem;
|
|
24
|
+
--_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
25
|
+
--_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
26
|
+
--_sap_m_Carousel_ContrastFocusBorder: var(--sapContent_FocusWidth) solid var(--sapBackgroundColor);
|
|
27
|
+
}
|
|
@@ -19,11 +19,11 @@
|
|
|
19
19
|
box-sizing: border-box;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.sapMDialog >
|
|
22
|
+
.sapMDialog > .sapMDialogHeader .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
|
|
23
23
|
font-size: 1rem;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.sapMDialogInformation >
|
|
26
|
+
.sapMDialogInformation > .sapMDialogHeader .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
|
|
27
27
|
color: var(--sapInformativeElementColor);
|
|
28
28
|
}
|
|
29
29
|
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
/* buttons on phone must be to the right side (in LTR mode) */
|
|
39
39
|
html.sap-phone .sapMDialog {
|
|
40
40
|
|
|
41
|
-
& >
|
|
41
|
+
& > .sapMDialogFooter .sapMFooter-CTX {
|
|
42
42
|
justify-content: flex-end;
|
|
43
43
|
}
|
|
44
44
|
}
|
|
@@ -49,18 +49,18 @@ html.sap-phone .sapMDialog {
|
|
|
49
49
|
|
|
50
50
|
.sapMDialog {
|
|
51
51
|
|
|
52
|
-
|
|
53
|
-
|
|
52
|
+
.sapMDialogHeader .sapMBarLeft,
|
|
53
|
+
.sapMDialogHeader .sapMBarPH {
|
|
54
54
|
padding-left: 1rem;
|
|
55
55
|
}
|
|
56
56
|
|
|
57
|
-
|
|
58
|
-
|
|
57
|
+
.sapMDialogHeader .sapMBarRight,
|
|
58
|
+
.sapMDialogHeader .sapMBarPH {
|
|
59
59
|
padding-right: 1rem;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
.sapMDialogHeader .sapMTB,
|
|
63
|
+
.sapMDialogFooter .sapMTB {
|
|
64
64
|
padding: 0 1rem;
|
|
65
65
|
}
|
|
66
66
|
}
|
|
@@ -22,12 +22,11 @@
|
|
|
22
22
|
}
|
|
23
23
|
|
|
24
24
|
html.sap-desktop .sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
25
|
-
text-decoration: none;
|
|
26
25
|
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
27
26
|
}
|
|
28
27
|
|
|
29
28
|
html.sap-desktop .sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
30
|
-
text-decoration:
|
|
29
|
+
text-decoration: var(--sapLink_Hover_TextDecoration);
|
|
31
30
|
}
|
|
32
31
|
|
|
33
32
|
.sapMLnk:hover.sapMLnkDsbl,
|
|
@@ -30,10 +30,14 @@
|
|
|
30
30
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
.sapMPanelContentWrapper:not(:has(> .sapMPanelBGTransparent)) {
|
|
34
34
|
border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
|
|
35
35
|
}
|
|
36
36
|
|
|
37
|
+
.sapMPanelContentWrapper {
|
|
38
|
+
background-color: var(--sapBackgroundColor);
|
|
39
|
+
}
|
|
40
|
+
|
|
37
41
|
.sapMPanel .sapMPanelHdr {
|
|
38
42
|
line-height: 2.75rem;
|
|
39
43
|
height: 2.75rem;
|
|
@@ -22,10 +22,9 @@
|
|
|
22
22
|
|
|
23
23
|
.sapMALI > .sapMLIBContent {
|
|
24
24
|
height: 2.5rem;
|
|
25
|
-
border: 0.0625rem solid
|
|
25
|
+
border: 0.0625rem solid var(--sapList_BorderColor);
|
|
26
26
|
border-radius: 0.375rem;
|
|
27
27
|
box-sizing: border-box;
|
|
28
|
-
-webkit-box-align: center;
|
|
29
28
|
align-items: center;
|
|
30
29
|
}
|
|
31
30
|
|
|
@@ -3,7 +3,9 @@
|
|
|
3
3
|
/* Quartz High Contrast White theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
.sapFAvatar {
|
|
7
|
+
--_sap_m_Avatar_Hover_Box_Shadow_Offset: 0;
|
|
8
|
+
}
|
|
7
9
|
|
|
8
10
|
.sapFAvatarImageContain,
|
|
9
11
|
.sapFAvatarIcon,
|
|
@@ -55,11 +57,11 @@
|
|
|
55
57
|
font-size: inherit;
|
|
56
58
|
}
|
|
57
59
|
|
|
58
|
-
|
|
60
|
+
/* Create classes which would just set background color of Avatar */
|
|
59
61
|
.generateColor (@accentIndex) {
|
|
60
|
-
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}";
|
|
62
|
+
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; /* Create the css selector string */
|
|
61
63
|
|
|
62
|
-
|
|
64
|
+
/* Build the real CSS selector. */
|
|
63
65
|
.@{css-selector} {
|
|
64
66
|
background-color: var(--sapBackgroundColor);
|
|
65
67
|
}
|
|
@@ -3,25 +3,25 @@
|
|
|
3
3
|
/* Quartz High Contrast White theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
/* ========================================================================== */
|
|
7
6
|
/* Variables overriding */
|
|
8
|
-
/* ========================================================================== */
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
8
|
+
.sapMCrsl {
|
|
9
|
+
--_sap_m_Carousel_BackgroundColor: var(--sapBackgroundColor);
|
|
10
|
+
--_sap_m_Carousel_MinWidth: 11.25rem;
|
|
11
|
+
--_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
|
|
12
|
+
--_sap_m_Carousel_NumericIndicatorTextColor: var(--sapPageFooter_TextColor);
|
|
13
|
+
--_sap_m_Carousel_PrevAndNextSize: 2.125rem;
|
|
14
|
+
--_sap_m_Carousel_PrevAndNextPosition: 0.5rem;
|
|
15
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeS: 9rem;
|
|
16
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeM: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
17
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
18
|
+
--_sap_m_Carousel_PageIndicatorWidthSizeXL: var(--_sap_m_Carousel_PageIndicatorWidthSizeS);
|
|
19
|
+
--_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
20
|
+
--_sap_m_Carousel_BulletInactiveBackground: none;
|
|
21
|
+
--_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
|
|
22
|
+
--_sap_m_Carousel_BulletActiveBorder: var(--sapContent_ForegroundBorderColor);
|
|
23
|
+
--_sap_m_Carousel_BulletInactiveWidth: 0.5rem;
|
|
24
|
+
--_sap_m_Carousel_BulletInactiveMargin: 0 0.25rem;
|
|
25
|
+
--_sap_m_Carousel_FocusBorderOffsetArrow: -0.3125rem;
|
|
26
|
+
--_sap_m_Carousel_ContrastFocusBorder: var(--sapContent_FocusWidth) solid var(--sapBackgroundColor);
|
|
27
|
+
}
|