@openui5/themelib_sap_horizon 1.134.0 → 1.135.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.
Files changed (84) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
  4. package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -2
  5. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
  6. package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
  7. package/src/sap/f/themes/sap_horizon_hcb/GridContainer.less +4 -4
  8. package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
  9. package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +1 -2
  10. package/src/sap/m/themes/sap_horizon/GenericTile.less +0 -10
  11. package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
  12. package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
  13. package/src/sap/m/themes/sap_horizon/Table.less +12 -3
  14. package/src/sap/m/themes/sap_horizon/TimePicker.less +3 -3
  15. package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
  16. package/src/sap/m/themes/sap_horizon/Title.less +8 -6
  17. package/src/sap/m/themes/sap_horizon/Token.less +1 -0
  18. package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
  19. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -10
  20. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
  21. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
  22. package/src/sap/m/themes/sap_horizon_dark/Table.less +12 -3
  23. package/src/sap/m/themes/sap_horizon_dark/TimePicker.less +3 -3
  24. package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
  25. package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
  26. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +11 -11
  27. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
  28. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +1 -0
  29. package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +4 -0
  30. package/src/sap/m/themes/sap_horizon_hcb/TimePicker.less +3 -3
  31. package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
  32. package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
  33. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +9 -11
  34. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
  35. package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +4 -0
  36. package/src/sap/m/themes/sap_horizon_hcw/TimePicker.less +3 -3
  37. package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
  38. package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
  39. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +5 -9
  40. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +5 -9
  41. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +5 -8
  42. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +5 -8
  43. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  44. package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
  45. package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
  46. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
  48. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  50. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
  51. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
  54. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
  55. package/src/sap/ui/table/themes/sap_horizon/Cell.less +7 -5
  56. package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
  57. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  58. package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
  59. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
  60. package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
  61. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
  62. package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
  63. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
  64. package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
  65. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
  66. package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
  67. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
  68. package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
  69. package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
  70. package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
  71. package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
  72. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
  73. package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
  74. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
  75. package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
  76. package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
  77. package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
  78. package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
  79. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
  80. package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
  81. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
  82. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
  83. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
  84. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
package/THIRDPARTY.txt CHANGED
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
6
6
 
7
7
  Library: sap.m:
8
8
 
9
- Component: purify.js, version: 3.1.7
9
+ Component: purify.js, version: 3.2.4
10
10
  Copyright: Mario Heiderich
11
11
  License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
@@ -462,7 +462,7 @@ License: Apache-2.0
462
462
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
463
463
  Contained in: lib/jsdoc/ui5/plugin.js
464
464
 
465
- Component: SAP Theming Base Content, version: 11.24.0
465
+ Component: SAP Theming Base Content, version: 11.28.2
466
466
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
467
467
  License: Apache-2.0
468
468
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.134.0",
3
+ "version": "1.135.0",
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.134.0",
18
- "@openui5/sap.m": "1.134.0",
19
- "@openui5/sap.tnt": "1.134.0",
20
- "@openui5/sap.ui.codeeditor": "1.134.0",
21
- "@openui5/sap.ui.commons": "1.134.0",
22
- "@openui5/sap.ui.core": "1.134.0",
23
- "@openui5/sap.ui.dt": "1.134.0",
24
- "@openui5/sap.ui.fl": "1.134.0",
25
- "@openui5/sap.ui.mdc": "1.134.0",
26
- "@openui5/sap.ui.integration": "1.134.0",
27
- "@openui5/sap.ui.layout": "1.134.0",
28
- "@openui5/sap.ui.rta": "1.134.0",
29
- "@openui5/sap.ui.suite": "1.134.0",
30
- "@openui5/sap.ui.table": "1.134.0",
31
- "@openui5/sap.ui.unified": "1.134.0",
32
- "@openui5/sap.ui.ux3": "1.134.0",
33
- "@openui5/sap.uxap": "1.134.0"
17
+ "@openui5/sap.f": "1.135.0",
18
+ "@openui5/sap.m": "1.135.0",
19
+ "@openui5/sap.tnt": "1.135.0",
20
+ "@openui5/sap.ui.codeeditor": "1.135.0",
21
+ "@openui5/sap.ui.commons": "1.135.0",
22
+ "@openui5/sap.ui.core": "1.135.0",
23
+ "@openui5/sap.ui.dt": "1.135.0",
24
+ "@openui5/sap.ui.fl": "1.135.0",
25
+ "@openui5/sap.ui.mdc": "1.135.0",
26
+ "@openui5/sap.ui.integration": "1.135.0",
27
+ "@openui5/sap.ui.layout": "1.135.0",
28
+ "@openui5/sap.ui.rta": "1.135.0",
29
+ "@openui5/sap.ui.suite": "1.135.0",
30
+ "@openui5/sap.ui.table": "1.135.0",
31
+ "@openui5/sap.ui.unified": "1.135.0",
32
+ "@openui5/sap.ui.ux3": "1.135.0",
33
+ "@openui5/sap.uxap": "1.135.0"
34
34
  }
