@openui5/themelib_sap_horizon 1.131.1 → 1.132.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 (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
@@ -7,20 +7,20 @@
7
7
  .sapMOHC.sapMOHBgTranslucent,
8
8
  .sapMOH.sapMOHBgSolid,
9
9
  .sapMOHC.sapMOHBgSolid {
10
- background-color: @sapUiObjectHeaderBackground;
11
- border-bottom: 0.125rem solid @sapUiObjectHeaderBorderColor;
10
+ background-color: var(--sapObjectHeader_Background);
11
+ border-bottom: 0.125rem solid var(--sapObjectHeader_BorderColor);
12
12
  }
13
13
 
14
14
  .sapMOHC.sapMOHBgTranslucent,
15
15
  .sapMOHC.sapMOHBgSolid {
16
- border-bottom: 0.125rem solid @sapUiObjectHeaderBorderColor;
16
+ border-bottom: 0.125rem solid var(--sapObjectHeader_BorderColor);
17
17
  box-shadow: none;
18
18
  }
19
19
 
20
20
  .sapMOH.sapMOHBgTransparent,
21
21
  .sapMOHC.sapMOHBgTransparent {
22
22
  background: transparent;
23
- border-bottom: 0.125rem solid @sapUiObjectHeaderBorderColor;
23
+ border-bottom: 0.125rem solid var(--sapObjectHeader_BorderColor);
24
24
  }
25
25
 
26
26
  a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
@@ -43,18 +43,18 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
43
43
  .sapMOHTitle.sapMOHTitleActive:focus > h6 span,
44
44
  .sapMOHIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus,
45
45
  .sapMOHTitleArrow .sapUiIcon:focus {
46
- outline: 0.125rem dotted @sapUiContentFocusColor;
46
+ outline: 0.125rem dotted var(--sapContent_FocusColor);
47
47
  outline-offset: -0.125rem;
48
48
  }
49
49
 
50
- /*** styles for responsive object header ***/
50
+ /* styles for responsive object header */
51
51
  .sapMOHR:not(.sapMOHRNoBorder) {
52
52
  box-shadow: @sapUiShadowHeader;
53
53
  }
54
54
 
55
55
  .sapMOHR.sapMOHRBgSolid,
56
56
  .sapMOHR.sapMOHRBgTranslucent {
57
- background: @sapUiObjectHeaderBackground;
57
+ background: var(--sapObjectHeader_Background);
58
58
  }
59
59
 
60
60
  .sapMOHR.sapMOHRBgTransparent {
@@ -62,18 +62,19 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
62
62
  }
63
63
 
64
64
  .sapMOHRTitleArrow .sapUiIcon:focus {
65
- outline: 1px dotted @sapUiContentFocusColor;
65
+ outline: 1px dotted var(--sapContent_FocusColor);
66
66
  outline-offset: -1px;
67
67
  }
68
68
 
69
69
  .sapMOHRIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus {
70
- &:before {
71
- outline: 1px dotted @sapUiContentFocusColor;
70
+
71
+ &::before {
72
+ outline: 1px dotted var(--sapContent_FocusColor);
72
73
  }
73
74
  }
74
75
 
75
76
  .sapMOHRTitleActive .sapMOHRTitleText:focus {
76
- outline: 1px dotted @sapUiContentFocusColor;
77
+ outline: 1px dotted var(--sapContent_FocusColor);
77
78
  outline-offset: -1px;
78
79
  }
79
80
 
@@ -87,22 +88,23 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
87
88
  .sapMOHTitle h3 .sapMText,
88
89
  .sapMOHTitle h2 .sapMText,
89
90
  .sapMOHTitle h1 .sapMText {
90
- font-family: @sapUiObjectHeaderTitleFontFamily;
91
- font-size: @sapUiObjectHeaderTitleFontSize;
92
- color: @sapUiObjectHeaderTitleTextColor;
91
+ font-family: var(--sapObjectHeader_Title_FontFamily);
92
+ font-size: var(--sapObjectHeader_Title_FontSize);
93
+ color: var(--sapObjectHeader_Title_TextColor);
93
94
  }
94
95
 
95
96
  html.sap-phone {
97
+
96
98
  .sapMOHTitle h6 .sapMText,
97
99
  .sapMOHTitle h5 .sapMText,
98
100
  .sapMOHTitle h4 .sapMText,
99
101
  .sapMOHTitle h3 .sapMText,
100
102
  .sapMOHTitle h2 .sapMText,
101
103
  .sapMOHTitle h1 .sapMText {
102
- font-size: @sapUiObjectHeaderTitleSnappedFontSize;
104
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
103
105
  }
104
106
  }
105
107
 
106
108
  .sapMOHIntro .sapMText {
107
- color: @sapUiObjectHeaderSubtitleTextColor;
109
+ color: var(--sapObjectHeader_Subtitle_TextColor);
108
110
  }
@@ -14,41 +14,42 @@
14
14
  z-index: 2;
15
15
  }
16
16
 
17
- &:after {
18
- content: "";
17
+ &::after {
18
+ content: '';
19
19
  position: absolute;
20
20
  height: 1px;
21
21
  bottom: 0;
22
22
  width: 100%;
23
- box-shadow: inset 0 -0.0625rem @sapUiPageHeaderBorderColor, 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15);
23
+ box-shadow: inset 0 -0.0625rem var(--sapPageHeader_BorderColor), 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15);
24
24
  z-index: 1;
25
25
  }
