@openui5/themelib_sap_horizon 1.108.27 → 1.108.29

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.108.27",
3
+ "version": "1.108.29",
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.108.27",
18
- "@openui5/sap.m": "1.108.27",
19
- "@openui5/sap.tnt": "1.108.27",
20
- "@openui5/sap.ui.codeeditor": "1.108.27",
21
- "@openui5/sap.ui.commons": "1.108.27",
22
- "@openui5/sap.ui.core": "1.108.27",
23
- "@openui5/sap.ui.dt": "1.108.27",
24
- "@openui5/sap.ui.fl": "1.108.27",
25
- "@openui5/sap.ui.mdc": "1.108.27",
26
- "@openui5/sap.ui.integration": "1.108.27",
27
- "@openui5/sap.ui.layout": "1.108.27",
28
- "@openui5/sap.ui.rta": "1.108.27",
29
- "@openui5/sap.ui.suite": "1.108.27",
30
- "@openui5/sap.ui.table": "1.108.27",
31
- "@openui5/sap.ui.unified": "1.108.27",
32
- "@openui5/sap.ui.ux3": "1.108.27",
33
- "@openui5/sap.uxap": "1.108.27"
17
+ "@openui5/sap.f": "1.108.29",
18
+ "@openui5/sap.m": "1.108.29",
19
+ "@openui5/sap.tnt": "1.108.29",
20
+ "@openui5/sap.ui.codeeditor": "1.108.29",
21
+ "@openui5/sap.ui.commons": "1.108.29",
22
+ "@openui5/sap.ui.core": "1.108.29",
23
+ "@openui5/sap.ui.dt": "1.108.29",
24
+ "@openui5/sap.ui.fl": "1.108.29",
25
+ "@openui5/sap.ui.mdc": "1.108.29",
26
+ "@openui5/sap.ui.integration": "1.108.29",
27
+ "@openui5/sap.ui.layout": "1.108.29",
28
+ "@openui5/sap.ui.rta": "1.108.29",
29
+ "@openui5/sap.ui.suite": "1.108.29",
30
+ "@openui5/sap.ui.table": "1.108.29",
31
+ "@openui5/sap.ui.unified": "1.108.29",
32
+ "@openui5/sap.ui.ux3": "1.108.29",
33
+ "@openui5/sap.uxap": "1.108.29"
34
34
  }
35
35
  }
@@ -9,11 +9,13 @@
9
9
  }
10
10
 
11
11
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
12
- .sapMObjStatusText,
13
- .sapMObjStatusIcon {
12
+ .sapMObjStatusText {
14
13
  min-height: 1rem;
15
14
  height: 100%;
16
15
  }
16
+ .sapMObjStatusIcon {
17
+ min-height: 1rem;
18
+ }
17
19
  }
18
20
 
19
21
  .sapMObjectStatusLarge {
@@ -45,25 +47,16 @@
45
47
  .sapMObjStatusInverted {
46
48
  box-sizing: border-box;
47
49
  min-width: 1.375rem;
48
- & .sapMObjStatusText,
49
- & .sapMObjStatusIcon.sapMObjStatusIconOnly,
50
- & .sapMObjStatusIcon .sapMObjStatusIconOnly,
51
- & .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
52
- & .sapMObjStatusLink .sapMObjStatusText {
53
- border-radius: @sapUiButtonBorderCornerRadius;
54
- }
55
- & .sapMObjStatusIcon {
56
- border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
57
- }
58
- & .sapMObjStatusIcon + .sapMObjStatusText {
59
- border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
60
- }
50
+ }
51
+
52
+ .sapMObjStatusInverted .sapMObjStatusWrapper {
53
+ border-radius: @sapUiButtonBorderCornerRadius;
54
+ border: 0.0625rem solid;
61
55
  }
62
56
 
63
57
  .sapMObjStatusInverted .sapMObjStatusText,
64
58
  .sapMObjStatusInverted .sapMObjStatusIcon {
65
59
  color: @sapUiContentContrastTextColor;
66
- border: 0.0625rem solid;
67
60
  }
68
61
 
69
62
  .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
@@ -158,234 +151,314 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
158
151
  }
159
152
  }
160
153
 
