@openui5/themelib_sap_horizon 1.108.20 → 1.108.22

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 (61) hide show
  1. package/.reuse/dep5 +0 -5
  2. package/THIRDPARTY.txt +0 -6
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +83 -25
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
  6. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +82 -25
  7. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +10 -4
  8. package/src/sap/m/themes/sap_horizon/Avatar.less +2 -2
  9. package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +44 -3
  10. package/src/sap/m/themes/sap_horizon/Button.less +16 -4
  11. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -1
  12. package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
  13. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +107 -17
  14. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +243 -20
  15. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
  16. package/src/sap/m/themes/sap_horizon/RangeSlider.less +6 -8
  17. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +133 -11
  18. package/src/sap/m/themes/sap_horizon/Select.less +8 -4
  19. package/src/sap/m/themes/sap_horizon/Slider.less +18 -22
  20. package/src/sap/m/themes/sap_horizon/SplitButton.less +73 -23
  21. package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +42 -0
  22. package/src/sap/m/themes/sap_horizon_dark/Button.less +16 -4
  23. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -1
  24. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
  25. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +107 -17
  26. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +243 -20
  27. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
  28. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +28 -8
  29. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +133 -11
  30. package/src/sap/m/themes/sap_horizon_dark/Select.less +8 -3
  31. package/src/sap/m/themes/sap_horizon_dark/Slider.less +18 -21
  32. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +73 -23
  33. package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +35 -0
  34. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +5 -1
  35. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
  36. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +11 -14
  37. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +124 -13
  38. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
  39. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
  40. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
  41. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +20 -46
  42. package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +35 -0
  43. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +5 -1
  44. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
  45. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +11 -14
  46. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +124 -13
  47. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
  48. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
  49. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
  50. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +20 -47
  51. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +2 -0
  52. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +2 -0
  53. package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
  54. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  55. package/src/sap/ui/core/themes/sap_horizon/global.less +16 -16
  56. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  57. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +16 -16
  58. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  59. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +16 -16
  60. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  61. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +16 -16
@@ -3,17 +3,21 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjectNumberInverted .sapMObjectNumberText,
7
- .sapMObjectNumberInverted .sapMObjectNumberUnit {
8
- text-shadow: @sapUiContentContrastTextShadow;
9
- }
10
-
11
6
  .sapMObjectNumberInverted {
12
- .sapMObjectNumberInner {
13
- border-radius: 0.25rem;
7
+ box-sizing: border-box;
8
+ &:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
9
+ min-height: 1rem;
10
+ height: auto;
14
11
  }
15
12
  }
16
13
 
14
+ .sapMObjectNumberInverted .sapMObjectNumberInner {
15
+ border: 0.0625rem solid;
16
+ border-radius: @sapUiButtonBorderCornerRadius;
17
+ padding: 0.1875rem 0.25rem;
18
+ vertical-align: middle;
19
+ }
20
+
17
21
  html.sap-desktop .sapMObjectNumberActive:focus {
18
22
  .sapMObjectNumberInner::after {
19
23
  left: -0.0625rem;
@@ -33,7 +37,7 @@ html.sap-desktop .sapMObjectNumberActive:focus {
33
37
  bottom: -0.0625rem;
34
38
  height: auto;
35
39
  outline: none;
36
- border-radius: 0.25rem;
40
+ border-radius: @sapUiButtonBorderCornerRadius;
37
41
  border: 0.125rem solid @sapUiContentFocusColor;
38
42
  }
39
43
 
@@ -52,29 +56,115 @@ html.sap-desktop .sapMObjectNumberActive:focus {
52
56
  bottom: -0.0625rem;
53
57
  height: auto;
54
58
  outline: none;
55
- border-radius: 0.25rem;
59
+ border-radius: @sapUiButtonBorderCornerRadius;
56
60
  border: 0.125rem solid @sapUiContentFocusColor;
57
61
  }
58
62
  }
59
63
  }
60
64
 
