@openui5/themelib_sap_horizon 1.102.1 → 1.103.1

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 (85) hide show
  1. package/package.json +18 -18
  2. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
  3. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
  4. package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
  5. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
  6. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
  7. package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
  8. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
  9. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
  10. package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
  11. package/src/sap/m/themes/sap_horizon/Button.less +3 -2
  12. package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
  13. package/src/sap/m/themes/sap_horizon/Label.less +4 -0
  14. package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
  15. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
  16. package/src/sap/m/themes/sap_horizon/Slider.less +21 -2
  17. package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
  18. package/src/sap/m/themes/sap_horizon/Text.less +1 -0
  19. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
  20. package/src/sap/m/themes/sap_horizon_dark/Button.less +3 -2
  21. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
  22. package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
  23. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
  24. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
  25. package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
  26. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
  27. package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
  28. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
  29. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
  30. package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
  31. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
  32. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
  33. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
  34. package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
  35. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -2
  36. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
  37. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
  38. package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
  39. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
  40. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
  41. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
  42. package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
  43. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -2
  44. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
  45. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
  46. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
  47. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
  48. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
  49. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
  50. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
  51. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
  52. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  53. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  54. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  55. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  56. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
  57. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
  58. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
  59. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
  60. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
  61. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  62. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  63. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
  64. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  65. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  66. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
  67. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
  68. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
  69. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
  70. package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
  71. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
  72. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
  73. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
  74. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
  75. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
  76. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
  77. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
  78. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
  79. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
  80. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
  81. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
  82. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
  83. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
  84. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
  85. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
@@ -3,27 +3,133 @@
3
3
  /* Horizon High Contrast White theme */
4
4
  /* ================================== */
5
5
 
