@openui5/themelib_sap_horizon 1.118.0 → 1.119.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 (105) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +81 -25
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +3 -3
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +2 -1
  6. package/src/sap/f/themes/sap_horizon/SidePanel.less +7 -0
  7. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
  8. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +3 -3
  9. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +2 -2
  10. package/src/sap/f/themes/sap_horizon_dark/SidePanel.less +7 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/SidePanel.less +10 -0
  12. package/src/sap/f/themes/sap_horizon_hcw/SidePanel.less +10 -0
  13. package/src/sap/m/themes/sap_horizon/BusyIndicator.less +2 -2
  14. package/src/sap/m/themes/sap_horizon/Button.less +13 -26
  15. package/src/sap/m/themes/sap_horizon/GenericTile.less +37 -0
  16. package/src/sap/m/themes/sap_horizon/IconTabBar.less +40 -17
  17. package/src/sap/m/themes/sap_horizon/InputBase.less +5 -1
  18. package/src/sap/m/themes/sap_horizon/MessageStrip.less +4 -12
  19. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  20. package/src/sap/m/themes/sap_horizon/Page.less +2 -1
  21. package/src/sap/m/themes/sap_horizon/RadioButton.less +0 -21
  22. package/src/sap/m/themes/sap_horizon/SearchField.less +8 -5
  23. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +34 -15
  24. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  25. package/src/sap/m/themes/sap_horizon/TextArea.less +4 -0
  26. package/src/sap/m/themes/sap_horizon/Title.less +19 -6
  27. package/src/sap/m/themes/sap_horizon/ToggleButton.less +2 -19
  28. package/src/sap/m/themes/sap_horizon_dark/BusyIndicator.less +2 -2
  29. package/src/sap/m/themes/sap_horizon_dark/Button.less +13 -26
  30. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +38 -0
  31. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +30 -7
  32. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +5 -1
  33. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +4 -12
  34. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  35. package/src/sap/m/themes/sap_horizon_dark/Page.less +2 -1
  36. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +0 -21
  37. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +10 -6
  38. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +34 -15
  39. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -1
  40. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +4 -0
  41. package/src/sap/m/themes/sap_horizon_dark/Title.less +19 -6
  42. package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +2 -20
  43. package/src/sap/m/themes/sap_horizon_hcb/BusyIndicator.less +2 -2
  44. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  45. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -2
  46. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +0 -1
  47. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  48. package/src/sap/m/themes/sap_horizon_hcb/Page.less +2 -1
  49. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -4
  50. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +1 -0
  51. package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +22 -0
  52. package/src/sap/m/themes/sap_horizon_hcb/Title.less +19 -6
  53. package/src/sap/m/themes/sap_horizon_hcw/BusyIndicator.less +2 -2
  54. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -2
  56. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +0 -1
  57. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  58. package/src/sap/m/themes/sap_horizon_hcw/Page.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -4
  60. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +1 -0
  61. package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +22 -0
  62. package/src/sap/m/themes/sap_horizon_hcw/Title.less +19 -6
  63. package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +28 -14
  64. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +9 -2
  65. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  66. package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +28 -14
  67. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +9 -2
  68. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  69. package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +21 -6
  70. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -2
  71. package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +21 -6
  72. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -2
  73. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  74. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  75. package/src/sap/ui/core/themes/sap_horizon/base.less +138 -137
  76. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  77. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon/global.less +8 -8
  79. package/src/sap/ui/core/themes/sap_horizon/library.source.less +4 -0
  80. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  81. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +111 -110
  82. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  83. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -8
  85. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +4 -0
  86. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  87. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +15 -15
  88. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  89. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +8 -8
  91. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  92. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +14 -14
  93. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  94. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  95. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +8 -8
  96. package/src/sap/ui/layout/themes/sap_horizon_dark/Splitter.less +1 -1
  97. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +3 -1
  98. package/src/sap/ui/layout/themes/sap_horizon_hcb/Splitter.less +0 -1
  99. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +3 -1
  100. package/src/sap/ui/layout/themes/sap_horizon_hcw/Splitter.less +0 -1
  101. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +0 -2
  102. package/src/sap/ui/unified/themes/sap_horizon_hcb/ColorPicker.less +7 -2
  103. package/src/sap/ui/unified/themes/sap_horizon_hcw/ColorPicker.less +7 -2
  104. package/src/sap/uxap/themes/sap_horizon/HierarchicalSelect.less +4 -3
  105. package/src/sap/uxap/themes/sap_horizon_dark/HierarchicalSelect.less +4 -3
