@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
@@ -13,32 +13,35 @@
13
13
  position: relative;
14
14
  z-index: 2;
15
15
  }
16
- &:after {
17
- content: "";
16
+
17
+ &::after {
18
+ content: '';
18
19
  position: absolute;
19
20
  height: 1px;
20
21
  bottom: 0;
21
22
  width: 100%;
22
- 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);
23
24
  z-index: 1;
24
25
  }
25
26
  }
26
27
 
27
28
  .sapMPageWithHeader.sapMPageWithSubHeader {
29
+
28
30
  .sapMPageHeader {
29
31
  box-shadow: none;
30
- &:after {
32
+
33
+ &::after {
31
34
  box-shadow: none;
32
35
  }
33
36
  }
34
37
  }
35
38
 
36
39
  .sapMPageBgStandard {
37
- background-color: @sapUiBaseBG;
40
+ background-color: var(--sapBackgroundColor);
38
41
  }
39
42
 
40
43
  .sapMPageBgSolid {
41
- background-color: @sapUiBaseBG;
44
+ background-color: var(--sapBackgroundColor);
42
45
  }
43
46
 
44
47
  .sapMPageBgTransperant {
@@ -46,7 +49,7 @@
46
49
  }
47
50
 
48
51
  .sapMPageBgList {
49
- background-color: @sapUiGroupContentBackground;
52
+ background-color: var(--sapGroup_ContentBackground);
50
53
  }
51
54
 
52
55
  /* The following overrides for sap_belize/sap_belize_plus are only intended for apps inside FLP (Ushell) */
@@ -54,7 +57,7 @@
54
57
 
55
58
  /* In sap_belize_plus backgroundDesign=Standard maps to Solid */
56
59
  .sapMPageBgStandard {
57
- background-color: @sapUiBaseBG;
60
+ background-color: var(--sapBackgroundColor);
58
61
  }
59
62
 
60
63
  /* For the pages in the master part of sap.m.SplitApp backgroundDesign=Standard maps to Transparent */
@@ -74,30 +77,36 @@
74
77
  opacity: 1;
75
78
 
76
79
  .sapMIBar {
77
- border-radius: @sapElement_BorderCornerRadius;
80
+ border-radius: var(--sapElement_BorderCornerRadius);
78
81
  }
79
82
 
80
83
  .sapMIBar-CTX.sapMFooter-CTX {
81
- box-shadow: @sapUiContentShadow1;
84
+ box-shadow: var(--sapContent_Shadow1);
82
85
  border: none;
83
86
  }
84
87
  }
85
88
 
86
89
  html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
90
+
87
91
  @keyframes bounceShow {
92
+
88
93
  0% {
89
94
  transform: translateY(100%);
90
95
  opacity: 0;
91
96
  }
97
+
92
98
  100% {
93
99
  opacity: 1;
94
100
  }
95
101
  }
