@openui5/themelib_sap_horizon 1.131.1 → 1.132.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (184) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +5 -12
  4. package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
  5. package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
  7. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
  8. package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
  9. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
  10. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
  13. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
  14. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
  15. package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
  16. package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
  17. package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
  18. package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
  19. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
  20. package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
  21. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
  22. package/src/sap/m/themes/sap_horizon/Page.less +39 -13
  23. package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
  24. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
  25. package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
  26. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
  27. package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
  28. package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
  29. package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
  30. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
  31. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
  32. package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
  33. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
  34. package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
  35. package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
  36. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
  37. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
  38. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
  40. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
  41. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
  42. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
  43. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
  44. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
  45. package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
  46. package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
  47. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
  48. package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
  49. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
  50. package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
  52. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
  53. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
  54. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
  55. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
  56. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
  57. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
  58. package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
  60. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
  61. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  62. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
  64. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
  65. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
  66. package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
  67. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
  68. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
  69. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
  70. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
  71. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
  72. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
  73. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
  74. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
  75. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
  76. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
  77. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
  78. package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
  79. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
  80. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
  81. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
  83. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
  84. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
  85. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
  86. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
  87. package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
  88. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
  89. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
  90. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
  91. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
  92. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
  93. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
  94. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
  95. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
  96. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
  97. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
  98. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
  99. package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
  100. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
  101. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
  102. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  104. package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
  105. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
  106. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  107. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
  108. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
  110. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  111. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
  112. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  113. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  114. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  115. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  116. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  117. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  118. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
  123. package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
  124. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  125. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  126. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
  127. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
  128. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  130. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
  131. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
  132. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
  135. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
  136. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  137. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  138. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  139. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  140. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  141. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  142. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  143. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  145. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  146. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  147. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  148. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
  149. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
  150. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  151. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  152. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  153. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  154. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  155. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  156. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  157. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  158. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  159. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  161. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  162. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  163. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  164. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  165. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  166. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  167. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  168. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  169. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  170. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  171. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  172. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  173. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  174. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  175. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  176. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  177. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  178. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  179. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  180. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  181. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  182. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  183. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  184. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -8,11 +8,11 @@
8
8
  }
9
9
 
10
10
  .sapMPanelBGSolid {
11
- background-color: @sapUiGroupContentBackground;
11
+ background-color: var(--sapGroup_ContentBackground);
12
12
  }
13
13
 
14
14
  .sapMPanelBGTranslucent {
15
- background-color: @sapUiGroupContentBackground;
15
+ background-color: var(--sapGroup_ContentBackground);
16
16
  }
17
17
 
18
18
  .sapMPanelBGTransparent {
@@ -25,12 +25,12 @@
25
25
  .sapMPanelWrappingDiv,
26
26
  /* do not want border if expanded and if only header text */
27
27
  .sapMPanelWrappingDivTb {
28
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
28
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
29
29
  }
30
30
 
31
31
  .sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
32
32
  .sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
33
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
33
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
34
34
  }
35
35
 
36
36
  .sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
@@ -38,7 +38,7 @@
38
38
  }
39
39
 
40
40
  .sapMPanelContent:not(.sapMPanelBGTransparent) {
41
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
41
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
42
42
  }
43
43
 
44
44
  .sapMPanelContent {
@@ -51,5 +51,5 @@
51
51
  }
52
52
 
53
53
  .sapMPanelWrappingDiv .sapUiIcon {
54
- color: @sapButton_Lite_TextColor;
55
- }
54
+ color: var(--sapButton_Lite_TextColor);
55
+ }
@@ -7,8 +7,8 @@
7
7
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(even):not(.sapMListTblSubRow),
8
8
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(4n+3),
9
9
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(4n+3),
10
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n){
11
- background-color: @sapUiListAlternatingBackground;
10
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n) {
11
+ background-color: var(--sapList_AlternatingBackground);
12
12
  }
13
13
 