@@ -74,10 +74,14 @@
74
74
  opacity: @sapUiContentDisabledOpacity;
75
75
  }
76
76
 
77
- .sapMFocus.sapMInputBase .sapMInputBaseContentWrapper {
77
+ .sapMFocus.sapMInputBase .sapMInputBaseContentWrapper:not(.sapMInputBaseDisabledWrapper) {
78
78
  background-color: @sapField_Focus_Background;
79
79
  outline: none;
80
80
 
81
+ &::before {
82
+ border-color: @sapUiFieldActiveBorderColor;
83
+ }
84
+
81
85
  &.sapMInputBaseReadonlyWrapper {
82
86
  background: @sapField_ReadOnly_Background;
83
87
  }
@@ -12,9 +12,7 @@
12
12
  border-color: @sapUiMessageInformationBorderColor;
13
13
  color: @sapUiBaseText;
14
14
 
15
- .sapMBtnTransparent,
16
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
17
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
15
+ .sapMBtnTransparent {
18
16
  background-color: @sapInformationBackground;
19
17
  border-color: @sapInformationBackground;
20
18
  }
@@ -27,9 +25,7 @@
27
25
  .sapMMsgStripError {
28
26
  border-color: @sapUiMessageErrorBorderColor;
29
27
 
30
- .sapMBtnTransparent,
31
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
32
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
28
+ .sapMBtnTransparent {
33
29
  background-color: @sapErrorBackground;
34
30
  border-color: @sapErrorBackground;
35
31
  }
@@ -38,9 +34,7 @@
38
34
  .sapMMsgStripSuccess {
39
35
  border-color: @sapUiMessageSuccessBorderColor;
40
36
 
41
- .sapMBtnTransparent,
42
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
43
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
37
+ .sapMBtnTransparent {
44
38
  background-color: @sapSuccessBackground;
45
39
  border-color: @sapSuccessBackground;
46
40
  }
@@ -49,9 +43,7 @@
49
43
  .sapMMsgStripWarning {
50
44
  border-color: @sapUiMessageWarningBorderColor;
51
45
 
52
- .sapMBtnTransparent,
53
- .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed),
54
- .sapMIBar-CTX .sapMBtn:hover>.sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
46
+ .sapMBtnTransparent {
55
47
  background-color: @sapWarningBackground;
56
48
  border-color: @sapWarningBackground;
57
49
  }
@@ -11,7 +11,6 @@
11
11
  .sapMObjStatusText,
12
12
  .sapMObjStatusIcon {
13
13
  min-height: 1rem;
14
- text-shadow: @sapUiContentContrastTextShadow;
15
14
  height: 100%;
16
15
  }
17
16
  }
@@ -43,45 +42,51 @@
43
42
  }
44
43
 
45
44
  .sapMObjStatusInverted {
45
+ box-sizing: border-box;
46
+ min-width: 1.375rem;
46
47
  & .sapMObjStatusText,
47
48
  & .sapMObjStatusIcon.sapMObjStatusIconOnly,
48
49
  & .sapMObjStatusIcon .sapMObjStatusIconOnly,
49
50
  & .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
50
51
  & .sapMObjStatusLink .sapMObjStatusText {
51
- border-radius: 0.25rem;
52
+ border-radius: @sapUiButtonBorderCornerRadius;
52
53
  }
53
54
  & .sapMObjStatusIcon {
54
- border-radius: 0.25rem 0 0 0.25rem;
55
+ border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
55
56
  }
56
57
  & .sapMObjStatusIcon + .sapMObjStatusText {
57
- border-radius: 0 0.25rem 0.25rem 0;
58
+ border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
58
59
  }
59
60
  }
60
61
 
61
62
  .sapMObjStatusInverted .sapMObjStatusText,
62
63
  .sapMObjStatusInverted .sapMObjStatusIcon {
63
64
  color: @sapUiContentContrastTextColor;
65
+ border: 0.0625rem solid;
64
66
  }
65
67
 
66
- .sapMObjStatusInverted .sapMObjStatusText,
67
- .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly {
68
- padding: 0.0625rem 0.25rem;
68
+ .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
69
+ .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
70
+ padding: 0.1875rem 0.313rem;
71
+ }
72
+
73
+ .sapMObjStatusInverted .sapMObjStatusText {
74
+ padding: 0.1875rem 0.25rem;
69
75
  }
70
76
 
71
77
  .sapMObjStatusInverted .sapMObjStatusIcon {
72
- padding: 0.0625rem 0 0.0625rem 0.25rem;
78
+ padding: 0.1875rem 0 0.1875rem 0.25rem;
73
79
  vertical-align: middle;
74
80
  }
75
81
 
76
82
  html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
77
83
  .sapMObjStatusText {
78
84
  text-decoration: underline;
79
- text-shadow: @sapUiContentTextShadow;
80
85
  }
81
86
  &:focus {
82
87
  .sapMObjStatusLink::after {
83
88
  outline: none;
84
- border-radius: 0.125rem;
89
+ border-radius: @sapUiButtonBorderCornerRadius;
85
90
  content: "";
86
91
  position: absolute;
87
92
  box-sizing: border-box;
@@ -95,11 +100,10 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
95
100
  }
96
101
  .sapMObjStatusLink {
97
102
  background: @sapUiContentFocusColor;
98
- border-radius: 0.125rem;
103
+ border-radius: @sapUiButtonBorderCornerRadius;
99
104
  .sapMObjStatusIcon > .sapUiIcon,
100
105
  .sapMObjStatusText {
101
106
  color: @sapUiContentContrastTextColor;
102
- text-shadow: @sapUiContentContrastTextShadow;
103
107
  }
104
108
  .sapMObjStatusText {
105
109
  text-decoration: underline;
@@ -144,7 +148,7 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
144
148
  pointer-events: none;
145
149
  z-index: 1;
146
150
  box-shadow: inset 0 0 0 0.125em @sapUiContentFocusColor, inset 0 0 0 0.1875em @sapUiContentContrastFocusColor;
147
- border-radius: 0.25rem;
151
+ border-radius: @sapUiButtonBorderCornerRadius;
148
152
  height: 100%;
149
153
  }
150
154
  }
@@ -153,15 +157,234 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
153
157
  }
154
158
  }
155
159
 
156
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
157
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon,
158
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
159
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon ,
160
+ .sapMObjStatus.sapMObjStatusInverted,
161
+ .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusActive {
162
+ .sapMObjStatusIcon:not(.sapMObjStatusIconOnly){
163
+ border-right: none;
164
+ &:hover:active{
165
+ border-right: none;
166
+ }
167
+ }
168
+ .sapMObjStatusIcon + .sapMObjStatusText {
169
+ border-left: none;
170
+ }
171
+ }
172
+
173
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
174
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
175
+ background-color: @sapUiButtonNegativeBackground;
176
+ color: @sapUiButtonNegativeTextColor;
177
+ border-color: @sapUiButtonNegativeBorderColor;
178
+ }
179
+
180
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
181
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
182
+ background-color: @sapUiButtonCriticalBackground;
183
+ color: @sapUiButtonCriticalTextColor;
184
+ border-color: @sapUiButtonCriticalBorderColor;
185
+ }
186
+
187
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
188
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
189
+ background-color: @sapUiButtonSuccessBackground;
190
+ color: @sapUiButtonSuccessTextColor;
191
+ border-color: @sapUiButtonSuccessBorderColor;
192
+ }
193
+
194
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
195
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
196
+ text-shadow: @sapUiContentTextShadow;
197
+ background-color: @sapUiButtonInformationBackground;
198
+ color: @sapUiButtonInformationTextColor;
199
+ border-color: @sapUiButtonInformationBorderColor;
200
+ }
201
+
202
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
203
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
204
+ text-shadow: @sapUiContentTextShadow;
205
+ background-color: @sapNeutralBackground;
206
+ color: @sapTextColor;
207
+ border-color: @sapNeutralBorderColor;
208
+ }
209
+
210
+
211
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
212
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
213
+ background-color: @sapUiButtonNegativeHoverBackground;
214
+ color: @sapUiButtonNegativeHoverTextColor;
215
+ border-color: @sapUiButtonNegativeHoverBorderColor;
216
+ }
217
+
218
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
219
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
220
+ background-color: @sapUiButtonCriticalHoverBackground;
221
+ color: @sapUiButtonCriticalHoverTextColor;
222
+ border-color: @sapUiButtonCriticalHoverBorderColor;
223
+ }
224
+
225
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
226
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
227
+ background-color: @sapUiButtonSuccessHoverBackground;
228
+ color: @sapUiButtonSuccessHoverTextColor;
229
+ border-color: @sapUiButtonSuccessHoverBorderColor;
230
+ }
231
+
232
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
233
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
234
+ background-color: @sapUiButtonInformationHoverBackground;
235
+ color: @sapUiButtonInformationHoverTextColor;
236
+ border-color: @sapUiButtonInformationHoverBorderColor;
237
+ }
238
+
239
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
240
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
241
+ background-color: @sapUiButtonNeutralHoverBackground;
242
+ color: @sapUiButtonNeutralHoverTextColor;
243
+ border-color: @sapUiButtonNeutralHoverBorderColor;
244
+ }
245
+
160
246
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
161
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon,
247
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
248
+ background-color: @sapUiButtonNegativeActiveBackground;
249
+ color: @sapUiButtonRejectSelectedTextColor;
250
+ border-color: @sapUiButtonNegativeActiveBorderColor;
251
+ }
252
+
162
253
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
163
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon,
254
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
255
+ background-color: @sapUiButtonCriticalActiveBackground;
256
+ color: @sapUiButtonAttentionSelectedTextColor;
257
+ border-color: @sapUiButtonCriticalActiveBorderColor;
258
+ }
259
+
164
260
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
165
261
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
166
- color: @sapUiContentContrastTextColor;
262
+ background-color: @sapUiButtonSuccessActiveBackground;
263
+ color: @sapUiButtonAcceptSelectedTextColor;
264
+ border-color: @sapUiButtonSuccessActiveBorderColor;
265
+ }
266
+
267
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
268
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
269
+ background-color: @sapUiButtonInformationActiveBackground;
270
+ color: @sapUiButtonSelectedTextColor;
271
+ border-color: @sapUiButtonInformationActiveBorderColor;
272
+ }
273
+
274
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
275
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
276
+ background-color: @sapUiButtonNeutralActiveBackground;
277
+ color: @sapUiButtonActiveTextColor;
278
+ border-color: @sapUiButtonNeutralActiveBorderColor;
279
+ }
280
+
281
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
282
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
283
+ background-color: @sapUiIndication1Background;
284
+ border-color: @sapUiIndication1BorderColor;
285
+ color: @sapUiIndication1TextColor;
286
+ }
287
+
288
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
289
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
290
+ background-color: @sapUiIndication2Background;
291
+ border-color: @sapUiIndication2BorderColor;
292
+ color: @sapUiIndication2TextColor;
293
+ }
294
+
295
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
296
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
297
+ background-color: @sapUiIndication3Background;
298
+ border-color: @sapUiIndication3BorderColor;
299
+ color: @sapUiIndication3TextColor;
300
+ }
301
+
302
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
303
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
304
+ background-color: @sapUiIndication4Background;
305
+ border-color: @sapUiIndication4BorderColor;
306
+ color: @sapUiIndication4TextColor;
307
+ }
308
+
309
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
310
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
311
+ background-color: @sapUiIndication5Background;
312
+ border-color: @sapUiIndication5BorderColor;
313
+ color: @sapUiIndication5TextColor;
314
+ }
315
+
316
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
317
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
318
+ background-color: @sapUiIndication6Background;
319
+ border-color: @sapUiIndication6BorderColor;
320
+ color: @sapUiIndication6TextColor;
321
+ }
322
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
323
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
324
+ background-color: @sapUiIndication7Background;
325
+ border-color: @sapUiIndication7BorderColor;
326
+ color: @sapUiIndication7TextColor;
327
+ }
328
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
329
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
330
+ background-color: @sapUiIndication8Background;
331
+ border-color: @sapUiIndication8BorderColor;
332
+ color: @sapUiIndication8TextColor;
333
+ }
334
+
335
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
336
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
337
+ background-color: @sapUiIndication1ActiveBackground;
338
+ border-color: @sapUiIndication1ActiveBorderColor;
339
+ color: @sapUiIndication1ActiveTextColor;
340
+
341
+ }
342
+
343
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
344
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
345
+ background-color: @sapUiIndication2ActiveBackground;
346
+ border-color: @sapUiIndication2ActiveBorderColor;
347
+ color: @sapUiIndication2ActiveTextColor;
348
+ }
349
+
350
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
351
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
352
+ background-color: @sapUiIndication3ActiveBackground;
353
+ border-color: @sapUiIndication3ActiveBorderColor;
354
+ color: @sapUiIndication3ActiveTextColor;
355
+ }
356
+
357
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
358
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
359
+ background-color: @sapUiIndication4ActiveBackground;
360
+ border-color: @sapUiIndication4ActiveBorderColor;
361
+ color: @sapUiIndication4ActiveTextColor;
362
+ }
363
+
364
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
365
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
366
+ background-color: @sapUiIndication5ActiveBackground;
367
+ border-color: @sapUiIndication5ActiveBorderColor;
368
+ color: @sapUiIndication5ActiveTextColor;
369
+ }
370
+
371
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
372
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
373
+ background-color: @sapUiIndication6ActiveBackground;
374
+ border-color: @sapUiIndication6ActiveBorderColor;
375
+ color: @sapUiIndication6ActiveTextColor;
376
+ }
377
+
378
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
379
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
380
+ background-color: @sapUiIndication7ActiveBackground;
381
+ border-color: @sapUiIndication7ActiveBorderColor;
382
+ color: @sapUiIndication7ActiveTextColor;
383
+ }
384
+
385
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
386
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
387
+ background-color: @sapUiIndication8ActiveBackground;
388
+ border-color: @sapUiIndication8ActiveBorderColor;
389
+ color: @sapUiIndication8ActiveTextColor;
167
390
  }