161
- .sapMObjStatus.sapMObjStatusInverted,
162
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusActive {
163
- .sapMObjStatusIcon:not(.sapMObjStatusIconOnly){
164
- border-right: none;
165
- &:hover:active{
166
- border-right: none;
167
- }
168
- }
169
- .sapMObjStatusIcon + .sapMObjStatusText {
170
- border-left: none;
171
- }
154
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusWrapper {
155
+ background-color: @sapUiButtonNegativeBackground;
156
+ border-color: @sapUiButtonNegativeBorderColor;
172
157
  }
173
158
 
174
159
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
175
160
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
176
- background-color: @sapUiButtonNegativeBackground;
177
161
  color: @sapUiButtonNegativeTextColor;
178
- border-color: @sapUiButtonNegativeBorderColor;
162
+ }
163
+
164
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusWrapper {
165
+ background-color: @sapUiButtonCriticalBackground;
166
+ border-color: @sapUiButtonCriticalBorderColor;
179
167
  }
180
168
 
181
169
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
182
170
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
183
- background-color: @sapUiButtonCriticalBackground;
184
171
  color: @sapUiButtonCriticalTextColor;
185
- border-color: @sapUiButtonCriticalBorderColor;
172
+ }
173
+
174
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusWrapper {
175
+ background-color: @sapUiButtonSuccessBackground;
176
+ border-color: @sapUiButtonSuccessBorderColor;
186
177
  }
187
178
 
188
179
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
189
180
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
190
- background-color: @sapUiButtonSuccessBackground;
191
181
  color: @sapUiButtonSuccessTextColor;
192
- border-color: @sapUiButtonSuccessBorderColor;
182
+ }
183
+
184
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusWrapper {
185
+ background-color: @sapUiButtonInformationBackground;
186
+ border-color: @sapUiButtonInformationBorderColor;
193
187
  }
194
188
 
195
189
  .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
196
190
  .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
197
191
  text-shadow: @sapUiContentTextShadow;
198
- background-color: @sapUiButtonInformationBackground;
199
192
  color: @sapUiButtonInformationTextColor;
200
- border-color: @sapUiButtonInformationBorderColor;
193
+ }
194
+
195
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusWrapper {
196
+ background-color: @sapNeutralBackground;
197
+ border-color: @sapNeutralBorderColor;
201
198
  }
202
199
 
203
200
  .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
204
201
  .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
205
202
  text-shadow: @sapUiContentTextShadow;
206
- background-color: @sapNeutralBackground;
207
203
  color: @sapTextColor;
208
- border-color: @sapNeutralBorderColor;
209
204
  }
210
205
 
206
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
207
+ background-color: @sapUiButtonNegativeHoverBackground;
208
+ border-color: @sapUiButtonNegativeHoverBorderColor;
209
+ }
211
210
 
212
211
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
213
212
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
214
- background-color: @sapUiButtonNegativeHoverBackground;
215
213
  color: @sapUiButtonNegativeHoverTextColor;
216
- border-color: @sapUiButtonNegativeHoverBorderColor;
214
+ }
215
+
216
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
217
+ background-color: @sapUiButtonCriticalHoverBackground;
218
+ border-color: @sapUiButtonCriticalHoverBorderColor;
217
219
  }
218
220
 
219
221
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
220
222
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
221
- background-color: @sapUiButtonCriticalHoverBackground;
222
223
  color: @sapUiButtonCriticalHoverTextColor;
223
- border-color: @sapUiButtonCriticalHoverBorderColor;
224
+ }
225
+
226
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
227
+ background-color: @sapUiButtonSuccessHoverBackground;
228
+ border-color: @sapUiButtonSuccessHoverBorderColor;
224
229
  }
225
230
 
226
231
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
227
232
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
228
- background-color: @sapUiButtonSuccessHoverBackground;
229
233
  color: @sapUiButtonSuccessHoverTextColor;
230
- border-color: @sapUiButtonSuccessHoverBorderColor;
234
+ }
235
+
236
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
237
+ background-color: @sapUiButtonInformationHoverBackground;
238
+ border-color: @sapUiButtonInformationHoverBorderColor;
231
239
  }
232
240
 
