@openui5/themelib_sap_horizon 1.130.1 → 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/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/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 -4
- 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
|
@@ -8,16 +8,19 @@
|
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
|
|
11
|
+
|
|
11
12
|
.sapMObjStatusText {
|
|
12
13
|
min-height: 1rem;
|
|
13
14
|
height: 100%;
|
|
14
15
|
}
|
|
16
|
+
|
|
15
17
|
.sapMObjStatusIcon {
|
|
16
18
|
min-height: 1rem;
|
|
17
19
|
}
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
.sapMObjectStatusLarge:not(.sapMObjStatusInverted) {
|
|
23
|
+
|
|
21
24
|
.sapMObjStatusTitle,
|
|
22
25
|
.sapMObjStatusText,
|
|
23
26
|
.sapMObjStatusIcon {
|
|
@@ -25,6 +28,7 @@
|
|
|
25
28
|
line-height: 2rem;
|
|
26
29
|
min-height: 2rem;
|
|
27
30
|
}
|
|
31
|
+
|
|
28
32
|
.sapMObjStatusIcon > .sapUiIcon {
|
|
29
33
|
font-size: 1.5rem;
|
|
30
34
|
}
|
|
@@ -41,29 +45,34 @@
|
|
|
41
45
|
.sapMObjStatusTitle,
|
|
42
46
|
.sapMObjStatusText,
|
|
43
47
|
.sapMObjStatusIcon {
|
|
44
|
-
font-family:
|
|
48
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
45
49
|
font-size: 1.25rem;
|
|
46
50
|
}
|
|
51
|
+
|
|
47
52
|
.sapMObjStatusTitle {
|
|
48
53
|
line-height: 1.625rem;
|
|
49
54
|
height: 1.625rem;
|
|
50
55
|
}
|
|
56
|
+
|
|
51
57
|
.sapMObjStatusIcon,
|
|
52
58
|
.sapMObjStatusText {
|
|
53
59
|
padding: 0.125rem 0.25rem;
|
|
54
60
|
line-height: 1.25rem;
|
|
55
61
|
height: 1.25rem;
|
|
56
62
|
}
|
|
63
|
+
|
|
57
64
|
.sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
|
|
58
65
|
padding-left: 0;
|
|
59
66
|
padding-right: 0;
|
|
60
67
|
}
|
|
68
|
+
|
|
61
69
|
.sapMObjStatusIcon > .sapUiIcon {
|
|
62
70
|
font-size: 1.25rem;
|
|
63
71
|
line-height: 1.25rem;
|
|
64
72
|
padding-left: 0;
|
|
65
73
|
padding-right: 0;
|
|
66
74
|
}
|
|
75
|
+
|
|
67
76
|
.sapMObjStatusIconOnly {
|
|
68
77
|
width: 1.75rem;
|
|
69
78
|
}
|
|
@@ -75,13 +84,13 @@
|
|
|
75
84
|
}
|
|
76
85
|
|
|
77
86
|
.sapMObjStatusInverted .sapMObjStatusWrapper {
|
|
78
|
-
border-radius:
|
|
87
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
79
88
|
border: 0.0625rem solid;
|
|
80
89
|
}
|
|
81
90
|
|
|
82
91
|
.sapMObjStatusInverted .sapMObjStatusText,
|
|
83
92
|
.sapMObjStatusInverted .sapMObjStatusIcon {
|
|
84
|
-
color:
|
|
93
|
+
color: var(--sapContent_ContrastTextColor);
|
|
85
94
|
}
|
|
86
95
|
|
|
87
96
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon.sapMObjStatusIconOnly,
|
|
@@ -99,49 +108,61 @@
|
|
|
99
108
|
}
|
|
100
109
|
|
|
101
110
|
html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
111
|
+
|
|
102
112
|
.sapMObjStatusText {
|
|
103
113
|
text-decoration: underline;
|
|
104
114
|
}
|
|
115
|
+
|
|
105
116
|
&:focus {
|
|
117
|
+
|
|
106
118
|
.sapMObjStatusLink::after {
|
|
107
119
|
outline: none;
|
|
108
|
-
border-radius:
|
|
109
|
-
content:
|
|
120
|
+
border-radius: 0.125rem;
|
|
121
|
+
content: '';
|
|
110
122
|
position: absolute;
|
|
111
123
|
box-sizing: border-box;
|
|
112
124
|
left: 0;
|
|
113
125
|
top: -0.0625rem;
|
|
114
126
|
right: 0;
|
|
115
|
-
bottom:
|
|
127
|
+
bottom: 0.0625rem;
|
|
116
128
|
pointer-events: none;
|
|
117
|
-
border: 0.125rem solid
|
|
129
|
+
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
118
130
|
z-index: -1;
|
|
119
131
|
}
|
|
132
|
+
|
|
120
133
|
.sapMObjStatusLink {
|
|
121
|
-
background:
|
|
122
|
-
border-radius:
|
|
134
|
+
background: var(--sapContent_FocusColor);
|
|
135
|
+
border-radius: 0.125rem;
|
|
136
|
+
line-height: 0.875rem;
|
|
137
|
+
|
|
123
138
|
.sapMObjStatusIcon > .sapUiIcon,
|
|
124
139
|
.sapMObjStatusText {
|
|
125
|
-
color:
|
|
140
|
+
color: var(--sapContent_ContrastTextColor);
|
|
126
141
|
}
|
|
142
|
+
|
|
127
143
|
.sapMObjStatusText {
|
|
128
144
|
text-decoration: underline;
|
|
129
145
|
}
|
|
146
|
+
|
|
130
147
|
.sapMObjStatusIcon > .sapUiIcon {
|
|
131
148
|
text-decoration: none;
|
|
132
149
|
}
|
|
133
150
|
}
|
|
134
151
|
}
|
|
152
|
+
|
|
135
153
|
&:hover,
|
|
136
154
|
&:active,
|
|
137
155
|
&:focus:hover,
|
|
138
156
|
&:focus:active {
|
|
157
|
+
|
|
139
158
|
.sapMObjStatusIcon > .sapUiIcon,
|
|
140
159
|
.sapMObjStatusText {
|
|
141
160
|
text-decoration: none;
|
|
142
161
|
}
|
|
143
162
|
}
|
|
163
|
+
|
|
144
164
|
&.sapMObjectStatusLarge:focus {
|
|
165
|
+
|
|
145
166
|
.sapMObjStatusLink::after {
|
|
146
167
|
top: 0;
|
|
147
168
|
bottom: 0;
|
|
@@ -150,14 +171,17 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
|
150
171
|
}
|
|
151
172
|
|
|
152
173
|
html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
174
|
+
|
|
153
175
|
.sapMObjStatusLink {
|
|
154
176
|
height: auto;
|
|
155
177
|
}
|
|
178
|
+
|
|
156
179
|
&:focus,
|
|
157
180
|
&.sapMObjectStatusLarge:focus {
|
|
181
|
+
|
|
158
182
|
.sapMObjStatusLink::after {
|
|
159
183
|
outline: none;
|
|
160
|
-
content:
|
|
184
|
+
content: '';
|
|
161
185
|
position: absolute;
|
|
162
186
|
box-sizing: border-box;
|
|
163
187
|
left: 0;
|
|
@@ -166,350 +190,350 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
166
190
|
bottom: 0;
|
|
167
191
|
pointer-events: none;
|
|
168
192
|
z-index: 1;
|
|
169
|
-
box-shadow: inset 0 0 0 0.125em
|
|
170
|
-
border-radius:
|
|
193
|
+
box-shadow: inset 0 0 0 0.125em var(--sapContent_FocusColor), inset 0 0 0 0.1875em var(--sapContent_ContrastFocusColor);
|
|
194
|
+
border-radius: var(--sapButton_BorderCornerRadius);
|
|
171
195
|
height: 100%;
|
|
172
196
|
}
|
|
173
197
|
}
|
|
198
|
+
|
|
174
199
|
&.sapMObjectStatusLarge:focus {
|
|
175
200
|
min-height: 1.75rem;
|
|
176
201
|
}
|
|
177
202
|
}
|
|
178
203
|
|
|
179
204
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusWrapper {
|
|
180
|
-
background-color:
|
|
181
|
-
border-color:
|
|
205
|
+
background-color: var(--sapButton_Negative_Background);
|
|
206
|
+
border-color: var(--sapButton_Negative_BorderColor);
|
|
182
207
|
}
|
|
183
208
|
|
|
184
209
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
|
|
185
210
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
|
|
186
|
-
color:
|
|
211
|
+
color: var(--sapButton_Negative_TextColor);
|
|
187
212
|
}
|
|
188
213
|
|
|
189
214
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusWrapper {
|
|
190
|
-
background-color:
|
|
191
|
-
border-color:
|
|
215
|
+
background-color: var(--sapButton_Critical_Background);
|
|
216
|
+
border-color: var(--sapButton_Critical_BorderColor);
|
|
192
217
|
}
|
|
193
218
|
|
|
194
219
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
|
|
195
220
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
|
|
196
|
-
color:
|
|
221
|
+
color: var(--sapButton_Critical_TextColor);
|
|
197
222
|
}
|
|
198
223
|
|
|
199
224
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusWrapper {
|
|
200
|
-
background-color:
|
|
201
|
-
border-color:
|
|
225
|
+
background-color: var(--sapButton_Success_Background);
|
|
226
|
+
border-color: var(--sapButton_Success_BorderColor);
|
|
202
227
|
}
|
|
203
228
|
|
|
204
229
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
|
|
205
230
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
|
|
206
|
-
color:
|
|
231
|
+
color: var(--sapButton_Success_TextColor);
|
|
207
232
|
}
|
|
208
233
|
|
|
209
234
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusWrapper {
|
|
210
|
-
background-color:
|
|
211
|
-
border-color:
|
|
235
|
+
background-color: var(--sapButton_Information_Background);
|
|
236
|
+
border-color: var(--sapButton_Information_BorderColor);
|
|
212
237
|
}
|
|
213
238
|
|
|
214
239
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
|
|
215
240
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
|
|
216
|
-
text-shadow:
|
|
217
|
-
color:
|
|
241
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
242
|
+
color: var(--sapButton_Information_TextColor);
|
|
218
243
|
}
|
|
219
244
|
|
|
220
245
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusWrapper {
|
|
221
|
-
background-color:
|
|
222
|
-
border-color:
|
|
246
|
+
background-color: var(--sapNeutralBackground);
|
|
247
|
+
border-color: var(--sapNeutralBorderColor);
|
|
223
248
|
}
|
|
224
249
|
|
|
225
250
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
|
|
226
251
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
|
|
227
|
-
text-shadow:
|
|
228
|
-
color:
|
|
252
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
253
|
+
color: var(--sapTextColor);
|
|
229
254
|
}
|
|
230
255
|
|
|
231
256
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
232
|
-
background-color:
|
|
233
|
-
border-color:
|
|
257
|
+
background-color: var(--sapButton_Negative_Hover_Background);
|
|
258
|
+
border-color: var(--sapButton_Negative_Hover_BorderColor);
|
|
234
259
|
}
|
|
235
260
|
|
|
236
261
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
237
262
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
238
|
-
color:
|
|
263
|
+
color: var(--sapButton_Negative_Hover_TextColor);
|
|
239
264
|
}
|
|
240
265
|
|
|
241
266
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
242
|
-
background-color:
|
|
243
|
-
border-color:
|
|
267
|
+
background-color: var(--sapButton_Critical_Hover_Background);
|
|
268
|
+
border-color: var(--sapButton_Critical_Hover_BorderColor);
|
|
244
269
|
}
|
|
245
270
|
|
|
246
271
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
247
272
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
248
|
-
color:
|
|
273
|
+
color: var(--sapButton_Critical_Hover_TextColor);
|
|
249
274
|
}
|
|
250
275
|
|
|
251
276
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
252
|
-
background-color:
|
|
253
|
-
border-color:
|
|
277
|
+
background-color: var(--sapButton_Success_Hover_Background);
|
|
278
|
+
border-color: var(--sapButton_Success_Hover_BorderColor);
|
|
254
279
|
}
|
|
255
280
|
|
|
256
281
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
257
282
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
258
|
-
color:
|
|
283
|
+
color: var(--sapButton_Success_Hover_TextColor);
|
|
259
284
|
}
|
|
260
285
|
|
|
261
286
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
262
|
-
background-color:
|
|
263
|
-
border-color:
|
|
287
|
+
background-color: var(--sapButton_Information_Hover_Background);
|
|
288
|
+
border-color: var(--sapButton_Information_Hover_BorderColor);
|
|
264
289
|
}
|
|
265
290
|
|
|
266
291
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
267
292
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
268
|
-
color:
|
|
293
|
+
color: var(--sapButton_Information_Hover_TextColor);
|
|
269
294
|
}
|
|
270
295
|
|
|
271
|
-
|
|
272
296
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
|
|
273
|
-
background-color:
|
|
274
|
-
border-color:
|
|
297
|
+
background-color: var(--sapButton_Neutral_Hover_Background);
|
|
298
|
+
border-color: var(--sapButton_Neutral_Hover_BorderColor);
|
|
275
299
|
}
|
|
276
300
|
|
|
277
301
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
|
|
278
302
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
|
|
279
|
-
color:
|
|
303
|
+
color: var(--sapButton_Neutral_Hover_TextColor);
|
|
280
304
|
}
|
|
281
305
|
|
|
282
306
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
283
|
-
background-color:
|
|
284
|
-
border-color:
|
|
307
|
+
background-color: var(--sapButton_Negative_Active_Background);
|
|
308
|
+
border-color: var(--sapButton_Negative_Active_BorderColor);
|
|
285
309
|
}
|
|
286
310
|
|
|
287
311
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
|
|
288
312
|
.sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
289
|
-
color:
|
|
313
|
+
color: var(--sapButton_Reject_Selected_TextColor);
|
|
290
314
|
}
|
|
291
315
|
|
|
292
316
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
293
|
-
background-color:
|
|
294
|
-
border-color:
|
|
317
|
+
background-color: var(--sapButton_Critical_Active_Background);
|
|
318
|
+
border-color: var(--sapButton_Critical_Active_BorderColor);
|
|
295
319
|
}
|
|
296
320
|
|
|
297
321
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
|
|
298
322
|
.sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
299
|
-
color:
|
|
323
|
+
color: var(--sapButton_Attention_Selected_TextColor);
|
|
300
324
|
}
|
|
301
325
|
|
|
302
326
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
303
|
-
background-color:
|
|
304
|
-
border-color:
|
|
327
|
+
background-color: var(--sapButton_Success_Active_Background);
|
|
328
|
+
border-color: var(--sapButton_Success_Active_BorderColor);
|
|
305
329
|
}
|
|
306
330
|
|
|
307
331
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
|
|
308
332
|
.sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
309
|
-
color:
|
|
333
|
+
color: var(--sapButton_Accept_Selected_TextColor);
|
|
310
334
|
}
|
|
311
335
|
|
|
312
336
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
313
|
-
background-color:
|
|
314
|
-
border-color:
|
|
337
|
+
background-color: var(--sapButton_Information_Active_Background);
|
|
338
|
+
border-color: var(--sapButton_Information_Active_BorderColor);
|
|
315
339
|
}
|
|
316
340
|
|
|
317
341
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
|
|
318
342
|
.sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
319
|
-
color:
|
|
343
|
+
color: var(--sapButton_Selected_TextColor);
|
|
320
344
|
}
|
|
321
345
|
|
|
322
346
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
323
|
-
background-color:
|
|
324
|
-
border-color:
|
|
347
|
+
background-color: var(--sapButton_Neutral_Active_Background);
|
|
348
|
+
border-color: var(--sapButton_Neutral_Active_BorderColor);
|
|
325
349
|
}
|
|
326
350
|
|
|
327
351
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
|
|
328
352
|
.sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
329
|
-
color:
|
|
353
|
+
color: var(--sapButton_Active_TextColor);
|
|
330
354
|
}
|
|
331
355
|
|
|
332
356
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusWrapper {
|
|
333
|
-
background-color:
|
|
334
|
-
border-color:
|
|
357
|
+
background-color: var(--sapIndicationColor_1_Background);
|
|
358
|
+
border-color: var(--sapIndicationColor_1_BorderColor);
|
|
335
359
|
}
|
|
336
360
|
|
|
337
361
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
|
|
338
362
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
|
|
339
|
-
color:
|
|
363
|
+
color: var(--sapIndicationColor_1_TextColor);
|
|
340
364
|
}
|
|
341
365
|
|
|
342
366
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusWrapper {
|
|
343
|
-
background-color:
|
|
344
|
-
border-color:
|
|
367
|
+
background-color: var(--sapIndicationColor_2_Background);
|
|
368
|
+
border-color: var(--sapIndicationColor_2_BorderColor);
|
|
345
369
|
}
|
|
346
370
|
|
|
347
371
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
|
|
348
372
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
|
|
349
|
-
color:
|
|
373
|
+
color: var(--sapIndicationColor_2_TextColor);
|
|
350
374
|
}
|
|
351
375
|
|
|
352
376
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusWrapper {
|
|
353
|
-
background-color:
|
|
354
|
-
border-color:
|
|
377
|
+
background-color: var(--sapIndicationColor_3_Background);
|
|
378
|
+
border-color: var(--sapIndicationColor_3_BorderColor);
|
|
355
379
|
}
|
|
356
380
|
|
|
357
381
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
|
|
358
382
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
|
|
359
|
-
color:
|
|
383
|
+
color: var(--sapIndicationColor_3_TextColor);
|
|
360
384
|
}
|
|
361
385
|
|
|
362
386
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusWrapper {
|
|
363
|
-
background-color:
|
|
364
|
-
border-color:
|
|
387
|
+
background-color: var(--sapIndicationColor_4_Background);
|
|
388
|
+
border-color: var(--sapIndicationColor_4_BorderColor);
|
|
365
389
|
}
|
|
366
390
|
|
|
367
391
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
|
|
368
392
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
|
|
369
|
-
color:
|
|
393
|
+
color: var(--sapIndicationColor_4_TextColor);
|
|
370
394
|
}
|
|
371
395
|
|
|
372
396
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusWrapper {
|
|
373
|
-
background-color:
|
|
374
|
-
border-color:
|
|
397
|
+
background-color: var(--sapIndicationColor_5_Background);
|
|
398
|
+
border-color: var(--sapIndicationColor_5_BorderColor);
|
|
375
399
|
}
|
|
376
400
|
|
|
377
401
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
|
|
378
402
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
|
|
379
|
-
color:
|
|
403
|
+
color: var(--sapIndicationColor_5_TextColor);
|
|
380
404
|
}
|
|
381
405
|
|
|
382
406
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusWrapper {
|
|
383
|
-
background-color:
|
|
384
|
-
border-color:
|
|
407
|
+
background-color: var(--sapIndicationColor_6_Background);
|
|
408
|
+
border-color: var(--sapIndicationColor_6_BorderColor);
|
|
385
409
|
}
|
|
386
410
|
|
|
387
411
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
|
|
388
412
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
|
|
389
|
-
color:
|
|
413
|
+
color: var(--sapIndicationColor_6_TextColor);
|
|
390
414
|
}
|
|
391
415
|
|
|
392
416
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusWrapper {
|
|
393
|
-
background-color:
|
|
394
|
-
border-color:
|
|
417
|
+
background-color: var(--sapIndicationColor_7_Background);
|
|
418
|
+
border-color: var(--sapIndicationColor_7_BorderColor);
|
|
395
419
|
}
|
|
396
420
|
|
|
397
421
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
|
|
398
422
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
|
|
399
|
-
color:
|
|
423
|
+
color: var(--sapIndicationColor_7_TextColor);
|
|
400
424
|
}
|
|
401
425
|
|
|
402
426
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusWrapper {
|
|
403
|
-
background-color:
|
|
404
|
-
border-color:
|
|
427
|
+
background-color: var(--sapIndicationColor_8_Background);
|
|
428
|
+
border-color: var(--sapIndicationColor_8_BorderColor);
|
|
405
429
|
}
|
|
406
430
|
|
|
407
431
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
|
|
408
432
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
|
|
409
|
-
color:
|
|
433
|
+
color: var(--sapIndicationColor_8_TextColor);
|
|
410
434
|
}
|
|
411
435
|
|
|
412
436
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
413
|
-
background-color:
|
|
414
|
-
border-color:
|
|
437
|
+
background-color: var(--sapIndicationColor_1_Active_Background);
|
|
438
|
+
border-color: var(--sapIndicationColor_1_Active_BorderColor);
|
|
415
439
|
}
|
|
416
440
|
|
|
417
441
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
418
442
|
.sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
419
|
-
color:
|
|
443
|
+
color: var(--sapIndicationColor_1_Active_TextColor);
|
|
420
444
|
}
|
|
421
445
|
|
|
422
446
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
423
|
-
background-color:
|
|
424
|
-
border-color:
|
|
447
|
+
background-color: var(--sapIndicationColor_2_Active_Background);
|
|
448
|
+
border-color: var(--sapIndicationColor_2_Active_BorderColor);
|
|
425
449
|
}
|
|
426
450
|
|
|
427
451
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
428
452
|
.sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
429
|
-
color:
|
|
453
|
+
color: var(--sapIndicationColor_2_Active_TextColor);
|
|
430
454
|
}
|
|
431
455
|
|
|
432
456
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
433
|
-
background-color:
|
|
434
|
-
border-color:
|
|
457
|
+
background-color: var(--sapIndicationColor_3_Active_Background);
|
|
458
|
+
border-color: var(--sapIndicationColor_3_Active_BorderColor);
|
|
435
459
|
}
|
|
436
460
|
|
|
437
461
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
438
462
|
.sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
439
|
-
color:
|
|
463
|
+
color: var(--sapIndicationColor_3_Active_TextColor);
|
|
440
464
|
}
|
|
441
465
|
|
|
442
466
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
443
|
-
background-color:
|
|
444
|
-
border-color:
|
|
467
|
+
background-color: var(--sapIndicationColor_4_Active_Background);
|
|
468
|
+
border-color: var(--sapIndicationColor_4_Active_BorderColor);
|
|
445
469
|
}
|
|
446
470
|
|
|
447
471
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
448
472
|
.sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
449
|
-
color:
|
|
473
|
+
color: var(--sapIndicationColor_4_Active_TextColor);
|
|
450
474
|
}
|
|
451
475
|
|
|
452
476
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
453
|
-
background-color:
|
|
454
|
-
border-color:
|
|
477
|
+
background-color: var(--sapIndicationColor_5_Active_Background);
|
|
478
|
+
border-color: var(--sapIndicationColor_5_Active_BorderColor);
|
|
455
479
|
}
|
|
456
480
|
|
|
457
481
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
458
482
|
.sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
459
|
-
color:
|
|
483
|
+
color: var(--sapIndicationColor_5_Active_TextColor);
|
|
460
484
|
}
|
|
461
485
|
|
|
462
486
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
463
|
-
background-color:
|
|
464
|
-
border-color:
|
|
487
|
+
background-color: var(--sapIndicationColor_6_Active_Background);
|
|
488
|
+
border-color: var(--sapIndicationColor_6_Active_BorderColor);
|
|
465
489
|
}
|
|
466
490
|
|
|
467
491
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
468
492
|
.sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
469
|
-
color:
|
|
493
|
+
color: var(--sapIndicationColor_6_Active_TextColor);
|
|
470
494
|
}
|
|
471
495
|
|
|
472
496
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
473
|
-
background-color:
|
|
474
|
-
border-color:
|
|
497
|
+
background-color: var(--sapIndicationColor_7_Active_Background);
|
|
498
|
+
border-color: var(--sapIndicationColor_7_Active_BorderColor);
|
|
475
499
|
}
|
|
476
500
|
|
|
477
501
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
478
502
|
.sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
479
|
-
color:
|
|
503
|
+
color: var(--sapIndicationColor_7_Active_TextColor);
|
|
480
504
|
}
|
|
481
505
|
|
|
482
506
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
483
|
-
background-color:
|
|
484
|
-
border-color:
|
|
507
|
+
background-color: var(--sapIndicationColor_8_Active_Background);
|
|
508
|
+
border-color: var(--sapIndicationColor_8_Active_BorderColor);
|
|
485
509
|
}
|
|
486
510
|
|
|
487
511
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
488
512
|
.sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
489
|
-
color:
|
|
513
|
+
color: var(--sapIndicationColor_8_Active_TextColor);
|
|
490
514
|
}
|
|
491
515
|
|
|
492
516
|
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
493
|
-
background-color:
|
|
494
|
-
border-color:
|
|
517
|
+
background-color: var(--sapIndicationColor_9_Active_Background);
|
|
518
|
+
border-color: var(--sapIndicationColor_9_Active_BorderColor);
|
|
495
519
|
}
|
|
496
520
|
|
|
497
521
|
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
498
522
|
.sapMObjStatusInverted.sapMObjStatusIndication09 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
499
|
-
color:
|
|
523
|
+
color: var(--sapIndicationColor_9_Active_TextColor);
|
|
500
524
|
}
|
|
501
525
|
|
|
502
526
|
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
|
|
503
|
-
background-color:
|
|
504
|
-
border-color:
|
|
527
|
+
background-color: var(--sapIndicationColor_10_Active_Background);
|
|
528
|
+
border-color: var(--sapIndicationColor_10_Active_BorderColor);
|
|
505
529
|
}
|
|
506
530
|
|
|
507
531
|
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active .sapMObjStatusText,
|
|
508
532
|
.sapMObjStatusInverted.sapMObjStatusIndication10 .sapMObjStatusLink:active .sapMObjStatusIcon {
|
|
509
|
-
color:
|
|
533
|
+
color: var(--sapIndicationColor_10_Active_TextColor);
|
|
510
534
|
}
|
|
511
535
|
|
|
512
|
-
/*
|
|
536
|
+
/* Second set of inverted indication colors regular state */
|
|
513
537
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
|
|
514
538
|
.sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon,
|
|
515
539
|
.sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusText,
|
|
@@ -530,7 +554,7 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
530
554
|
.sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusIcon,
|
|
531
555
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
|
|
532
556
|
.sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
|
|
533
|
-
text-shadow:
|
|
557
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
534
558
|
}
|
|
535
559
|
|
|
536
560
|
.sapUiForm.sapUiFormEdit .sapMObjStatusInverted {
|
|
@@ -547,4 +571,4 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
|
|
|
547
571
|
|
|
548
572
|
.sapUiFormM .sapUiFormResGridCont .sapMObjStatus .sapMObjStatusTitle {
|
|
549
573
|
vertical-align: baseline;
|
|
550
|
-
}
|
|
574
|
+
}
|
|
@@ -4,25 +4,28 @@
|
|
|
4
4
|
/* ======================================================== */
|
|
5
5
|
|
|
6
6
|
html.sap-phone {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
7
|
+
|
|
8
|
+
.sapMOTAPopover {
|
|
9
|
+
|
|
10
|
+
&.sapMOTAPopoverNoShadowTop {
|
|
11
|
+
border-radius: 0 0 0.25rem 0.25rem;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
&.sapMOTAPopoverNoShadowBottom {
|
|
15
|
+
border-radius: 0.25rem 0.25rem 0 0;
|
|
16
|
+
}
|
|
13
17
|
}
|
|
14
|
-
}
|
|
15
18
|
}
|
|
16
19
|
|
|
17
20
|
.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|
|
18
21
|
max-width: 20rem;
|
|
19
|
-
|
|
22
|
+
}
|
|
20
23
|
|
|
21
24
|
.sapUiSizeCompact .sapMTBSeparator.sapMTBSeparatorOverflowToolbar,
|
|
22
25
|
.sapMTBSeparator.sapMTBSeparatorOverflowToolbar {
|
|
23
26
|
margin: 0.375rem 0.1875rem;
|
|
24
27
|
width: 100%;
|
|
25
|
-
background:
|
|
28
|
+
background: var(--sapToolbar_SeparatorColor);
|
|
26
29
|
}
|
|
27
30
|
|
|
28
31
|
.sapMOTAPopover.sapMPopover .sapMPopoverCont .sapMPopoverScroll {
|