@@ -78,7 +78,8 @@
78
78
  }
79
79
 
80
80
  .sapMIBar-CTX.sapMFooter-CTX {
81
- box-shadow: @sapUiShadowLevel1;
81
+ box-shadow: @sapUiContentShadow1;
82
+ border: none;
82
83
  }
83
84
  }
84
85
 
@@ -77,10 +77,6 @@
77
77
  }
78
78
  }
79
79
 
80
- .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc) .sapMRbHoverable:hover {
81
- filter: drop-shadow(0 0 0.125rem fade(@sapContent_ShadowColor, 72)); //drop-shadow(@sapContent_Interaction_Shadow) doesn't work; Reason: Chrome, Safari and Opera, and maybe other browsers, do not support this 4th length; shadow will not render if added.
82
- }
83
-
84
80
  .sapMRb:not(.sapMRbErr):not(.sapMRbWarn):not(.sapMRbInfo):not(.sapMRbSucc) .sapMRbHoverable:hover .sapMRbBOut {
85
81
  stroke: @sapUiFieldHoverBorderColor;
86
82
  }
@@ -137,10 +133,6 @@
137
133
  }
138
134
  }
139
135
 
140
- .sapMRbErr:not(.sapMRbDis) .sapMRbHoverable:hover {
141
- filter: drop-shadow(0 0 0.125rem fade(@sapNegativeColor, 72)); // @sapContent_Negative_Shadow; same as above
142
- }
143
-
144
136
  .sapMRbWarn.sapMRbSel,
