@openui5/themelib_sap_horizon 1.119.1 → 1.120.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 (100) hide show
  1. package/THIRDPARTY.txt +6 -6
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +4 -2
  4. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
  5. package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
  6. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -0
  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 +2 -1
  10. package/src/sap/m/themes/sap_horizon/Button.less +16 -4
  11. package/src/sap/m/themes/sap_horizon/CheckBox.less +31 -1
  12. package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
  13. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +24 -0
  14. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
  15. package/src/sap/m/themes/sap_horizon/RangeSlider.less +5 -7
  16. package/src/sap/m/themes/sap_horizon/SearchField.less +2 -4
  17. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +117 -14
  18. package/src/sap/m/themes/sap_horizon/Select.less +4 -2
  19. package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
  20. package/src/sap/m/themes/sap_horizon/SplitButton.less +46 -23
  21. package/src/sap/m/themes/sap_horizon/Text.less +3 -0
  22. package/src/sap/m/themes/sap_horizon/TextArea.less +24 -4
  23. package/src/sap/m/themes/sap_horizon/Toolbar.less +2 -2
  24. package/src/sap/m/themes/sap_horizon_dark/Button.less +16 -4
  25. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +30 -0
  26. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
  27. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +24 -0
  28. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
  29. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +5 -7
  30. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +2 -5
  31. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +117 -14
  32. package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -2
  33. package/src/sap/m/themes/sap_horizon_dark/Slider.less +4 -9
  34. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +46 -37
  35. package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -0
  36. package/src/sap/m/themes/sap_horizon_dark/TextArea.less +24 -4
  37. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +2 -2
  38. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +35 -1
  39. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
  40. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +135 -0
  41. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
  42. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
  43. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -3
  44. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
  45. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
  46. package/src/sap/m/themes/sap_horizon_hcb/Text.less +3 -0
  47. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
  48. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +35 -1
  49. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
  50. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +135 -0
  51. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
  52. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
  53. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -3
  54. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
  55. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
  56. package/src/sap/m/themes/sap_horizon_hcw/Text.less +3 -0
  57. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
  58. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -1
  59. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +11 -0
  60. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -1
  61. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -1
  62. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -0
  63. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -1
  64. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
  65. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +13 -0
  66. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -1
  67. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
  68. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +13 -0
  69. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -1
  70. package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
  71. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  72. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  73. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  74. package/src/sap/ui/core/themes/sap_horizon/global.less +13 -9
  75. package/src/sap/ui/core/themes/sap_horizon/library.source.less +0 -4
  76. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  77. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  78. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  79. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +14 -10
  80. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +0 -4
  81. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  82. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  83. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  84. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +9 -9
  85. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  86. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  87. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  88. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +9 -9
  89. package/src/sap/ui/integration/themes/sap_horizon/ActionsStrip.less +1 -1
  90. package/src/sap/ui/integration/themes/sap_horizon_dark/ActionsStrip.less +1 -1
  91. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +1 -1
  92. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +1 -1
  93. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +1 -1
  94. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +1 -1
  95. package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
  96. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
  97. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -1
  98. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +0 -3
  99. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -1
  100. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +0 -3
@@ -118,8 +118,10 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
118
118
  }
119
119
 
120
120
  .sapMSlt.sapMSltReadonly {
121
- background: @sapUiFieldReadOnlyBackground;
122
- border-bottom: dashed @sapUiElementBorderWidth @sapUiFieldReadOnlyBorderColor;
121
+ border-color: @sapUiFieldReadOnlyBorderColor;
122
+ background:@sapUiFieldReadOnlyBackgroundStyle;
123
+ background-color: @sapUiFieldReadOnlyBackground;
124
+ box-shadow: none;
123
125
  }
124
126
 
125
127
  div.sapMSltPicker .sapMSltPickerValueState {
@@ -12,10 +12,6 @@
12
12
  height: 1.5rem;
13
13
  margin-left: -1rem;
14
14
  top: -0.625rem;
15
-
16
- &:not(:focus) {
17
- box-shadow: @sapUiContentSelectedShadow;
18
- }
19
15
  }
20
16
 
21
17
  .sapMSlider {
@@ -23,7 +19,7 @@
23
19
  align-items: center;
24
20
  }
25
21
 
26
- .sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
22
+ .sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
27
23
  font-family: SAP-icons;
28
24
  content: "\e29c";