61
- .objectNumberStatusMixIn(@class, @innerBackgroundColor, @innerColor, @activeInnerBackgroundColor, @activeInnerColor, @pressedInnerBackgroundColor) {
65
+ .objectNumberStatusMixIn(@class, @regularBackgroundColor, @regularTextColor,
66
+ @hoverBackgroundColor, @hoverTextColor,
67
+ @activeBackgroundColor, @activeTextColor,
68
+ @regularTextShadow, @activeTextShadow,
69
+ @regularBorderColor, @hoverBorderColor, @activeBorderColor) {
62
70
  .sapMObjectNumberInverted.@{class} {
71
+ .sapMObjectNumberText,
72
+ .sapMObjectNumberUnit {
73
+ text-shadow: @regularTextShadow;
74
+ }
63
75
  .sapMObjectNumberInner {
64
- background-color: @innerBackgroundColor;
65
- color: @innerColor;
76
+ border-color: @regularBorderColor;
77
+ background-color: @regularBackgroundColor;
78
+ color: @regularTextColor;
66
79
  }
67
80
 
68
81
  &.sapMObjectNumberActive {
69
82
  .sapMObjectNumberInner:hover {
70
- background-color: @activeInnerBackgroundColor;
71
- color: @activeInnerColor;
83
+ border-color: @hoverBorderColor;
84
+ background-color: @hoverBackgroundColor;
85
+ color: @hoverTextColor;
72
86
  }
73
87
  .sapMObjectNumberInner:active,
74
88
  &.sapMObjectNumberPressed .sapMObjectNumberInner {
75
- background-color: @pressedInnerBackgroundColor;
76
- color: @innerColor;
89
+ border-color: @activeBorderColor;
90
+ background-color: @activeBackgroundColor;
91
+ color: @activeTextColor;
92
+
93
+ .sapMObjectNumberText,
94
+ .sapMObjectNumberUnit {
95
+ text-shadow: @activeTextShadow;
96
+ }
77
97
  }
78
98
  }
79
99
  }
80
- }
100
+ }
101
+
102
+ .objectNumberStatusMixIn(sapMObjectNumberStatusNone,
103
+ @sapNeutralBackground,
104
+ @sapTextColor,
105
+ @sapUiButtonNeutralHoverBackground,
106
+ @sapUiButtonNeutralHoverTextColor,
107
+ @sapUiButtonNeutralActiveBackground,
108
+ @sapUiButtonActiveTextColor,
109
+ @sapUiContentTextShadow,
110
+ @sapUiContentTextShadow,
111
+ @sapNeutralBorderColor,
112
+ @sapUiButtonNeutralHoverBorderColor,
113
+ @sapUiButtonNeutralActiveBorderColor
114
+ );
115
+
116
+ .objectNumberStatusMixIn(sapMObjectNumberStatusInformation,
117
+ @sapUiButtonInformationBackground,
118
+ @sapUiButtonInformationTextColor,
119
+ @sapUiButtonInformationHoverBackground,
120
+ @sapUiButtonInformationHoverTextColor,
121
+ @sapUiButtonInformationActiveBackground,
122
+ @sapUiButtonSelectedTextColor,
123
+ @sapUiContentTextShadow,
124
+ @sapUiContentTextShadow,
125
+ @sapUiButtonInformationBorderColor,
126
+ @sapUiButtonInformationHoverBorderColor,
127
+ @sapUiButtonInformationActiveBorderColor
128
+ );
129
+
130
+ .objectNumberStatusMixIn(sapMObjectNumberStatusError,
131
+ @sapUiButtonNegativeBackground,
132
+ @sapUiButtonNegativeTextColor,
133
+ @sapUiButtonNegativeHoverBackground,
134
+ @sapUiButtonNegativeHoverTextColor,
135
+ @sapUiButtonNegativeActiveBackground,
136
+ @sapUiButtonRejectSelectedTextColor,
137
+ @sapUiContentContrastTextShadow,
138
+ @sapUiContentTextShadow,
139
+ @sapUiButtonNegativeBorderColor,
140
+ @sapUiButtonNegativeHoverBorderColor,
141
+ @sapUiButtonNegativeActiveBorderColor
142
+ );
143
+
144
+ .objectNumberStatusMixIn(sapMObjectNumberStatusWarning,
145
+ @sapUiButtonCriticalBackground,
146
+ @sapUiButtonCriticalTextColor,
147
+ @sapUiButtonCriticalHoverBackground,
148
+ @sapUiButtonCriticalHoverTextColor,
149
+ @sapUiButtonCriticalActiveBackground,
150
+ @sapUiButtonAttentionSelectedTextColor,
151
+ @sapUiContentContrastTextShadow,
152
+ @sapUiContentTextShadow,
153
+ @sapUiButtonCriticalBorderColor,
154
+ @sapUiButtonCriticalHoverBorderColor,
155
+ @sapUiButtonCriticalActiveBorderColor
156
+ );
157
+
158
+ .objectNumberStatusMixIn(sapMObjectNumberStatusSuccess,
159
+ @sapUiButtonSuccessBackground,
160
+ @sapUiButtonSuccessTextColor,
161
+ @sapUiButtonSuccessHoverBackground,
162
+ @sapUiButtonSuccessHoverTextColor,
163
+ @sapUiButtonSuccessActiveBackground,
164
+ @sapUiButtonAcceptSelectedTextColor,
165
+ @sapUiContentContrastTextShadow,
166
+ @sapUiContentTextShadow,
167
+ @sapUiButtonSuccessBorderColor,
168
+ @sapUiButtonSuccessHoverBorderColor,
169
+ @sapUiButtonSuccessActiveBorderColor
170
+ );
@@ -12,7 +12,6 @@
12
12
  .sapMObjStatusText,