145
137
  .sapMRbWarn.sapMRbSel.sapMRbRo {
146
138
  .sapMRbBInn {
@@ -158,10 +150,6 @@
158
150
  }
159
151
  }
160
152
 
161
- .sapMRbWarn:not(.sapMRbDis) .sapMRbHoverable:hover {
162
- filter: drop-shadow(0 0 0.125rem fade(@sapCriticalColor, 72)); // @sapContent_Critical_Shadow; same as above
163
- }
164
-
165
153
  .sapMRbSucc.sapMRbSel,
166
154
  .sapMRbSucc.sapMRbSel.sapMRbRo {
167
155
  .sapMRbBInn {
@@ -179,11 +167,6 @@
179
167
  }
180
168
  }
181
169
 
182
-
183
- .sapMRbSucc:not(.sapMRbDis) .sapMRbHoverable:hover {
184
- filter: drop-shadow(0 0 0.125rem fade(@sapPositiveColor, 72)); // @sapContent_Positive_Shadow; same as above
185
- }
186
-
187
170
  .sapMRbInfo.sapMRbSel,
188
171
  .sapMRbInfo.sapMRbSel.sapMRbRo {
189
172
  .sapMRbBInn {
@@ -201,10 +184,6 @@
201
184
  }
202
185
  }
