@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
@@ -32,7 +32,7 @@
32
32
  box-sizing: border-box;
33
33
  }
34
34
 
35
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
35
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
36
36
  font-size: 1rem;
37
37
  }
38
38
 
@@ -50,7 +50,7 @@
50
50
  min-width: 4rem;
51
51
  }
52
52
 
53
- .sapMDialogTitle {
53
+ .sapMDialogTitleGroup {
54
54
  z-index: 3; // to hide the shadow from the header when there is sub-header
55
55
  }
56
56
 
@@ -83,7 +83,7 @@ html.sap-phone .sapMDialog {
83
83
  }
84
84
 
85
85
  // Responsive paddings
86
- .sapMDialogTitle, .sapMDialogSubHeader {
86
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
87
87
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
88
88
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
89
89
  &.sapMIBar {
@@ -273,7 +273,6 @@ html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
273
273
  html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
274
274
  {
275
275
  .sapMGTFocusDiv{
276
- border: none;
277
276
  box-shadow: none;
278
277
  }
279
278
  }
@@ -513,4 +512,26 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
513
512
  border-bottom-left-radius: 0.87rem;
514
513
  border-bottom-right-radius: 0.87rem;
515
514
  }
515
+ }
516
+
517
+ /******************* OVERLAYS AND HELPERS *******************/
518
+
519
+ .sapMGTOverlay {
520
+ border-radius: inherit;
521
+ }
522
+
523
+ .sapMGT.sapMGTBackgroundImage {
524
+ .sapMGTOverlay {
525
+ border-radius: 0.9rem;
526
+ }
527
+ &.sapMGTStateFailed {
528
+ .sapMGTWithImageHoverOverlay {
529
+ border-radius: @sapTile_BorderCornerRadius;
530
+ }
531
+ }
532
+ &:active {
533
+ .sapMGTOverlay {
534
+ border-radius: 0.95rem;
535
+ }
536
+ }
516
537
  }
@@ -492,6 +492,10 @@
492
492
  border-right: 1px solid @_sap_m_IconTab_Bar_Separator_Line;
493
493
  margin: 0.625rem 0.125rem 0 0.125rem;
494
494
  }
495
+
496
+ .sapMITBItem .sapMITBFilterIcon {
497
+ margin-right: @_sap_m_IconTabBar_HorizontalTextPaddingLeft;
498
+ }
495
499
  }
496
500
 
497
501
  .sapMITBAll {
@@ -119,4 +119,4 @@
119
119
  .sapMInputBase .sapMInputBaseContentWrapperState:not(.sapMInputBaseContentWrapperSuccess) .sapMInputBaseIconContainer .sapMInputBaseIcon {
120
120
  height: 1.25rem;
121
121
  }
122
- }
122
+ }
@@ -24,4 +24,8 @@
24
24
 
25
25
  .sapMGrowingListDummyColumn {
26
26
  border-right: 1px solid @sapUiListTableFixedBorderColor;
27
+ }
28
+
29
+ .sapMGrowingListTrigger {
30
+ border-top: @sapUiListBorderWidth solid @sapUiListHeaderBorderColor;
27
31
  }
@@ -53,4 +53,22 @@
53
53
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
54
54
  .sapMMenuBtn.sapMMenuBtnRegular:hover .sapMBtnInner.sapMBtnDefault::after {
55
55
  color: @sapUiButtonActiveTextColor;
56
+ }
57
+
58
+ .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
59
+ padding-right: 0.4375rem;
60
+ padding-left: 0.4375rem;
61
+
62
+ .sapMBtnContent {
63
+ position: relative;
64
+ top: -1px;
65
+ left: 0;
66
+ }
67
+ }
68
+
69
+ .sapUiSizeCompact {
70
+ .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
71
+ padding-right: 0.3125rem;
72
+ padding-left: 0.3125rem;
73
+ }
56
74
  }
@@ -42,6 +42,9 @@
42
42
  font-family: @sapUiFontHeaderFamily;
43
43
  font-size: @sapUiFontHeader5Size;
44
44
  font-weight: @sapUiFontHeaderWeight;
45
+ }
46
+
47
+ .sapMMsgViewTitleText:not(.sapMLnk) {
45
48
  color: @sapUiGroupTitleTextColor;
46
49
  }
47
50
 
