@openui5/themelib_sap_horizon 1.109.0 → 1.111.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 (163) hide show
  1. package/.reuse/dep5 +16 -16
  2. package/THIRDPARTY.txt +2 -2
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/DynamicPage.less +3 -1
  5. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +3 -0
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +11 -1
  8. package/src/sap/f/themes/sap_horizon/library.source.less +1 -1
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +2 -1
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -0
  11. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +9 -1
  13. package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -1
  14. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +3 -1
  15. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +3 -0
  16. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +6 -1
  17. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -1
  18. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +3 -1
  19. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +3 -0
  20. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +8 -1
  21. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +43 -3
  23. package/src/sap/m/themes/sap_horizon/Carousel.less +2 -1
  24. package/src/sap/m/themes/sap_horizon/Dialog.less +3 -3
  25. package/src/sap/m/themes/sap_horizon/GenericTile.less +22 -1
  26. package/src/sap/m/themes/sap_horizon/IconTabBar.less +4 -0
  27. package/src/sap/m/themes/sap_horizon/InputBase.less +1 -1
  28. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  29. package/src/sap/m/themes/sap_horizon/MenuButton.less +18 -0
  30. package/src/sap/m/themes/sap_horizon/MessageView.less +3 -0
  31. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +30 -2
  32. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +17 -5
  33. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +11 -2
  34. package/src/sap/m/themes/sap_horizon/RadioButton.less +2 -1
  35. package/src/sap/m/themes/sap_horizon/SplitButton.less +52 -13
  36. package/src/sap/m/themes/sap_horizon/Table.less +4 -2
  37. package/src/sap/m/themes/sap_horizon/TextArea.less +22 -14
  38. package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
  39. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  40. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +42 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -1
  42. package/src/sap/m/themes/sap_horizon_dark/Dialog.less +3 -3
  43. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +22 -7
  44. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  46. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +17 -0
  47. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +3 -0
  48. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +30 -2
  49. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +17 -5
  50. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +2 -1
  51. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +66 -13
  52. package/src/sap/m/themes/sap_horizon_dark/Table.less +1 -1
  53. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +23 -15
  54. package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +0 -1
  55. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  56. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  57. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +35 -0
  58. package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +3 -3
  59. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +7 -0
  60. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +2 -2
  61. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +38 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/Table.less +1 -1
  63. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +15 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  65. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +35 -0
  66. package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +3 -3
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +7 -0
  68. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +2 -2
  69. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +38 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/Table.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +15 -0
  72. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  73. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  74. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  75. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  76. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  77. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  78. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  79. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  80. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  81. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  82. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  83. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  84. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  85. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  86. package/src/sap/ui/core/themes/sap_horizon/base.less +5 -5
  87. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon/global.less +1 -1
  89. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  90. package/src/sap/ui/core/themes/sap_horizon/shared.less +35 -29
  91. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  92. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +7 -7
  93. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +2 -2
  95. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  96. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +35 -29
  97. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  98. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +5 -5
  99. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +35 -29
  102. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  103. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +5 -5
  104. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +35 -28
  107. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  108. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  110. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  111. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  112. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  113. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  114. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  115. package/src/sap/ui/integration/themes/sap_horizon/ObjectContent.less +5 -0
  116. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  117. package/src/sap/ui/integration/themes/sap_horizon_dark/ObjectContent.less +5 -0
  118. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  122. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  123. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  124. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  125. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  126. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  127. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  128. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  129. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -6
  130. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  131. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +4 -8
  132. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  133. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  134. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  135. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  136. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  137. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  138. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  139. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  140. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  141. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  142. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  143. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +40 -5
  144. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +21 -1
  145. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  146. package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +40 -5
  147. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +21 -1
  148. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  149. package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +36 -5
  150. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +27 -0
  151. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +2 -1
  152. package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +40 -4
  153. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +27 -0
  154. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +2 -1
  155. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  156. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  157. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  158. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  159. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +1 -1
  160. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  161. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  162. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  163. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -71,6 +71,7 @@
71
71
  bottom: 0.25rem;
72
72
  top: 0.25rem;
73
73
  left: 0.25rem;
74
+ right: 0.25rem;
74
75
  }
75
76
  }
76
77
 
@@ -91,7 +92,7 @@
91
92
  bottom: 0.25rem;
92
93
  top: 0.25rem;