203
186
 
204
- .sapMRbInfo:not(.sapMRbDis) .sapMRbHoverable:hover {
205
- filter: drop-shadow(0 0 0.125rem fade(@sapInformativeColor, 72)); // @sapContent_Informative_Shadow; same as above
206
- }
207
-
208
187
  .sapMRbRo .sapMRbBOut {
209
188
  stroke-dasharray: 4,2; // parameter needed for the type of the dashes
210
189
  }
@@ -8,7 +8,6 @@
8
8
  // ==========================================================================
9
9
 
10
10
  @_sap_m_SearchField_Height: 2.75rem;
11
- @_sap_m_SearchField_FormHeight: @sapUiElementHeight;
12
11
  @_sap_m_SearchField_ButtonSize: 2.25rem;
13
12
  @_sap_m_SearchField_ButtonFontSize: 1rem;
14
13
  @_sap_m_SearchField_CompactButtonLineHeight: 1.625rem;
@@ -33,7 +32,7 @@
33
32
  height: ~"calc(100% - 1px)";
34
33
 
35
34
  border-radius: @sapUiFieldBorderCornerRadius;
36
- color: @sapUiButtonTextColor;
35
+ color: @sapUiFieldTextColor;
37
36
 
38
37
  &:first-of-type {
39
38
  margin-left: 0.25rem;
@@ -44,14 +43,14 @@
44
43
  }