233
241
  .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
234
242
  .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
235
- background-color: @sapUiButtonInformationHoverBackground;
236
243
  color: @sapUiButtonInformationHoverTextColor;
237
- border-color: @sapUiButtonInformationHoverBorderColor;
244
+ }
245
+
246
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover > .sapMObjStatusWrapper {
247
+ background-color: @sapUiButtonNeutralHoverBackground;
248
+ border-color: @sapUiButtonNeutralHoverBorderColor;
238
249
  }
239
250
 
240
251
  .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
241
252
  .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
242
- background-color: @sapUiButtonNeutralHoverBackground;
243
253
  color: @sapUiButtonNeutralHoverTextColor;
244
- border-color: @sapUiButtonNeutralHoverBorderColor;
254
+ }
255
+
256
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active > .sapMObjStatusWrapper {
257
+ background-color: @sapUiButtonNegativeActiveBackground;
258
+ border-color: @sapUiButtonNegativeActiveBorderColor;
245
259
  }
246
260
 
247
261
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
248
262
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
249
- background-color: @sapUiButtonNegativeActiveBackground;
250
263
  color: @sapUiButtonRejectSelectedTextColor;
251
- border-color: @sapUiButtonNegativeActiveBorderColor;
264
+ }
265
+
266
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active > .sapMObjStatusWrapper {
267
+ background-color: @sapUiButtonCriticalActiveBackground;
268
+ border-color: @sapUiButtonCriticalActiveBorderColor;
252
269
  }
253
270
 
254
271
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
255
272
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
256
- background-color: @sapUiButtonCriticalActiveBackground;
257
273
  color: @sapUiButtonAttentionSelectedTextColor;
258
- border-color: @sapUiButtonCriticalActiveBorderColor;
274
+ }
275
+
276
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active > .sapMObjStatusWrapper {
277
+ background-color: @sapUiButtonSuccessActiveBackground;
278
+ border-color: @sapUiButtonSuccessActiveBorderColor;
259
279
  }
260
280
 
261
281
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
262
282
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
263
- background-color: @sapUiButtonSuccessActiveBackground;
264
283
  color: @sapUiButtonAcceptSelectedTextColor;
265
- border-color: @sapUiButtonSuccessActiveBorderColor;
284
+ }
285
+
286
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active > .sapMObjStatusWrapper {
287
+ background-color: @sapUiButtonInformationActiveBackground;
288
+ border-color: @sapUiButtonInformationActiveBorderColor;
266
289
  }
267
290
 
268
291
  .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
269
292
  .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
270
- background-color: @sapUiButtonInformationActiveBackground;
271
293
  color: @sapUiButtonSelectedTextColor;
272
- border-color: @sapUiButtonInformationActiveBorderColor;
294
+ }
295
+
296
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active > .sapMObjStatusWrapper {
297
+ background-color: @sapUiButtonNeutralActiveBackground;
298
+ border-color: @sapUiButtonNeutralActiveBorderColor;
273
299
  }
274
300
 
275
301
  .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
276
302
  .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
277
- background-color: @sapUiButtonNeutralActiveBackground;
278
303
  color: @sapUiButtonActiveTextColor;
279
- border-color: @sapUiButtonNeutralActiveBorderColor;
280
304
  }
281
305
 
282
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
283
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
306
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusWrapper {
284
307
  background-color: @sapUiIndication1Background;
285
308
  border-color: @sapUiIndication1BorderColor;
309
+ }
310
+
311
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
312
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
286
313
  color: @sapUiIndication1TextColor;
287
314
  }
288
315
 
289
- .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
290
- .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
316
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusWrapper {
291
317
  background-color: @sapUiIndication2Background;
292
318
  border-color: @sapUiIndication2BorderColor;
319
+ }
320
+
321
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
322
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
293
323
  color: @sapUiIndication2TextColor;
294
324
  }
295
325
 
296
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
297
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
326
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusWrapper {
298
327
  background-color: @sapUiIndication3Background;
299
328
  border-color: @sapUiIndication3BorderColor;
329
+ }
330
+
331
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
332
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
300
333
  color: @sapUiIndication3TextColor;
301
334
  }
302
335
 