93
94
  left: 0.25rem;
94
- right: 0.375rem;
95
+ right: 0.25rem;
95
96
  border-radius: 0.5rem;
96
97
  }
97
98
 
@@ -1,6 +1,6 @@
1
1
  /* ================================== */
2
2
  /* CSS for control sap.m/SplitButton */
3
- /* Evening Horizon theme */
3
+ /* Horizon theme */
4
4
  /* ================================== */
5
5
 
6
6
  .sapMIBar-CTX.sapMFooter-CTX .sapMSB.sapMSBEmphasized:focus .sapMSBInner::after,
@@ -26,6 +26,10 @@
26
26
  }
27
27
  }
28
28
 
29
+ .sapMTB-Transparent-CTX .sapMSB .sapMSBText:hover .sapMBtnDefault.sapMBtnInner.sapMBtnText {
30
+ padding-right: 0.5625rem;
31
+ }
32
+
29
33
  //ie
30
34
  .sapMSBTextIE.sapMSBText {
31
35
  padding-right: 2.25rem;
@@ -41,7 +45,7 @@
41
45
  }
42
46
 
43
47
  .sapMSB .sapMSBInner .sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
44
- margin-right: 2.3rem;
48
+ margin-right: 2.3125rem;
45
49
  }
46
50
 
47
51
  .sapMSB .sapMSBInner {
@@ -158,21 +162,66 @@
158
162
  border-color: @sapUiContentContrastFocusColor;
159
163
  }
160
164
 
165
+ .sapMSB .sapMSBText:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
166
+ margin-right: 2.25rem;
167
+ }
168
+
161
169
  .sapMSB :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
162
170
  border: 0.125rem solid @sapUiContentFocusColor;
163
- .sapMBtnContent,
164
- .sapUiIcon {
165
- position: absolute;
166
- top: -2px;
167
- }
168
- .sapUiIcon {
171
+ min-width: 2.3125rem;
172
+
173
+ &.sapMBtnText > .sapUiIcon {
169
174
  left: 0.4375rem;
170
175
  }
171
- &.sapMBtnIconFirst .sapMBtnContent {
172
- left: 1.8rem;
176
+
177
+ .sapUiIcon {
178
+ position: absolute;
179
+ top: -0.0625rem;
180
+ left: -0.0625rem;
181
+ padding-left: 0.0625rem;
182
+ padding-right: 0.0625rem;
173
183
  }
184
+
174
185
  .sapMBtnContent {
175
- left: 0.4rem;
186
+ top: 2px;
187
+ padding-left: 0.0625rem;
188
+ }
189
+
190
+ .sapUiIcon + .sapMBtnContent {
191
+ top: -1px;
192
+ padding-left: 1.4375rem;
193
+ }
194
+ }
195
+
196
+ .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized:not(.sapMBtnIconFirst) .sapMBtnContent {
197
+ position: relative;
198
+ left: 0.0625rem;
199
+ top: 0.0625rem;
200
+ }
201
+
202
+ .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive:not(.sapMBtnIconFirst) .sapMBtnContent {
203
+ position: relative;
204
+ left: 0;
205
+ top: -0.0625rem;
206
+ }
207
+
208
+ .sapUiSizeCompact .sapMSB {
209
+ .sapMSBText:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
210
+ margin-right: 2rem;
211
+ }
212
+
213
+ :not(.sapMBtnDisabled) > span.sapMBtnInner {
214
+ &.sapMBtnInner.sapMBtnText {
215
+ padding-left: 0.4375rem;
216
+ padding-right: 0.5rem;
217
+ }
218
+ &.sapMBtnEmphasized.sapMBtnActive {
219
+ min-width: 2rem;
220
+
221
+ &.sapMBtnText > .sapUiIcon {
222
+ left: 0.3125rem;
223
+ }
224
+ }
176
225
  }
177
226
  }
178
227
 
@@ -226,6 +275,10 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
226
275
  background-color: @sapUiButtonActiveTextColor;
227
276
  }
228
277
 
229
- .sapMIBar .sapMSB .sapMBtn {
230
- background-color: transparent;
278
+ .sapMIBar .sapMSB {
279
+ &:not(.sapMSBAccept):not(.sapMSBReject):not(.sapMSBEmphasized):not(.sapMSBCritical):not(.sapMSBNegative):not(.sapMSBSuccess):not(.sapMSBNeutral):not(.sapMSBAttention) {
280
+ .sapMBtn {
281
+ background-color: transparent;
282
+ }
283
+ }
231
284
  }
@@ -42,7 +42,7 @@
42
42
  }