45
44
 
46
45
  &:hover {
47
- box-shadow: @sapUiContentInteractionShadow;
48
- background-color: @sapUiButtonLiteHoverBackground;
46
+ box-shadow: @sapUiFieldHoverShadow;
47
+ background-color: @sapUiFieldHoverBackground;
49
48
  }
50
49
 
51
50
  &:active,
52
51
  &.sapMSFBA // Firefox specific
53
52
  {
54
- box-shadow: @sapUiContentInteractionShadow;
53
+ box-shadow: @sapUiFieldHoverShadow;
55
54
  color: @sapUiButtonSelectedTextColor;
56
55
  background-color: @sapUiButtonLiteActiveBackground;
57
56
  }
@@ -69,4 +68,8 @@
69
68
  &:hover .sapMSFF {
70
69
  box-shadow: none;
71
70
  }
71
+
72
+ .sapMSFB:hover {
73
+ color: @sapUiButtonSelectedTextColor;
74
+ }
72
75
  }
@@ -18,11 +18,13 @@
18
18
  text-align: center;
19
19
  text-shadow: none;
20
20
  color: @sapUiButtonTextColor;
21
- border-top: 1px solid @sapUiButtonBorderColor;
22
- border-left: 1px solid @sapUiButtonBorderColor;
23
- border-bottom: 1px solid @sapUiButtonBorderColor;
21
+ border-top: 1px solid transparent;
22
+ border-left: 1px solid transparent;
23
+ border-bottom: 1px solid transparent;
24
24
  border-right: 1px solid transparent;