14
14
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBHoverable:hover,
@@ -16,8 +16,8 @@
16
16
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover + .sapMListTblSubRow,
17
17
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover,
18
18
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover + .sapMListTblSubRow,
19
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBHoverable:hover{
20
- background-color: @sapUiListHoverBackground;
19
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBHoverable:hover {
20
+ background-color: var(--sapList_Hover_Background);
21
21
  }
22
22
 
23
23
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBSelected,
@@ -26,8 +26,8 @@
26
26
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected + .sapMListTblSubRow,
27
27
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected,
28
28
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected + .sapMListTblSubRow,
29
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected{
30
- background-color: @sapUiListSelectionBackgroundColor;
29
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected {
30
+ background-color: var(--sapList_SelectionBackgroundColor);
31
31
  }
32
32
 
33
33
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBSelected.sapMLIBHoverable:hover,
@@ -36,22 +36,22 @@
36
36
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover + .sapMListTblSubRow,
37
37
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover,
38
38
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover + .sapMListTblSubRow,
39
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected.sapMLIBHoverable:hover{
39
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected.sapMLIBHoverable:hover {
40
40
  background-color: @sapUiListSelectionHoverBackground;
41
41
  }
42
42
 
43
43
  /* Calendar overstyling */
44
44
 
45
45
  html.sap-desktop .sapMPlanCal .sapUiCalItem:not(.sapUiCalItemSel):hover {
46
- background-color: @sapUiListHoverBackground;
46
+ background-color: var(--sapList_Hover_Background);
47
47
  }
48
48
 
49
49
  html.sap-desktop .sapMPlanCal .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
50
- background-color: @sapUiListHoverBackground;
50
+ background-color: var(--sapList_Hover_Background);
51
51
  }
52
52
 
53
53
  html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hover {
54
- background-color: @sapUiListAlternatingBackground;
54
+ background-color: var(--sapList_AlternatingBackground);
55
55
  }
56
56
 
57
57
  .sapMPlanCal .sapMPlanCalRowHead .sapMSLIImg {
@@ -63,9 +63,9 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
63
63
 
64
64
  .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
- background-color: @sapUiAccent7;
67
- color: @sapUiContentContrastTextColor;
68
- font-size: @sapMFontHeader4Size;
66
+ background-color: var(--sapAccentColor7);
67
+ color: var(--sapContent_ContrastTextColor);
68
+ font-size: var(--sapFontHeader4Size);
69
69
  }
70
70
 
71
71
  .sapMPlanCal .sapUiCalMonthsRow .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
@@ -3,33 +3,37 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- .sapMPopoverArr:after {
7
- background: @sapUiGroupContentBackground;
8
- box-shadow: @sapUiContentShadow2;
6
+ .sapMPopoverArr::after {
7
+ background: var(--sapGroup_ContentBackground);
8
+ box-shadow: var(--sapContent_Shadow2);
9
9
  }
10
10
 
11
11
  .sapMPopoverWithBar > .sapMPopoverArr {
12
- &.sapMPopoverArrUp:after,
13
- &.sapMPopoverHeaderAlignArr:after {
14
- background-color: @sapUiPageHeaderBackground;
12
+ &.sapMPopoverArrUp::after,
13
+ &.sapMPopoverHeaderAlignArr::after {
14
+ background-color: var(--sapPageHeader_Background);
15
15
  }
16
16
  }
17
17
 
18
- .sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr:after {
19
- background-color: @sapUiPageFooterBackground;
18
+ .sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr::after {
19
+ background-color: var(--sapPageFooter_Background);
20
20
  }
21
21
 
22
22
  .sapMPopover .sapMIBar.sapMHeader-CTX {
23
- background-color: @sapUiPageHeaderBackground;
23
+ background-color: var(--sapPageHeader_Background);
24
24
  }
25
25
 
26
26
  .sapMPopover .sapMIBar.sapMSubHeader-CTX {
27
- background-color: @sapUiPageHeaderBackground;
27
+ background-color: var(--sapPageHeader_Background);
28
28
  }
29
29
 
30
30
  .sapUiSizeCompact {
31
- .sapMPopoverFooter, .sapMPopoverHeader {
32
- .sapMIBar, .sapMBar {
31
+
32
+ .sapMPopoverFooter,
33
+ .sapMPopoverHeader {
34
+
35
+ .sapMIBar,
36
+ .sapMBar {
33
37
  height: 2.5rem;
34
38
 
35
39
  & > .sapMBarLeft,
@@ -54,10 +58,17 @@
54
58
  }
55
59
  }
56
60
 
57
- .sapMPopoverHeader, .sapMPopoverFooter, .sapMPopoverSubHeader {
58
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
59
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
61
+ .sapMPopoverHeader,
62
+ .sapMPopoverFooter,
63
+ .sapMPopoverSubHeader {
64
+
65
+ .sapUi-Std-PaddingS,
66
+ .sapUi-Std-PaddingM,
67
+ .sapUi-Std-PaddingL,
68
+ .sapUi-Std-PaddingXL {
69
+
60
70
  &.sapMBar {
71
+
61
72
  .sapMBarMiddle .sapMBarPH {
62
73
  padding-left: 0;
63
74
  padding-right: 0;
@@ -82,21 +93,26 @@
82
93
  }
83
94
  }
84
95
 
85
- .sapMPopoverHeader, .sapMPopoverSubHeader {
96
+ .sapMPopoverHeader,
97
+ .sapMPopoverSubHeader {
86
98
  position: relative;
87
99
  z-index: 2;
88
100
 
89
101
  .sapMBar {
102
+
90
103
  .sapMBarContainer {
91
104
  padding-left: 0;
92
105
  padding-right: 0;
93
106
  }
107
+
94
108
  .sapMBarLeft {
95
109
  padding-left: 1rem;
96
110
  }
111
+
97
112
  .sapMBarMiddle .sapMBarContainer {
98
113
  padding: 0 1rem;
99
114
  }
115
+
100
116
  .sapMBarRight {
101
117
  padding-right: 1rem;
102
118
  }
@@ -104,7 +120,7 @@
104
120
  }
105
121
 
106
122
  .sapMPopover {
107
- border-radius: @sapUiPopoverBorderCornerRadius;
123
+ border-radius: var(--sapPopover_BorderCornerRadius);
108
124
 
109
125
  .sapMPopoverCont {
110
126
  padding: 0.0625rem;
@@ -112,37 +128,37 @@
112
128
 
113
129
  &.sapMPopoverWithoutBar .sapMPopoverCont,
114
130
  .sapMIBar.sapMHeader-CTX {
115
- border-top-right-radius: @sapUiPopoverBorderCornerRadius;
116
- border-top-left-radius: @sapUiPopoverBorderCornerRadius;
131
+ border-top-right-radius: var(--sapPopover_BorderCornerRadius);
132
+ border-top-left-radius: var(--sapPopover_BorderCornerRadius);
117
133
  }
118
134
 
119
135
  &.sapMPopoverWithoutFooter .sapMPopoverCont,
120
136
  .sapMIBar.sapMFooter-CTX {
121
- border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
122
- border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
137
+ border-bottom-right-radius: var(--sapPopover_BorderCornerRadius);
138
+ border-bottom-left-radius: var(--sapPopover_BorderCornerRadius);
123
139
  }
124
140
  }
125
141
 
126
142
  /* pointing downward arrow */
127
- .sapMPopoverArrDown:after {
143
+ .sapMPopoverArrDown::after {
128
144
  margin: -0.5rem 0 0 0.125rem;
129
145
  }
130
146
 
131
147
  /* pointing right arrow */
132
- .sapMPopoverArrRight:after {
148
+ .sapMPopoverArrRight::after {
133
149
  margin: 0.1875rem 0 0 -0.5rem;
134
150
  }
135
151
 
136
152
  /* pointing upward arrow */
137
- .sapMPopoverArrUp:after {
153
+ .sapMPopoverArrUp::after {
138
154
  margin: 0.3125rem 0 0 0.1875rem;
139
155
  }
140
156
 
141
157
  /* pointing left arrow */
142
- .sapMPopoverArrLeft:after {
158
+ .sapMPopoverArrLeft::after {
143
159
  margin: 0.125rem 0 0 0.3125rem;
144
160
  }
145
161
 
146
162
  .sapMPopoverResizeHandle {
147
- color: @sapButton_Lite_TextColor;
163
+ color: var(--sapButton_Lite_TextColor);
148
164
  }
@@ -45,13 +45,13 @@
45
45
 
46
46
  .sapMPIBarRemaining {
47
47
  position: absolute;
48
- width: ~'calc(100% - 1.25rem)';
49
- border: 0.0625rem solid @sapUiProgressBorderColor;
48
+ width: ~'calc(100% - 1.25rem)';
49
+ border: 0.0625rem solid var(--sapProgress_BorderColor);
50
50
  }
51
51
 
52
52
  .sapMPIBar {
53
53
  z-index: 1;
54
- border: 0.0625rem solid @sapUiProgressValueTextColor;
54
+ border: 0.0625rem solid var(--sapProgress_Value_TextColor);
55
55
  }
56
56
 
57
57
  .sapMPIValueMin .sapMPIBar {
@@ -59,7 +59,7 @@
59
59
  }
60
60
 
61
61
  .sapMPIBar::before {
62
- font-family: 'SAP-icons';
62
+ font-family: var(--sapContent_IconFontFamily);
63
63
  font-size: 1rem;
64
64
  margin-left: 0.25rem;
65
65
  position: absolute;
@@ -85,116 +85,121 @@
85
85
  }
86
86
 
87
87
  .sapMPIBarPositive {
88
- background-color: @sapUiProgressValuePositiveBackground;
89
- border-color: @sapUiProgressValuePositiveBorderColor;
88
+ background-color: var(--sapProgress_Value_PositiveBackground);
89
+ border-color: var(--sapProgress_Value_PositiveBorderColor);
90
+
90
91
  .sapMPIText.sapMPITextLeft,
91
92
  .sapMPIText.sapMPITextRight {
92
- color: @sapUiProgressPositiveTextColor;
93
+ color: var(--sapProgress_PositiveTextColor);
93
94
  }
94
95
 
95
96
  &::before {
96
97
  content: '\e1c1';
97
- color: @sapUiProgressValuePositiveTextColor;
98
+ color: var(--sapProgress_Value_PositiveTextColor);
98
99
  }
99
100
 
100
101
  + .sapMPIBarRemaining {
101
- background-color: @sapUiProgressPositiveBackground;
102
- border-color: @sapUiProgressPositiveBorderColor;
102
+ background-color: var(--sapProgress_PositiveBackground);
103
+ border-color: var(--sapProgress_PositiveBorderColor);
103
104
 
104
105
  &::after,
105
106
  &::before {
106
- background-color: @sapUiProgressValuePositiveBackground;
107
+ background-color: var(--sapProgress_Value_PositiveBackground);
107
108
  }
108
109
  }
109
110
  }
110
111
 
111
112
  .sapMPIBarNegative {
112
- background-color: @sapUiProgressValueNegativeBackground;
113
- border-color: @sapUiProgressValueNegativeBorderColor;
113
+ background-color: var(--sapProgress_Value_NegativeBackground);
114
+ border-color: var(--sapProgress_Value_NegativeBorderColor);
115
+
114
116
  .sapMPIText.sapMPITextLeft,
115
117
  .sapMPIText.sapMPITextRight {
116
- color: @sapUiProgressNegativeTextColor;
118
+ color: var(--sapProgress_NegativeTextColor);
117
119
  }
118
120
 
119
121
  &::before {
120
122
  content: '\e1ec';
121
- color: @sapUiProgressValueNegativeTextColor;
123
+ color: var(--sapProgress_Value_NegativeTextColor);
122
124
  }
123
125
 
124
126
  + .sapMPIBarRemaining {
125
- background-color: @sapUiProgressNegativeBackground;
126
- border-color: @sapUiProgressNegativeBorderColor;
127
+ background-color: var(--sapProgress_NegativeBackground);
128
+ border-color: var(--sapProgress_NegativeBorderColor);
127
129
 
128
130
  &::after,
129
131
  &::before {
130
- background: @sapUiProgressValueNegativeBackground;
132
+ background: var(--sapProgress_Value_NegativeBackground);
131
133
  }
132
134
  }
133
135
  }
134
136
 
135
137
  .sapMPIBarCritical {
136
- background-color: @sapUiProgressValueCriticalBackground;
137
- border-color: @sapUiProgressValueCriticalBorderColor;
138
+ background-color: var(--sapProgress_Value_CriticalBackground);
139
+ border-color: var(--sapProgress_Value_CriticalBorderColor);
140
+
138
141
  .sapMPIText.sapMPITextLeft,
139
142
  .sapMPIText.sapMPITextRight {
140
- color: @sapUiProgressCriticalTextColor;
143
+ color: var(--sapProgress_CriticalTextColor);
141
144
  }
142
145
 
143
146
  &::before {
144
147
  content: '\e053';
145
- color: @sapUiProgressValueCriticalTextColor;
148
+ color: var(--sapProgress_Value_CriticalTextColor);
146
149
  }
147
150
 
148
151
  + .sapMPIBarRemaining {
149
- background-color: @sapUiProgressCriticalBackground;
150
- border-color: @sapUiProgressCriticalBorderColor;
152
+ background-color: var(--sapProgress_CriticalBackground);
153
+ border-color: var(--sapProgress_CriticalBorderColor);
151
154
 
152
155
  &::after,
153
156
  &::before {
154
- background: @sapUiProgressValueCriticalBackground;
157
+ background: var(--sapProgress_Value_CriticalBackground);
155
158
  }
156
159
  }
157
160
  }
158
161
 
159
162
  .sapMPIBarInformation {
160
- background-color: @sapUiProgressValueInformationBackground;
161
- border-color: @sapUiProgressValueInformationBorderColor;
163
+ background-color: var(--sapProgress_Value_InformationBackground);
164
+ border-color: var(--sapProgress_Value_InformationBorderColor);
165
+
162
166
  .sapMPIText.sapMPITextLeft,
163
167
  .sapMPIText.sapMPITextRight {
164
- color: @sapUiProgressInformationTextColor;
168
+ color: var(--sapProgress_InformationTextColor);
165
169
  }
166
170
 
167
171
  &::before {
168
172
  content: '\e289';
169
- color: @sapUiProgressValueInformationTextColor;
173
+ color: var(--sapProgress_Value_InformationTextColor);
170
174
  }
171
175
 
172
176
  + .sapMPIBarRemaining {
173
- background-color: @sapUiProgressInformationBackground;
174
- border-color: @sapUiProgressInformationBorderColor;
177
+ background-color: var(--sapProgress_InformationBackground);
178
+ border-color: var(--sapProgress_InformationBorderColor);
175
179
 
176
180
  &::after,
177
181
  &::before {
178
- background: @sapUiProgressValueInformationBackground;
182
+ background: var(--sapProgress_Value_InformationBackground);
179
183
  }
180
184
  }
181
185
  }
182
186
 
183
187
  .sapMPIDisplayOnly:not(.sapMPIBarDisabled) .sapMPIBarNeutral,
184
188
  .sapMPIBarNeutral {
185
- background-color: @sapUiProgressValueBackground;
189
+ background-color: var(--sapProgress_Value_Background);
190
+
186
191
  .sapMPIText.sapMPITextLeft,
187
192
  .sapMPIText.sapMPITextRight {
188
- color: @sapUiProgressTextColor;
193
+ color: var(--sapProgress_TextColor);
189
194
  }
190
195
 
191
196
  + .sapMPIBarRemaining {
192
- background-color: @sapUiProgressBackground;
193
- border-color: @sapUiProgressBorderColor;
197
+ background-color: var(--sapProgress_Background);
198
+ border-color: var(--sapProgress_BorderColor);
194
199
 
195
200
  &::after,
196
201
  &::before {
197
- background: @sapUiProgressValueBackground;
202
+ background: var(--sapProgress_Value_Background);
198
203
  }
199
204
  }
200
205
  }
@@ -206,8 +211,8 @@
206
211
  top: 0.125rem;
207
212
  left: 0;
208
213
  margin-bottom: 0.1875rem;
209
- font-size: @sapUiProgressFontSize;
210
- color: @sapUiProgressTextColor;
214
+ font-size: var(--sapProgress_FontSize);
215
+ color: var(--sapProgress_TextColor);
211
216
  white-space: nowrap;
212
217
  overflow: hidden;
213
218
  text-overflow: ellipsis;
@@ -232,7 +237,6 @@
232
237
  .sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
233
238
  padding: 0.4375rem 0;
234
239
  margin: 0;
235
-
236
240
  }
237
241
 
238
242
  .sapUiSizeCondensed .sapUiTableDataCell .sapMPIValueGreaterHalf .sapMPITextLeft {
@@ -6,16 +6,15 @@
6
6
  @_sap_m_QuickView_HorizontalLayoutMarginBottom: 0.75rem;
7
7
  @_sap_m_QuickView_HorizontalLayoutIconFontSize: 1.5rem;
8
8
  @_sap_m_QuickView_PagePaddingTop: 2.75rem;
9
-
10
9
  @_sap_m_QuickViewCard_PagePadding: 1rem;
11
10
  @_sap_m_QuickView_TitleMarginBottom: 0.25rem;
12
- @_sap_m_QuickView_TitleFontSize: @sapMFontHeader6Size;
13
- @_sap_m_QuickView_FormTitleFontSize: @sapMFontHeader6Size;
11
+ @_sap_m_QuickView_TitleFontSize: var(--sapFontHeader6Size);
12
+ @_sap_m_QuickView_FormTitleFontSize: var(--sapFontHeader6Size);
14
13
  @_sap_m_QuickView_TitleMaxHeight: 2.125rem;
15
14
 
16
15
  .sapMQuickViewCard {
17
16
  box-sizing: border-box;
18
- background: @sapUiGroupContentBackground;
17
+ background: var(--sapGroup_ContentBackground);
19
18
  box-shadow: @sapUiShadowLevel0;
20
19
  border-radius: 1rem;
21
20
  }