@openui5/themelib_sap_horizon 1.139.0 → 1.140.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 (46) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_horizon/Button.less +14 -19
  4. package/src/sap/m/themes/sap_horizon/CheckBox.less +13 -2
  5. package/src/sap/m/themes/sap_horizon/InputBase.less +2 -1
  6. package/src/sap/m/themes/sap_horizon/MessageView.less +1 -1
  7. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  8. package/src/sap/m/themes/sap_horizon/Select.less +1 -1
  9. package/src/sap/m/themes/sap_horizon/Switch.less +12 -9
  10. package/src/sap/m/themes/sap_horizon_dark/Button.less +14 -19
  11. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +13 -2
  12. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +2 -1
  13. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +1 -1
  14. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  15. package/src/sap/m/themes/sap_horizon_dark/Select.less +1 -1
  16. package/src/sap/m/themes/sap_horizon_dark/Switch.less +12 -9
  17. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  18. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +13 -2
  19. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +1 -1
  20. package/src/sap/m/themes/sap_horizon_hcb/Switch.less +12 -9
  21. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  22. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +13 -2
  23. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +1 -1
  24. package/src/sap/m/themes/sap_horizon_hcw/Switch.less +12 -9
  25. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  26. package/src/sap/ui/core/themes/sap_horizon/base.less +16 -16
  27. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  28. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
  29. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  30. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  31. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  32. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  33. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +1 -11
  34. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +1 -11
  35. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +1 -8
  36. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +1 -8
  37. package/src/sap/ui/mdc/themes/sap_horizon/TokenizerDisplay.less +8 -0
  38. package/src/sap/ui/mdc/themes/sap_horizon_dark/TokenizerDisplay.less +8 -0
  39. package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +3 -3
  40. package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +2 -2
  41. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +10 -10
  42. package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +2 -2
  43. package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +3 -3
  44. package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +2 -2
  45. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +12 -12
  46. package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +2 -2
package/THIRDPARTY.txt CHANGED
@@ -444,7 +444,7 @@ License: Apache-2.0
444
444
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
445
445
  Contained in: lib/jsdoc/ui5/plugin.js
446
446
 
447
- Component: SAP Theming Base Content, version: 11.30.0
447
+ Component: SAP Theming Base Content, version: 11.31.1
448
448
  Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
449
449
  License: Apache-2.0
450
450
  License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.139.0",
3
+ "version": "1.140.0",
4
4
  "description": "OpenUI5 Theme Library sap_horizon",
5
5
  "author": "SAP SE (https://www.sap.com)",
6
6
  "license": "Apache-2.0",
@@ -14,22 +14,22 @@
14
14
  "url": "https://github.com/UI5/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.139.0",
18
- "@openui5/sap.m": "1.139.0",
19
- "@openui5/sap.tnt": "1.139.0",
20
- "@openui5/sap.ui.codeeditor": "1.139.0",
21
- "@openui5/sap.ui.commons": "1.139.0",
22
- "@openui5/sap.ui.core": "1.139.0",
23
- "@openui5/sap.ui.dt": "1.139.0",
24
- "@openui5/sap.ui.fl": "1.139.0",
25
- "@openui5/sap.ui.mdc": "1.139.0",
26
- "@openui5/sap.ui.integration": "1.139.0",
27
- "@openui5/sap.ui.layout": "1.139.0",
28
- "@openui5/sap.ui.rta": "1.139.0",
29
- "@openui5/sap.ui.suite": "1.139.0",
30
- "@openui5/sap.ui.table": "1.139.0",
31
- "@openui5/sap.ui.unified": "1.139.0",
32
- "@openui5/sap.ui.ux3": "1.139.0",
33
- "@openui5/sap.uxap": "1.139.0"
17
+ "@openui5/sap.f": "1.140.0",
18
+ "@openui5/sap.m": "1.140.0",
19
+ "@openui5/sap.tnt": "1.140.0",
20
+ "@openui5/sap.ui.codeeditor": "1.140.0",
21
+ "@openui5/sap.ui.commons": "1.140.0",
22
+ "@openui5/sap.ui.core": "1.140.0",
23
+ "@openui5/sap.ui.dt": "1.140.0",
24
+ "@openui5/sap.ui.fl": "1.140.0",
25
+ "@openui5/sap.ui.mdc": "1.140.0",
26
+ "@openui5/sap.ui.integration": "1.140.0",
27
+ "@openui5/sap.ui.layout": "1.140.0",
28
+ "@openui5/sap.ui.rta": "1.140.0",
29
+ "@openui5/sap.ui.suite": "1.140.0",
30
+ "@openui5/sap.ui.table": "1.140.0",
31
+ "@openui5/sap.ui.unified": "1.140.0",
32
+ "@openui5/sap.ui.ux3": "1.140.0",
33
+ "@openui5/sap.uxap": "1.140.0"
34
34
  }
35
35
  }
@@ -35,7 +35,7 @@
35
35
  /* ------------------- */
36
36
  /* Button Icon */
37
37
  /* ------------------- */
38
- .sapMBtnIcon {
38
+ .sapMBtnIcon.sapUiIcon {
39
39
  width: 2.125rem;
40
40
  font-size: 1rem;
41
41
  line-height: 2.125rem;
@@ -137,24 +137,6 @@
137
137
  /* Custom focus border: */
138
138
  /* ---------------------------------------------------------------------*/
139
139
 
140
- .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable,
141
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
142
- border-color: var(--sapContent_FocusColor);
143
- }
144
-
145
- // Value State Message buttons
146
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
147
- border-color: var(--sapButton_Critical_BorderColor);
148
- }
149
-
150
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
151
- border-color: var(--sapButton_Negative_BorderColor);
152
- }
153
-
154
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
155
- border-color: var(--sapButton_Success_BorderColor);
156
- }
157
-
158
140
  .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
159
141
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
160
142
  content: '';
@@ -189,6 +171,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
189
171
  text-shadow: var(--sapContent_TextShadow);