13
13
  .sapMObjStatusIcon {
14
14
  min-height: 1rem;
15
- text-shadow: @sapUiContentContrastTextShadow;
16
15
  height: 100%;
17
16
  }
18
17
  }
@@ -44,45 +43,51 @@
44
43
  }
45
44
 
46
45
  .sapMObjStatusInverted {
46
+ box-sizing: border-box;
47
+ min-width: 1.375rem;
47
48
  & .sapMObjStatusText,
48
49
  & .sapMObjStatusIcon.sapMObjStatusIconOnly,
49
50
  & .sapMObjStatusIcon .sapMObjStatusIconOnly,
50
51
  & .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly,
51
52
  & .sapMObjStatusLink .sapMObjStatusText {
52
- border-radius: 0.25rem;
53
+ border-radius: @sapUiButtonBorderCornerRadius;
53
54
  }
54
55
  & .sapMObjStatusIcon {
55
- border-radius: 0.25rem 0 0 0.25rem;
56
+ border-radius: @sapUiButtonBorderCornerRadius 0 0 @sapUiButtonBorderCornerRadius;
56
57
  }
57
58
  & .sapMObjStatusIcon + .sapMObjStatusText {
58
- border-radius: 0 0.25rem 0.25rem 0;
59
+ border-radius: 0 @sapUiButtonBorderCornerRadius @sapUiButtonBorderCornerRadius 0;
59
60
  }
60
61
  }
61
62
 
62
63
  .sapMObjStatusInverted .sapMObjStatusText,
63
64
  .sapMObjStatusInverted .sapMObjStatusIcon {
64
65
  color: @sapUiContentContrastTextColor;
66
+ border: 0.0625rem solid;
65
67
  }
66
68
 
67
- .sapMObjStatusInverted .sapMObjStatusText,
68
- .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly {
69
- padding: 0.0625rem 0.25rem;
69
+ .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
70
+ .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
71
+ padding: 0.1875rem 0.313rem;
72
+ }
73
+
74
+ .sapMObjStatusInverted .sapMObjStatusText {
75
+ padding: 0.1875rem 0.25rem;
70
76
  }
71
77
 
72
78
  .sapMObjStatusInverted .sapMObjStatusIcon {
73
- padding: 0.0625rem 0 0.0625rem 0.25rem;
79
+ padding: 0.1875rem 0 0.1875rem 0.25rem;
74
80
  vertical-align: middle;
75
81
  }
76
82
 
77
83
  html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
78
84
  .sapMObjStatusText {
79
85
  text-decoration: underline;
80
- text-shadow: @sapUiContentTextShadow;
81
86
  }
82
87
  &:focus {
83
88
  .sapMObjStatusLink::after {
84
89
  outline: none;
85
- border-radius: 0.125rem;
90
+ border-radius: @sapUiButtonBorderCornerRadius;
86
91
  content: "";
87
92
  position: absolute;
88
93
  box-sizing: border-box;
@@ -96,11 +101,10 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
96
101
  }
97
102
  .sapMObjStatusLink {
98
103
  background: @sapUiContentFocusColor;
99
- border-radius: 0.125rem;
104
+ border-radius: @sapUiButtonBorderCornerRadius;
100
105
  .sapMObjStatusIcon > .sapUiIcon,
101
106
  .sapMObjStatusText {
102
107
  color: @sapUiContentContrastTextColor;
103
- text-shadow: @sapUiContentContrastTextShadow;
104
108
  }
105
109
  .sapMObjStatusText {
106
110
  text-decoration: underline;
@@ -145,7 +149,7 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
145
149
  pointer-events: none;
146
150
  z-index: 1;
147
151
  box-shadow: inset 0 0 0 0.125em @sapUiContentFocusColor, inset 0 0 0 0.1875em @sapUiContentContrastFocusColor;
148
- border-radius: 0.25rem;
152
+ border-radius: @sapUiButtonBorderCornerRadius;
149
153
  height: 100%;
150
154
  }
151
155
  }
@@ -154,15 +158,234 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
154
158
  }
