@openui5/themelib_sap_horizon 1.102.1 → 1.103.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/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
- package/src/sap/m/themes/sap_horizon/Button.less +3 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/Slider.less +21 -2
- package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
- package/src/sap/m/themes/sap_horizon_dark/Button.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- 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/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.103.1",
|
|
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.
|
|
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.103.1",
|
|
18
|
+
"@openui5/sap.m": "1.103.1",
|
|
19
|
+
"@openui5/sap.tnt": "1.103.1",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.103.1",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.103.1",
|
|
22
|
+
"@openui5/sap.ui.core": "1.103.1",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.103.1",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.103.1",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.103.1",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.103.1",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.103.1",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.103.1",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.103.1",
|
|
30
|
+
"@openui5/sap.ui.table": "1.103.1",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.103.1",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.103.1",
|
|
33
|
+
"@openui5/sap.uxap": "1.103.1"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -4,16 +4,24 @@
|
|
|
4
4
|
/* =========================================== */
|
|
5
5
|
|
|
6
6
|
.sapFFCL {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
&.sapFFCLBackgroundDesignSolid {
|
|
8
|
+
background: @sapUiShellBackground;
|
|
9
|
+
}
|
|
10
|
+
&.sapFFCLBackgroundDesignTranslucent {
|
|
11
|
+
background: @sapUiGroupContentBackground;
|
|
12
|
+
}
|
|
13
13
|
}
|
|
14
14
|
.sapFFCLNavigationButton,
|
|
15
15
|
.sapUiSizeCompact .sapFFCLNavigationButton {
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
16
|
+
.sapMBtnInner {
|
|
17
|
+
height: 1.625rem;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
&:before {
|
|
21
|
+
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:after {
|
|
25
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
|
|
26
|
+
}
|
|
19
27
|
}
|
|
@@ -16,4 +16,12 @@
|
|
|
16
16
|
.sapMBtnInner {
|
|
17
17
|
height: 1.625rem;
|
|
18
18
|
}
|
|
19
|
+
|
|
20
|
+
&:before {
|
|
21
|
+
background-image: linear-gradient(to top, @sapUiGroupContentBorderColor, transparent);
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
&:after {
|
|
25
|
+
background-image: linear-gradient(to bottom, @sapUiGroupContentBorderColor, transparent);
|
|
26
|
+
}
|
|
19
27
|
}
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
border-right: none;
|
|
25
25
|
border-left: none;
|
|
26
26
|
}
|
|
27
|
-
|
|
27
|
+
|
|
28
28
|
&.sapFFCLBackgroundDesign {
|
|
29
29
|
background: @sapUiBaseBG;
|
|
30
30
|
}
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
.sapMBtnInner {
|
|
36
36
|
border: 1px solid @sapUiButtonBorderColor;
|
|
37
37
|
|
|
38
|
-
&:before,
|
|
39
|
-
&:after {
|
|
40
|
-
background-size: 0.125rem 100%;
|
|
41
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
42
|
-
}
|
|
43
|
-
&:before {
|
|
44
|
-
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&:after {
|
|
48
|
-
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
-
}
|
|
50
38
|
.sapMBtnIcon {
|
|
51
39
|
width: auto;
|
|
52
40
|
}
|
|
53
41
|
}
|
|
42
|
+
&:before,
|
|
43
|
+
&:after {
|
|
44
|
+
background-size: 0.125rem 100%;
|
|
45
|
+
background-position-x: calc(50% - 0.0625rem);
|
|
46
|
+
}
|
|
47
|
+
&:before {
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
53
|
+
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -35,21 +35,21 @@
|
|
|
35
35
|
.sapMBtnInner {
|
|
36
36
|
border: 1px solid @sapUiButtonBorderColor;
|
|
37
37
|
|
|
38
|
-
&:before,
|
|
39
|
-
&:after {
|
|
40
|
-
background-size: 0.125rem 100%;
|
|
41
|
-
background-position-x: calc(50% - 0.0625rem);
|
|
42
|
-
}
|
|
43
|
-
&:before {
|
|
44
|
-
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
&:after {
|
|
48
|
-
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
-
}
|
|
50
38
|
.sapMBtnIcon {
|
|
51
39
|
width: auto;
|
|
52
40
|
}
|
|
53
41
|
}
|
|
42
|
+
&:before,
|
|
43
|
+
&:after {
|
|
44
|
+
background-size: 0.125rem 100%;
|
|
45
|
+
background-position-x: calc(50% - 0.0625rem);
|
|
46
|
+
}
|
|
47
|
+
&:before {
|
|
48
|
+
background-image: linear-gradient(to top, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&:after {
|
|
52
|
+
background-image: linear-gradient(to bottom, @sapUiObjectHeaderBorderColor, fade(@sapUiObjectHeaderBorderColor, 0));
|
|
53
|
+
}
|
|
54
54
|
}
|
|
55
55
|
}
|
|
@@ -7,24 +7,37 @@
|
|
|
7
7
|
/* button */
|
|
8
8
|
/* ----------------------------- */
|
|
9
9
|
|
|
10
|
-
.sapMActionSelectPicker .sapMBtn {
|
|
11
|
-
|
|
10
|
+
html.sap-desktop .sapMActionSelectPicker .sapMBtn {
|
|
11
|
+
.sapMBtnInner {
|
|
12
12
|
border-top: 1px solid @sapUiListBorderColor;
|
|
13
13
|
border-bottom: 0;
|
|
14
14
|
border-left: 0;
|
|
15
15
|
border-right: 0;
|
|
16
16
|
height: 2.5rem;
|
|
17
|
-
|
|
17
|
+
}
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
.sapMBtnContent {
|
|
20
20
|
line-height: 2.4375rem;
|
|
21
|
-
|
|
21
|
+
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
24
|
+
html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
25
25
|
border-radius: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
html.sap-phone .sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
29
|
+
border: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn {
|
|
33
|
+
border: 1px solid @sapUiListBorderColor;
|
|
34
|
+
border-bottom: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn ~ .sapMBtn {
|
|
38
|
+
border: 1px solid @sapUiListBorderColor;
|
|
39
|
+
}
|
|
40
|
+
|
|
28
41
|
/* override standard buttons inside the action select */
|
|
29
42
|
|
|
30
43
|
.sapMActionSelectPicker .sapMBtnDefault {
|
|
@@ -45,7 +58,7 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
45
58
|
}
|
|
46
59
|
|
|
47
60
|
/* ======================================================================== */
|
|
48
|
-
/* CSS for control sap.m/ActionSelect
|
|
61
|
+
/* CSS for control sap.m/ActionSelect Horizon theme compact/condensed sizes */
|
|
49
62
|
/* ======================================================================== */
|
|
50
63
|
|
|
51
64
|
/* ----------------------------- */
|
|
@@ -58,7 +71,7 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
58
71
|
padding: 0;
|
|
59
72
|
}
|
|
60
73
|
|
|
61
|
-
.sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
74
|
+
html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
62
75
|
height: 2rem;
|
|
63
76
|
border-radius: 0;
|
|
64
77
|
border: 0;
|
|
@@ -99,7 +99,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.sapMBtnInner.sapMBtnText {
|
|
102
|
-
font-family: @
|
|
102
|
+
font-family: @sapUiFontSemiboldDuplexFamily;
|
|
103
103
|
padding-left: 0.5625rem;
|
|
104
104
|
padding-right: 0.5625rem;
|
|
105
105
|
}
|
|
@@ -204,7 +204,8 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent) {
|
|
207
|
-
&.sapMBtnDefault
|
|
207
|
+
&.sapMBtnDefault,
|
|
208
|
+
&.sapMBtnBack {
|
|
208
209
|
color: @sapUiButtonLiteTextColor;
|
|
209
210
|
.sapUiIcon {
|
|
210
211
|
color: @sapUiButtonLiteTextColor;
|
|
@@ -5,108 +5,126 @@
|
|
|
5
5
|
|
|
6
6
|
@sapMGenericTagBorderWidth: 0.375rem;
|
|
7
7
|
@sapMGenericTagIconPaddingRight: 0.375rem;
|
|
8
|
-
@
|
|
8
|
+
@sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
|
|
9
9
|
|
|
10
|
-
.
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
10
|
+
.sapMGenericTagWrap {
|
|
11
|
+
box-shadow: @sapUiContentShadow0;
|
|
12
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
13
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
|
|
14
|
+
background-color: @sapUiNeutralBG;
|
|
15
|
+
border: none;
|
|
16
|
+
padding: 0 0.375rem 0 0.75rem;
|
|
15
17
|
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
18
|
+
.sapMGenericTagWarning & {
|
|
19
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
|
|
20
|
+
background-color: @sapUiWarningBG;
|
|
19
21
|
|
|
20
|
-
.
|
|
21
|
-
|
|
22
|
-
margin-right: 0.375rem;
|
|
23
|
-
padding-left: 0;
|
|
22
|
+
.sapMGenericTagIcon {
|
|
23
|
+
color: @sapUiCriticalElement;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
27
|
-
|
|
26
|
+
.sapMGenericTagValue {
|
|
27
|
+
color: @sapUiCriticalText;
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
|
-
}
|
|
31
30
|
|
|
32
|
-
.sapMGenericTagWrap {
|
|
33
31
|
.sapMGenericTagError & {
|
|
34
|
-
|
|
32
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
|
|
33
|
+
background-color: @sapUiErrorBG;
|
|
35
34
|
|
|
36
35
|
.sapMGenericTagIcon {
|
|
37
36
|
color: @sapUiNegativeElement;
|
|
38
37
|
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
.sapMGenericTagWarning & {
|
|
42
|
-
border-color: @sapUiCriticalElement;
|
|
43
38
|
|
|
44
|
-
.
|
|
45
|
-
color: @
|
|
39
|
+
.sapMGenericTagValue {
|
|
40
|
+
color: @sapNegativeTextColor;
|
|
46
41
|
}
|
|
47
42
|
}
|
|
48
43
|
|
|
49
44
|
.sapMGenericTagSuccess & {
|
|
50
|
-
|
|
45
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
|
|
46
|
+
background-color: @sapUiSuccessBG;
|
|
51
47
|
|
|
52
48
|
.sapMGenericTagIcon {
|
|
53
49
|
color: @sapUiPositiveElement;
|
|
54
50
|
}
|
|
51
|
+
|
|
52
|
+
.sapMGenericTagValue {
|
|
53
|
+
color: @sapUiPositiveText;
|
|
54
|
+
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.sapMGenericTagInformation & {
|
|
58
|
-
|
|
58
|
+
background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
|
|
59
|
+
background-color: @sapUiInformationBG;
|
|
59
60
|
|
|
60
61
|
.sapMGenericTagIcon {
|
|
61
62
|
color: @sapUiInformativeElement;
|
|
62
63
|
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.sapMGenericTagNone & {
|
|
66
|
-
border-color: @sapUiNeutralElement;
|
|
67
64
|
|
|
68
|
-
.
|
|
69
|
-
color: @
|
|
65
|
+
.sapMGenericTagValue {
|
|
66
|
+
color: @sapUiInformativeText;
|
|
70
67
|
}
|
|
71
68
|
}
|
|
72
69
|
|
|
73
70
|
&:hover {
|
|
74
|
-
background
|
|
71
|
+
background-color: @sapUiListHoverBackground;
|
|
72
|
+
box-shadow: @sapUiContentShadow0;
|
|
73
|
+
|
|
74
|
+
.sapMGenericTagText,
|
|
75
|
+
.sapMGenericTagValue,
|
|
76
|
+
.sapMGenericTagIcon,
|
|
77
|
+
.sapMObjectNumberText,
|
|
78
|
+
.sapMObjectNumberUnit,
|
|
79
|
+
.sapMGenericTagErrorIcon {
|
|
80
|
+
text-shadow: none;
|
|
81
|
+
}
|
|
75
82
|
}
|
|
76
83
|
|
|
77
|
-
.
|
|
78
|
-
|
|
84
|
+
.sapMGenericTagText {
|
|
85
|
+
color: @sapUiListTextColor;
|
|
86
|
+
text-shadow: @sapUiContentTextShadow;
|
|
87
|
+
}
|
|
79
88
|
|
|
80
|
-
|
|
89
|
+
.sapMGenericTagValue {
|
|
90
|
+
text-shadow: @sapUiContentTextShadow;
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
.sapMGenericTagErrorIcon {
|
|
94
|
+
color: @sapUiNegativeElement;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
.sapMGenericTagActive & {
|
|
98
|
+
background-color: @sapUiListActiveBackground;
|
|
99
|
+
|
|
100
|
+
.sapMGenericTagText,
|
|
101
|
+
.sapMGenericTagValue,
|
|
102
|
+
.sapMGenericTagIcon,
|
|
103
|
+
.sapMObjectNumberText,
|
|
104
|
+
.sapMObjectNumberUnit,
|
|
105
|
+
.sapMGenericTagErrorIcon {
|
|
81
106
|
color: @sapUiListActiveTextColor;
|
|
107
|
+
text-shadow: none;
|
|
82
108
|
}
|
|
83
109
|
}
|
|
84
110
|
}
|
|
85
111
|
|
|
86
|
-
html.sap-desktop .sapMGenericTag {
|
|
87
|
-
|
|
88
|
-
display: none;
|
|
89
|
-
}
|
|
112
|
+
html.sap-desktop .sapMGenericTag:focus {
|
|
113
|
+
position: relative;
|
|
90
114
|
&:after {
|
|
91
|
-
|
|
115
|
+
position: absolute;
|
|
116
|
+
content: " ";
|
|
117
|
+
inset: 0;
|
|
118
|
+
border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
|
|
119
|
+
border-radius: @sapUiButtonBorderCornerRadius;
|
|
92
120
|
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
html.sap-desktop .sapMGenericTag:focus .sapMGenericTagWrap {
|
|
96
|
-
box-shadow: 0 0 0 0.125rem @sapUiContentFocusColor;
|
|
97
|
-
}
|
|
98
121
|
|
|
99
|
-
.
|
|
100
|
-
|
|
101
|
-
margin: 0.5625rem 0;
|
|
102
|
-
|
|
103
|
-
.sapMGenericTagWrap {
|
|
104
|
-
height: 1.625rem;
|
|
105
|
-
}
|
|
122
|
+
.sapMGenericTagWrap {
|
|
123
|
+
box-shadow: none;
|
|
106
124
|
}
|
|
107
|
-
}
|
|
108
125
|
|
|
109
|
-
html.sap-phone .sapMGenericTag {
|
|
110
|
-
margin-top: 0.5625rem ;
|
|
111
|
-
margin-bottom: 0.5625rem ;
|
|
112
126
|
}
|
|
127
|
+
|
|
128
|
+
.sapUiSizeCozy .sapMGenericTag {
|
|
129
|
+
margin: 0.5625rem 0;
|
|
130
|
+
}
|
|
@@ -6,8 +6,6 @@
|
|
|
6
6
|
@_sap_m_ListItemBase_ListTextShadowColor: none;
|
|
7
7
|
@_sap_m_ListItemBase_DeleteIcon: decline;
|
|
8
8
|
@_sap_m_ListItemBase_ButtonMarginTop: 0;
|
|
9
|
-
@_sap_m_ListItemBase_SelectionControlWidth: 2.75rem;
|
|
10
|
-
@_sap_m_ListItemBase_SelectionControlHeight: 2.75rem;
|
|
11
9
|
|
|
12
10
|
.sapMLIBCounter {
|
|
13
11
|
text-shadow: @_sap_m_ListItemBase_ListTextShadowColor;
|
|
@@ -21,9 +19,4 @@
|
|
|
21
19
|
.sapMLIB .sapMBtn:hover .sapMBtnHoverable.sapMBtnTransparent {
|
|
22
20
|
background-clip: border-box;
|
|
23
21
|
border-color: transparent;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapMListFtr {
|
|
27
|
-
border-bottom-left-radius: 0.75rem;
|
|
28
|
-
border-bottom-right-radius: 0.75rem;
|
|
29
22
|
}
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapMObjectNumberLarge .sapMObjectNumberText,
|
|
7
|
-
.sapMObjectNumberLarge .sapMObjectNumberUnit {
|
|
8
|
-
font-size: 1.5rem;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
6
|
.sapMObjectNumberInverted .sapMObjectNumberText,
|
|
12
7
|
.sapMObjectNumberInverted .sapMObjectNumberUnit {
|
|
13
8
|
text-shadow: @sapUiContentContrastTextShadow;
|
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.sapMSlider {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
}
|
|
25
|
+
|
|
21
26
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
22
27
|
font-family: SAP-icons;
|
|
23
28
|
content: "\e244";
|
|
@@ -114,11 +119,15 @@
|
|
|
114
119
|
}
|
|
115
120
|
|
|
116
121
|
.sapMSliderTickmarks {
|
|
117
|
-
|
|
122
|
+
display: flex;
|
|
123
|
+
top: initial;
|
|
124
|
+
box-sizing: border-box;
|
|
125
|
+
align-items: center;
|
|
118
126
|
}
|
|
119
127
|
|
|
120
128
|
.sapMSliderTick {
|
|
121
|
-
margin: 0
|
|
129
|
+
margin: 0;
|
|
130
|
+
height: .5rem;
|
|
122
131
|
}
|
|
123
132
|
|
|
124
133
|
.sapMSliderLabels {
|
|
@@ -132,6 +141,12 @@
|
|
|
132
141
|
}
|
|
133
142
|
|
|
134
143
|
.sapUiSizeCompact {
|
|
144
|
+
|
|
145
|
+
.sapMSliderTick {
|
|
146
|
+
height: 0.5rem;
|
|
147
|
+
margin: 0;
|
|
148
|
+
}
|
|
149
|
+
|
|
135
150
|
.sapMSlider::after {
|
|
136
151
|
top: 14px;
|
|
137
152
|
right: 6px;
|
|
@@ -167,4 +182,8 @@
|
|
|
167
182
|
right: 0.1875rem;
|
|
168
183
|
}
|
|
169
184
|
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
188
|
+
border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
170
189
|
}
|
|
@@ -215,6 +215,12 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
+
.sapUiSizeCompact .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
219
|
+
.sapUiIcon {
|
|
220
|
+
line-height: 1.5rem;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
218
224
|
.sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnTransparent.sapMBtnIconFirst::before,
|
|
219
225
|
.sapMIBar .sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnDefault::before {
|
|
220
226
|
background-color: @sapUiButtonActiveTextColor;
|
|
@@ -7,24 +7,37 @@
|
|
|
7
7
|
/* button */
|
|
8
8
|
/* ----------------------------- */
|
|
9
9
|
|
|
10
|
-
.sapMActionSelectPicker .sapMBtn {
|
|
11
|
-
|
|
10
|
+
html.sap-desktop .sapMActionSelectPicker .sapMBtn {
|
|
11
|
+
.sapMBtnInner {
|
|
12
12
|
border-top: 1px solid @sapUiListBorderColor;
|
|
13
13
|
border-bottom: 0;
|
|
14
14
|
border-left: 0;
|
|
15
15
|
border-right: 0;
|
|
16
16
|
height: 2.5rem;
|
|
17
|
-
|
|
17
|
+
}
|
|
18
18
|
|
|
19
|
-
|
|
19
|
+
.sapMBtnContent {
|
|
20
20
|
line-height: 2.4375rem;
|
|
21
|
-
|
|
21
|
+
}
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
24
|
+
html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
|
|
25
25
|
border-radius: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
28
|
+
html.sap-phone .sapMActionSelectPicker .sapMBtn .sapMBtnInner {
|
|
29
|
+
border: none;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn {
|
|
33
|
+
border: 1px solid @sapUiListBorderColor;
|
|
34
|
+
border-bottom: none;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn ~ .sapMBtn {
|
|
38
|
+
border: 1px solid @sapUiListBorderColor;
|
|
39
|
+
}
|
|
40
|
+
|
|
28
41
|
/* override standard buttons inside the action select */
|
|
29
42
|
|
|
30
43
|
.sapMActionSelectPicker .sapMBtnDefault {
|
|
@@ -44,9 +57,9 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
44
57
|
background: @sapUiListHoverBackground;
|
|
45
58
|
}
|
|
46
59
|
|
|
47
|
-
/*
|
|
48
|
-
/* CSS for control sap.m/ActionSelect
|
|
49
|
-
/*
|
|
60
|
+
/* ================================================================================ */
|
|
61
|
+
/* CSS for control sap.m/ActionSelect Evening Horizon theme compact/condensed sizes */
|
|
62
|
+
/* ================================================================================ */
|
|
50
63
|
|
|
51
64
|
/* ----------------------------- */
|
|
52
65
|
/* button */
|
|
@@ -58,7 +71,7 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
|
|
|
58
71
|
padding: 0;
|
|
59
72
|
}
|
|
60
73
|
|
|
61
|
-
.sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
74
|
+
html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
|
|
62
75
|
height: 2rem;
|
|
63
76
|
border-radius: 0;
|
|
64
77
|
border: 0;
|
|
@@ -99,7 +99,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
.sapMBtnInner.sapMBtnText {
|
|
102
|
-
font-family: @
|
|
102
|
+
font-family: @sapUiFontSemiboldDuplexFamily;
|
|
103
103
|
padding-left: 0.5625rem;
|
|
104
104
|
padding-right: 0.5625rem;
|
|
105
105
|
}
|
|
@@ -204,7 +204,8 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent) {
|
|
207
|
-
&.sapMBtnDefault
|
|
207
|
+
&.sapMBtnDefault,
|
|
208
|
+
&.sapMBtnBack {
|
|
208
209
|
color: @sapUiButtonLiteTextColor;
|
|
209
210
|
.sapUiIcon {
|
|
210
211
|
color: @sapUiButtonLiteTextColor;
|