190
172
  }
191
173
 
174
+ // Value State Message buttons
175
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
176
+ border-color: var(--sapButton_Critical_BorderColor);
177
+ }
178
+
179
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
180
+ border-color: var(--sapButton_Negative_BorderColor);
181
+ }
182
+
183
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
184
+ border-color: var(--sapButton_Success_BorderColor);
185
+ }
186
+
192
187
  .sapMBtn {
193
188
  .sapMBtnCritical,
194
189
  .sapMBtnNegative,
@@ -110,7 +110,7 @@
110
110
  }
111
111
 
112
112
  .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
113
- top: -0.1475rem;
113
+ top: -0.1075rem;
114
114
  }
115
115
 
116
116
  .sapMCbDisplayOnly .sapMCbBg {
@@ -150,7 +150,7 @@
150
150
  border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
151
151
  inset: 0.3125rem;
152
152
  position: absolute;
153
- border-radius: var(--sapField_BorderCornerRadius);
153
+ border-radius: 0.5rem;
154
154
  }
155
155
 
156
156
  .sapMCb.sapMCbHasLabel {
@@ -224,6 +224,17 @@
224
224
  left: 0.5625rem;
225
225
  }
226
226
 
227
+ .sapMCb:focus::before {
228
+ inset: 0.125rem;
229
+ }
230
+
231
+ .sapMCb.sapMCbHasLabel:focus::before {
232
+ top: 0.125rem;
233
+ left: 0.125rem;
234
+ bottom: 0.125rem;
235
+ right: 0;
236
+ }
237
+
227
238
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
228
239
  .sapUiForm {
229
240
 
@@ -84,7 +84,8 @@
84
84
  }
85
85
 
86
86
  &.sapMInputBaseReadonlyWrapper {
87
- background: var(--sapField_ReadOnly_Background);
87
+ background: var(--sapField_ReadOnly_BackgroundStyle);
88
+ background-color: var(--sapField_ReadOnly_Background);
88
89
  }
89
90
 