29
25
  position: absolute;
@@ -48,15 +44,13 @@
48
44
  &:not(:focus) {
49
45
  border-color: @sapUiSliderHoverHandleBorderColor;
50
46
  background: @sapUiSliderHoverHandleBackground;
51
- box-shadow: @sapUiContentSelectedShadow;
52
47
  }
53
48
  }
54
49
 
55
50
  .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
56
- background: @sapUiSliderActiveHandleBackground;
57
- border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
51
+ background: @sapUiSliderActiveRangeHandleBackground;
52
+ border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
58
53
  outline: none;
59
- box-shadow: none;
60
54
  top: -0.625rem;
61
55
  }
62
56
 
@@ -128,6 +122,7 @@
128
122
  }
129
123
 
130
124
  .sapMSliderTick {
125
+ border-color: @sapUiContentMeasureIndicatorColor;
131
126
  margin: 0;
132
127
  height: .5rem;
133
128
  }
@@ -8,13 +8,11 @@
8
8
  border-color: @sapUiContentContrastFocusColor;
9
9
  }
10
10
 
11
- .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnTransparent:not(.sapMToggleBtnPressed),
12
11
  .sapContrast.sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnTransparent:not(.sapMToggleBtnPressed),
13
12
  .sapContrast .sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnTransparent:not(.sapMToggleBtnPressed) {
14
13
  border-left-color: @sapUiButtonBorderColor;
15
14
  }
16
15
 
17
- .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnActive.sapMBtnTransparent:not(.sapMToggleBtnPressed),
18
16
  .sapContrast.sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnActive.sapMBtnTransparent:not(.sapMToggleBtnPressed),
19
17
  .sapContrast .sapMIBar-CTX .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) .sapMBtnActive.sapMBtnTransparent:not(.sapMToggleBtnPressed) {
20
18
  border-left-color: @sapUiButtonLiteActiveBorderColor;
@@ -45,7 +43,7 @@
45
43
  }
46
44
 
47
45
  .sapMSB .sapMSBInner .sapMSBText:not(.sapMSBTextIE) .sapMBtnInner {
48
- margin-right: 2.3125rem;
46
+ margin-right: 2.25rem;
49
47
  }
50
48
 
51
49
  .sapMSB .sapMSBInner {
@@ -61,10 +59,10 @@
61
59
 
62
60
  .sapUiSizeCompact {
63
61
  .sapMSB .sapMSBInner {
64
- padding: 0.15rem 0;
62
+ padding: 0.1875rem 0;
65
63
  }
66
64
  .sapMSB .sapMSBText {
67
- height: 1.75rem;
65
+ height: 1.625rem;
68
66
  }
69
67
  }
70
68
 
@@ -100,8 +98,13 @@
100
98
  background-color: @sapUiButtonAttentionBackground;
101
99
  }
102
100
 
103
- .sapMSB .sapMBtnInner {
104
- border: none;
101
+ .sapMMenuBtnSplit {
102
+ .sapMBtnInner,
103
+ span.sapMBtnInner.sapMBtnAccept,
104
+ span.sapMBtnInner.sapMBtnAttention,
105
+ span.sapMBtnInner.sapMBtnReject {
106
+ border-color: transparent;
107
+ }
105
108
  }
106
109
 
107
110
  .sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
@@ -117,12 +120,18 @@
117
120
  border-radius: 0.35rem;
118
121
  }
119
122
 
120
- .sapMSB.sapMSBEmphasized .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before,
121
- .sapMSB.sapMSBNeutral .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before,
123
+ .sapMSB.sapMSBEmphasized .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
124
+ background-color: @sapUiButtonEmphasizedTextColor;
125
+ }
126
+
127
+ .sapMSB.sapMSBNeutral .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
128
+ background-color: @sapUiButtonInformationTextColor;
129
+ }
130
+
122
131
  .sapMSB.sapMSBSuccess .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before,
123
132
  .sapMSB.sapMSBCritical .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before,
124
133
  .sapMSB.sapMSBNegative .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
125
- background-color: @sapUiButtonEmphasizedTextColor;
134
+ background-color: @sapUiButtonSuccessTextColor;
126
135
  }
127
136
 
128
137
  .sapMSB.sapMSBAccept .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnIconFirst::before {
@@ -158,7 +167,10 @@
158
167
  border-radius: 0.375rem;
159
168
  }
160
169
 