25
25
  background-color: @sapUiButtonBackground;
26
+ margin-left: 1px;
27
+ margin-right: 1px;
26
28
  }
27
29
  &:not(.sapMSegBBtnMixed) .sapMImg {
28
30
  padding-left: 0.5625rem;
@@ -31,35 +33,52 @@
31
33
  }
32
34
  }
33
35
 
36
+ .sapMSegB .sapMSegBBtn .sapMSegBBtnInnerWrapper {
37
+ border-top: 1px solid @sapUiButtonBorderColor;
38
+ border-bottom: 1px solid @sapUiButtonBorderColor;
39
+ background-color: @sapUiButtonBackground;
40
+ }
41
+
34
42
  .sapMSegB .sapMSegBBtn {
35
43
  position: relative;
36
44
  }
37
45
 
38
- .sapMSegBBtn:first-child .sapMSegBBtnInner,
46
+ .sapMSegBBtn:first-child .sapMSegBBtnInner {
47
+ border-top-left-radius: @sapUiButtonBorderCornerRadius;
48
+ border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
49
+ margin-left: 0;
50
+ }
51
+
39
52
  .sapMSegBBtn:first-child .sapMSegBBtnInnerWrapper {
40
53
  border-top-left-radius: @sapUiButtonBorderCornerRadius;
41
54
  border-bottom-left-radius: @sapUiButtonBorderCornerRadius;
55
+ border-left: 1px solid @sapUiButtonBorderColor;
42
56
  }
43
57
 
44
- .sapMSegBBtn:last-child .sapMSegBBtnInner,
45
58
  .sapMSegBBtn:last-child .sapMSegBBtnInnerWrapper {
46
59
  border-top-right-radius: @sapUiButtonBorderCornerRadius;
47
60
  border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
61
+ border-right: 1px solid @sapUiButtonBorderColor;
62
+ }
63
+
64
+ .sapMSegBBtn:last-child .sapMSegBBtnInner{
65
+ border-top-right-radius: @sapUiButtonBorderCornerRadius;
66
+ border-bottom-right-radius: @sapUiButtonBorderCornerRadius;
67
+ margin-right: 0;
48
68
  }
49
69
 
50
70
  html.sap-desktop .sapMSegBBtnFocusable:hover .sapMSegBBtnInner {
51
71
  background: @sapUiButtonHoverBackground;
52
72
  border-radius: 0.5rem;
53
- box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
54
- border-color: transparent;
73
+ border-color: @sapUiButtonHoverBorderColor;
55
74
  }
56
75
 
57
76
  html.sap-desktop .sapMSegBBtnFocusable.sapMSegBBtnSel:hover .sapMSegBBtnInner {
58
- border-color: inherit;
77
+ border-color: @sapUiButtonBorderColor;
59
78
  }
60
79
 
61
80
  html.sap-desktop .sapMSegBBtnFocusable.sapMBtnActive:hover .sapMSegBBtnInner {
62
- box-shadow: 0 0 0.125rem 0 fade(@sapInformativeColor, 72);
81
+ border-color: @sapUiButtonHoverBorderColor;
63
82
  }
64
83
 
65
84
  /* Custom focus outline: */