90
91
  &.sapMInputBaseContentWrapperSuccess::before {
@@ -72,7 +72,7 @@
72
72
 
73
73
  .sapMMsgView .sapMIBar.sapMHeader-CTX {
74
74
  background-color: var(--sapGroup_ContentBackground);
75
- padding-left: 1rem;
75
+ padding: 0 1rem;
76
76
  }
77
77
 
78
78
  .sapMMsgViewDescIcon {
@@ -92,7 +92,7 @@
92
92
 
93
93
  & .sapMPanelHeaderTB {
94
94
  border-top-left-radius: 0;
95
- margin-left: 2.75rem;
95
+ margin-left: 2.5rem;
96
96
  }
97
97
 
98
98
  &:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
@@ -325,7 +325,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
325
325
  background-size: 100% var(--sapField_InvalidBorderWidth);
326
326
  background-repeat: repeat-x;
327
327
  background-position: bottom;
328
- background-color: var(--sapField_InvalidBackgroundStyle);
328
+ background-color: var(--sapField_InvalidBackground);
329
329
  box-shadow: var(--sapField_InvalidShadow);
330
330
  }
331
331
 
@@ -5,30 +5,33 @@
5
5
 
6
6
  /* Switch container */
7
7
  .sapMSwtCont {
8
- overflow: hidden;
8
+ overflow: visible;
9
9
  /* in order to have a touchable area of 2.75rem height and 3.5rem width */
10
- padding: 0.625rem 0.5rem;
10
+ padding: 0.625rem 0;
11
11
  }
12
12
 
13
13
  /* focus */
14
14
  html.sap-desktop {
15
15
 
16
- .sapMSwtCont:focus > .sapMSwt::before {
16
+ .sapMSwtCont:focus::after {
17
17
  content: ' ';
18
18
  position: absolute;
19
19
  display: block;
20
- top: -0.3125rem;
21
- left: -0.3125rem;
22
- bottom: -0.3125rem;
23
- right: -0.3125rem;
20
+ top: 0.375rem;
21
+ left: -0.25rem;
22
+ bottom: 0.375rem;
23
+ right: -0.25rem;
24
24
  border: 0.125rem solid var(--sapContent_FocusColor);
25
25
  border-radius: 1rem;
26
+ pointer-events: none;
26
27
  }
27
28
 
28
29
  .sapUiSizeCompact {
29
30
 
30
- .sapMSwtCont:focus > .sapMSwt::before {
31
+ .sapMSwtCont:focus::after {
31
32
  border-radius: 0.875rem;
33
+ top: 0.125rem;
34
+ bottom: 0.125rem;
32
35
  }
33
36
  }
34
37
  }
@@ -37,7 +40,7 @@ html.sap-desktop {
37
40
  .sapMSwt {
38
41
  width: 2.875rem;
39
42
  height: 1.5rem;
40
- overflow: visible;
43
+ overflow: hidden;
41
44
  border: none;
42
45
  margin: 0;
43
46
  border-radius: 0.75rem;
@@ -35,7 +35,7 @@
35
35
  /* ------------------- */
36
36
  /* Button Icon */
37
37
  /* ------------------- */
38
- .sapMBtnIcon {
38
+ .sapMBtnIcon.sapUiIcon {
39
39
  width: 2.125rem;
40
40
  font-size: 1rem;
41
41
  line-height: 2.125rem;
@@ -137,24 +137,6 @@
137
137
  /* Custom focus border: */
138
138
  /* ---------------------------------------------------------------------*/
139
139
 
140
- .sapMBtn:focus-visible > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable,
141
- html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
142
- border-color: var(--sapContent_FocusColor);
143
- }
144
-
145
- // Value State Message buttons
146
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
147
- border-color: var(--sapButton_Critical_BorderColor);
148
- }
149
-
150
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
151
- border-color: var(--sapButton_Negative_BorderColor);
152
- }
153
-
154
- :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
155
- border-color: var(--sapButton_Success_BorderColor);
156
- }
157
-
158
140
  .sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
159
141
  html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
160
142
  content: '';
@@ -189,6 +171,19 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActi
189
171
  text-shadow: var(--sapContent_TextShadow);
190
172
  }
191
173
 
174
+ // Value State Message buttons
175
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnCritical.sapMBtnActive {
176
+ border-color: var(--sapButton_Critical_BorderColor);
177
+ }
178
+
179
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnNegative.sapMBtnActive {
180
+ border-color: var(--sapButton_Negative_BorderColor);
181
+ }
182
+
183
+ :not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnSuccess.sapMBtnActive {
184
+ border-color: var(--sapButton_Success_BorderColor);
185
+ }
186
+
192
187
  .sapMBtn {
193
188
  .sapMBtnCritical,
194
189
  .sapMBtnNegative,
@@ -110,7 +110,7 @@
110
110
  }
111
111
 
112
112
  .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
113
- top: -0.1475rem;
113
+ top: -0.1075rem;
114
114
  }
115
115
 
116
116
  .sapMCbDisplayOnly .sapMCbBg {
@@ -150,7 +150,7 @@
150
150
  border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
151
151
  inset: 0.3125rem;
152
152
  position: absolute;
153
- border-radius: var(--sapField_BorderCornerRadius);
153
+ border-radius: 0.5rem;
154
154
  }
155
155
 
156
156
  .sapMCb.sapMCbHasLabel {
@@ -224,6 +224,17 @@
224
224
  left: 0.5625rem;
225
225
  }
226
226
 
227
+ .sapMCb:focus::before {
228
+ inset: 0.125rem;
229
+ }
230
+
231
+ .sapMCb.sapMCbHasLabel:focus::before {
232
+ top: 0.125rem;
233
+ left: 0.125rem;
234
+ bottom: 0.125rem;
235
+ right: 0;
236
+ }
237
+
227
238
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
228
239
  .sapUiForm {
229
240
 
@@ -85,7 +85,8 @@
85
85
  }
86
86
 
87
87
  &.sapMInputBaseReadonlyWrapper {
88
- background: var(--sapField_ReadOnly_Background);
88
+ background: var(--sapField_ReadOnly_BackgroundStyle);
89
+ background-color: var(--sapField_ReadOnly_Background);
89
90
  }
90
91
 
91
92
  &.sapMInputBaseContentWrapperSuccess::before {
@@ -76,7 +76,7 @@
76
76
 
77
77
  .sapMMsgView .sapMIBar.sapMHeader-CTX {
78
78
  background-color: var(--sapGroup_ContentBackground);
79
- padding-left: 1rem;
79
+ padding: 0 1rem;
80
80
  }
81
81
 
82
82
  .sapMMsgViewDescIcon {
@@ -86,7 +86,7 @@
86
86
 
87
87
  & .sapMPanelHeaderTB {
88
88
  border-top-left-radius: 0;
89
- margin-left: 2.75rem;
89
+ margin-left: 2.5rem;
90
90
  }
91
91
 
92
92
  &:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
@@ -327,7 +327,7 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
327
327
  background-size: 100% var(--sapField_InvalidBorderWidth);
328
328
  background-repeat: repeat-x;
329
329
  background-position: bottom;
330
- background-color: var(--sapField_InvalidBackgroundStyle);
330
+ background-color: var(--sapField_InvalidBackground);
331
331
  box-shadow: var(--sapField_InvalidShadow);
332
332
  }
333
333
 
@@ -5,30 +5,33 @@
5
5
 
6
6
  /* Switch container */
7
7
  .sapMSwtCont {
8
- overflow: hidden;
8
+ overflow: visible;
9
9
  /* in order to have a touchable area of 2.75rem height and 3.5rem width */
10
- padding: 0.625rem 0.5rem;
10
+ padding: 0.625rem 0;
11
11
  }
12
12
 
13
13
  /* focus */
14
14
  html.sap-desktop {
15
15
 
16
- .sapMSwtCont:focus > .sapMSwt::before {
16
+ .sapMSwtCont:focus::after {
17
17
  content: ' ';
18
18
  position: absolute;
19
19
  display: block;
20
- top: -0.3125rem;
21
- left: -0.3125rem;
22
- bottom: -0.3125rem;
23
- right: -0.3125rem;
20
+ top: 0.375rem;
21
+ left: -0.25rem;
22
+ bottom: 0.375rem;
23
+ right: -0.25rem;
24
24
  border: 0.125rem solid var(--sapContent_FocusColor);
25
25
  border-radius: 1rem;
26
+ pointer-events: none;
26
27
  }
27
28
 
28
29
  .sapUiSizeCompact {
29
30
 
30
- .sapMSwtCont:focus > .sapMSwt::before {
31
+ .sapMSwtCont:focus::after {
31
32
  border-radius: 0.875rem;
33
+ top: 0.125rem;
34
+ bottom: 0.125rem;
32
35
  }
33
36
  }
34
37
  }
@@ -37,7 +40,7 @@ html.sap-desktop {
37
40
  .sapMSwt {
38
41
  width: 2.875rem;
39
42
  height: 1.5rem;
40
- overflow: visible;
43
+ overflow: hidden;
41
44
  border: none;
42
45
  margin: 0;
43
46
  border-radius: 0.75rem;
@@ -43,7 +43,7 @@
43
43
  /* ------------------- */
44
44
  /* Button Icon */
45
45
  /* ------------------- */
46
- .sapMBtnIcon {
46
+ .sapMBtnIcon.sapUiIcon {
47
47
  width: 2.125rem;
48
48
  font-size: 1rem;
49
49
  line-height: 2.125rem;
@@ -118,7 +118,7 @@
118
118
  }
119
119
 
120
120
  .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
121
- top: -0.1475rem;
121
+ top: -0.1075rem;
122
122
  }
123
123
 
124
124
  .sapMCbDisplayOnly .sapMCbBg {
@@ -173,7 +173,7 @@
173
173
  bottom: 0.3125rem;
174
174
  right: 0;
175
175
  position: absolute;
176
- border-radius: 0.5rem;
176
+ border-radius: var(--sapField_BorderCornerRadius);
177
177
  }
178
178
 
179
179
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
@@ -235,6 +235,17 @@
235
235
  left: 0.5625rem;
236
236
  }
237
237
 
238
+ .sapMCb:focus::before {
239
+ inset: 0.125rem;
240
+ }
241
+
242
+ .sapMCb.sapMCbHasLabel:focus::before {
243
+ top: 0.125rem;
244
+ left: 0.125rem;
245
+ bottom: 0.125rem;
246
+ right: 0;
247
+ }
248
+
238
249
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
239
250
  .sapUiForm {
240
251
 
@@ -73,7 +73,7 @@
73
73
 
74
74
  .sapMMsgView .sapMIBar.sapMHeader-CTX {
75
75
  background-color: var(--sapGroup_ContentBackground);
76
- padding-left: 1rem;
76
+ padding: 0 1rem;
77
77
  }
78
78
 
79
79
  .sapMMsgViewDescIcon {
@@ -5,30 +5,33 @@
5
5
 
6
6
  /* Switch container */
7
7
  .sapMSwtCont {
8
- overflow: hidden;
8
+ overflow: visible;
9
9
  /* in order to have a touchable area of 2.75rem height and 3.5rem width */
10
- padding: 0.625rem 0.5rem;
10
+ padding: 0.625rem 0;
11
11
  }
12
12
 
13
13
  /* focus */
14
14
  html.sap-desktop {
15
15
 
16
- .sapMSwtCont:focus > .sapMSwt::before {
16
+ .sapMSwtCont:focus::after {
17
17
  content: ' ';
18
18
  position: absolute;
19
19
  display: block;
20
- top: -0.3125rem;
21
- left: -0.3125rem;
22
- bottom: -0.3125rem;
23
- right: -0.3125rem;
20
+ top: 0.375rem;
21
+ left: -0.25rem;
22
+ bottom: 0.375rem;
23
+ right: -0.25rem;
24
24
  border: 0.125rem solid var(--sapContent_FocusColor);
25
25
  border-radius: 1rem;
26
+ pointer-events: none;
26
27
  }
27
28
 
28
29
  .sapUiSizeCompact {
29
30
 
30
- .sapMSwtCont:focus > .sapMSwt::before {
31
+ .sapMSwtCont:focus::after {
31
32
  border-radius: 0.875rem;
33
+ top: 0.125rem;
34
+ bottom: 0.125rem;
32
35
  }
33
36
  }
34
37
  }
@@ -37,7 +40,7 @@ html.sap-desktop {
37
40
  .sapMSwt {
38
41
  width: 2.875rem;
39
42
  height: 1.5rem;
40
- overflow: visible;
43
+ overflow: hidden;
41
44
  border: none;
42
45
  margin: 0;
43
46
  border-radius: 0.75rem;
@@ -43,7 +43,7 @@
43
43
  /* ------------------- */
44
44
  /* Button Icon */
45
45
  /* ------------------- */
46
- .sapMBtnIcon {
46
+ .sapMBtnIcon.sapUiIcon {
47
47
  width: 2.125rem;
48
48
  font-size: 1rem;
49
49
  line-height: 2.125rem;
@@ -118,7 +118,7 @@
118
118
  }
119
119
 
120
120
  .sapUiForm:not(.sapUiFormEdit-CTX) .sapMCb.sapMCbDisplayOnly .sapMCbBg {
121
- top: -0.1475rem;
121
+ top: -0.1075rem;
122
122
  }
123
123
 
124
124
  .sapMCbDisplayOnly .sapMCbBg {
@@ -173,7 +173,7 @@
173
173
  bottom: 0.3125rem;
174
174
  right: 0;
175
175
  position: absolute;
176
- border-radius: 0.5rem;
176
+ border-radius:var(--sapField_BorderCornerRadius);
177
177
  }
178
178
 
179
179
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
@@ -235,6 +235,17 @@
235
235
  left: 0.5625rem;
236
236
  }
237
237
 
238
+ .sapMCb:focus::before {
239
+ inset: 0.125rem;
240
+ }
241
+
242
+ .sapMCb.sapMCbHasLabel:focus::before {
243
+ top: 0.125rem;
244
+ left: 0.125rem;
245
+ bottom: 0.125rem;
246
+ right: 0;
247
+ }
248
+
238
249
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
239
250
  .sapUiForm {
240
251
 
@@ -73,7 +73,7 @@
73
73
 
74
74
  .sapMMsgView .sapMIBar.sapMHeader-CTX {
75
75
  background-color: var(--sapGroup_ContentBackground);
76
- padding-left: 1rem;
76
+ padding: 0 1rem;
77
77
  }
78
78
 
79
79
  .sapMMsgViewDescIcon {
@@ -5,30 +5,33 @@
5
5
 
6
6
  /* Switch container */
7
7
  .sapMSwtCont {
8
- overflow: hidden;
8
+ overflow: visible;
9
9
  /* in order to have a touchable area of 2.75rem height and 3.5rem width */
10
- padding: 0.625rem 0.5rem;
10
+ padding: 0.625rem 0;
11
11
  }
12
12
 
13
13
  /* focus */
14
14
  html.sap-desktop {
15
15
 
16
- .sapMSwtCont:focus > .sapMSwt::before {
16
+ .sapMSwtCont:focus::after {
17
17
  content: ' ';
18
18
  position: absolute;
19
19
  display: block;
20
- top: -0.3125rem;
21
- left: -0.3125rem;
22
- bottom: -0.3125rem;
23
- right: -0.3125rem;
20
+ top: 0.375rem;
21
+ left: -0.25rem;
22
+ bottom: 0.375rem;
23
+ right: -0.25rem;
24
24
  border: 0.125rem solid var(--sapContent_FocusColor);
25
25
  border-radius: 1rem;
26
+ pointer-events: none;
26
27
  }
27
28
 
28
29
  .sapUiSizeCompact {
29
30
 
30
- .sapMSwtCont:focus > .sapMSwt::before {
31
+ .sapMSwtCont:focus::after {
31
32
  border-radius: 0.875rem;
33
+ top: 0.125rem;
34
+ bottom: 0.125rem;
32
35
  }
33
36
  }
34
37
  }
@@ -37,7 +40,7 @@ html.sap-desktop {
37
40
  .sapMSwt {
38
41
  width: 2.875rem;
39
42
  height: 1.5rem;
40
- overflow: visible;
43
+ overflow: hidden;
41
44
  border: none;
42
45
  margin: 0;
43
46
  border-radius: 0.75rem;
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.139.0</version>
9
+ <version>1.140.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.13
4
+ // * data:{"sModified":"2025-07-11T07:56:16Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.31.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -520,7 +520,7 @@
520
520
 
521
521
  // [Tags "!Protected"]
522
522
  // [Protected "!true"]
523
- @sapContent_Lite_Shadow: None;
523
+ @sapContent_Lite_Shadow: none;
524
524
 
525
525
  // [Tags "!Protected"]
526
526
  // [Protected "!true"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: @sapShellColor;
783
+ @sapShell_BorderColor: darken(@sapShellColor, 15);
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -3577,13 +3577,13 @@
3577
3577
  // [Tags "!Protected"]
3578
3578
  // [Protected "!true"]
3579
3579
  @sapChart_Neutral: #758ca4;
3580
- @sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
3580
+ @sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1, 23);
3581
3581
  @sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3582
3582
  @sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3583
- @sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
3583
+ @sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1, 15);
3584
3584
  @sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3585
3585
  @sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3586
- @sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
3586
+ @sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
3587
3587
  @sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3588
3588
  @sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3589
3589
 
@@ -3592,20 +3592,20 @@
3592
3592
  @sapChart_Sequence_1: @sapChart_OrderedColor_1;
3593
3593
  @sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3594
3594
  @sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3595
- @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
3596
- @sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3595
+ @sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1_Minus1;
3596
+ @sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1, 10);
3597
3597
  @sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3598
3598
  @sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3599
- @sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
3599
+ @sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1, 16);
3600
3600
  @sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3601
3601
  @sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3602
- @sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
3602
+ @sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
3603
3603
  @sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3604
3604
  @sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3605
- @sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
3605
+ @sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1, 32);
3606
3606
  @sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3607
3607
  @sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3608
- @sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
3608
+ @sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1, 36);
3609
3609
  @sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3610
3610
  @sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3611
3611
  @sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
@@ -3633,7 +3633,7 @@
3633
3633
  @sapChart_Sequence_2_Minus3: darken(@sapChart_Sequence_2, 20);
3634
3634
  @sapChart_Sequence_2_Minus3_TextColor: contrast(@sapChart_Sequence_2_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3635
3635
  @sapChart_Sequence_2_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_2_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3636
- @sapChart_Sequence_2_Minus4: darken(@sapChart_Sequence_2, 20);
3636
+ @sapChart_Sequence_2_Minus4: darken(@sapChart_Sequence_2, 25);
3637
3637
  @sapChart_Sequence_2_Minus4_TextColor: contrast(@sapChart_Sequence_2_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .5);
3638
3638
  @sapChart_Sequence_2_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_2_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3639
3639
  @sapChart_Sequence_2_Minus5: darken(@sapChart_Sequence_2, 30);
@@ -3915,7 +3915,7 @@
3915
3915
  @sapChart_Sequence_11_Minus4: darken(desaturate(@sapChart_Sequence_11, 20), 32);
3916
3916
  @sapChart_Sequence_11_Minus4_TextColor: contrast(@sapChart_Sequence_11_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3917
3917
  @sapChart_Sequence_11_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_11_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3918
- @sapChart_Sequence_11_Minus5: darken(desaturate(@sapChart_Sequence_11, 20), 24);
3918
+ @sapChart_Sequence_11_Minus5: darken(desaturate(@sapChart_Sequence_11, 20), 42);
3919
3919
  @sapChart_Sequence_11_Minus5_TextColor: contrast(@sapChart_Sequence_11_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
3920
3920
  @sapChart_Sequence_11_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_11_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
3921
3921
  @sapChart_Sequence_12_Plus3: lighten(desaturate(@sapChart_Sequence_12, 1), 35);
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.139.0</version>
9
+ <version>1.140.0</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.13
4
+ // * data:{"sModified":"2025-07-11T07:56:16Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.31.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -780,7 +780,7 @@
780
780
 
781
781
  // [Tags "!Protected"]
782
782
  // [Protected "!true"]
783
- @sapShell_BorderColor: @sapShellColor;
783
+ @sapShell_BorderColor: lighten(@sapShellColor, 8);
784
784
 
785
785
  // [Tags "!Protected"]
786
786
  // [Protected "!true"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.139.0</version>
9
+ <version>1.140.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.13
4
+ // * data:{"sModified":"2025-07-11T07:56:16Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.31.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.139.0</version>
9
+ <version>1.140.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -1,11 +1,11 @@
1
1
  // /**
2
2
  // * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
3
- // * Theming Engine 16.0.2
4
- // * data:{"sModified":"2025-05-14T05:17:19Z"}
3
+ // * Theming Engine 16.0.13
4
+ // * data:{"sModified":"2025-07-11T07:56:16Z"}
5
5
  // */
6
6
 
7
7
 
8
- /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.30.0) *******************/
8
+ /******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.31.1) *******************/
9
9
 
10
10
 
11
11
  // [Tags "SapInternal", "Base", "Dimension", "Protected"]
@@ -947,7 +947,7 @@
947
947
 
948
948
  // [Tags "!Protected"]
949
949
  // [Protected "!true"]
950
- @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
950
+ @sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor, @sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
951
951
  @sapShell_Category_1_Background: @sapHC_StandardBackground;
952
952
 
953
953
  // [Tags "!Protected"]
@@ -14,9 +14,6 @@
14
14
  }
15
15
 
16
16
  .sapUiForm .sapUiFormTitle {
17
- border-width: 1px;
18
- border-color: var(--sapGroup_TitleBorderColor);
19
- font-family: var(--sapFontHeaderFamily);
20
17
  height: 2.75rem;
21
18
  line-height: 2.75rem;
22
19
  }
@@ -36,12 +33,11 @@
36
33
  }
37
34
 
38
35
  /* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
39
- /* Form Titles are rendered using H4 level, but H5 size */
36
+ /* Form Titles are rendered using H4 level, but H5 size (no need to overwrite H5 class, as already set in Base-Theme)*/
40
37
  .sapUiFormTitleH1,
41
38
  .sapUiFormTitleH2,
42
39
  .sapUiFormTitleH3,
43
40
  .sapUiFormTitleH4,
44
- .sapUiFormTitleH5,
45
41
  .sapUiFormTitleH6 {
46
42
  font-size: var(--sapFontHeader5Size);
47
43
  }
@@ -54,15 +50,9 @@
54
50
  .sapUiFormContainerTitle .sapUiFormTitleH5,
55
51
  .sapUiFormContainerTitle .sapUiFormTitleH6 {
56
52
  font-size: var(--sapFontHeader6Size);
57
- color: var(--sapGroup_TitleTextColor);
58
- font-weight: bold;
59
53
  }
60
54
 
61
55
  /* Toolbar */
62
- .sapUiFormContainerToolbar > div:first-child > .sapMTitle {
63
- font-weight: bold;
64
- }
65
-
66
56
  .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
67
57
  font-size: var(--sapFontHeader5Size);
68
58
  }
@@ -14,9 +14,6 @@
14
14
  }
15
15
 
16
16
  .sapUiForm .sapUiFormTitle {
17
- border-width: 1px;
18
- border-color: var(--sapGroup_TitleBorderColor);
19
- font-family: var(--sapFontHeaderFamily);
20
17
  height: 2.75rem;
21
18
  line-height: 2.75rem;
22
19
  }
@@ -36,12 +33,11 @@
36
33
  }
37
34
 
38
35
  /* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
39
- /* Form Titles are rendered using H4 level, but H5 size */
36
+ /* Form Titles are rendered using H4 level, but H5 size (no need to overwrite H5 class, as already set in Base-Theme)*/
40
37
  .sapUiFormTitleH1,
41
38
  .sapUiFormTitleH2,
42
39
  .sapUiFormTitleH3,
43
40
  .sapUiFormTitleH4,
44
- .sapUiFormTitleH5,
45
41
  .sapUiFormTitleH6 {
46
42
  font-size: var(--sapFontHeader5Size);
47
43
  }
@@ -54,15 +50,9 @@
54
50
  .sapUiFormContainerTitle .sapUiFormTitleH5,
55
51
  .sapUiFormContainerTitle .sapUiFormTitleH6 {
56
52
  font-size: var(--sapFontHeader6Size);
57
- color: var(--sapGroup_TitleTextColor);
58
- font-weight: bold;
59
53
  }
60
54
 
61
55
  /* Toolbar */
62
- .sapUiFormContainerToolbar > div:first-child > .sapMTitle {
63
- font-weight: bold;
64
- }
65
-
66
56
  .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
67
57
  font-size: var(--sapFontHeader5Size);
68
58
  }
@@ -21,12 +21,11 @@
21
21
  }
22
22
 
23
23
  /* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
24
- /* Form Titles are rendered using H4 level, but H5 size */
24
+ /* Form Titles are rendered using H4 level, but H5 size (no need to overwrite H5 class, as already set in Base-Theme)*/
25
25
  .sapUiFormTitleH1,
26
26
  .sapUiFormTitleH2,
27
27
  .sapUiFormTitleH3,
28
28
  .sapUiFormTitleH4,
29
- .sapUiFormTitleH5,
30
29
  .sapUiFormTitleH6 {
31
30
  font-size: var(--sapFontHeader5Size);
32
31
  }
@@ -39,15 +38,9 @@
39
38
  .sapUiFormContainerTitle .sapUiFormTitleH5,
40
39
  .sapUiFormContainerTitle .sapUiFormTitleH6 {
41
40
  font-size: var(--sapFontHeader6Size);
42
- color: var(--sapGroup_TitleTextColor);
43
- font-weight: bold;
44
41
  }
45
42
 
46
43
  /* Toolbar */
47
- .sapUiFormContainerToolbar > div:first-child > .sapMTitle {
48
- font-weight: bold;
49
- }
50
-
51
44
  .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
52
45
  font-size: var(--sapFontHeader5Size);
53
46
  }
@@ -21,12 +21,11 @@
21
21
  }
22
22
 
23
23
  /* Title levels should be all rendered in same style. Levels can be changed by application to meet page structure without visual effect */
24
- /* Form Titles are rendered using H4 level, but H5 size */
24
+ /* Form Titles are rendered using H4 level, but H5 size (no need to overwrite H5 class, as already set in Base-Theme)*/
25
25
  .sapUiFormTitleH1,
26
26
  .sapUiFormTitleH2,
27
27
  .sapUiFormTitleH3,
28
28
  .sapUiFormTitleH4,
29
- .sapUiFormTitleH5,
30
29
  .sapUiFormTitleH6 {
31
30
  font-size: var(--sapFontHeader5Size);
32
31
  }
@@ -39,15 +38,9 @@
39
38
  .sapUiFormContainerTitle .sapUiFormTitleH5,
40
39
  .sapUiFormContainerTitle .sapUiFormTitleH6 {
41
40
  font-size: var(--sapFontHeader6Size);
42
- color: var(--sapGroup_TitleTextColor);
43
- font-weight: bold;
44
41
  }
45
42
 
46
43
  /* Toolbar */
47
- .sapUiFormContainerToolbar > div:first-child > .sapMTitle {
48
- font-weight: bold;
49
- }
50
-
51
44
  .sapUiFormToolbar > div:first-child >.sapMTitle.sapMTitleStyleAuto {
52
45
  font-size: var(--sapFontHeader5Size);
53
46
  }
@@ -6,4 +6,12 @@
6
6
  html.sap-desktop .sapUiMdcTokenizerDisplay.sapMTokenizer:focus {
7
7
  outline: none;
8
8
  box-shadow: none;
9
+ }
10
+
11
+ .sapUiMdcTokenizerDisplay .sapMTokenizerIndicator:focus {
12
+ border-radius: 0.125rem;
13
+ background-color: var(--sapContent_FocusColor);
14
+ color: var(--sapContent_ContrastTextColor);
15
+ text-shadow: none;
16
+ outline: none;
9
17
  }
@@ -6,4 +6,12 @@
6
6
  html.sap-desktop .sapUiMdcTokenizerDisplay.sapMTokenizer:focus {
7
7
  outline: none;
8
8
  box-shadow: none;
9
+ }
10
+
11
+ .sapUiMdcTokenizerDisplay .sapMTokenizerIndicator:focus {
12
+ border-radius: 0.125rem;
13
+ background-color: var(--sapContent_FocusColor);
14
+ color: var(--sapContent_ContrastTextColor);
15
+ text-shadow: none;
16
+ outline: none;
9
17
  }
@@ -1,9 +1,9 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Contextmenu - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_ContextMenu_BorderLightColor: @sapUiShellBorderColor; //#fff
5
- @_sap_ui_rta_ContextMenu_BorderDarkColor: @sapUiShellSelectedTextColor; //#0070f2
6
- @_sap_ui_rta_ContextMenu_BorderRadius: @sapUiGroupBorderCornerRadius; // 0.5rem
4
+ @_sap_ui_rta_ContextMenu_BorderLightColor: var(--sapToolbar_Background); //#fff
5
+ @_sap_ui_rta_ContextMenu_BorderDarkColor: var(--sapInformationBorderColor); //#0070f2
6
+ @_sap_ui_rta_ContextMenu_BorderRadius: var(--sapGroup_BorderCornerRadius); // 0.75rem
7
7
 
8
8
  .sapUiRtaMode {
9
9
  .sapUiDtContextMenu {
@@ -1,8 +1,8 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Dialogs - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_Dialogs_BorderLightColor: @sapUiShellBorderColor; //#fff
5
- @_sap_ui_rta_Dialogs_BorderDarkColor: @sapUiShellSelectedTextColor; //#0070f2
4
+ @_sap_ui_rta_Dialogs_BorderLightColor: var(--sapToolbar_Background); //#fff
5
+ @_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapInformationBorderColor); //#0070f2
6
6
 
7
7
  .sapMDialog.sapUiRTABorder {
8
8
  border-image: none;
@@ -1,17 +1,17 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Toolbar (type: adaptation) - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_Toolbar_Adaptation_TextColor: @sapUiShellTextColor; //#1d2d3e
4
+ @_sap_ui_rta_Toolbar_Adaptation_TextColor: var(--sapShell_TextColor); //#131e29
5
5
  @_sap_ui_rta_Toolbar_Adaptation_BtnFocusBorderColor: transparent;
6
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnTextColor: @sapUiButtonEmphasizedTextColor; //#fff
7
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnBackgroundColor: @sapUiShellBorderColor; //#fff
8
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusColor: @sapUiShellBorderColor; //#fff
9
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelectedBackgroundColor: darken(@sapUiButtonEmphasizedBackground, 5%); //#0064d9
10
- @_sap_ui_rta_Toolbar_Adaptation_BorderRadius: @sapUiButtonBorderCornerRadius; //0.5rem
11
- @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: darken(@sapUiContentRatedColor, 10%); //#9f5a00
12
- @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiShellPositiveColor; //#256f3a
13
- @_sap_ui_rta_Toolbar_Adaptation_FocusOutlineColor: @sapUiContentFocusColor; //#0032a5
14
- @_sap_ui_rta_Toolbar_Adaptation_VersionListBackgroundColor: @sapUiShellBorderColor; //#fff
6
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnTextColor: var(--sapButton_Emphasized_TextColor); //#fff
7
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnBackgroundColor: var(--sapToolbar_Background); //#fff
8
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusColor: var(--sapToolbar_Background); //#fff
9
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelectedBackgroundColor: ~"hsl(from var(--sapButton_Emphasized_Background) h s calc(l - 5) / alpha)"; // #0064d9, darken the emphasized button background by 5%
10
+ @_sap_ui_rta_Toolbar_Adaptation_BorderRadius: var(--sapButton_BorderCornerRadius); //0.5rem
11
+ @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: ~"hsl(from var(--sapContent_RatedColor) h s calc(l - 10) / alpha)"; // #9f5a00, darken the rated color by 10%
12
+ @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: var(--sapShell_PositiveColor); //#256f3a
13
+ @_sap_ui_rta_Toolbar_Adaptation_FocusOutlineColor: var(--sapContent_FocusColor); //#0032a5
14
+ @_sap_ui_rta_Toolbar_Adaptation_VersionListBackgroundColor: var(--sapToolbar_Background); //#fff
15
15
 
16
16
  .sapUiRtaMode {
17
17
  .sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
@@ -1,8 +1,8 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Toolbar (all types) - Horizon Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_Toolbar_Base_BackgroundColor: @sapUiShellBorderColor; //#fff
5
- @_sap_ui_rta_Toolbar_Base_OutlineColor: @sapUiShellSelectedTextColor; //#0070f2
4
+ @_sap_ui_rta_Toolbar_Base_BackgroundColor: var(--sapToolbar_Background); //#fff
5
+ @_sap_ui_rta_Toolbar_Base_OutlineColor: var(--sapInformationBorderColor); //#0070f2
6
6
 
7
7
  .sapUiRtaMode {
8
8
  .sapUiRtaToolbar {
@@ -1,9 +1,9 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Contextmenu - Horizon Dark Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_ContextMenu_BorderLightColor: @sapUiShellBorderColor; //#1d232a
5
- @_sap_ui_rta_ContextMenu_BorderDarkColor: @sapUiShellSelectedTextColor; //#4db1ff
6
- @_sap_ui_rta_ContextMenu_BorderRadius: @sapUiGroupBorderCornerRadius; // 0.5rem
4
+ @_sap_ui_rta_ContextMenu_BorderLightColor: var(--sapToolbar_Background); //#1d232a
5
+ @_sap_ui_rta_ContextMenu_BorderDarkColor: var(--sapInformationBorderColor); //#4db1ff
6
+ @_sap_ui_rta_ContextMenu_BorderRadius: var(--sapGroup_BorderCornerRadius); // 0.75rem
7
7
 
8
8
  .sapUiRtaMode {
9
9
  .sapUiDtContextMenu {
@@ -1,8 +1,8 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Dialogs - Horizon Dark Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_Dialogs_BorderLightColor: @sapUiShellBorderColor; //#1d232a
5
- @_sap_ui_rta_Dialogs_BorderDarkColor: @sapUiShellSelectedTextColor; //#4db1ff
4
+ @_sap_ui_rta_Dialogs_BorderLightColor: var(--sapToolbar_Background); //#1d232a
5
+ @_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapInformationBorderColor); //#4db1ff
6
6
 
7
7
  .sapMDialog.sapUiRTABorder {
8
8
  border-image: none;
@@ -1,19 +1,19 @@
1
1
  /********************************************************************
2
2
  Style of the RTA Toolbar (type: adaptation) - Horizon Dark Theme
3
3
  *********************************************************************/
4
- @_sap_ui_rta_Toolbar_Adaptation_TextColor: @sapUiShellTextColor; //#eaecee
4
+ @_sap_ui_rta_Toolbar_Adaptation_TextColor: var(--sapShell_TextColor); //#f5f6f7
5
5
  @_sap_ui_rta_Toolbar_Adaptation_BtnFocusBorderColor: transparent;
6
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnTextColor: @sapUiButtonEmphasizedTextColor; //#fff
7
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnBackgroundColor: @sapUiShellBorderColor; //#1d232a
8
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBackgroundColor: @sapUiButtonHoverBorderColor; //#3a4a5a
9
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusColor: @sapUiShellBorderColor; //#1d232a
10
- @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelectedBackgroundColor: darken(@sapUiButtonEmphasizedBackground, 5%); //#0064d9
11
- @_sap_ui_rta_Toolbar_Adaptation_BorderRadius: @sapUiButtonBorderCornerRadius; //0.5rem
12
- @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: @sapUiContentRatedColor; //##ffdf72
13
- @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: @sapUiShellPositiveColor; //#97dd40
14
- @_sap_ui_rta_Toolbar_Adaptation_FocusOutlineColor: @sapUiContentFocusColor; //#9ad3ff
15
- @_sap_ui_rta_Toolbar_Adaptation_VersionListBackgroundColor: @sapUiShellBorderColor; //#1d232a
16
- @_sap_ui_rta_Toolbar_Adaptation_BtnHoverTextColor: @sapUiButtonLiteHoverTextColor; //#4db1ff
6
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnTextColor: var(--sapButton_Emphasized_TextColor); //#fff
7
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnBackgroundColor: var(--sapToolbar_Background); //#1d232a
8
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnHoverBackgroundColor: var(--sapButton_Hover_BorderColor); //#3a4a5a
9
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnFocusColor: var(--sapToolbar_Background); //#1d232a
10
+ @_sap_ui_rta_Toolbar_Adaptation_SegBBtnSelectedBackgroundColor: ~"hsl(from var(--sapButton_Emphasized_Background) h s calc(l - 5) / alpha)"; // #0064d9, darken the emphasized button background by 5%
11
+ @_sap_ui_rta_Toolbar_Adaptation_BorderRadius: var(--sapButton_BorderCornerRadius); //0.5rem
12
+ @_sap_ui_rta_Toolbar_Adaptation_DraftVersionColor: var(--sapContent_RatedColor); //##ffdf72
13
+ @_sap_ui_rta_Toolbar_Adaptation_ActiveVersionColor: var(--sapShell_PositiveColor); //#97dd40
14
+ @_sap_ui_rta_Toolbar_Adaptation_FocusOutlineColor: var(--sapContent_FocusColor); //#9ad3ff
15
+ @_sap_ui_rta_Toolbar_Adaptation_VersionListBackgroundColor: var(--sapToolbar_Background); //#1d232a
16
+ @_sap_ui_rta_Toolbar_Adaptation_BtnHoverTextColor: var(--sapButton_Lite_Hover_TextColor); //#4db1ff
17
17
 
18
18
  .sapUiRtaMode {
19
19
  .sapUiRtaToolbar.sapUiRtaToolbarAdaptation {
@@ -1,8 +1,8 @@
1
1
  /******************************************************************
2
2
  Style of the RTA Toolbar (all types) - Horizon Dark Theme
3
3
  *******************************************************************/
4
- @_sap_ui_rta_Toolbar_Base_BackgroundColor: @sapUiShellBorderColor; //#1d232a
5
- @_sap_ui_rta_Toolbar_Base_OutlineColor: @sapUiShellSelectedTextColor; //#4db1ff
4
+ @_sap_ui_rta_Toolbar_Base_BackgroundColor: var(--sapToolbar_Background); //#1d232a
5
+ @_sap_ui_rta_Toolbar_Base_OutlineColor: var(--sapInformationBorderColor); //#4db1ff
6
6
 
7
7
  .sapUiRtaMode {
8
8
  .sapUiRtaToolbar {