43
43
 
44
44
  /* overwrite text control styles */
45
- .sapUiSizeCompact .sapMListTblCell {
45
+ .sapMListTblCell {
46
46
  .sapMLnk,
47
47
  .sapMText,
48
48
  .sapMLabel,
@@ -3,9 +3,16 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =============================== */
5
5
 
6
- /* uses sapMInputBase styles */
7
- @_sapMTextAreaPadding: 0.5rem 0.625rem;
8
- @_sapMTextAreaValueStatePadding: 0.4375rem 0.625rem;
6
+ @_sapMTextAreaPadding: 0.5rem 0.625rem 0.4375rem;
7
+ @_sapMTextAreaPadding_Compact: 0.1875rem 0.5rem 0.125rem;
8
+ @_sapMTextAreaReadonlyPadding: 0.4375rem 0.625rem 0.375rem;
9
+ @_sapMTextAreaReadonlyPadding_Compact: 0.125rem 0.5rem 0.0625rem;
10
+ @_sapMTextAreaValueStateSuccessPadding: 0.5rem 0.625rem 0.4375rem;
11
+ @_sapMTextAreaValueStateSuccessPadding_Compact: 0.1875rem 0.5rem 0.125rem;
12
+ @_sapMTextAreaValueStateInformationPadding: 0.5rem 0.625rem 0.4375rem;
13
+ @_sapMTextAreaValueStateInformationPadding_Compact: 0.1875rem 0.5rem 0.125rem;
14
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem 0.4375rem;
15
+ @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.1875rem 0.5rem 0.125rem;
9
16
 
10
17
  .sapMInputBase.sapMTextArea {
11
18
  min-height: 2.25rem;
@@ -13,21 +20,22 @@
13
20
 
14
21
  /* Text Area General */
15
22
  .sapMFocus.sapMTextArea .sapMInputBaseContentWrapper .sapMInputBaseInner {
16
- outline-style: solid;
17
- outline-width: 2px;
23
+ outline: none;
18
24
  }
19
25
 
20
- /* Text Area Warning */
21
- .sapMFocus.sapMTextArea .sapMInputBaseContentWrapperWarning > .sapMInputBaseInner {
22
- outline-color: @sapField_WarningColor;
26
+ .sapMInputBase.sapMTextArea .sapMTextAreaInner {
27
+ line-height: 1.5;
23
28
  }
24
29
 
25
- /* Text Area Error */
26
- .sapMFocus.sapMTextArea .sapMInputBaseContentWrapperError > .sapMInputBaseInner {
27
- outline-color: @sapField_InvalidColor;
30
+ .sapMTextArea.sapMInputBaseReadonly .sapMInputBaseReadonlyWrapper {
31
+ border: @sapUiFieldBorderWidth dashed @sapUiFieldReadOnlyBorderColor;
28
32
  }
29
33
 
30
- /* Text Area Success */
31
- .sapMFocus.sapMTextArea .sapMInputBaseContentWrapperSuccess > .sapMInputBaseInner {
32
- outline-color: @sapField_SuccessColor;
33
- }
34
+ .sapMFocus.sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
35
+ &::before {
36
+ top: 1px;
37
+ left: 1px;
38
+ right: 1px;
39
+ bottom: 1px;
40
+ }
41
+ }
@@ -82,5 +82,4 @@ html.sap-desktop .sapMTokenizer:focus {
82
82
  .sapMTokenizer.sapMTokenizerReadonly .sapMTokenizerIndicator,
83
83
  .sapMTokenizer .sapMTokenizerIndicator {
84
84
  color: @sapLinkColor;
85
- font-weight: bold;
86
85
  }
@@ -10,7 +10,7 @@ html.sap-desktop .sapMTBActive:focus {
10
10
 
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
- padding: 0 0.5rem;
13
+ padding: 0 0.5rem 0 0.25rem;
14
14
  background: @sapUiToolbarBackground;
15
15
  }
16
16
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -16,4 +16,39 @@
16
16
  outline: 0.125rem dotted @sapUiHcStandardForeground;
17
17
  outline-offset: -0.125rem;
18
18
  }
19
+
20
+ .sapMSltIcon:before,
21
+ .sapMSltIcon:after {
22
+ font-size: @sapMFontMediumSize;
23
+ color: @sapUiWhite;
24
+ padding-bottom: 0.0625rem;
25
+ speak: none;
26
+ }
27
+
28
+ .sapMSltIcon:before {
29
+ font-family: @sapUiFontLightFamily;
30
+ content: "••• ";
31
+ vertical-align: bottom;
32
+ }
33
+
34
+ .sapMSltIcon:after {
35
+ font-family: @sapUiContentIconFontFamily;
36
+ content: "\e1ef";
37
+ }
38
+
39
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
40
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
41
+ background: transparent;
42
+ border: none;
43
+
44
+ &.sapMSltFocused,
45
+ &:hover {
46
+ outline: 0.125rem dotted @sapUiHcStandardForeground;
47
+ outline-offset: -0.125rem;
48
+
49
+ .sapMSltIcon:before {
50
+ border-bottom: none;
51
+ }
52
+ }
53
+ }
19
54
  }
@@ -19,7 +19,7 @@
19
19
  box-sizing: border-box;
20
20
  }
21
21
 
22
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
22
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
23
23
  font-size: 1rem;
24
24
  }