35
35
  }
@@ -7,5 +7,4 @@
7
7
  @_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
8
8
  @_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
9
9
  @_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
10
- @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
11
- @_sap_f_CardHeaders_MainHeaderBorderRadius: 1rem 1rem 0 0;
10
+ @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
@@ -1,6 +1,6 @@
1
1
  /* =================================== */
2
2
  /* CSS for control sap.f/GridListItem */
3
- /* Horizon theme */
3
+ /* Morning Horizon theme */
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
@@ -8,4 +8,4 @@
8
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
9
9
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
10
  @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
@@ -7,5 +7,4 @@
7
7
  @_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
8
8
  @_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
9
9
  @_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
10
- @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
11
- @_sap_f_CardHeaders_MainHeaderBorderRadius: 1rem 1rem 0 0;
10
+ @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
@@ -8,4 +8,4 @@
8
8
  @_sap_f_GridListItem_HeaderHeight: 2.75rem;
9
9
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
10
10
  @_sap_f_GridListItem_HighlightBorderRadius: 1rem;
11
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
11
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
@@ -1,6 +1,6 @@
1
- /* =================================== */
2
- /* CSS for control sap.f/GridContainer */
3
- /* Horizon High Contrast Black theme */
4
- /* =================================== */
1
+ /* ==================================== */
2
+ /* CSS for control sap.f/GridContainer */
3
+ /* Horizon High Contrast Black theme */
4
+ /* ==================================== */
5
5
 
6
6
  @_sap_f_GridContainer_FocusBorderOffset: -2px;
@@ -4,5 +4,4 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
7
- @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
-
7
+ @_sap_f_GridListItem_HeaderHeight: 2.75rem;
@@ -4,5 +4,4 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_f_GridListItem_HeaderBoxShadow: none;
7
- @_sap_f_GridListItem_HeaderHeight: 2.75rem;
8
-
7
+ @_sap_f_GridListItem_HeaderHeight: 2.75rem;
@@ -548,16 +548,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
548
548
  font-weight: bold;
549
549
  }
550
550
 
551
- .OneByOne.tileWithAppInfo {
552
-
553
- .sapMGTTInfoContainer {
554
-
555
- .sapMGTTInfo {
556
- background-color: var(--sapTile_Active_Background);
557
- }
558
- }
559
- }
560
-
561
551
  .TwoByOne.sapMGTActionMode {
562
552
  border-radius: 1.25rem;
563
553
 
@@ -7,7 +7,6 @@
7
7
  /* Variables overriding */
8
8
  /* ========================================================================== */
9
9
 
10
- @_sap_m_IconTabBar_TextColor: var(--sapTextColor);
11
10
  @_sap_m_IconTabBar_TextShadow: none;
12
11
  @_sap_m_IconTabBar_Separator_Font_Size: var(--sapFontLargeSize);
13
12
  @_sap_m_IconTabBar_More_Button_Focus_Offset: -0.3125rem;
@@ -17,7 +16,6 @@
17
16
  /* ==================== Cozy size ==================== */
18
17
 
19
18
  /* Content arrow */
20
- @_sap_m_IconTabBar_ContentArrowBorderWidth: 0.1875rem;
21
19
  @_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
22
20
 
23
21
  /* Inline mode */
@@ -135,8 +133,7 @@
135
133
  /* Variables */
136
134
  /* ========================================================================== */
137
135
 
138
- @_sap_m_IconTabBar_TextHoverColor: var(--sapContent_Selected_ForegroundColor);
139
- @_sap_m_IconTabBar_SelectedTextColor: var(--sapContent_Selected_ForegroundColor);
136
+ @_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
140
137
  @_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
141
138
  @_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
142
139
  @_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
@@ -208,7 +205,7 @@
208
205
  .sapMITBSelected {
209
206
 
210
207
  .sapMITBContentArrow::after {
211
- background: var(--sapContent_Selected_ForegroundColor);
208
+ background: var(--sapTab_ForegroundColor);
212
209
  }
213
210
  }
214
211
 
@@ -324,7 +321,6 @@
324
321
  }