@@ -68,18 +87,18 @@ html.sap-desktop {
68
87
  content: "";
69
88
  position: absolute;
70
89
  box-sizing: border-box;
71
- left: 0.125rem;
72
- top: 0.375rem;
73
- right: 0.125rem;
74
- bottom: 0.375rem;
90
+ left: 0.2rem;
91
+ top: 0.45rem;
92
+ right: 0.2rem;
93
+ bottom: 0.45rem;
75
94
  pointer-events: none;
76
95
  border: 0.125rem solid @sapUiContentFocusColor;
77
96
  border-radius: 0.375rem;
78
97
  }
79
98
  .sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after,
80
99
  &.sapUiSizeCompact .sapMSegBBtnFocusable:focus .sapMSegBBtnInner:after {
81
- top: 0.325rem;
82
- bottom: 0.325rem;
100
+ top: 0.4rem;
101
+ bottom: 0.4rem;
83
102
  }
84
103
  }
85
104
 
@@ -164,18 +164,20 @@ div.sapMSltPicker .sapMSltPickerValueState {
164
164
  .sapMSltArrow {
165
165
  width: 2.25rem;
166
166
  height: 2.25rem;
167
+
168
+ &:hover {
169
+ box-shadow: @sapUiFieldHoverShadow;
170
+ }
167
171
  }
168
172
 
169
173
  .sapUiSizeCompact .sapMSltArrow {
170
174
  width: 2rem;
171
175
  height: 1.625rem;
172
-
173
176
  }
174
177
 
175
178
  .sapMSltPressed >.sapMSltArrow,
176
179
  .sapMSlt:hover > .sapMSltArrow {
177
180
  background-color: @sapUiButtonActiveBackground;
178
- box-shadow: @sapUiFieldHoverShadow;
179
181
  overflow: none;
180
182
  border-radius: 0.125rem;
181
183
  }
@@ -13,6 +13,10 @@
13
13
  @_sapMTextAreaValueStateInformationPadding_Compact: 0.1875rem 0.5rem 0.125rem;
14
14
  @_sapMTextAreaValueStateErrorWarningPadding: 0.5rem 0.625rem 0.4375rem;
15
15
  @_sapMTextAreaValueStateErrorWarningPadding_Compact: 0.1875rem 0.5rem 0.125rem;
16
+ @_sapMTextAreaContentWrapperPadding: 0 0 1px 0;
17
+ @_sapMTextAreaContentWrapperValueStateSuccessPadding: 0 0 1px 0;
18
+ @_sapMTextAreaContentWrapperValueStateInformationPadding: 0 0 2px 0;
19
+ @_sapMTextAreaContentWrapperValueStateErrorWarningPadding: 0 0 2px 0;
16
20
 
17
21
  .sapMInputBase.sapMTextArea {
18
22
  min-height: 2.25rem;
@@ -3,10 +3,23 @@
3
3
  /* Horizon theme */
4
4
  /* ======================================== */
5
5
 
6
- .sapFFCL .sapFDynamicPage-Std-Desktop-XL .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
7
- .sapFFCL .sapFDynamicPage-Std-Desktop .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
8
- .sapFFCL .sapFDynamicPage-Std-Tablet .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle),
9
- .sapFFCL .sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle:not(.sapUICompVarMngmtTitle) {
10
- font-size: @sapObjectHeader_Title_SnappedFontSize;
11
- font-family: @sapFontBlackFamily;
6
+ .sapFFCL {
7
+
8
+ .sapFDynamicPage-Std-Desktop-XL,
9
+ .sapFDynamicPage-Std-Desktop,
10
+ .sapFDynamicPage-Std-Tablet,
11
+ .sapFDynamicPage-Std-Phone {
12
+ .sapFDynamicPageTitleMain {
13
+ .sapFDynamicPageTitleMainInner {
14
+ .sapFDynamicPageTitleMainHeading {
15
+ .sapFDynamicPageTitleMainHeadingInner {
16
+ .sapMTitle:not(.sapUICompVarMngmtTitle) {
17
+ font-size: @sapObjectHeader_Title_SnappedFontSize;
18
+ font-family: @sapObjectHeader_Title_FontFamily;
19
+ }
20
+ }
21
+ }
22
+ }
23
+ }
24
+ }
12
25
  }