102
+
96
103
  @keyframes bounceHide {
104
+
97
105
  0% {
98
106
  transform: translateY(-5%);
99
107
  opacity: 1;
100
108
  }
109
+
101
110
  100% {
102
111
  transform: translateY(100%);
103
112
  opacity: 0;
@@ -106,6 +115,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
106
115
  }
107
116
 
108
117
  .sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
118
+
109
119
  & + section,
110
120
  & + .sapUiHiddenPlaceholder + section {
111
121
  top: 0;
@@ -117,6 +127,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
117
127
  }
118
128
 
119
129
  .sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
130
+
120
131
  & + section,
121
132
  & + .sapUiHiddenPlaceholder + section {
122
133
  top: 0;
@@ -133,6 +144,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
133
144
  }
134
145
 
135
146
  .sapMPage {
147
+
136
148
  > .sapMPageHeader + section,
137
149
  > .sapMPageSubHeader + section,
138
150
  > .sapMPageHeader + .sapUiHiddenPlaceholder + section {
@@ -149,41 +161,55 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
149
161
  }
150
162
 
151
163
  .sapUiSizeCompact .sapF2CollapsedHeader.sapMPageWithHeader {
164
+
152
165
  > section {
153
166
  top: 0;
154
167
  }
168
+
155
169
  &.sapMPageWithSubHeader > section {
156
170
  top: 2rem;
157
171
  }
158
172
  }
159
173
 
160
174
  .sapMPageWithHeader {
175
+
161
176
  &.sapFShellBar-CTX > section {
162
177
  top: 3.25rem;
163
178
  }
179
+
164
180
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
165
181
  top: 6rem;
166
182
  }
167
183
  }
168
184
 
169
- .sapMPageHeader, .sapMPageSubHeader, .sapMPageFooter {
170
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
171
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
185
+ .sapMPageHeader,
186
+ .sapMPageSubHeader,
187
+ .sapMPageFooter {
188
+
189
+ .sapUi-Std-PaddingS,
190
+ .sapUi-Std-PaddingM,
191
+ .sapUi-Std-PaddingL,
192
+ .sapUi-Std-PaddingXL {
193
+
172
194
  &.sapMBar {
173
195
  box-sizing: border-box;
196
+
174
197
  .sapMBarLeft {
175
198
  padding-left: inherit;
176
199
  }
200
+
177
201
  .sapMBarRight {
178
202
  padding-right: inherit;
179
203
  }
180
204
  }
181
205
  }
182
206
  }
207
+
183
208
  .sapUi-Std-PaddingS,
184
209
  .sapUi-Std-PaddingM,
185
210
  .sapUi-Std-PaddingL,
186
211
  .sapUi-Std-PaddingXL {
212
+
187
213
  &.sapMPageFloatingFooter.sapMPageFooter {
188
214
  margin: 0.5rem 0;
189
215
  width: auto;
@@ -207,9 +233,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
207
233
  }
208
234
 
209
235
  .sapMPageWithHeader {
236
+
210
237
  &.sapFShellBar-CTX > section {
211
238
  top: 3.25rem;
212
239
  }
240
+
213
241
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
214
242
  top: 5.75rem;
215
243
  }
@@ -5,21 +5,21 @@
5
5
 
6
6
  .sapMPanel {
7
7
  min-height: 2.75rem;
8
- border-radius: @sapElement_BorderCornerRadius;
8
+ border-radius: var(--sapElement_BorderCornerRadius);
9
9
 
10
10
  .sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
11
11
  .sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
12
- border-radius: @sapElement_BorderCornerRadius;
12
+ border-radius: var(--sapElement_BorderCornerRadius);
13
13
  overflow: hidden;
14
14
  }
15
15
  }
16
16
 
17
17
  .sapMPanelBGSolid {
18
- background-color: @sapUiGroupContentBackground;
18
+ background-color: var(--sapGroup_ContentBackground);
19
19
  }
20
20
 
21
21
  .sapMPanelBGTranslucent {
22
- background-color: @sapUiGroupContentBackground;
22
+ background-color: var(--sapGroup_ContentBackground);
23
23
  }
24
24
 
25
25
  .sapMPanelBGTransparent {
@@ -32,26 +32,27 @@
32
32
  .sapMPanelWrappingDiv,
33
33
  /* do not want border if expanded and if only header text */
34
34
  .sapMPanelWrappingDivTb {
35
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
36
- background: @sapGroup_ContentBackground;
35
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
36
+ background: var(--sapGroup_ContentBackground);
37
37
  }
38
38
 
39
39
  .sapMPanelExpandable .sapMPanelWrappingDiv {
40
+
40
41
  &.sapMPanelWrappingDivExpanded:focus {
41
- border-top-left-radius: @sapElement_BorderCornerRadius;
42
- border-top-right-radius: @sapElement_BorderCornerRadius;
42
+ border-top-left-radius: var(--sapElement_BorderCornerRadius);
43
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
43
44
  outline-offset: -0.125rem;
44
45
  }
45
46
 
46
47
  &:not(.sapMPanelWrappingDivExpanded):focus {
47
- border-radius: @sapElement_BorderCornerRadius;
48
+ border-radius: var(--sapElement_BorderCornerRadius);
48
49
  outline-offset: -0.125rem;
49
50
  }
50
51
  }
51
52
 
52
53
  .sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
53
54
  .sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
54
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
55
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
55
56
  }
56
57
 
57
58
  .sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
@@ -82,27 +83,28 @@
82
83
  }
83
84
 
84
85
  .sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
86
+
85
87
  & .sapMPanelHeaderTB {
86
88
  border-top-left-radius: 0;
87
89
  margin-left: 2.75rem;
88
90
  }
89
91
 
90
92
  &:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
91
- border-bottom-right-radius: @sapElement_BorderCornerRadius;
92
- border-top-right-radius: @sapElement_BorderCornerRadius;
93
+ border-bottom-right-radius: var(--sapElement_BorderCornerRadius);
94
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
93
95
  }
94
96
 
95
97
  &.sapMPanelWrappingDivTbExpanded .sapMPanelHeaderTB {
96
- border-top-right-radius: @sapElement_BorderCornerRadius;
98
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
97
99
  }
98
100
  }
99
101
 