26
26
  }
27
27
 
28
28
  .sapMPageWithHeader.sapMPageWithSubHeader {
29
+
29
30
  .sapMPageHeader {
30
31
  box-shadow: none;
31
32
 
32
- &:after {
33
+ &::after {
33
34
  box-shadow: none;
34
35
  }
35
36
  }
36
37
  }
37
38
 
38
39
  .sapMPageBgStandard {
39
- background-color: @sapUiBaseBG;
40
+ background-color: var(--sapBackgroundColor);
40
41
  }
41
42
 
42
43
  .sapMPageBgSolid {
43
- background-color: @sapUiBaseBG;
44
+ background-color: var(--sapBackgroundColor);
44
45
  }
45
46
 
46
47
  .sapMPageBgTransperant {
47
- background-color: @sapUiBaseBG;
48
+ background-color: var(--sapBackgroundColor);
48
49
  }
49
50
 
50
51
  .sapMPageBgList {
51
- background-color: @sapUiGroupContentBackground;
52
+ background-color: var(--sapGroup_ContentBackground);
52
53
  }
53
54
 
54
55
  /* The following overrides for sap_belize/sap_belize_plus are only intended for apps inside FLP (Ushell) */
@@ -56,7 +57,7 @@
56
57
 
57
58
  /* In sap_belize_plus backgroundDesign=Standard maps to Solid */
58
59
  .sapMPageBgStandard {
59
- background-color: @sapUiBaseBG;
60
+ background-color: var(--sapBackgroundColor);
60
61
  }
61
62
 
62
63
  /* For the pages in the master part of sap.m.SplitApp backgroundDesign=Standard maps to Transparent */
@@ -76,26 +77,32 @@
76
77
  opacity: 1;
77
78
 
78
79
  .sapMIBar-CTX.sapMFooter-CTX {
79
- box-shadow: @sapUiContentShadow1;
80
+ box-shadow: var(--sapContent_Shadow1);
80
81
  border: none;
81
82
  }
82
83
  }
83
84
 
84
85
  html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
86
+
85
87
  @keyframes bounceShow {
88
+
86
89
  0% {
87
90
  transform: translateY(100%);
88
91
  opacity: 0;
89
92
  }
93
+
90
94
  100% {
91
95
  opacity: 1;
92
96
  }
93
97
  }