161
- .sapMSB.sapMSBEmphasized:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after {
170
+ .sapMSB.sapMSBEmphasized:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after,
171
+ .sapMSB.sapMSBCritical:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after,
172
+ .sapMSB.sapMSBNegative:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after,
173
+ .sapMSB.sapMSBSuccess:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after {
162
174
  border-color: @sapUiContentContrastFocusColor;
163
175
  }
164
176
 
@@ -167,7 +179,7 @@
167
179
  }
168
180
 
169
181
  .sapMSB :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
170
- border: 0.125rem solid @sapUiContentFocusColor;
182
+ border: 0.0625rem solid @sapUiContentFocusColor;
171
183
  min-width: 2.3125rem;
172
184
 
173
185
  &.sapMBtnText > .sapUiIcon {
@@ -176,16 +188,10 @@
176
188
 
177
189
  .sapUiIcon {
178
190
  position: absolute;
179
- top: -0.0625rem;
180
- left: -0.0625rem;
181
- padding-left: 0.0625rem;
191
+ left: 0.0625rem;
182
192
  padding-right: 0.0625rem;
183
193
  }
184
194
 
185
- .sapMBtnContent {
186
- padding-left: 0.0625rem;
187
- }
188
-
189
195
  .sapUiIcon + .sapMBtnContent {
190
196
  padding-left: 1.4375rem;
191
197
  }
@@ -198,8 +204,8 @@
198
204
 
199
205
  :not(.sapMBtnDisabled) > span.sapMBtnInner {
200
206
  &.sapMBtnInner.sapMBtnText {
201
- padding-left: 0.4375rem;
202
- padding-right: 0.5rem;
207
+ padding-right: 0.3125rem;
208
+ padding-left: 0.3125rem;
203
209
  }
204
210
  &.sapMBtnEmphasized.sapMBtnActive {
205
211
  min-width: 2rem;
@@ -211,8 +217,18 @@
211
217
  }
212
218
  }
213
219
 
214
- .sapMSB .sapMSBArrow:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive .sapUiIcon {
215
- left: -0.0625rem;
220
+ .sapUiSizeCompact {
221
+ .sapMSB :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
222
+ .sapUiIcon {
223
+ position: absolute;
224
+ left: 0;
225
+ padding-right: 0;
226
+ }
227
+
228
+ .sapMBtnContent {
229
+ top: 0;
230
+ }
231
+ }
216
232
  }
217
233
 
218
234
  .sapMMenuBtn .sapMBtnDisabled {
@@ -237,6 +253,13 @@ html.sap-desktop .sapMMenuBtnSplit .sapMBtn:focus > .sapMFocusable:after {
237
253
  right: 0.125rem;
238
254
  }
239
255
 
256
+ .sapUiSizeCompact {
257
+ .sapMSB:focus .sapMSBInner:not(.sapMSBInnerDisabled)::after {
258
+ left: 0.0625rem;
259
+ right: 0.0625rem;
260
+ }
261
+ }
262
+
240
263
  html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
241
264
  width: auto;
242
265
  height: auto;
@@ -9,6 +9,9 @@
9
9
  padding-top: 0.6875rem;
10
10
  padding-bottom: 0.6875rem;
11
11
  }
12
+ html[data-sap-ui-browser^="cr"] .sapUiFormEdit .sapMText {
13
+ line-height: 1.4375rem;
14
+ }
12
15
 
13
16
  .sapMTB-Info-CTX > .sapMText {
14
17
  font-style: italic;
@@ -13,10 +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
+ @_sapMTextAreaContentWrapperPadding: 0.0625rem;
17
+ @_sapMTextAreaContentWrapperValueStateSuccessPadding: 0.0625rem;
18
+ @_sapMTextAreaContentWrapperValueStateInformationPadding: 0.0625rem 0.0625rem 0.125rem 0.0625rem;
19
+ @_sapMTextAreaContentWrapperValueStateErrorWarningPadding: 0.0625rem 0.0625rem 0.125rem 0.0625rem;
20
20
 
21
21
  .sapMInputBase.sapMTextArea {
22
22
  min-height: 2.25rem;
@@ -46,4 +46,24 @@
46
46
  right: 1px;
47
47
  bottom: 1px;
48
48
  }
49
+ }
50
+
51
+ .sapMTextArea.sapMInputBase.sapMInputBaseReadonly .sapMInputBaseContentWrapper {
52
+ padding: 0;
53
+ }
54
+
55
+ .sapMInputBaseContentWrapper ::-webkit-scrollbar:vertical {
56
+ border-top-right-radius: 0.25rem;
57
+ border-bottom-right-radius: 0.25rem;
58
+ }
59
+
60
+ .sapMInputBaseContentWrapper ::-webkit-scrollbar:horizontal {
61
+ border-bottom-left-radius: 0.25rem;
62
+ border-bottom-right-radius: 0.25rem;
63
+ }
64
+
65
+ .sapMTextAreaInner.sapMTextAreaGrow {
66
+ border: 0.0625rem solid transparent;
67
+ border-radius: 0.25rem;
68
+ right: 0;
49
69
  }
@@ -10,7 +10,7 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
10
10
 
11
11
  .sapMTB {
12
12
  height: 2.75rem;
13
- padding: 0 0.5rem 0 0.25rem;
13
+ padding: 0 0.5rem;
14
14
  }
15
15
 
16
16
  .sapMIBar > .sapMBarChild:last-child {
@@ -19,7 +19,7 @@ html.sap-desktop .sapMTBActive.sapMTBFocused {
19
19
 
20
20
  .sapMTB-Transparent-CTX.sapMTB,
21
21
  .sapMIBar.sapMTB-Info-CTX.sapMTB {
22
- padding: 0 0.5rem 0 0.75rem;
22
+ padding: 0 0.5rem 0 1rem;
23
23
  }
24
24
 
25
25
  /* Info Toolbar Context */
@@ -159,6 +159,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable
159
159
  border-color: @sapUiContentFocusColor;
160
160
  }
161
161
 
162
+ // Value State Message buttons
163
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
164
+ border-color: @sapUiButtonCriticalBorderColor;
165
+ }
166
+
167
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
168
+ border-color: @sapUiButtonNegativeBorderColor;
169
+ }
170
+
171
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
172
+ border-color: @sapButton_Success_BorderColor;
173
+ }
174
+
162
175
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
163
176
  content: "";