@@ -3,9 +3,11 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjStatus .sapMObjStatusLink {
6
+ .sapMObjStatus {
7
7
  padding: 0 0.0625rem;
8
- display: inline-block;
8
+ .sapMObjStatusLink {
9
+ display: inline-block;
10
+ }
9
11
  }
10
12
 
11
13
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
@@ -165,4 +167,30 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
165
167
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
166
168
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
167
169
  color: @sapUiContentContrastTextColor;
170
+ }
171
+
172
+ .sapMListTblCell {
173
+ .sapMObjStatus {
174
+ display: inline-table;
175
+
176
+ .sapMObjStatusText {
177
+ line-height: 2rem;
178
+ vertical-align: middle;
179
+ }
180
+
181
+ .sapMObjStatusIcon {
182
+ line-height: 2rem;
183
+ }
184
+ }
185
+ .sapMObjStatus.sapMObjStatusInverted {
186
+ display: inline-table;
187
+
188
+ .sapMObjStatusText {
189
+ line-height: 1rem;
190
+ vertical-align: middle;
191
+ }
192
+ .sapMObjStatusIcon {
193
+ line-height: 1rem;
194
+ }
195
+ }
168
196
  }
@@ -101,9 +101,21 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
101
101
  border-radius: 0.25rem;
102
102
  }
103
103
 
104
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
105
- border-radius: @sapGroup_BorderCornerRadius;
106
- background-color: @sapAccentBackgroundColor5;
107
- color: @sapAccentColor5;
108
- font-size: @sapMFontHeader4Size;
104
+ .sapMPlanCal .sapMListTbl {
105
+ .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
106
+ border-radius: @sapGroup_BorderCornerRadius;
107
+ background-color: @sapAccentBackgroundColor5;
108
+ color: @sapAccentColor5;
109
+ font-size: @sapMFontHeader4Size;
110
+ }
111
+ .sapUiIcon {
112
+ line-height: 1rem;
113
+ }
114
+ .sapUiCalendarAppArrowIconLeft.sapUiIcon,
115
+ .sapUiCalendarAppArrowIconRight.sapUiIcon {
116
+ line-height: 1;
117
+ }
118
+ .sapMFlexItem .sapMText {
119
+ line-height: inherit;
120
+ }
109
121
  }
@@ -205,9 +205,18 @@
205
205
  }
206
206
  }
207
207
 
208
- /* Compact and Condensed */
209
- .sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
208
+ /* Compact */
210
209
  .sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
210
+ margin: 0;
211
+ }
212
+
213
+ /* Condensed */
214
+ .sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
211
215
  padding: 0.4375rem 0;
212
216
  margin: 0;
217
+
218
+ }
219
+
220
+ .sapUiSizeCondensed .sapUiTableDataCell .sapMPIValueGreaterHalf .sapMPITextLeft {
221
+ display: none;
213
222
  }
@@ -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
 
@@ -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,26 +162,57 @@
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
+ padding-left: 0.0625rem;
187
+ }
188
+
189
+ .sapUiIcon + .sapMBtnContent {
190
+ padding-left: 1.4375rem;
191
+ }
192
+ }
193
+
194
+ .sapUiSizeCompact .sapMSB {
195
+ .sapMSBText:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
196
+ margin-right: 2rem;
197
+ }
198
+
199
+ :not(.sapMBtnDisabled) > span.sapMBtnInner {
200
+ &.sapMBtnInner.sapMBtnText {
201
+ padding-left: 0.4375rem;
202
+ padding-right: 0.5rem;
203
+ }
204
+ &.sapMBtnEmphasized.sapMBtnActive {
205
+ min-width: 2rem;
206
+
207
+ &.sapMBtnText > .sapUiIcon {
208
+ left: 0.3125rem;
209
+ }
210
+ }
176
211
  }
177
212
  }
178
213
 
179
214
  .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive .sapUiIcon {
180
- left: -0.0625rem;
215
+ left: -0.0625rem;
181
216
  }
182
217
 
183
218
  .sapMMenuBtn .sapMBtnDisabled {
@@ -226,6 +261,10 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
226
261
  background-color: @sapUiButtonActiveTextColor;
227
262
  }
228
263
 
229
- .sapMIBar .sapMSB .sapMBtn {
230
- background-color: transparent;
264
+ .sapMIBar .sapMSB {
265
+ &:not(.sapMSBAccept):not(.sapMSBReject):not(.sapMSBEmphasized):not(.sapMSBCritical):not(.sapMSBNegative):not(.sapMSBSuccess):not(.sapMSBNeutral):not(.sapMSBAttention) {
266
+ .sapMBtn {
267
+ background-color: transparent;
268
+ }
269
+ }
231
270
  }
@@ -35,13 +35,15 @@
35
35
  }
36
36
 
37
37
  /* overwrite text control styles */