155
159
  }
156
160
 
157
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
158
- .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon,
159
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
160
- .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon ,
161
+ .sapMObjStatus.sapMObjStatusInverted,
162
+ .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusActive {
163
+ .sapMObjStatusIcon:not(.sapMObjStatusIconOnly){
164
+ border-right: none;
165
+ &:hover:active{
166
+ border-right: none;
167
+ }
168
+ }
169
+ .sapMObjStatusIcon + .sapMObjStatusText {
170
+ border-left: none;
171
+ }
172
+ }
173
+
174
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusText,
175
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusIcon {
176
+ background-color: @sapUiButtonNegativeBackground;
177
+ color: @sapUiButtonNegativeTextColor;
178
+ border-color: @sapUiButtonNegativeBorderColor;
179
+ }
180
+
181
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusText,
182
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusIcon {
183
+ background-color: @sapUiButtonCriticalBackground;
184
+ color: @sapUiButtonCriticalTextColor;
185
+ border-color: @sapUiButtonCriticalBorderColor;
186
+ }
187
+
188
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusText,
189
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusIcon {
190
+ background-color: @sapUiButtonSuccessBackground;
191
+ color: @sapUiButtonSuccessTextColor;
192
+ border-color: @sapUiButtonSuccessBorderColor;
193
+ }
194
+
195
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusText,
196
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusIcon {
197
+ text-shadow: @sapUiContentTextShadow;
198
+ background-color: @sapUiButtonInformationBackground;
199
+ color: @sapUiButtonInformationTextColor;
200
+ border-color: @sapUiButtonInformationBorderColor;
201
+ }
202
+
203
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusText,
204
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusIcon {
205
+ text-shadow: @sapUiContentTextShadow;
206
+ background-color: @sapNeutralBackground;
207
+ color: @sapTextColor;
208
+ border-color: @sapNeutralBorderColor;
209
+ }
210
+
211
+
212
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusText,
213
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:hover .sapMObjStatusIcon {
214
+ background-color: @sapUiButtonNegativeHoverBackground;
215
+ color: @sapUiButtonNegativeHoverTextColor;
216
+ border-color: @sapUiButtonNegativeHoverBorderColor;
217
+ }
218
+
219
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusText,
220
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:hover .sapMObjStatusIcon {
221
+ background-color: @sapUiButtonCriticalHoverBackground;
222
+ color: @sapUiButtonCriticalHoverTextColor;
223
+ border-color: @sapUiButtonCriticalHoverBorderColor;
224
+ }
225
+
226
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusText,
227
+ .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:hover .sapMObjStatusIcon {
228
+ background-color: @sapUiButtonSuccessHoverBackground;
229
+ color: @sapUiButtonSuccessHoverTextColor;
230
+ border-color: @sapUiButtonSuccessHoverBorderColor;
231
+ }
232
+
233
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusText,
234
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:hover .sapMObjStatusIcon {
235
+ background-color: @sapUiButtonInformationHoverBackground;
236
+ color: @sapUiButtonInformationHoverTextColor;
237
+ border-color: @sapUiButtonInformationHoverBorderColor;
238
+ }
239
+
240
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusText,
241
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:hover .sapMObjStatusIcon {
242
+ background-color: @sapUiButtonNeutralHoverBackground;
243
+ color: @sapUiButtonNeutralHoverTextColor;
244
+ border-color: @sapUiButtonNeutralHoverBorderColor;
245
+ }
246
+
161
247
  .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusText,
162
- .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon,
248
+ .sapMObjStatusInverted.sapMObjStatusError .sapMObjStatusLink:active .sapMObjStatusIcon {
249
+ background-color: @sapUiButtonNegativeActiveBackground;
250
+ color: @sapUiButtonRejectSelectedTextColor;
251
+ border-color: @sapUiButtonNegativeActiveBorderColor;
252
+ }
253
+
163
254
  .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusText,