25
25
 
@@ -37,7 +37,7 @@
37
37
  min-width: 4rem;
38
38
  }
39
39
 
40
- .sapMDialogTitle {
40
+ .sapMDialogTitleGroup {
41
41
  z-index: 3; // to hide the shadow from the header when there is sub-header
42
42
  }
43
43
 
@@ -70,7 +70,7 @@ html.sap-phone .sapMDialog {
70
70
  }
71
71
 
72
72
  // Responsive paddings
73
- .sapMDialogTitle, .sapMDialogSubHeader {
73
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
74
74
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
75
75
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
76
76
  &.sapMIBar {
@@ -146,6 +146,12 @@ html.sap-desktop .sapMGT:active .sapMGTFocusDiv {
146
146
  opacity: 1;
147
147
  }
148
148
 
149
+ .sapMGT.sapMGTBackgroundImage {
150
+ .sapMGTOverlay {
151
+ border-radius: 0.08rem;
152
+ }
153
+ }
154
+
149
155
  .sapMGTOverlay > .sapUiLocalBusyIndicator > .sapUiLocalBusyIndicatorAnimation {
150
156
  border: none;
151
157
  box-shadow: none;
@@ -165,6 +171,7 @@ html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sap
165
171
  border-color: transparent !important;
166
172
  .sapMGTFocusDiv{
167
173
  outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
174
+ border-radius: inherit;
168
175
  }
169
176
  }
170
177
 
@@ -83,11 +83,11 @@
83
83
  font-weight: bold;
84
84
  }
85
85
 
86
- .sapMInputBaseContentWrapper .sapMInputBaseIcon {
86
+ .sapMInputBaseContentWrapper .sapMInputBaseIconContainer .sapUiIcon.sapMInputBaseIcon {
87
87
  line-height: 2rem;
88
88
  }
89
89
 
90
- .sapUiSizeCompact .sapMInputBaseIcon {
90
+ .sapUiSizeCompact .sapMInputBaseIconContainer .sapUiIcon.sapMInputBaseIcon {
91
91
  line-height: 1.375rem;
92
92
  }
93
93
 
@@ -304,4 +304,42 @@ html.sap-desktop .sapMObjStatusActive:focus {
304
304
 
305
305
  .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
306
306
  vertical-align: middle;
307
+ }
308
+
309
+ .sapMListTblCell {
310
+ .sapMObjStatus.sapMObjStatusInverted {
311
+
312
+ .sapMObjStatusIcon{
313
+ vertical-align: middle;
314
+ }
315
+
316
+ .sapMObjStatusText {
317
+ line-height: 0.875rem;
318
+ }
319
+ }
320
+ }
321
+
322
+ .sapMListTblCell {
323
+ .sapMObjStatus {
324
+ display: inline-table;
325
+
326
+ .sapMObjStatusText {
327
+ line-height: 2rem;
328
+ vertical-align: middle;
329
+ }
330
+
331
+ .sapMObjStatusIcon {
332
+ line-height: 2rem;
333
+ }
334
+ }
335
+ .sapMObjStatus.sapMObjStatusInverted {
336
+ display: inline-table;
337
+
338
+ .sapMObjStatusText {
339
+ vertical-align: middle;
340
+ }
341
+ .sapMObjStatusIcon {
342
+ line-height: 0.875rem;
343
+ }
344
+ }
307
345
  }
@@ -45,7 +45,7 @@
45
45
  }
46
46
 
47
47
  /* overwrite text control styles */
48
- .sapUiSizeCompact .sapMListTblCell {
48
+ .sapMListTblCell {
49
49
  .sapMLnk,
50
50
  .sapMText,
51
51
  .sapMLabel,
@@ -3,10 +3,25 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
+ @_sapMTextAreaPadding: 0.375rem 0.5rem 0.3125rem;
7
+ @_sapMTextAreaPadding_Compact: 0.0625rem 0.375rem 0;
8
+ @_sapMTextAreaReadonlyPadding: 0.375rem 0.625rem 0.3125rem;
9
+ @_sapMTextAreaReadonlyPadding_Compact: 0.0625rem 0.375rem 0;
10
+ @_sapMTextAreaValueStateSuccessPadding: 0.375rem 0.5rem 0.3125rem;
11
+ @_sapMTextAreaValueStateSuccessPadding_Compact: 0.0625rem 0.375rem 0;
12
+ @_sapMTextAreaValueStateInformationPadding: 0.4375rem 0.5625rem 0.375rem;
13
+ @_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem 0.0625rem;
14
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.375rem 0.5rem 0.3125rem;
15
+ @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
16
+
6
17
  .sapMFocus.sapMTextArea {
7
18
  & .sapMInputBaseContentWrapper {
8
19
  .sapMInputBaseInner {
9
20
  outline-offset: -3px;
10
21
  }
11
22
  }
23
+ }
24
+
25
+ .sapMInputBase.sapMTextArea .sapMTextAreaInner {
26
+ line-height: 1.5;
12
27
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -16,4 +16,39 @@
16
16
  outline: 0.125rem dotted @sapUiHcStandardForeground;
17
17
  outline-offset: -0.125rem;
18
18
  }
19
+
20
+ .sapMSltIcon:before,
21
+ .sapMSltIcon:after {
22
+ font-size: @sapMFontMediumSize;
23
+ color: @sapUiBlackBG;
24
+ padding-bottom: 0.0625rem;
25
+ speak: none;
26
+ }
27
+
28
+ .sapMSltIcon:before {
29
+ font-family: @sapUiFontLightFamily;
30
+ content: "••• ";
31
+ vertical-align: bottom;
32
+ }
33
+
34
+ .sapMSltIcon:after {
35
+ font-family: @sapUiContentIconFontFamily;
36
+ content: "\e1ef";
37
+ }
38
+
39
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
40
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
41
+ background: transparent;
42
+ border: none;
43
+
44
+ &.sapMSltFocused,
45
+ &:hover {
46
+ outline: 0.125rem dotted @sapUiHcStandardForeground;
47
+ outline-offset: -0.125rem;
48
+
49
+ .sapMSltIcon:before {
50
+ border-bottom: none;
51
+ }
52
+ }
53
+ }
19
54
  }
@@ -19,7 +19,7 @@
19
19
  box-sizing: border-box;
20
20
  }
21
21
 
22
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
22
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
23
23
  font-size: 1rem;
24
24
  }
25
25
 
@@ -37,7 +37,7 @@
37
37
  min-width: 4rem;
38
38
  }