325
322
 
326
323
  .sapMITBContentArrow {
327
- border-bottom: none;
328
324
  position: relative;
329
325
 
330
326
  /* creates border bottom with rounded top corners */
@@ -334,7 +330,6 @@
334
330
  bottom: 0;
335
331
  left: 0;
336
332
  right: 0;
337
- height: @_sap_m_IconTabBar_ContentArrowBorderWidth;
338
333
  border-radius: 0.125rem 0.125rem 0 0;
339
334
  }
340
335
  }
@@ -392,7 +387,7 @@
392
387
  .sapMITBFilterDefault.sapMITBSelected {
393
388
 
394
389
  .sapMITBText {
395
- color: var(--sapContent_Selected_ForegroundColor);
390
+ color: var(--sapTab_Selected_TextColor);
396
391
  }
397
392
 
398
393
  .sapMITBFilterExpandBtnSeparator {
@@ -407,99 +402,98 @@
407
402
  .sapMITBFilterNeutral {
408
403
 
409
404
  .sapMITBText {
410
- color: var(--sapNeutralTextColor);
405
+ color: var(--sapTab_Neutral_TextColor);
411
406
  }
412
407
 
413
408
  .sapMITBFilterWrapper:hover .sapMITBText {
414
- color: var(--sapNeutralTextColor);
409
+ color: var(--sapTab_Neutral_TextColor);
415
410
  }
416
411
 
417
412
  .sapMITBFilterExpandBtn:hover {
418
413
 
419
414
  .sapMITBFilterExpandIcon {
420
- color: var(--sapNeutralTextColor);
415
+ color: var(--sapTab_Neutral_TextColor);
421
416
  }
422
417
  }
423
418
 
424
419
  &.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
425
- border-color: var(--sapNeutralTextColor);
420
+ border-color: var(--sapTab_Neutral_TextColor);
426
421
  }
427
422
  }
428
423
 
429
424
  .sapMITBFilterPositive {
430
425
 
431
426
  .sapMITBText {
432
- color: var(--sapPositiveTextColor);
427
+ color: var(--sapTab_Positive_TextColor);
433
428
  }
434
429
 
435
430
  .sapMITBFilterWrapper:hover .sapMITBText {
436
- color: var(--sapPositiveTextColor);
431
+ color: var(--sapTab_Positive_TextColor);
437
432
  }
438
433
 
439
434
  .sapMITBFilterExpandBtn:hover {
440
435
 
441
436
  .sapMITBFilterExpandIcon {
442
- color: var(--sapPositiveTextColor) !important;
437
+ color: var(--sapTab_Positive_TextColor) !important;
443
438
  }
444
439
  }
445
440
 
446
441
  &.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
447
- border-color: var(--sapPositiveTextColor);
442
+ border-color: var(--sapTab_Positive_TextColor);
448
443
  }
449
444
  }
450
445
 
451
446
  .sapMITBFilterNegative {
452
447
 
453
448
  .sapMITBText {
454
- color: var(--sapNegativeTextColor);
449
+ color: var(--sapTab_Negative_TextColor);
455
450
  }
456
451
 
457
452
  .sapMITBFilterWrapper:hover .sapMITBText {
458
- color: var(--sapNegativeTextColor);
453
+ color: var(--sapTab_Negative_TextColor);
459
454
  }
460
455
 
461
456
  .sapMITBFilterExpandBtn:hover {
462
457
 
463
458
  .sapMITBFilterExpandIcon {
464
- color: var(--sapNegativeTextColor);
459
+ color: var(--sapTab_Negative_TextColor);
465
460
  }
466
461
  }
467
462
 
468
463
  &.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
469
- border-color: var(--sapNegativeTextColor);
464
+ border-color: var(--sapTab_Negative_TextColor);
470
465
  }