6
- html.sap-desktop .sapMGenericTag {
7
- &:before {
8
- border: 1px solid @sapUiBaseBG;
6
+ @sapMGenericTagBorderWidth: 0.375rem;
7
+ @sapMGenericTagIconPaddingRight: 0.375rem;
8
+ @sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
9
+
10
+ .sapMGenericTagWrap {
11
+ box-shadow: @sapUiContentShadow0;
12
+ border-radius: @sapUiButtonBorderCornerRadius;
13
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
14
+ background-color: @sapUiNeutralBG;
15
+ border: none;
16
+ padding: 0 0.375rem 0 0.75rem;
17
+
18
+ .sapMGenericTagWarning & {
19
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
20
+ background-color: @sapUiWarningBG;
21
+
22
+ .sapMGenericTagIcon {
23
+ color: @sapUiCriticalElement;
24
+ }
25
+
26
+ .sapMGenericTagValue {
27
+ color: @sapUiCriticalText;
28
+ }
9
29
  }
10
- &:after {
11
- border: 1px dotted @sapUiContentContrastFocusColor;
30
+
31
+ .sapMGenericTagError & {
32
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
33
+ background-color: @sapUiErrorBG;
34
+
35
+ .sapMGenericTagIcon {
36
+ color: @sapUiNegativeElement;
37
+ }
38
+
39
+ .sapMGenericTagValue {
40
+ color: @sapNegativeTextColor;
41
+ }
12
42
  }
13
- }
14
43
 
15
- .sapMGenericTagWrap {
16
- &:hover{
44
+ .sapMGenericTagSuccess & {
45
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
46
+ background-color: @sapUiSuccessBG;
47
+
48
+ .sapMGenericTagIcon {
49
+ color: @sapUiPositiveElement;
50
+ }
51
+
52
+ .sapMGenericTagValue {
53
+ color: @sapUiPositiveText;
54
+ }
55
+ }
56
+
57
+ .sapMGenericTagInformation & {
58
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
59
+ background-color: @sapUiInformationBG;
60
+
61
+ .sapMGenericTagIcon {
62
+ color: @sapUiInformativeElement;
63
+ }
64
+
65
+ .sapMGenericTagValue {
66
+ color: @sapUiInformativeText;
67
+ }
68
+ }
69
+
70
+ &:hover {
17
71
  background-color: @sapUiListHoverBackground;
18
- box-shadow: @sapUiShadowLevel0;
72
+ box-shadow: @sapUiContentShadow0;
19
73
 
20
- & .sapMGenericTagIcon,
21
- & .sapMGenericTagValue {
74
+ .sapMGenericTagText,
75
+ .sapMGenericTagValue,
76
+ .sapMGenericTagIcon,
77
+ .sapMObjectNumberText,
78
+ .sapMObjectNumberUnit,
79
+ .sapMGenericTagErrorIcon {
22
80
  color: @sapUiListActiveTextColor;
81
+ text-shadow: none;
23
82
  }
24
83
  }
25
84
 
26
- .sapMGenericTagActive & {
27
- background: @sapUiListActiveBackground;
85
+ .sapMGenericTagText {
86
+ color: @sapUiListTextColor;
87
+ text-shadow: @sapUiContentTextShadow;
88
+ }
89
+
90
+ .sapMGenericTagValue {
91
+ text-shadow: @sapUiContentTextShadow;
28
92
  }
93
+
94
+ .sapMGenericTagErrorIcon {
95
+ color: @sapUiNegativeElement;
96
+ }
97
+
98
+ .sapMGenericTagActive & {
99
+ background-color: @sapUiListActiveBackground;
100
+
101
+ .sapMGenericTagText,
102
+ .sapMGenericTagValue,
103
+ .sapMGenericTagIcon,
104
+ .sapMObjectNumberText,
105
+ .sapMObjectNumberUnit,
106
+ .sapMGenericTagErrorIcon {
107
+ color: @sapUiListActiveTextColor;
108
+ text-shadow: none;
109
+ }
110
+ }
111
+ }
112
+
113
+ html.sap-desktop .sapMGenericTag:focus {
114
+ position: relative;
115
+
116
+ &:before {
117
+ position: absolute;
118
+ content: " ";
119
+ inset: 0.125rem;
120
+ border: @sapBackgroundColor solid @sapUiContentFocusWidth;
121
+ border-radius: @sapUiButtonBorderCornerRadius;
122
+ }
123
+
124
+ &:after {
125
+ position: absolute;
126
+ content: " ";
127
+ inset: 0.125rem;
128
+ border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
129
+ border-radius: @sapUiButtonBorderCornerRadius;
130
+ }
131
+ }
132
+
133
+ .sapUiSizeCozy .sapMGenericTag {
134
+ margin: 0.5625rem 0;
29
135
  }
@@ -5,4 +5,8 @@
5
5
 
6
6
  .sapMTB-Info-CTX > .sapMLabel {
7
7
  font-style: italic;
8
+
9
+ & > .sapMLabelTextWrapper{
10
+ padding-right: 5px;
11
+ }
8
12
  }
@@ -5,12 +5,6 @@
5
5
 
6
6
  @sapMONInformativeElement: @sapUiInformationBG;
7
7
 
8
-
9
- .sapMObjectNumberLarge .sapMObjectNumberText,
10
- .sapMObjectNumberLarge .sapMObjectNumberUnit {
11
- font-size: 1.5rem;
12
- }
13
-
14
8
  .sapMObjectNumberInverted {
15
9
  box-sizing: border-box;
16
10
  &:not(.sapMObjectNumberLarge) .sapMObjectNumberInner {
@@ -26,7 +26,7 @@
26
26
  .sapMSliderInner .sapMSliderHandle {
27
27
  background: @sapUiSliderRangeHandleBackground;
28
28
  box-shadow: @sapUiContentSelectedShadow;
29
- top: -0.625rem;
29
+ top: -.6875rem;
30
30
  }
31
31
 
32
32
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
@@ -42,7 +42,7 @@
42
42
  border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
43
43
  outline: none;
44
44
  box-shadow: none;
45
- top: -0.625rem;
45
+ top: -.6875rem;
46
46
  }
47
47
  }
48
48
 
@@ -51,7 +51,7 @@
51
51
  border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
52
52
  outline: none;
53
53
  box-shadow: none;
54
- top: -0.625rem;
54
+ top: -.6875rem;
55
55
  }
56
56
  }
57
57
 
@@ -15,6 +15,15 @@
15
15
  content: none;
16
16
  transform: none;
17
17
  }
18
+ height: .25rem;
19
+ border: 0.0625rem solid @sapSlider_Selected_BorderColor;
20
+ top: -.125rem;
21
+ margin: 0 -1px;
22
+ }
23
+
24
+ .sapMSliderProgressWithTickmarks {
25
+ box-sizing: border-box;
26
+ top: -.0625rem;
18
27
  }
19
28
 
20
29
  .sapMSliderInner:not(.sapMSliderInnerDisabled):hover > .sapMSliderHandle {
@@ -103,11 +112,14 @@
103
112
  }
104
113
 
105
114
  .sapMSliderTickmarks {
106
- top: 0.675rem;
115
+ display: flex;
116
+ align-items: center;
117
+ z-index: 1;
107
118
  }
108
119
 
109
120
  .sapMSliderTick {
110
- margin: 0.375rem 0 0 -0.0625rem;
121
+ margin: 0;
122
+ height: .5rem;
111
123
  }
112
124
 
113
125
  .sapMSliderLabels {
@@ -151,6 +163,12 @@
151
163
  top: 21px;
152
164
  }
153
165
 
166
+ .sapMSliderInner {
167
+ z-index: 2;
168
+ box-sizing: border-box;
169
+ height: .25rem;
170
+ }
171
+
154
172
  /* pressed */
155
173
  .sapMSliderPressed:not(.sapMSliderInnerDisabled) > .sapMSliderHandle,
156
174
  .sapMSlider .sapMSliderInner > .sapMSliderHandle.sapMSliderHandlePressed {
@@ -159,6 +177,12 @@
159
177
  }
160
178
 
161
179
  .sapUiSizeCompact {
180
+
181
+ .sapMSliderTick {
182
+ height: 0.5rem;
183
+ margin: 0;
184
+ }
185
+
162
186
  .sapMSlider::after {
163
187
  top: 14px;
164
188
  right: 6px;
@@ -194,4 +218,8 @@
194
218
  right: 0.1875rem;
195
219
  }
196
220
  }
221
+ }
222
+
223
+ .sapMSliderTick[data-ui5-active-tickmark="true"] {
224
+ border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
197
225
  }
@@ -12,4 +12,5 @@
12
12
 
13
13
  .sapMTB-Info-CTX > .sapMText {
14
14
  font-style: italic;
15
+ padding-right: 5px;
15
16
  }
@@ -76,8 +76,7 @@ html.sap-desktop .sapMTB-Info-CTX.sapMTBActive:focus {
76
76
  }
77
77
 
78
78
  html.sap-desktop .sapMTBActive:focus {
79
- outline: none;
80
- box-shadow: inset 0px 0px 0px @sapUiContentFocusWidth @sapUiContentFocusColor;
79
+ outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
81
80
  }
82
81
 
83
82
  .sapMTB .sapMTBSeparator {
@@ -3,13 +3,14 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolHeader_Height: 2.75rem;
6
+ @_sap_tnt_ToolHeader_Height: 3.5rem;
7
7
  @_sap_tnt_ToolHeader_IconHeight: 0.75rem;
8
8
  @_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
9
9
  @_sap_tnt_ToolHeader_ArrowHeight: 0.125rem;
10
10
  @_sap_tnt_ToolHeader_ArrowMargin: 0 -0.25rem;
11
11
  @_sap_tnt_ToolHeader_Padding: 0 0.75rem;
12
12
  @_sap_tnt_ToolHeader_ArrowMarginBottom: 0.25rem;
13
+ @_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
13
14
 
14
15
  .sapTntToolHeader {
15
16
  &.sapMTB {
@@ -54,7 +55,10 @@
54
55
  .sapMBtn:focus .sapMBtnDefault.sapMFocusable,
55
56
  .sapMBtn:focus .sapMBtnBack.sapMFocusable,
56
57
  .sapMBtn:focus .sapMBtnUp.sapMFocusable {
57
- outline-color: @_sap_tnt_ToolHeader_BorderColor;
58
+ &::before {
59
+ outline-color: @_sap_tnt_ToolHeader_BorderColor;
60
+ border-color: @_sap_tnt_ToolHeader_BorderColor !important;
61
+ }
58
62
  }
59
63
 
60
64
  .sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
@@ -180,7 +184,7 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
180
184
  // sap.m.MenuButton overriding
181
185
  // ==========================================================================
182
186
 
183
- .sapTntToolHeader {
187
+ .sapTntToolHeader.sapMIBar {
184
188
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
185
189
  color: @sapUiShellInteractiveTextColor;
186
190
  }
@@ -223,68 +227,6 @@ html.sap-desktop .sapTntToolHeader .sapMFooter-CTX .sapMBtn:focus > .sapMBtnEmph
223
227
  }
224
228
  }
225
229
 
226
- // ==========================================================================
227
- // sap.ui.core.Icon overriding
228
- // ==========================================================================
229
-
230
- .sapTntToolHeader {
231
- .sapUiIcon:not(.sapMITBInlineIcon) {
232
- color: @sapUiShellTextColor;
233
- outline-color: transparent;
234
-
235
- &.sapUiIconPointer:focus {
236
- outline-color: @sapUiContentContrastFocusColor;
237
- }
238
- }
239
-
240
- // no backgrounds
241
- .sapUiIcon:not(.sapMITBInlineIcon) {
242
- &.sapUiIconColorCritical {
243
- color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
244
- }
245
-
246
- &.sapUiIconColorNegative {
247
- color: lighten(@sapUiNegativeText, 40);
248
- }
249
-
250
- &.sapUiIconColorPositive {
251
- color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
252
- }
253
-
254
- &.sapUiIconColorNeutral {
255
- color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
256
- }
257
- }
258
-
259
- // backgrounds
260
- .sapUiIcon:not(.sapMITBInlineIcon) {
261
- &.sapUiIconBGColorContrast {
262
- color: @sapUiShellTextColor;
263
- background: transparent;
264
- }
265
-
266
- &.sapUiIconBGColorCritical {
267
- color: @sapUiBaseText;
268
- background: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
269
- }
270
-
271
- &.sapUiIconBGColorNegative {
272
- color: @sapUiBaseText;
273
- background: lighten(@sapUiNegativeElement, 40);
274
- }
275
-
276
- &.sapUiIconBGColorNeutral {
277
- color: @sapUiBaseText;
278
- background: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
279
- }
280
-
281
- &.sapUiIconBGColorPositive {
282
- color: @sapUiBaseText;
283
- background: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
284
- }
285
- }
286
- }
287
-
288
230
  // ==========================================================================
289
231
  // sap.m.Select overriding
290
232
  // ==========================================================================
@@ -441,15 +383,11 @@ html.sap-desktop .sapTntToolHeader .sapMFocus > .sapMSFF::before {
441
383
  // ==========================================================================
442
384
 
443
385
  .sapTntToolHeader {
444
- .sapMITH {
445
- height: 2.75rem;
446
- background-color: transparent;
386
+ .sapMITH .sapMITBText {
387
+ color: @sapUiShellInteractiveTextColor;
388
+ text-shadow: none;
447
389
  }
448
390
 
449
- .sapMITH .sapMITBText {
450
- color: @sapUiShellInteractiveTextColor;
451
- text-shadow: none;
452
- }
453
391
  .sapMITH .sapMITBDisabled {
454
392
  opacity: @_sap_tnt_ToolHeader_DisabledOpacity;
455
393
  }
@@ -513,116 +451,6 @@ html.sap-desktop .sapTntToolHeader {
513
451
  }
514
452
  }
515
453
 
516
- // ==========================================================================
517
- // sap.m.ObjectStatus overriding
518
- // ==========================================================================
519
-
520
- .sapTntToolHeader {
521
- .sapMObjStatus {
522
- .sapMObjStatusText,
523
- .sapMObjStatusIcon {
524
- text-shadow: none;
525
- }
526
- }
527
-
528
- .sapMObjStatus.sapMObjStatusError {
529
- .sapMObjStatusText,
530
- .sapMObjStatusIcon .sapUiIcon {
531
- color: lighten(@sapUiNegativeText, 40);
532
- }
533
- }
534
-
535
- .sapMObjStatus.sapMObjStatusInformation {
536
- .sapMObjStatusText,
537
- .sapMObjStatusIcon .sapUiIcon {
538
- color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
539
- }
540
- }
541
-
542
- .sapMObjStatus.sapMObjStatusNone {
543
- .sapMObjStatusText,
544
- .sapMObjStatusIcon .sapUiIcon {
545
- color: lighten(saturate(spin(@sapUiNeutralText, 350), 4), 41);
546
- }
547
- }
548
-
549
- .sapMObjStatus.sapMObjStatusSuccess {
550
- .sapMObjStatusText,
551
- .sapMObjStatusIcon .sapUiIcon {
552
- color: lighten(desaturate(spin(@sapUiPositiveText, 335), 28), 50);
553
- }
554
- }
555
-
556
- .sapMObjStatus.sapMObjStatusWarning {
557
- .sapMObjStatusText,
558
- .sapMObjStatusIcon .sapUiIcon {
559
- color: lighten(saturate(spin(@sapUiCriticalText, 8), 4), 21);
560
- }
561
- }
562
-
563
- //Inverted
564
-
565
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusError {
566
- .sapMObjStatusText,
567
- .sapMObjStatusIcon,
568
- .sapMObjStatusIcon .sapUiIcon {
569
- background-color: lighten(@sapUiNegativeElement, 40);
570
- }
571
- }
572
-
573
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusInformation {
574
- .sapMObjStatusText,
575
- .sapMObjStatusIcon,
576
- .sapMObjStatusIcon .sapUiIcon {
577
- background-color: lighten(desaturate(spin(@sapUiInformativeElement, 357), 6), 34);
578
- }
579
- }
580
-
581
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusNone {
582
- .sapMObjStatusText,
583
- .sapMObjStatusIcon,
584
- .sapMObjStatusIcon .sapUiIcon {
585
- background-color: lighten(saturate(spin(@sapUiNeutralElement, 350), 4), 41);
586
- }
587
- }
588
-
589
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusSuccess {
590
- .sapMObjStatusText,
591
- .sapMObjStatusIcon,
592
- .sapMObjStatusIcon .sapUiIcon {
593
- background-color: lighten(desaturate(spin(@sapUiPositiveElement, 335), 28), 50);
594
- }
595
- }
596
-
597
- .sapMObjStatus.sapMObjStatusInverted.sapMObjStatusWarning {
598
- .sapMObjStatusText,
599
- .sapMObjStatusIcon,
600
- .sapMObjStatusIcon .sapUiIcon {
601
- background-color: lighten(saturate(spin(@sapUiCriticalElement, 8), 4), 21);
602
- }
603
- }
604
-
605
- .sapMObjStatus.sapMObjStatusInverted {
606
- .sapMObjStatusIcon .sapUiIcon {
607
- height: @_sap_tnt_ToolHeader_IconHeight;
608
- vertical-align: text-top;
609
- }
610
- .sapMObjStatusText,
611
- .sapMObjStatusIcon .sapUiIcon{
612
-
613
- color: @sapUiBaseText;
614
- }
615
- }
616
-
617
- .sapMObjStatus .sapMObjStatusTitle {
618
- color: @sapUiShellActiveTextColor;
619
- }
620
- }
621
-
622
- html.sap-desktop .sapTntToolHeader .sapMObjStatusActive:focus .sapMObjStatusLink::after {
623
- outline-color: @_sap_tnt_ToolHeader_BorderColor;
624
- }
625
-
626
454
  // ==========================================================================
627
455
  // sap.m.Avatar / sap.f.Avatar overriding
628
456
  // ==========================================================================
@@ -3,5 +3,6 @@
3
3
  /* Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_tnt_ToolPage_AsideWidthOnTablet : 3.5rem;
7
- @_sap_tnt_ToolPage_HeaderHeight : 2.75rem;
6
+ @_sap_tnt_ToolPage_AsideWidthOnTablet: 3.5rem;
7
+ @_sap_tnt_ToolPage_HeaderHeight: 3.5rem;
8
+ @_sap_tnt_ToolPage_HeaderShadow: @sapUiContentShadow0;