303
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
304
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
336
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusWrapper {
305
337
  background-color: @sapUiIndication4Background;
306
338
  border-color: @sapUiIndication4BorderColor;
339
+ }
340
+
341
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
342
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
307
343
  color: @sapUiIndication4TextColor;
308
344
  }
309
345
 
310
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
311
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
346
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusWrapper {
312
347
  background-color: @sapUiIndication5Background;
313
348
  border-color: @sapUiIndication5BorderColor;
349
+ }
350
+
351
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
352
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
314
353
  color: @sapUiIndication5TextColor;
315
354
  }
316
355
 
317
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
318
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
356
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusWrapper {
319
357
  background-color: @sapUiIndication6Background;
320
358
  border-color: @sapUiIndication6BorderColor;
359
+ }
360
+
361
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
362
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
321
363
  color: @sapUiIndication6TextColor;
322
364
  }
323
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
324
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
365
+
366
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusWrapper {
325
367
  background-color: @sapUiIndication7Background;
326
368
  border-color: @sapUiIndication7BorderColor;
369
+ }
370
+
371
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
372
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
327
373
  color: @sapUiIndication7TextColor;
328
374
  }
329
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
330
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
375
+
376
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusWrapper {
331
377
  background-color: @sapUiIndication8Background;
332
378
  border-color: @sapUiIndication8BorderColor;
379
+ }
380
+
381
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
382
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
333
383
  color: @sapUiIndication8TextColor;
334
384
  }
335
385
 
336
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
337
- .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
386
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
338
387
  background-color: @sapUiIndication1ActiveBackground;
339
388
  border-color: @sapUiIndication1ActiveBorderColor;
389
+ }
390
+
391
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
392
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
340
393
  color: @sapUiIndication1ActiveTextColor;
394
+ }
341
395
 
396
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
397
+ background-color: @sapUiIndication2ActiveBackground;
398
+ border-color: @sapUiIndication2ActiveBorderColor;
342
399
  }
343
400
 
344
401
  .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
345
402
  .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
346
- background-color: @sapUiIndication2ActiveBackground;
347
- border-color: @sapUiIndication2ActiveBorderColor;
348
403
  color: @sapUiIndication2ActiveTextColor;
349
404
  }
350
405
 
351
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
352
- .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
406
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
353
407
  background-color: @sapUiIndication3ActiveBackground;
354
408
  border-color: @sapUiIndication3ActiveBorderColor;
409
+ }
410
+
411
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
412
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
355
413
  color: @sapUiIndication3ActiveTextColor;
356
414
  }
357
415
 
358
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
359
- .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
416
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
360
417
  background-color: @sapUiIndication4ActiveBackground;
361
418
  border-color: @sapUiIndication4ActiveBorderColor;
419
+ }
420
+
421
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
422
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
362
423
  color: @sapUiIndication4ActiveTextColor;
363
424
  }
364
425
 
365
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
366
- .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
426
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
367
427
  background-color: @sapUiIndication5ActiveBackground;
368
428
  border-color: @sapUiIndication5ActiveBorderColor;
429
+ }
430
+
431
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
432
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
369
433
  color: @sapUiIndication5ActiveTextColor;
370
434
  }
371
435
 
372
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
373
- .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
436
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
374
437
  background-color: @sapUiIndication6ActiveBackground;
375
438
  border-color: @sapUiIndication6ActiveBorderColor;
439
+ }
440
+
441
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
442
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
376
443
  color: @sapUiIndication6ActiveTextColor;
377
444
  }
378
445
 
379
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
380
- .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
446
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
381
447
  background-color: @sapUiIndication7ActiveBackground;
382
448
  border-color: @sapUiIndication7ActiveBorderColor;
449
+ }
450
+
451
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
452
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
383
453
  color: @sapUiIndication7ActiveTextColor;
384
454
  }
385
455
 
386
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
387
- .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
456
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active > .sapMObjStatusWrapper {
388
457
  background-color: @sapUiIndication8ActiveBackground;
389
458
  border-color: @sapUiIndication8ActiveBorderColor;
459
+ }
460
+
461
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
462
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
390
463
  color: @sapUiIndication8ActiveTextColor;
391
- }
464
+ }