164
- .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon,
255
+ .sapMObjStatusInverted.sapMObjStatusWarning .sapMObjStatusLink:active .sapMObjStatusIcon {
256
+ background-color: @sapUiButtonCriticalActiveBackground;
257
+ color: @sapUiButtonAttentionSelectedTextColor;
258
+ border-color: @sapUiButtonCriticalActiveBorderColor;
259
+ }
260
+
165
261
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusText,
166
262
  .sapMObjStatusInverted.sapMObjStatusSuccess .sapMObjStatusLink:active .sapMObjStatusIcon {
167
- color: @sapUiContentContrastTextColor;
263
+ background-color: @sapUiButtonSuccessActiveBackground;
264
+ color: @sapUiButtonAcceptSelectedTextColor;
265
+ border-color: @sapUiButtonSuccessActiveBorderColor;
266
+ }
267
+
268
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusText,
269
+ .sapMObjStatusInverted.sapMObjStatusInformation .sapMObjStatusLink:active .sapMObjStatusIcon {
270
+ background-color: @sapUiButtonInformationActiveBackground;
271
+ color: @sapUiButtonSelectedTextColor;
272
+ border-color: @sapUiButtonInformationActiveBorderColor;
273
+ }
274
+
275
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusText,
276
+ .sapMObjStatusInverted.sapMObjStatusNone .sapMObjStatusLink:active .sapMObjStatusIcon {
277
+ background-color: @sapUiButtonNeutralActiveBackground;
278
+ color: @sapUiButtonActiveTextColor;
279
+ border-color: @sapUiButtonNeutralActiveBorderColor;
280
+ }
281
+
282
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusText,
283
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusIcon {
284
+ background-color: @sapUiIndication1Background;
285
+ border-color: @sapUiIndication1BorderColor;
286
+ color: @sapUiIndication1TextColor;
287
+ }
288
+
289
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusText,
290
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusIcon {
291
+ background-color: @sapUiIndication2Background;
292
+ border-color: @sapUiIndication2BorderColor;
293
+ color: @sapUiIndication2TextColor;
294
+ }
295
+
296
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusText,
297
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusIcon {
298
+ background-color: @sapUiIndication3Background;
299
+ border-color: @sapUiIndication3BorderColor;
300
+ color: @sapUiIndication3TextColor;
301
+ }
302
+
303
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusText,
304
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusIcon {
305
+ background-color: @sapUiIndication4Background;
306
+ border-color: @sapUiIndication4BorderColor;
307
+ color: @sapUiIndication4TextColor;
308
+ }
309
+
310
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusText,
311
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusIcon {
312
+ background-color: @sapUiIndication5Background;
313
+ border-color: @sapUiIndication5BorderColor;
314
+ color: @sapUiIndication5TextColor;
315
+ }
316
+
317
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusText,
318
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusIcon {
319
+ background-color: @sapUiIndication6Background;
320
+ border-color: @sapUiIndication6BorderColor;
321
+ color: @sapUiIndication6TextColor;
322
+ }
323
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusText,
324
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusIcon {
325
+ background-color: @sapUiIndication7Background;
326
+ border-color: @sapUiIndication7BorderColor;
327
+ color: @sapUiIndication7TextColor;
328
+ }
329
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusText,
330
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusIcon {
331
+ background-color: @sapUiIndication8Background;
332
+ border-color: @sapUiIndication8BorderColor;
333
+ color: @sapUiIndication8TextColor;
334
+ }
335
+
336
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusText,
337
+ .sapMObjStatusInverted.sapMObjStatusIndication01 .sapMObjStatusLink:active .sapMObjStatusIcon {
338
+ background-color: @sapUiIndication1ActiveBackground;
339
+ border-color: @sapUiIndication1ActiveBorderColor;
340
+ color: @sapUiIndication1ActiveTextColor;
341
+
342
+ }
343
+
344
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusText,
345
+ .sapMObjStatusInverted.sapMObjStatusIndication02 .sapMObjStatusLink:active .sapMObjStatusIcon {
346
+ background-color: @sapUiIndication2ActiveBackground;
347
+ border-color: @sapUiIndication2ActiveBorderColor;
348
+ color: @sapUiIndication2ActiveTextColor;
349
+ }
350
+
351
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusText,
352
+ .sapMObjStatusInverted.sapMObjStatusIndication03 .sapMObjStatusLink:active .sapMObjStatusIcon {
353
+ background-color: @sapUiIndication3ActiveBackground;
354
+ border-color: @sapUiIndication3ActiveBorderColor;
355
+ color: @sapUiIndication3ActiveTextColor;
356
+ }
357
+
358
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusText,
359
+ .sapMObjStatusInverted.sapMObjStatusIndication04 .sapMObjStatusLink:active .sapMObjStatusIcon {
360
+ background-color: @sapUiIndication4ActiveBackground;
361
+ border-color: @sapUiIndication4ActiveBorderColor;
362
+ color: @sapUiIndication4ActiveTextColor;
363
+ }
364
+
365
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusText,
366
+ .sapMObjStatusInverted.sapMObjStatusIndication05 .sapMObjStatusLink:active .sapMObjStatusIcon {
367
+ background-color: @sapUiIndication5ActiveBackground;
368
+ border-color: @sapUiIndication5ActiveBorderColor;
369
+ color: @sapUiIndication5ActiveTextColor;
370
+ }
371
+
372
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusText,
373
+ .sapMObjStatusInverted.sapMObjStatusIndication06 .sapMObjStatusLink:active .sapMObjStatusIcon {
374
+ background-color: @sapUiIndication6ActiveBackground;
375
+ border-color: @sapUiIndication6ActiveBorderColor;
376
+ color: @sapUiIndication6ActiveTextColor;
377
+ }
378
+
379
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusText,
380
+ .sapMObjStatusInverted.sapMObjStatusIndication07 .sapMObjStatusLink:active .sapMObjStatusIcon {
381
+ background-color: @sapUiIndication7ActiveBackground;
382
+ border-color: @sapUiIndication7ActiveBorderColor;
383
+ color: @sapUiIndication7ActiveTextColor;
384
+ }
385
+
386
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusText,
387
+ .sapMObjStatusInverted.sapMObjStatusIndication08 .sapMObjStatusLink:active .sapMObjStatusIcon {
388
+ background-color: @sapUiIndication8ActiveBackground;
389
+ border-color: @sapUiIndication8ActiveBorderColor;
390
+ color: @sapUiIndication8ActiveTextColor;
168
391
  }