38
- .sapUiSizeCompact .sapMListTblCell {
38
+ .sapMListTblCell {
39
39
  .sapMLnk,
40
40
  .sapMText,
41
41
  .sapMLabel,
42
42
  .sapMObjectNumber,
43
43
  .sapMObjectIdentifier,
44
- .sapMObjStatus {
44
+ .sapMObjStatus,
45
+ .sapMObjectAttributeDiv,
46
+ .sapUiIcon {
45
47
  line-height: 1.5rem;
46
48
  }
47
49
 
@@ -3,9 +3,16 @@
3
3
  /* 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;
34
+ .sapMFocus.sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
35
+ &::before {
36
+ top: 1px;
37
+ left: 1px;
38
+ right: 1px;
39
+ bottom: 1px;
40
+ }
33
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
  }
@@ -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
 
@@ -14,4 +14,46 @@
14
14
  .sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState), .sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
15
15
  outline-offset: 0;
16
16
  }
17
+
18
+ .sapMSltIcon:before,
19
+ .sapMSltIcon:after {
20
+ font-size: @sapMFontMediumSize;
21
+ color: @sapUiLink;
22
+ padding-bottom: 0.0625rem;
23
+ speak: none;
24
+ }
25
+
26
+ .sapMSltIcon:before {
27
+ font-family: @sapUiFontLightFamily;
28
+ content: "••• ";
29
+ vertical-align: bottom;
30
+ }
31
+
32
+ .sapMSltIcon:after {
33
+ font-family: @sapUiContentIconFontFamily;
34
+ content: "\e1ef";
35
+ }
36
+
37
+ .sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem >
38
+ .sapMSlt.sapMSltIconOnly.sapMSltWithIcon.sapMSltHoverable.sapMSltWithArrow {
39
+ background: transparent;
40
+ border: none;
41
+
42
+ &.sapMSltFocused,
43
+ &:hover {
44
+ .sapMSltIcon {
45
+ background-color: @sapUiContentFocusColor;
46
+ border-bottom: @sapUiContentFocusColor 0.0625rem solid;
47
+ }
48
+
49
+ .sapMSltIcon:before {
50
+ border-bottom: none;
51
+ }
52
+
53
+ .sapMSltIcon:before,
54
+ .sapMSltIcon:after {
55
+ color: @sapUiButtonHoverBackground;
56
+ }
57
+ }
58
+ }
17
59
  }
@@ -7,7 +7,8 @@
7
7
  // Variables overriding
8
8
  // ==========================================================================
9
9
 
10
- @_sap_m_Carousel_BackgroundColor: @sapUiBaseBG;
10
+ @_sap_m_Carousel_BackgroundColorSolid: @sapUiGroupContentBackground;
11
+ @_sap_m_Carousel_BackgroundColorTranslucent: @sapUiBaseBG;
11
12
  @_sap_m_Carousel_MinWidth: 15.5rem;
12
13
  @_sap_m_Carousel_ControlsNoArrowsHeight: 2.75rem;
13
14
  @_sap_m_Carousel_NumericIndicatorTextColor: @sapUiPageFooterTextColor;
@@ -32,7 +32,7 @@
32
32
  box-sizing: border-box;
33
33
  }
34
34
 
35
- .sapMDialog > header.sapMDialogTitle .sapMDialogIcon.sapUiIcon {
35
+ .sapMDialog > header .sapMDialogTitleGroup .sapMDialogIcon.sapUiIcon {
36
36
  font-size: 1rem;
37
37
  }
38
38
 
@@ -50,7 +50,7 @@
50
50
  min-width: 4rem;
51
51
  }
52
52
 
53
- .sapMDialogTitle {
53
+ .sapMDialogTitleGroup {
54
54
  z-index: 3; // to hide the shadow from the header when there is sub-header
55
55
  }
56
56
 
@@ -83,7 +83,7 @@ html.sap-phone .sapMDialog {
83
83
  }
84
84
 
85
85
  // Responsive paddings
86
- .sapMDialogTitle, .sapMDialogSubHeader {
86
+ .sapMDialogTitleGroup, .sapMDialogSubHeader {
87
87
  .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
88
88
  .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
89
89
  &.sapMIBar {
@@ -270,13 +270,6 @@ html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
270
270
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
271
271
  }
272
272
 
273
- html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
274
- {
275
- .sapMGTFocusDiv{
276
- border: none;
277
- }
278
- }
279
-
280
273
  html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
281
274
  {
282
275
  .sapMGTFocusDiv{
@@ -505,4 +498,26 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
505
498
  border-bottom-left-radius: 0.87rem;
506
499
  border-bottom-right-radius: 0.87rem;
507
500
  }
501
+ }
502
+
503
+ /******************* OVERLAYS AND HELPERS *******************/
504
+
505
+ .sapMGTOverlay {
506
+ border-radius: inherit;
507
+ }
508
+
509
+ .sapMGT.sapMGTBackgroundImage {
510
+ .sapMGTOverlay {
511
+ border-radius: 0.9rem;
512
+ }
513
+ &.sapMGTStateFailed {
514
+ .sapMGTWithImageHoverOverlay {
515
+ border-radius: @sapTile_BorderCornerRadius;
516
+ }
517
+ }
518
+ &:active {
519
+ .sapMGTOverlay {
520
+ border-radius: 0.95rem;
521
+ }
522
+ }
508
523
  }
@@ -555,6 +555,10 @@ html.sap-desktop {
555
555
  top: 0.125rem;
556
556
  }
557
557
  }
558
+
559
+ .sapMITBItem .sapMITBFilterIcon {
560
+ margin-right: @_sap_m_IconTabBar_HorizontalTextPaddingLeft;
561
+ }
558
562
  }
559
563
 
560
564
  .sapMITHStartOverflow,
@@ -29,4 +29,8 @@
29
29
 
30
30
  .sapMGrowingListDummyColumn {
31
31
  border-right: 1px solid @sapUiListTableFixedBorderColor;
32
+ }
33
+
34
+ .sapMGrowingListTrigger {
35
+ border-top: @sapUiListBorderWidth solid @sapUiListHeaderBorderColor;
32
36
  }
@@ -57,4 +57,21 @@
57
57
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent::after,
58
58
  .sapMMenuBtn.sapMMenuBtnRegular:hover .sapMBtnInner.sapMBtnDefault::after {
59
59
  color: @sapUiButtonActiveTextColor;
60
+ }
61
+
62
+ .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
63
+ padding-right: 0.4375rem;
64
+ padding-left: 0.4375rem;
65
+
66
+ .sapMBtnContent {
67
+ position: relative;
68
+ left: 0;
69
+ }
70
+ }
71
+
72
+ .sapUiSizeCompact {
73
+ .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
74
+ padding-right: 0.3125rem;
75
+ padding-left: 0.3125rem;
76
+ }
60
77
  }