100
102
  .sapMPanelWrappingDiv .sapUiIcon {
101
- color: @sapButton_Lite_TextColor;
103
+ color: var(--sapButton_Lite_TextColor);
102
104
  }
103
105
 
104
106
  .sapMPanelStickyHeadingDiv {
105
107
  border-top-left-radius: inherit;
106
108
  border-top-right-radius: inherit;
107
109
  overflow: hidden;
108
- }
110
+ }
@@ -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
  .sapMPlanCalRowHead .sapMSLI,
@@ -75,23 +75,30 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
75
75
 
76
76
  .sapMPlanCal {
77
77
  border-radius: 0.5rem;
78
+
78
79
  .sapUiCalDatesRow {
79
- .sapUiCalItemSel:focus > .sapUiCalItemText:after {
80
+
81
+ .sapUiCalItemSel:focus > .sapUiCalItemText::after {
80
82
  left: 0.015rem;
81
83
  right: 0.015rem;
82
84
  }
83
85
  }
86
+
84
87
  .sapUiCalTimesRow {
85
- .sapUiCalItemSel:focus > .sapUiCalItemText:after {
88
+
89
+ .sapUiCalItemSel:focus > .sapUiCalItemText::after {
86
90
  left: 0.0rem;
87
91
  right: 0.0rem;
88
92
  }
89
93
  }
94
+
90
95
  .sapUiCalMonthsRow {
96
+
91
97
  .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
92
98
  position: initial;
93
99
  }
94
- .sapUiCalItemSel:focus > .sapUiCalItemText:after {
100
+
101
+ .sapUiCalItemSel:focus > .sapUiCalItemText::after {
95
102
  left: 0;
96
103
  }
97
104
  }
@@ -102,19 +109,23 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
102
109
  }
103
110
 
104
111
  .sapMPlanCal .sapMListTbl {
112
+
105
113
  .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
106
- border-radius: @sapGroup_BorderCornerRadius;
107
- background-color: @sapAccentBackgroundColor5;
108
- color: @sapAccentColor5;
109
- font-size: @sapMFontHeader4Size;
114
+ border-radius: var(--sapGroup_BorderCornerRadius);
115
+ background-color: var(--sapAccentBackgroundColor5);
116
+ color: var(--sapAccentColor5);
117
+ font-size: var(--sapFontHeader4Size);
110
118
  }
119
+
111
120
  .sapUiIcon {
112
121
  line-height: 1rem;
113
122
  }
123
+
114
124
  .sapUiCalendarAppArrowIconLeft.sapUiIcon,
115
125
  .sapUiCalendarAppArrowIconRight.sapUiIcon {
116
126
  line-height: 1;
117
127
  }
128
+
118
129
  .sapMFlexItem .sapMText {
119
130
  line-height: inherit;
120
131
  }
@@ -3,33 +3,37 @@
3
3
  /* Evening Horizon 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,31 +58,43 @@
54
58
  }
55
59
  }
56
60
 
57
- .sapMPopoverHeader, .sapMPopoverSubHeader {
61
+ .sapMPopoverHeader,
62
+ .sapMPopoverSubHeader {
58
63
  position: relative;
59
64
  z-index: 2;
60
65
 
61
66
  .sapMBar {
67
+
62
68
  .sapMBarContainer {
63
69
  padding-left: 0;
64
70
  padding-right: 0;
65
71
  }
72
+
66
73
  .sapMBarLeft {
67
74
  padding-left: 1rem;
68
75
  }
76
+
69
77
  .sapMBarMiddle .sapMBarContainer {
70
78
  padding: 0 1rem;
71
79
  }
80
+
72
81
  .sapMBarRight {
73
82
  padding-right: 1rem;
74
83
  }
75
84
  }
76
85
  }
77
86
 
78
- .sapMPopoverHeader, .sapMPopoverFooter, .sapMPopoverSubHeader {
79
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
80
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
87
+ .sapMPopoverHeader,
88
+ .sapMPopoverFooter,
89
+ .sapMPopoverSubHeader {
90
+
91
+ .sapUi-Std-PaddingS,
92
+ .sapUi-Std-PaddingM,
93
+ .sapUi-Std-PaddingL,
94
+ .sapUi-Std-PaddingXL {
95
+
81
96
  &.sapMBar {
97
+
82
98
  .sapMBarMiddle .sapMBarPH {
83
99
  padding-left: 0;
84
100
  padding-right: 0;
@@ -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,17 +128,17 @@
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
  .sapMPopoverResizeHandle {
127
- color: @sapButton_Lite_TextColor;
143
+ color: var(--sapButton_Lite_TextColor);
128
144
  }