164
177
  position: absolute;
@@ -173,10 +186,9 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before
173
186
  }
174
187
 
175
188
  html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator):before,
176
- html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBadgeIndicator):before,
177
- html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBadgeIndicator):before,
178
- html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBadgeIndicator):before,
179
- html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIndicator):before {
189
+ html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
190
+ html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before,
191
+ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator):before {
180
192
  border: 0.125rem solid @sapUiContentContrastFocusColor;
181
193
  }
182
194
 
@@ -159,6 +159,21 @@
159
159
  border-radius: 0.5rem;
160
160
  }
161
161
 
162
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
163
+ .sapUiForm {
164
+ .sapMCbBg {
165
+ left: 0;
166
+ }
167
+
168
+ .sapMCb {
169
+ padding-left: 2.0625rem; // to have right gap between checkbox and label
170
+ }
171
+
172
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
173
+ left: -0.25rem; /* more is not possible as this would cut off the focus border */
174
+ }
175
+ }
176
+
162
177
  .sapUiSizeCompact {
163
178
  .sapMCb {
164
179
  height: 2rem;
@@ -196,4 +211,19 @@
196
211
  top: 0.5625rem;
197
212
  left: 0.5625rem;
198
213
  }
214
+
215
+ /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
216
+ .sapUiForm {
217
+ .sapMCbBg {
218
+ left: 0;
219
+ }
220
+
221
+ .sapMCb {
222
+ padding-left: 1.5rem; // to have right gap between checkbox and label
223
+ }
224
+
225
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
226
+ left: -0.1875rem;
227
+ }
228
+ }
199
229
  }
@@ -60,9 +60,6 @@
60
60
  }
61
61
 
62
62
  .sapMMenuBtnSplit .sapMSB:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnEmphasized.sapMBtnActive {
63
- padding-right: 0.4375rem;
64
- padding-left: 0.4375rem;
65
-
66
63
  .sapMBtnContent {
67
64
  position: relative;
68
65
  left: 0;
@@ -74,4 +71,22 @@
74
71
  padding-right: 0.3125rem;
75
72
  padding-left: 0.3125rem;
76
73
  }
74
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnIcon,
75
+ .sapMMenuBtn .sapMBtn:not(.sapMSBArrow) .sapMBtnInner .sapMBtnContent {
76
+ position: relative;
77
+ top: 0;
78
+ left: 0;
79
+ }
80
+ }
81
+
82
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnNegative.sapMBtnActive::after {
83
+ color: @sapUiButtonNegativeActiveTextColor;
84
+ }
85
+
86
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnCritical.sapMBtnActive::after {
87
+ color: @sapUiButtonCriticalActiveTextColor;
88
+ }
89
+
90
+ .sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnSuccess.sapMBtnActive::after {
91
+ color: @sapUiButtonSuccessActiveTextColor;
77
92
  }