39
39
 
40
- .sapMDialogTitle {
40
+ .sapMDialogTitleGroup {
41
41
  z-index: 3; // to hide the shadow from the header when there is sub-header
42
42
  }
43
43
 
@@ -70,7 +70,7 @@ html.sap-phone .sapMDialog {
70
70
  }
71
71
 
72
72
  // Responsive paddings
73
- .sapMDialogTitle, .sapMDialogSubHeader {
73
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
74
74
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
75
75
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
76
76
  &.sapMIBar {
@@ -142,6 +142,12 @@ html.sap-desktop .sapMGT:active .sapMGTFocusDiv {
142
142
  opacity: 1;
143
143
  }
144
144
 
145
+ .sapMGT.sapMGTBackgroundImage {
146
+ .sapMGTOverlay {
147
+ border-radius: 0.08rem;
148
+ }
149
+ }
150
+
145
151
  .sapMGTOverlay > .sapUiLocalBusyIndicator > .sapUiLocalBusyIndicatorAnimation {
146
152
  border: none;
147
153
  box-shadow: none;
@@ -167,6 +173,7 @@ html.sap-desktop .sapMGT:not(.sapMGTStateDisabled,.sapMGTLineMode,.TwoByHalf.sap
167
173
  border-color: transparent !important;
168
174
  .sapMGTFocusDiv{
169
175
  outline:solid 0.1875rem @sapTile_Interactive_BorderColor;
176
+ border-radius: inherit;
170
177
  }
171
178
  }
172
179
 
@@ -83,11 +83,11 @@
83
83
  font-weight: bold;
84
84
  }
85
85
 
86
- .sapMInputBaseContentWrapper .sapMInputBaseIcon {
86
+ .sapMInputBaseContentWrapper .sapMInputBaseIconContainer .sapUiIcon.sapMInputBaseIcon {
87
87
  line-height: 2rem;
88
88
  }
89
89
 
90
- .sapUiSizeCompact .sapMInputBaseIcon {
90
+ .sapUiSizeCompact .sapMInputBaseIconContainer .sapUiIcon.sapMInputBaseIcon {
91
91
  line-height: 1.375rem;
92
92
  }
93
93
 
@@ -304,4 +304,42 @@ html.sap-desktop .sapMObjStatusActive:focus {
304
304
 
305
305
  .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
306
306
  vertical-align: middle;
307
+ }
308
+
309
+ .sapMListTblCell {
310
+ .sapMObjStatus.sapMObjStatusInverted {
311
+
312
+ .sapMObjStatusIcon{
313
+ vertical-align: middle;
314
+ }
315
+
316
+ .sapMObjStatusText {
317
+ line-height: 0.875rem;
318
+ }
319
+ }
320
+ }
321
+
322
+ .sapMListTblCell {
323
+ .sapMObjStatus {
324
+ display: inline-table;
325
+
326
+ .sapMObjStatusText {
327
+ line-height: 2rem;
328
+ vertical-align: middle;
329
+ }
330
+
331
+ .sapMObjStatusIcon {
332
+ line-height: 2rem;
333
+ }
334
+ }
335
+ .sapMObjStatus.sapMObjStatusInverted {
336
+ display: inline-table;
337
+
338
+ .sapMObjStatusText {
339
+ vertical-align: middle;
340
+ }
341
+ .sapMObjStatusIcon {
342
+ line-height: 0.875rem;
343
+ }
344
+ }
307
345
  }
@@ -45,7 +45,7 @@
45
45
  }
46
46
 
47
47
  /* overwrite text control styles */
48
- .sapUiSizeCompact .sapMListTblCell {
48
+ .sapMListTblCell {
49
49
  .sapMLnk,
50
50
  .sapMText,
51
51
  .sapMLabel,
@@ -3,10 +3,25 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
+ @_sapMTextAreaPadding: 0.375rem 0.5rem 0.3125rem;
7
+ @_sapMTextAreaPadding_Compact: 0.0625rem 0.375rem 0;
8
+ @_sapMTextAreaReadonlyPadding: 0.375rem 0.625rem 0.3125rem;
9
+ @_sapMTextAreaReadonlyPadding_Compact: 0.0625rem 0.375rem 0;
10
+ @_sapMTextAreaValueStateSuccessPadding: 0.375rem 0.5rem 0.3125rem;
11
+ @_sapMTextAreaValueStateSuccessPadding_Compact: 0.0625rem 0.375rem 0;
12
+ @_sapMTextAreaValueStateInformationPadding: 0.4375rem 0.5625rem 0.375rem;
13
+ @_sapMTextAreaValueStateInformationPadding_Compact: 0.125rem 0.4375rem 0.0625rem;
14
+ @_sapMTextAreaValueStateErrorWarningPadding: 0.375rem 0.5rem 0.3125rem;
15
+ @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.0625rem 0.375rem 0;
16
+
6
17
  .sapMFocus.sapMTextArea {
7
18
  & .sapMInputBaseContentWrapper {
8
19
  .sapMInputBaseInner {
9
20
  outline-offset: -3px;
10
21
  }
11
22
  }
23
+ }
24
+
25
+ .sapMInputBase.sapMTextArea .sapMTextAreaInner {
26
+ line-height: 1.5;
12
27
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2022 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2023 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6