@@ -46,6 +46,9 @@
46
46
  font-family: @sapUiFontHeaderFamily;
47
47
  font-size: @sapUiFontHeader5Size;
48
48
  font-weight: @sapUiFontHeaderWeight;
49
+ }
50
+
51
+ .sapMMsgViewTitleText:not(.sapMLnk) {
49
52
  color: @sapUiGroupTitleTextColor;
50
53
  }
51
54
 
@@ -3,9 +3,11 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjStatus .sapMObjStatusLink {
6
+ .sapMObjStatus {
7
7
  padding: 0 0.0625rem;
8
- display: inline-block;
8
+ .sapMObjStatusLink {
9
+ display: inline-block;
10
+ }
9
11
  }
10
12
 
11
13
  .sapMObjStatusInverted:not(.sapMObjectStatusLarge) {
@@ -165,4 +167,30 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
165
167
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
166
168
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
167
169
  color: @sapUiContentContrastTextColor;
170
+ }
171
+
172
+ .sapMListTblCell {
173
+ .sapMObjStatus {
174
+ display: inline-table;
175
+
176
+ .sapMObjStatusText {
177
+ line-height: 2rem;
178
+ vertical-align: middle;
179
+ }
180
+
181
+ .sapMObjStatusIcon {
182
+ line-height: 2rem;
183
+ }
184
+ }
185
+ .sapMObjStatus.sapMObjStatusInverted {
186
+ display: inline-table;
187
+
188
+ .sapMObjStatusText {
189
+ line-height: 1rem;
190
+ vertical-align: middle;
191
+ }
192
+ .sapMObjStatusIcon {
193
+ line-height: 1rem;
194
+ }
195
+ }
168
196
  }
@@ -101,9 +101,21 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
101
101
  border-radius: 0.25rem;
102
102
  }
103
103
 
104
- .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
105
- border-radius: @sapGroup_BorderCornerRadius;
106
- background-color: @sapAccentBackgroundColor5;
107
- color: @sapAccentColor5;
108
- font-size: @sapMFontHeader4Size;
104
+ .sapMPlanCal .sapMListTbl {
105
+ .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
106
+ border-radius: @sapGroup_BorderCornerRadius;
107
+ background-color: @sapAccentBackgroundColor5;
108
+ color: @sapAccentColor5;
109
+ font-size: @sapMFontHeader4Size;
110
+ }
111
+ .sapUiIcon {
112
+ line-height: 1rem;
113
+ }
114
+ .sapUiCalendarAppArrowIconLeft.sapUiIcon,
115
+ .sapUiCalendarAppArrowIconRight.sapUiIcon {
116
+ line-height: 1;
117
+ }
118
+ .sapMFlexItem .sapMText {
119
+ line-height: inherit;
120
+ }
109
121
  }