@@ -387,4 +387,28 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
387
387
  background-color: @sapUiIndication8ActiveBackground;
388
388
  border-color: @sapUiIndication8ActiveBorderColor;
389
389
  color: @sapUiIndication8ActiveTextColor;
390
+ }
391
+
392
+ /* Second set of inverted indication colors regular state */
393
+ .sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusText,
394
+ .sapMObjStatusInverted.sapMObjStatusIndication11 .sapMObjStatusIcon,
395
+ .sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusText,
396
+ .sapMObjStatusInverted.sapMObjStatusIndication12 .sapMObjStatusIcon,
397
+ .sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusText,
398
+ .sapMObjStatusInverted.sapMObjStatusIndication13 .sapMObjStatusIcon,
399
+ .sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusText,
400
+ .sapMObjStatusInverted.sapMObjStatusIndication14 .sapMObjStatusIcon,
401
+ .sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusText,
402
+ .sapMObjStatusInverted.sapMObjStatusIndication15 .sapMObjStatusIcon,
403
+ .sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusText,
404
+ .sapMObjStatusInverted.sapMObjStatusIndication16 .sapMObjStatusIcon,
405
+ .sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusText,
406
+ .sapMObjStatusInverted.sapMObjStatusIndication17 .sapMObjStatusIcon,
407
+ .sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusText,
408
+ .sapMObjStatusInverted.sapMObjStatusIndication18 .sapMObjStatusIcon,
409
+ .sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusText,
410
+ .sapMObjStatusInverted.sapMObjStatusIndication19 .sapMObjStatusIcon,
411
+ .sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusText,
412
+ .sapMObjStatusInverted.sapMObjStatusIndication20 .sapMObjStatusIcon {
413
+ text-shadow: @sapUiContentTextShadow;
390
414
  }
@@ -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;
14
+ border: 0.0625rem @sapContent_FocusStyle @sapUiSliderHoverHandleBorderColor;
15
15
  background: @sapUiSliderHoverRangeHandleBackground;
16
- box-shadow: @sapUiContentSelectedShadow;
17
16
  }
18
17
 
19
18
  &:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
20
19
  &:not(:focus) {
21
20
  background: transparent;
22
- border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
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 @sapUiSliderActiveHandleBorderColor;
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 @sapUiSliderActiveHandleBorderColor;
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 @sapUiSliderActiveHandleBorderColor;
86
+ border: 0.125rem solid @sapUiContentFocusColor;
89
87
  outline: none;
90
88
  box-shadow: none;
91
89
  top: -0.5rem;
@@ -17,6 +17,7 @@
17
17
  @_sap_m_SearchField_FocusOffset: 0;
18
18
  @_sap_m_SearchField_FocusBorderRadius: inherit;
19
19
  @_sap_m_SearchField_PlaceholderFontStyle: italic;
20
+ @_sap_m_SearchField_ActiveBackgroundStyle: @sapUiFieldBackgroundStyle;
20
21
 
21
22
  .sapMSFF {
22
23
  border-radius: @sapUiFieldBorderCornerRadius;
@@ -27,13 +28,8 @@
27
28
  }
28
29
 
29
30
  .sapMSFB {
30
- // don't overlap the bottom line
31
- margin-bottom: 1px;
32
- height: ~"calc(100% - 1px)";
33
-
34
31
  border-radius: @sapUiFieldBorderCornerRadius;
35
32
  color: @sapUiFieldTextColor;
36
-
37
33
  &:first-of-type {
38
34
  margin-left: 0.25rem;
39
35
  }
@@ -44,6 +40,7 @@
44
40
 
45
41
  &:hover {
46
42
  box-shadow: @sapUiFieldHoverShadow;
43
+ background: @sapUiFieldBackgroundStyle;
47
44
  background-color: @sapUiFieldHoverBackground;
48
45
  }
49
46