471
466
  }
472
467
 
473
468
  .sapMITBFilterCritical {
474
469
 
475
470
  .sapMITBText {
476
- color: var(--sapCriticalTextColor);
471
+ color: var(--sapTab_Critical_TextColor);
477
472
  }
478
473
 
479
474
  .sapMITBFilterWrapper:hover .sapMITBText {
480
- color: var(--sapCriticalTextColor);
475
+ color: var(--sapTab_Critical_TextColor);
481
476
  }
482
477
 
483
478
  .sapMITBFilterExpandBtn:hover {
484
479
 
485
480
  .sapMITBFilterExpandIcon {
486
- color: var(--sapCriticalTextColor);
481
+ color: var(--sapTab_Critical_TextColor);
487
482
  }
488
483
  }
489
484
 
490
485
  &.sapMITBSelected .sapMITBFilterExpandBtnSeparator {
491
- border-color: var(--sapCriticalTextColor);
486
+ border-color: var(--sapTab_Critical_TextColor);
492
487
  }
493
488
  }
494
489
  }
495
490
 
496
491
  .sapMITBFilterIcon {
497
- border: 2px solid var(--sapContent_Selected_ForegroundColor);
492
+ border: 0.125rem solid var(--sapTab_ForegroundColor);
498
493
  }
499
494
 
500
495
  .sapMITBFilterDefault {
501
- border-color: var(--sapContent_Selected_ForegroundColor);
502
- color: var(--sapContent_Selected_ForegroundColor);
496
+ color: var(--sapTab_IconColor);
503
497
 
504
498
  .sapMITBFilterExpandBtnSeparator {
505
499
  border-color: var(--sapTextColor);
@@ -510,55 +504,59 @@
510
504
  }
511
505
  }
512
506
 
507
+ .sapMITBTab .sapMITBFilterIcon {
508
+ background-color: var(--sapTab_Background);
509
+ }
510
+
513
511
  .sapMITBFilterNeutral {
514
- color: var(--sapNeutralElementColor);
515
- border-color: var(--sapNeutralElementColor);
512
+ color: var(--sapTab_Neutral_IconColor);
513
+ border-color: var(--sapTab_Neutral_ForegroundColor);
516
514
 
517
515
  .sapMITBFilterExpandBtnSeparator {
518
- border-color: var(--sapNeutralTextColor);
516
+ border-color: var(--sapTab_Neutral_TextColor);
519
517
  }
520
518
 
521
- .sapMITBFilterExpandIcon {
522
- color: var(--sapNeutralTextColor) !important;
519
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
520
+ color: var(--sapTab_Neutral_TextColor);
523
521
  }
524
522
  }
525
523
 
526
524
  .sapMITBFilterPositive {
527
- color: var(--sapPositiveElementColor);
528
- border-color: var(--sapPositiveElementColor);
525
+ color: var(--sapTab_Positive_IconColor);
526
+ border-color: var(--sapTab_Positive_ForegroundColor);
529
527
 
530
528
  .sapMITBFilterExpandBtnSeparator {
531
- border-color: var(--sapPositiveTextColor);
529
+ border-color: var(--sapTab_Positive_TextColor);
532
530
  }
533
531
 
534
- .sapMITBFilterExpandIcon {
535
- color: var(--sapPositiveTextColor) !important;
532
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
533
+ color: var(--sapTab_Positive_TextColor);
536
534
  }
537
535
  }
538
536
 