98
+
94
99
  @keyframes bounceHide {
100
+
95
101
  0% {
96
102
  transform: translateY(-5%);
97
103
  opacity: 1;
98
104
  }
105
+
99
106
  100% {
100
107
  transform: translateY(100%);
101
108
  opacity: 0;
@@ -104,6 +111,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
104
111
  }
105
112
 
106
113
  .sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
114
+
107
115
  & + section,
108
116
  & + .sapUiHiddenPlaceholder + section {
109
117
  top: 0;
@@ -115,6 +123,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
115
123
  }
116
124
 
117
125
  .sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
126
+
118
127
  & + section,
119
128
  & + .sapUiHiddenPlaceholder + section {
120
129
  top: 0;
@@ -131,6 +140,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
131
140
  }
132
141
 
133
142
  .sapMPage {
143
+
134
144
  > .sapMPageHeader + section,
135
145
  > .sapMPageSubHeader + section,
136
146
  > .sapMPageHeader + .sapUiHiddenPlaceholder + section {
@@ -147,6 +157,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
147
157
  }
148
158
 
149
159
  .sapUiSizeCompact .sapF2CollapsedHeader.sapMPageWithHeader {
160
+
150
161
  > section {
151
162
  top: 0;
152
163
  }
@@ -157,6 +168,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
157
168
  }
158
169
 
159
170
  .sapMPageWithHeader {
171
+
160
172
  &.sapFShellBar-CTX > section {
161
173
  top: 3.25rem;
162
174
  }
@@ -166,9 +178,15 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
166
178
  }
167
179
  }
168
180
 
169
- .sapMPageHeader, .sapMPageSubHeader, .sapMPageFooter {
170
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
171
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
181
+ .sapMPageHeader,
182
+ .sapMPageSubHeader,
183
+ .sapMPageFooter {
184
+
185
+ .sapUi-Std-PaddingS,
186
+ .sapUi-Std-PaddingM,
187
+ .sapUi-Std-PaddingL,
188
+ .sapUi-Std-PaddingXL {
189
+
172
190
  &.sapMBar {
173
191
  box-sizing: border-box;
174
192
 
@@ -182,10 +200,12 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
182
200
  }
183
201
  }
184
202
  }
203
+
185
204
  .sapUi-Std-PaddingS,
186
205
  .sapUi-Std-PaddingM,
187
206
  .sapUi-Std-PaddingL,
188
207
  .sapUi-Std-PaddingXL {
208
+
189
209
  &.sapMPageFloatingFooter.sapMPageFooter {
190
210
  margin: 0.5rem 0;
191
211
  width: auto;
@@ -209,6 +229,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
209
229
  }
210
230
 
211
231
  .sapMPageWithHeader {
232
+
212
233
  &.sapFShellBar-CTX > section {
213
234
  top: 3.25rem;
214
235
  }
@@ -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,38 @@
3
3
  /* Horizon High Contrast White 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
+
13
+ &.sapMPopoverArrUp::after,
14
+ &.sapMPopoverHeaderAlignArr::after {
15
+ background-color: var(--sapPageHeader_Background);
15
16
  }
16
17
  }
17
18
 
18
- .sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr:after {
19
- background-color: @sapUiPageFooterBackground;
19
+ .sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr::after {
20
+ background-color: var(--sapPageFooter_Background);
20
21
  }
21
22
 
22
23
  .sapMPopover .sapMIBar.sapMHeader-CTX {
23
- background-color: @sapUiPageHeaderBackground;
24
+ background-color: var(--sapPageHeader_Background);
24
25
  }
25
26
 
26
27
  .sapMPopover .sapMIBar.sapMSubHeader-CTX {
27
- background-color: @sapUiPageHeaderBackground;
28
+ background-color: var(--sapPageHeader_Background);
28
29
  }
29
30
 
30
31
  .sapUiSizeCompact {
31
- .sapMPopoverFooter, .sapMPopoverHeader {
32
- .sapMIBar, .sapMBar {
32
+
33
+ .sapMPopoverFooter,
34
+ .sapMPopoverHeader {
35
+
36
+ .sapMIBar,
37
+ .sapMBar {
33
38
  height: 2.5rem;
34
39
 
35
40
  & > .sapMBarLeft,
@@ -54,10 +59,17 @@
54
59
  }
55
60
  }
56
61
 
57
- .sapMPopoverHeader, .sapMPopoverFooter, .sapMPopoverSubHeader {
58
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
59
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
62
+ .sapMPopoverHeader,
63
+ .sapMPopoverFooter,
64
+ .sapMPopoverSubHeader {
65
+
66
+ .sapUi-Std-PaddingS,
67
+ .sapUi-Std-PaddingM,
68
+ .sapUi-Std-PaddingL,
69
+ .sapUi-Std-PaddingXL {
70
+
60
71
  &.sapMBar {
72
+
61
73
  .sapMBarMiddle .sapMBarPH {
62
74
  padding-left: 0;
63
75
  padding-right: 0;
@@ -82,21 +94,26 @@
82
94
  }
83
95
  }
84
96
 
85
- .sapMPopoverHeader, .sapMPopoverSubHeader {
97
+ .sapMPopoverHeader,
98
+ .sapMPopoverSubHeader {
86
99
  position: relative;
87
100
  z-index: 2;
88
101
 
89
102
  .sapMBar {
103
+
90
104
  .sapMBarContainer {
91
105
  padding-left: 0;
92
106
  padding-right: 0;
93
107
  }
108
+
94
109
  .sapMBarLeft {
95
110
  padding-left: 1rem;
96
111
  }
112
+
97
113
  .sapMBarMiddle .sapMBarContainer {
98
114
  padding: 0 1rem;
99
115
  }
116
+
100
117
  .sapMBarRight {
101
118
  padding-right: 1rem;
102
119
  }
@@ -104,7 +121,7 @@
104
121
  }
105
122
 
106
123
  .sapMPopover {
107
- border-radius: @sapUiPopoverBorderCornerRadius;
124
+ border-radius: var(--sapPopover_BorderCornerRadius);
108
125
 
109
126
  .sapMPopoverCont {
110
127
  padding: 0.0625rem;
@@ -112,37 +129,37 @@
112
129
 
113
130
  &.sapMPopoverWithoutBar .sapMPopoverCont,
114
131
  .sapMIBar.sapMHeader-CTX {
115
- border-top-right-radius: @sapUiPopoverBorderCornerRadius;
116
- border-top-left-radius: @sapUiPopoverBorderCornerRadius;
132
+ border-top-right-radius: var(--sapPopover_BorderCornerRadius);
133
+ border-top-left-radius: var(--sapPopover_BorderCornerRadius);
117
134
  }
118
135
 
119
136
  &.sapMPopoverWithoutFooter .sapMPopoverCont,
120
137
  .sapMIBar.sapMFooter-CTX {
121
- border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
122
- border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
138
+ border-bottom-right-radius: var(--sapPopover_BorderCornerRadius);
139
+ border-bottom-left-radius: var(--sapPopover_BorderCornerRadius);
123
140
  }
124
141
  }
125
142
 
126
143
  /* pointing downward arrow */
127
- .sapMPopoverArrDown:after {
144
+ .sapMPopoverArrDown::after {
128
145
  margin: -0.5rem 0 0 0.125rem;
129
146
  }
130
147
 
131
148
  /* pointing right arrow */
132
- .sapMPopoverArrRight:after {
149
+ .sapMPopoverArrRight::after {
133
150
  margin: 0.1875rem 0 0 -0.5rem;
134
151
  }
135
152
 
136
153
  /* pointing upward arrow */
137
- .sapMPopoverArrUp:after {
154
+ .sapMPopoverArrUp::after {
138
155
  margin: 0.3125rem 0 0 0.1875rem;
139
156
  }
140
157
 
141
158
  /* pointing left arrow */
142
- .sapMPopoverArrLeft:after {
159
+ .sapMPopoverArrLeft::after {
143
160
  margin: 0.125rem 0 0 0.3125rem;
144
161
  }
145
162
 
146
163
  .sapMPopoverResizeHandle {
147
- color: @sapButton_Lite_TextColor;
164
+ color: var(--sapButton_Lite_TextColor);
148
165
  }