@@ -29,6 +29,10 @@
29
29
  }
30
30
  }
31
31
 
32
+ .sapMPIValueMax .sapMPIBarRemaining {
33
+ display: flex;
34
+ }
35
+
32
36
  .sapMPIBarRemaining {
33
37
  position: absolute;
34
38
  width: ~'calc(100% - 1.25rem)';
@@ -11,15 +11,14 @@
11
11
  .sapMRangeSlider.sapMSlider .sapMSliderInner {
12
12
  &:not(.sapMSliderInnerDisabled).sapMSliderProgress:hover ~ .sapMSliderHandle,
13
13
  .sapMSliderHandle:hover {
14
- border: 1px @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
15
- background: @sapUiSliderRangeHandleBackground;
16
- box-shadow: @sapUiContentSelectedShadow;
14
+ border: 0.0625rem @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
15
+ background: @sapUiSliderHoverRangeHandleBackground;
17
16
  }
18
17
 
19
18
  &:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
20
19
  &:not(:focus) {
21
20
  background: transparent;
22
- border: 0.125rem solid #0070F2;
21
+ border: 0.125rem solid @sapUiContentFocusColor;
23
22
  outline: none;
24
23
  box-shadow: none;
25
24
  top: -0.625rem;
@@ -28,7 +27,7 @@
28
27
 
29
28
  &:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
30
29
  background: @sapUiSliderActiveRangeHandleBackground;
31
- border: 0.125rem solid #0070F2;
30
+ border: 0.125rem solid @sapUiContentFocusColor;
32
31
  outline: none;
33
32
  box-shadow: none;
34
33
  top: -0.625rem;
@@ -36,7 +35,6 @@
36
35
 
37
36
  .sapMSliderHandle {
38
37
  background: @sapUiSliderRangeHandleBackground;
39
- box-shadow: @sapUiContentSelectedShadow;
40
38
  top: -0.625rem;
41
39
  }
42
40
 
@@ -68,7 +66,7 @@
68
66
  .sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
69
67
  &:not(:focus) {
70
68
  background: transparent;
71
- border: 0.125rem solid #0070F2;
69
+ border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
72
70
  outline: none;
73
71
  box-shadow: none;
74
72
  top: -0.5rem;
@@ -85,7 +83,7 @@
85
83
 
86
84
  .sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
87
85
  background: @sapUiSliderActiveRangeHandleBackground;
88
- border: 0.125rem solid #0070F2;
86
+ border: 0.125rem solid @sapUiContentFocusColor;
89
87
  outline: none;
90
88
  box-shadow: none;
91
89
  top: -0.5rem;