@openui5/themelib_sap_horizon 1.130.0 → 1.131.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 +1 -1
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +0 -4
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +4 -0
- package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
- package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
- package/src/sap/m/themes/sap_horizon/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
- package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
- package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
- package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
- package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -12
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
- package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
- package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
- package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
- package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +32 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +32 -0
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
|
@@ -203,7 +203,7 @@
|
|
|
203
203
|
.sapMPIText {
|
|
204
204
|
padding: 0;
|
|
205
205
|
position: absolute;
|
|
206
|
-
top: 0;
|
|
206
|
+
top: 0.125rem;
|
|
207
207
|
left: 0;
|
|
208
208
|
margin-bottom: 0.1875rem;
|
|
209
209
|
font-size: @sapUiProgressFontSize;
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
max-width: 100%;
|
|
215
215
|
|
|
216
216
|
&.sapMPITextRight {
|
|
217
|
-
top: -1.
|
|
217
|
+
top: -1.25rem;
|
|
218
218
|
right: -0.0675rem;
|
|
219
219
|
}
|
|
220
220
|
}
|
|
@@ -26,18 +26,6 @@
|
|
|
26
26
|
border-top-color: transparent;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
|
|
30
|
-
margin-right: 0; // Avoid gaps in the focus viszualization between the cells
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.sapMListShowSeparatorsAll .sapMLIBShowSeparator:last-child > td:not(.sapMListTblDummyCell),
|
|
34
|
-
.sapMListShowSeparatorsAll .sapMListTblSubRow:last-child > td:not(.sapMListTblDummyCell),
|
|
35
|
-
.sapMListShowSeparatorsAll .sapMLIBShowSeparator:last-child > td.sapMListTblDummyCell,
|
|
36
|
-
.sapMListShowSeparatorsAll .sapMListTblSubRow:last-child > td.sapMListTblDummyCell,
|
|
37
|
-
:not(.sapMListHasGrowing):not(.sapMListShowSeparatorsInner):not(.sapMListShowSeparatorsNone) > .sapMTableTBody .sapMListTblRow:last-child > .sapMListTblDummyCell:last-child {
|
|
38
|
-
border-bottom: none;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
29
|
.sapMListTblDummyCell:last-child {
|
|
42
30
|
background-color: @sapUiListBackground;
|
|
43
31
|
}
|
|
@@ -20,7 +20,6 @@
|
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
21
21
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
22
22
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
23
|
-
@_sap_m_Carousel_ContentArrowBoxShadow: var(--sapContent_Shadow1);
|
|
24
23
|
@_sap_m_Carousel_BulletInactiveBackground: transparent;
|
|
25
24
|
@_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
|
|
26
25
|
@_sap_m_Carousel_BulletActiveBackground: var(--sapContent_Selected_ForegroundColor);
|
|
@@ -19,15 +19,15 @@
|
|
|
19
19
|
top: 0.6875rem;
|
|
20
20
|
left: 0.6875rem;
|
|
21
21
|
box-sizing: border-box;
|
|
22
|
-
border-radius:
|
|
23
|
-
background-color:
|
|
24
|
-
border:
|
|
22
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
23
|
+
background-color: var(--sapField_Background);
|
|
24
|
+
border: var(--sapField_BorderWidth) var(--sapField_BorderColor) solid;
|
|
25
25
|
display: flex;
|
|
26
26
|
align-items: center;
|
|
27
27
|
justify-content: center;
|
|
28
|
-
color:
|
|
28
|
+
color: var(--sapContent_Selected_ForegroundColor);
|
|
29
29
|
|
|
30
|
-
&.sapMCbMarkChecked
|
|
30
|
+
&.sapMCbMarkChecked::before {
|
|
31
31
|
font-size: 1rem;
|
|
32
32
|
color: currentColor;
|
|
33
33
|
}
|
|
@@ -38,38 +38,39 @@
|
|
|
38
38
|
}
|
|
39
39
|
|
|
40
40
|
.sapMCbBgDis {
|
|
41
|
-
opacity:
|
|
41
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.sapMCbRo .sapMCbBg {
|
|
45
|
-
background-color:
|
|
46
|
-
border:
|
|
45
|
+
background-color: var(--sapField_ReadOnly_Background);
|
|
46
|
+
border: var(--sapElement_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
|
|
47
47
|
}
|
|
48
48
|
|
|
49
|
-
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked
|
|
50
|
-
color:
|
|
49
|
+
.sapMCbRo > .sapMCbBg.sapMCbMarkChecked::before {
|
|
50
|
+
color: var(--sapField_TextColor);
|
|
51
51
|
}
|
|
52
52
|
|
|
53
53
|
.sapMCb:not(.sapMCbErr):not(.sapMCbWarn):not(.sapMCbInfo):not(.sapMCbSucc):hover .sapMCbHoverable {
|
|
54
|
-
border:
|
|
55
|
-
color:
|
|
56
|
-
background-color:
|
|
54
|
+
border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);
|
|
55
|
+
color: var(--sapContent_Selected_ForegroundColor);
|
|
56
|
+
background-color: var(--sapSelectedColor);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
.sapMCb:hover .sapMCbHoverable {
|
|
60
|
-
background-color:
|
|
60
|
+
background-color: var(--sapField_Hover_Background);
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
|
|
63
|
+
/* value state */
|
|
64
64
|
.sapMCbErr {
|
|
65
|
+
|
|
65
66
|
&:hover .sapMCbBg,
|
|
66
|
-
.sapMCbBg{
|
|
67
|
-
background-color:
|
|
67
|
+
.sapMCbBg {
|
|
68
|
+
background-color: var(--sapField_InvalidBackground);
|
|
68
69
|
}
|
|
69
70
|
|
|
70
71
|
.sapMCbBg {
|
|
71
|
-
border:
|
|
72
|
-
color:
|
|
72
|
+
border: var(--sapField_InvalidBorderWidth) dashed var(--sapField_InvalidColor);
|
|
73
|
+
color: var(--sapField_InvalidColor);
|
|
73
74
|
|
|
74
75
|
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
75
76
|
border-width: 0.1875rem;
|
|
@@ -78,10 +79,11 @@
|
|
|
78
79
|
}
|
|
79
80
|
|
|
80
81
|
.sapMCbWarn {
|
|
82
|
+
|
|
81
83
|
.sapMCbBg {
|
|
82
|
-
background-color:
|
|
83
|
-
border:
|
|
84
|
-
color:
|
|
84
|
+
background-color: var(--sapField_WarningBackground);
|
|
85
|
+
border: var(--sapField_WarningBorderWidth) dashed var(--sapField_WarningColor);
|
|
86
|
+
color: var(--sapField_WarningColor);
|
|
85
87
|
|
|
86
88
|
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
87
89
|
border-width: 0.1875rem;
|
|
@@ -90,10 +92,11 @@
|
|
|
90
92
|
}
|
|
91
93
|
|
|
92
94
|
.sapMCbInfo {
|
|
95
|
+
|
|
93
96
|
.sapMCbBg {
|
|
94
|
-
background-color:
|
|
95
|
-
border:
|
|
96
|
-
color:
|
|
97
|
+
background-color: var(--sapField_InformationBackground);
|
|
98
|
+
border: var(--sapField_InformationBorderWidth) dashed var(--sapField_InformationColor);
|
|
99
|
+
color: var(--sapField_InformationColor);
|
|
97
100
|
|
|
98
101
|
&.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
|
|
99
102
|
border-width: 0.25rem;
|
|
@@ -102,10 +105,11 @@
|
|
|
102
105
|
}
|
|
103
106
|
|
|
104
107
|
.sapMCbSucc {
|
|
108
|
+
|
|
105
109
|
.sapMCbBg {
|
|
106
|
-
background-color:
|
|
107
|
-
border:
|
|
108
|
-
color:
|
|
110
|
+
background-color: var(--sapField_SuccessBackground);
|
|
111
|
+
border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);
|
|
112
|
+
color: var(--sapField_SuccessColor);
|
|
109
113
|
}
|
|
110
114
|
}
|
|
111
115
|
|
|
@@ -116,13 +120,14 @@
|
|
|
116
120
|
.sapMCbDisplayOnly .sapMCbBg {
|
|
117
121
|
top: 0.5625rem;
|
|
118
122
|
left: 0.5625rem;
|
|
119
|
-
|
|
120
|
-
|
|
123
|
+
|
|
124
|
+
&:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked::before {
|
|
125
|
+
color: var(--sapTextColor);
|
|
121
126
|
font-size: 1rem;
|
|
122
127
|
}
|
|
123
128
|
|
|
124
|
-
&:not(.sapMCbMarkPartiallyChecked)
|
|
125
|
-
color:
|
|
129
|
+
&:not(.sapMCbMarkPartiallyChecked)::before {
|
|
130
|
+
color: var(--sapTextColor);
|
|
126
131
|
font-size: 1rem;
|
|
127
132
|
}
|
|
128
133
|
|
|
@@ -139,26 +144,26 @@
|
|
|
139
144
|
}
|
|
140
145
|
}
|
|
141
146
|
|
|
142
|
-
|
|
147
|
+
/* FOCUS */
|
|
143
148
|
.sapMCb {
|
|
144
149
|
outline: none;
|
|
145
150
|
}
|
|
146
151
|
|
|
147
|
-
.sapMCb:focus
|
|
148
|
-
content:
|
|
149
|
-
border:
|
|
152
|
+
.sapMCb:focus::before {
|
|
153
|
+
content: '';
|
|
154
|
+
border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
|
|
150
155
|
inset: 0.3125rem;
|
|
151
156
|
position: absolute;
|
|
152
|
-
border-radius:
|
|
157
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
153
158
|
}
|
|
154
159
|
|
|
155
160
|
.sapMCb.sapMCbHasLabel {
|
|
156
161
|
padding-right: 0.3125rem;
|
|
157
162
|
}
|
|
158
163
|
|
|
159
|
-
.sapMCb.sapMCbHasLabel:focus
|
|
160
|
-
content:
|
|
161
|
-
border:
|
|
164
|
+
.sapMCb.sapMCbHasLabel:focus::before {
|
|
165
|
+
content: '';
|
|
166
|
+
border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
|
|
162
167
|
top: 0.3125rem;
|
|
163
168
|
left: 0.3125rem;
|
|
164
169
|
bottom: 0.3125rem;
|
|
@@ -169,21 +174,23 @@
|
|
|
169
174
|
|
|
170
175
|
/* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
|
|
171
176
|
.sapUiForm {
|
|
177
|
+
|
|
172
178
|
.sapMCbBg {
|
|
173
179
|
left: 0;
|
|
174
180
|
}
|
|
175
181
|
|
|
176
182
|
.sapMCb {
|
|
177
|
-
padding-left: 2.0625rem;
|
|
183
|
+
padding-left: 2.0625rem; /* to have right gap between checkbox and label */
|
|
178
184
|
}
|
|
179
185
|
|
|
180
|
-
.sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus
|
|
181
|
-
.sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus
|
|
186
|
+
.sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus::before,
|
|
187
|
+
.sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus::before {
|
|
182
188
|
left: -0.25rem; /* more is not possible as this would cut off the focus border */
|
|
183
189
|
}
|
|
184
190
|
}
|
|
185
191
|
|
|
186
192
|
.sapUiSizeCompact {
|
|
193
|
+
|
|
187
194
|
.sapMCb {
|
|
188
195
|
height: 2rem;
|
|
189
196
|
padding-left: 2rem;
|
|
@@ -195,9 +202,9 @@
|
|
|
195
202
|
width: 1rem;
|
|
196
203
|
top: 0.5rem;
|
|
197
204
|
left: 0.5rem;
|
|
198
|
-
border-radius:
|
|
205
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
199
206
|
|
|
200
|
-
&.sapMCbMarkChecked
|
|
207
|
+
&.sapMCbMarkChecked::before {
|
|
201
208
|
font-size: 0.75rem;
|
|
202
209
|
}
|
|
203
210
|
|
|
@@ -226,15 +233,16 @@
|
|
|
226
233
|
|
|
227
234
|
/* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
|
|
228
235
|
.sapUiForm {
|
|
236
|
+
|
|
229
237
|
.sapMCbBg {
|
|
230
238
|
left: 0;
|
|
231
239
|
}
|
|
232
240
|
|
|
233
241
|
.sapMCb {
|
|
234
|
-
padding-left: 1.5rem;
|
|
242
|
+
padding-left: 1.5rem; /* to have right gap between checkbox and label */
|
|
235
243
|
}
|
|
236
244
|
|
|
237
|
-
.sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus
|
|
245
|
+
.sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus::before {
|
|
238
246
|
left: -0.1875rem;
|
|
239
247
|
}
|
|
240
248
|
}
|
|
@@ -1,28 +1,31 @@
|
|
|
1
1
|
/* ================================== */
|
|
2
2
|
/* CSS for control sap.m/FeedInput */
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
|
-
/*
|
|
4
|
+
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMFeedIn {
|
|
7
|
-
|
|
7
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
.sapMFeedInFigure {
|
|
10
|
-
|
|
11
|
+
border-color: @sapUiHcReducedAltForeground;
|
|
11
12
|
}
|
|
13
|
+
|
|
12
14
|
.sapMFeedIn .sapMBtn {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
15
|
+
position: absolute;
|
|
16
|
+
right: 0;
|
|
17
|
+
bottom: 0;
|
|
18
|
+
border-width: var(--sapButton_BorderWidth);
|
|
19
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
20
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
21
|
+
font-size: @sapFontSize;
|
|
22
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
21
23
|
}
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
24
|
+
|
|
25
|
+
.sapMFeedIn .sapMBtnInner {
|
|
26
|
+
padding: 0;
|
|
27
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
28
|
+
background-color: var(--sapButton_Background);
|
|
29
|
+
border: 1px solid var(--sapButton_BorderColor);
|
|
30
|
+
color: var(--sapButton_TextColor);
|
|
28
31
|
}
|
|
@@ -3,12 +3,13 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
.sapMFeedListItemImage,
|
|
6
|
+
.sapMFeedListItemImage,
|
|
7
|
+
.sapMFeedListItemImageInactive,
|
|
7
8
|
.sapMLIBActive .sapMFeedListItem span.sapMFeedListItemImage,
|
|
8
9
|
.sapMLIBActive .sapMFeedListItem span.sapMFeedListItemImageInactive {
|
|
9
10
|
color: @sapUiHcReducedAltForeground;
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.sapMFeedListItemImage.sapMImgFocusable:focus {
|
|
13
|
-
|
|
14
|
+
outline-width: 2px;
|
|
14
15
|
}
|
|
@@ -3,73 +3,73 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
8
|
-
@
|
|
6
|
+
@_sap_m_GenericTag_BorderWidth: 0.375rem;
|
|
7
|
+
@_sap_m_GenericTag_IconPaddingRight: 0.375rem;
|
|
8
|
+
@_sap_m_GenericTag_HeightCozy: @_sap_m_GenericTag_HeightCompact;
|
|
9
9
|
|
|
10
10
|
.sapMGenericTagWrap {
|
|
11
|
-
box-shadow:
|
|
12
|
-
border-radius:
|
|
13
|
-
background: ~"0 0 / @{
|
|
14
|
-
background-color:
|
|
11
|
+
box-shadow: var(--sapContent_Shadow0);
|
|
12
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
13
|
+
background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapNeutralElementColor), var(--sapNeutralElementColor))";
|
|
14
|
+
background-color: var(--sapNeutralBackground);
|
|
15
15
|
border: none;
|
|
16
16
|
padding: 0 0.375rem 0 0.75rem;
|
|
17
17
|
|
|
18
18
|
.sapMGenericTagWarning & {
|
|
19
|
-
background: ~"0 0 / @{
|
|
20
|
-
background-color:
|
|
19
|
+
background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapCriticalElementColor), var(--sapCriticalElementColor))";
|
|
20
|
+
background-color: var(--sapWarningBackground);
|
|
21
21
|
|
|
22
22
|
.sapMGenericTagIcon {
|
|
23
|
-
color:
|
|
23
|
+
color: var(--sapCriticalElementColor);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
26
|
.sapMGenericTagValue {
|
|
27
|
-
color:
|
|
27
|
+
color: var(--sapCriticalTextColor);
|
|
28
28
|
}
|
|
29
29
|
}
|
|
30
30
|
|
|
31
31
|
.sapMGenericTagError & {
|
|
32
|
-
background: ~"0 0 / @{
|
|
33
|
-
background-color:
|
|
32
|
+
background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapNegativeElementColor), var(--sapNegativeElementColor))";
|
|
33
|
+
background-color: var(--sapErrorBackground);
|
|
34
34
|
|
|
35
35
|
.sapMGenericTagIcon {
|
|
36
|
-
color:
|
|
36
|
+
color: var(--sapNegativeElementColor);
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
.sapMGenericTagValue {
|
|
40
|
-
color:
|
|
40
|
+
color: var(--sapNegativeTextColor);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
|
|
44
44
|
.sapMGenericTagSuccess & {
|
|
45
|
-
background: ~"0 0 / @{
|
|
46
|
-
background-color:
|
|
45
|
+
background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapPositiveElementColor), var(--sapPositiveElementColor))";
|
|
46
|
+
background-color: var(--sapSuccessBackground);
|
|
47
47
|
|
|
48
48
|
.sapMGenericTagIcon {
|
|
49
|
-
color:
|
|
49
|
+
color: var(--sapPositiveElementColor);
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
.sapMGenericTagValue {
|
|
53
|
-
color:
|
|
53
|
+
color: var(--sapPositiveTextColor);
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
|
|
57
57
|
.sapMGenericTagInformation & {
|
|
58
|
-
background: ~"0 0 / @{
|
|
59
|
-
background-color:
|
|
58
|
+
background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapInformativeElementColor), var(--sapInformativeElementColor))";
|
|
59
|
+
background-color: var(--sapInformationBackground);
|
|
60
60
|
|
|
61
61
|
.sapMGenericTagIcon {
|
|
62
|
-
color:
|
|
62
|
+
color: var(--sapInformativeElementColor);
|
|
63
63
|
}
|
|
64
64
|
|
|
65
65
|
.sapMGenericTagValue {
|
|
66
|
-
color:
|
|
66
|
+
color: var(--sapInformativeTextColor);
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
&:hover {
|
|
71
|
-
background-color:
|
|
72
|
-
box-shadow:
|
|
71
|
+
background-color: var(--sapList_Hover_Background);
|
|
72
|
+
box-shadow: var(--sapContent_Shadow0);
|
|
73
73
|
|
|
74
74
|
.sapMGenericTagText,
|
|
75
75
|
.sapMGenericTagValue,
|
|
@@ -77,32 +77,32 @@
|
|
|
77
77
|
.sapMObjectNumberText,
|
|
78
78
|
.sapMObjectNumberUnit,
|
|
79
79
|
.sapMGenericTagErrorIcon {
|
|
80
|
-
color:
|
|
80
|
+
color: var(--sapList_Active_TextColor);
|
|
81
81
|
text-shadow: none;
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
85
|
.sapMGenericTagText {
|
|
86
|
-
color:
|
|
87
|
-
text-shadow:
|
|
86
|
+
color: var(--sapList_TextColor);
|
|
87
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
88
88
|
}
|
|
89
89
|
|
|
90
90
|
.sapMGenericTagValue {
|
|
91
|
-
text-shadow:
|
|
91
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
.sapMGenericTagErrorIcon {
|
|
95
|
-
color:
|
|
95
|
+
color: var(--sapNegativeElementColor);
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.sapMGenericTagActive &
|
|
98
|
+
.sapMGenericTagActive & {
|
|
99
99
|
.sapMGenericTagText,
|
|
100
100
|
.sapMGenericTagValue,
|
|
101
101
|
.sapMGenericTagIcon,
|
|
102
102
|
.sapMObjectNumberText,
|
|
103
103
|
.sapMObjectNumberUnit,
|
|
104
104
|
.sapMGenericTagErrorIcon {
|
|
105
|
-
color:
|
|
105
|
+
color: var(--sapList_Active_TextColor);
|
|
106
106
|
text-shadow: none;
|
|
107
107
|
}
|
|
108
108
|
}
|
|
@@ -111,20 +111,20 @@
|
|
|
111
111
|
html.sap-desktop .sapMGenericTag:focus {
|
|
112
112
|
position: relative;
|
|
113
113
|
|
|
114
|
-
|
|
114
|
+
&::before {
|
|
115
115
|
position: absolute;
|
|
116
|
-
content:
|
|
116
|
+
content: ' ';
|
|
117
117
|
inset: 0.125rem;
|
|
118
|
-
border:
|
|
119
|
-
border-radius:
|
|
118
|
+
border: var(--sapBackgroundColor) solid var(--sapContent_FocusWidth);
|
|
119
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
120
120
|
}
|
|
121
121
|
|
|
122
|
-
|
|
122
|
+
&::after {
|
|
123
123
|
position: absolute;
|
|
124
|
-
content:
|
|
124
|
+
content: ' ';
|
|
125
125
|
inset: 0.125rem;
|
|
126
|
-
border:
|
|
127
|
-
border-radius:
|
|
126
|
+
border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
|
|
127
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
128
128
|
}
|
|
129
129
|
}
|
|
130
130
|
|