539
- .sapMITBFilterNegative:not(.sapMITBTextOnly) {
540
- color: var(--sapNegativeElementColor);
541
- border-color: var(--sapNegativeElementColor);
537
+ .sapMITBFilterNegative {
538
+ color: var(--sapTab_Negative_IconColor);
539
+ border-color: var(--sapTab_Negative_ForegroundColor);
542
540
 
543
541
  .sapMITBFilterExpandBtnSeparator {
544
- border-color: var(--sapNegativeTextColor);
542
+ border-color: var(--sapTab_Negative_TextColor);
545
543
  }
546
544
 
547
- .sapMITBFilterExpandIcon {
548
- color: var(--sapNegativeTextColor) !important;
545
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
546
+ color: var(--sapTab_Negative_TextColor);
549
547
  }
550
548
  }
551
549
 
552
550
  .sapMITBFilterCritical {
553
- color: var(--sapCriticalElementColor);
554
- border-color: var(--sapCriticalElementColor);
551
+ color: var(--sapTab_Critical_IconColor);
552
+ border-color: var(--sapTab_Critical_ForegroundColor);
555
553
 
556
554
  .sapMITBFilterExpandBtnSeparator {
557
- border-color: var(--sapCriticalTextColor);
555
+ border-color: var(--sapTab_Critical_TextColor);
558
556
  }
559
557
 
560
- .sapMITBFilterExpandIcon {
561
- color: var(--sapCriticalTextColor) !important;
558
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
559
+ color: var(--sapTab_Critical_TextColor);
562
560
  }
563
561
  }
564
562
 
@@ -567,46 +565,61 @@
567
565
  .sapMITBFilterNeutral {
568
566
 
569
567
  .sapMITBFilterExpandBtnSeparator {
570
- border-color: var(--sapNeutralElementColor);
568
+ border-color: var(--sapTab_Neutral_TextColor);
571
569
  }
572
570
 
573
- .sapMITBFilterExpandIcon {
574
- color: var(--sapNeutralElementColor) !important;
571
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
572
+ color: var(--sapTab_Neutral_TextColor);
575
573
  }
576
574
  }
577
575
 
578
576
  .sapMITBFilterPositive {
579
577
 
580
578
  .sapMITBFilterExpandBtnSeparator {
581
- border-color: var(--sapPositiveElementColor);
579
+ border-color: var(--sapTab_Positive_TextColor);
582
580
  }
583
581
 
584
- .sapMITBFilterExpandIcon {
585
- color: var(--sapPositiveElementColor) !important;
582
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
583
+ color: var(--sapTab_Positive_TextColor);
586
584
  }
587
585
  }
588
586
 
587
+ .sapMITBSelected .sapMITBFilterPositive {
588
+ background: var(--sapTab_Positive_Selected_Background);
589
+ color: var(--sapTab_Positive_Selected_IconColor);
590
+ }
591
+
589
592
  .sapMITBFilterNegative {
590
593
 
591
594
  .sapMITBFilterExpandBtnSeparator {
592
- border-color: var(--sapNegativeElementColor);
595
+ border-color: var(--sapTab_Negative_TextColor);
593
596
  }
594
597
 
595
- .sapMITBFilterExpandIcon {
596
- color: var(--sapNegativeElementColor) !important;
598
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
599
+ color: var(--sapTab_Negative_TextColor);
597
600
  }
598
601
  }
599
602
 
603
+ .sapMITBSelected .sapMITBFilterNegative {
604
+ background: var(--sapTab_Negative_Selected_Background);
605
+ color: var(--sapTab_Negative_Selected_IconColor);
606
+ }
607
+
600
608
  .sapMITBFilterCritical {
601
609
 
602
610
  .sapMITBFilterExpandBtnSeparator {
603
- border-color: var(--sapCriticalElementColor);
611
+ border-color: var(--sapTab_Critical_TextColor);
604
612
  }
605
613
 
606
- .sapMITBFilterExpandIcon {
607
- color: var(--sapCriticalElementColor) !important;
614
+ &.sapMITBItem.sapMITBFilterWithItems .sapMITBFilterExpandIcon.sapUiIcon {
615
+ color: var(--sapTab_Critical_TextColor);
608
616
  }
609
617
  }
618
+
619
+ .sapMITBSelected .sapMITBFilterCritical {
620
+ background: var(--sapTab_Critical_Selected_Background);
621
+ color: var(--sapTab_Critical_Selected_IconColor);
622
+ }
610
623
  }
611
624
 
612
625
  .sapMITBSelected {
@@ -616,44 +629,24 @@
616
629
  }
617
630
 
618
631
  &.sapMITBFilterNeutral .sapMITBContentArrow::after {
619
- background: var(--sapNeutralElementColor);
632
+ background: var(--sapTab_Neutral_ForegroundColor);
620
633
  }
621
634
 
622
635
  &.sapMITBFilterPositive .sapMITBContentArrow::after {
623
- background: var(--sapPositiveElementColor);
636
+ background: var(--sapTab_Positive_ForegroundColor);
624
637
  }
625
638
 
626
639
  &.sapMITBFilterNegative .sapMITBContentArrow::after {
627
- background: var(--sapNegativeElementColor);
640
+ background: var(--sapTab_Negative_ForegroundColor);
628
641
  }
629
642
 
630
643
  &.sapMITBFilterCritical .sapMITBContentArrow::after {
631
- background: var(--sapCriticalElementColor);
644
+ background: var(--sapTab_Critical_ForegroundColor);
632
645
  }
633
646
 
634
647
  .sapMITBFilterDefault {
635
648
  background: @_sap_m_IconTabBar_SelectedTextColor;
636
- color: var(--sapContent_ContrastIconColor);
637
- }
638
-
639
- .sapMITBFilterNeutral {
640
- background: var(--sapNeutralElementColor);
641
- color: var(--sapContent_ContrastIconColor);
642
- }
643
-
644
- .sapMITBFilterPositive {
645
- background: var(--sapPositiveElementColor);
646
- color: var(--sapContent_ContrastIconColor);
647
- }
648
-
649
- .sapMITBFilterNegative {
650
- background: var(--sapNegativeElementColor);
651
- color: var(--sapContent_ContrastIconColor);
652
- }
653
-
654
- .sapMITBFilterCritical {
655
- background: var(--sapCriticalElementColor);
656
- color: var(--sapContent_ContrastIconColor);
649
+ color: var(--sapTab_Selected_IconColor);
657
650
  }
658
651
  }
659
652
 
@@ -930,7 +923,6 @@ html.sap-desktop {
930
923
  .sapMITH {
931
924
 
932
925
  .sapMITBFilterWithItems .sapMITBFilterExpandBtn {
933
- margin-left: -1px;
934
- /* to hide the separator on hover over the button */
926
+ margin-left: -1px; /* to hide the separator on hover over the button */
935
927
  }
936
928
  }
@@ -3,9 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMMsgStrip {
7
- border-radius: var(--sapPopover_BorderCornerRadius);
8
- }
9
6
 
10
7
  .sapMMsgStripInformation {
11
8
  background-color: var(--sapInformationBackground);
@@ -3,14 +3,23 @@
3
3
  /* Horizon theme */
4
4
  /* ============================ */
5
5
 
6
- @_sap_m_Table_SelNavColWidth: 2.75rem;
7
- @_sap_m_Table_CustomFocusMargin: 0;
8
-
9
6
  .sapMListBGTransparent .sapMListTblHeader,
10
7
  .sapMListBGTransparent .sapMListTblFooter {
11
8
  background-color: fade(@sapUiListBackground, 0%);
12
9
  }
13
10
 
11
+ .sapMListTblSelCol,
12
+ .sapMListTblHasNav .sapMListTblNavCol {
13
+ width: 2.75rem;
14
+ }
15
+
16
+ .sapMTableRowCustomFocus:focus {
17
+ & + .sapMListTblSubRow > td::before,
18
+ & > :not(.sapMListTblDummyCell:last-child)::before {
19
+ margin-right: 0; /* make the focus border clearly visible on all sides */
20
+ }
21
+ }
22
+
14
23
  .sapMListBGTranslucent .sapMListTblHeader,
15
24
  .sapMListBGTranslucent .sapMListTblFooter {
16
25
  background-color: var(--sapList_Background);
@@ -3,6 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* ================================= */
5
5
 
6
- @_sap_m_TimePicker_ItemColor: @sapUiLegendWorkingBackground;
7
- @_sap_m_TimePicker_ItemHoverColor: @sapUiListHoverBackground;
8
- @_sap_m_TimePicker_ItemBorderColor: @sapUiListBackground;
6
+ @_sap_m_TimePicker_ItemColor: var(--sapLegend_WorkingBackground);
7
+ @_sap_m_TimePicker_ItemHoverColor: var(--sapList_Hover_Background);
8
+ @_sap_m_TimePicker_ItemBorderColor: var(--sapList_Background);