@openui5/themelib_sap_horizon 1.125.0 → 1.126.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 (29) hide show
  1. package/.reuse/dep5 +4 -4
  2. package/THIRDPARTY.txt +6 -6
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/ListBase.less +3 -1
  5. package/src/sap/m/themes/sap_horizon/Page.less +4 -4
  6. package/src/sap/m/themes/sap_horizon/SplitButton.less +18 -0
  7. package/src/sap/m/themes/sap_horizon/StandardListItem.less +1 -0
  8. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +3 -1
  9. package/src/sap/m/themes/sap_horizon_dark/Page.less +4 -4
  10. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +18 -0
  11. package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +1 -0
  12. package/src/sap/m/themes/sap_horizon_hcb/Page.less +4 -4
  13. package/src/sap/m/themes/sap_horizon_hcw/Page.less +4 -4
  14. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -0
  15. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +1 -0
  16. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/CodeEditor.less +11 -0
  17. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +2 -1
  18. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/CodeEditor.less +11 -0
  19. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +2 -1
  20. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  21. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  22. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  23. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  24. package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +7 -7
  25. package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +7 -7
  26. package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +7 -7
  27. package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +7 -7
  28. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +2 -1
  29. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +2 -1
package/.reuse/dep5 CHANGED
@@ -384,13 +384,13 @@ Copyright: 2017 Wei Song and Oliver Nightingale
384
384
  License: MIT
385
385
  Comment: these files belong to: Elasticlunr
386
386
 
387
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
388
- Copyright: 2008-2017 SpryMedia Ltd
387
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
388
+ Copyright: SpryMedia Ltd
389
389
  License: MIT
390
390
  Comment: these files belong to: DataTables
391
391
 
392
- Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
393
- Copyright: 2016 SpryMedia Ltd
392
+ Files: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
393
+ Copyright: SpryMedia Ltd
394
394
  License: MIT
395
395
  Comment: these files belong to: Buttons extension for DataTables
396
396
 
package/THIRDPARTY.txt CHANGED
@@ -363,17 +363,17 @@ License: MIT
363
363
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
364
364
  Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/elasticlunr.js
365
365
 
366
- Component: DataTables, version: 1.10.15
367
- Copyright: 2008-2017 SpryMedia Ltd
366
+ Component: DataTables, version: 2.0.1
367
+ Copyright: SpryMedia Ltd
368
368
  License: MIT
369
369
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
370
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-1.10.15/*
370
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/DataTables-2.0.1/*
371
371
 
372
- Component: Buttons extension for DataTables, version: 1.4.0
373
- Copyright: 2016 SpryMedia Ltd
372
+ Component: Buttons extension for DataTables, version: 3.0.0
373
+ Copyright: SpryMedia Ltd
374
374
  License: MIT
375
375
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
376
- Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-1.4.0/*
376
+ Contained in: src/sap.ui.documentation/src/sap/ui/documentation/sdk/thirdparty/DataTables/Buttons-3.0.0/*
377
377
 
378
378
 
379
379
  Library: sap.ui.integration:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.125.0",
3
+ "version": "1.126.1",
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/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.125.0",
18
- "@openui5/sap.m": "1.125.0",
19
- "@openui5/sap.tnt": "1.125.0",
20
- "@openui5/sap.ui.codeeditor": "1.125.0",
21
- "@openui5/sap.ui.commons": "1.125.0",
22
- "@openui5/sap.ui.core": "1.125.0",
23
- "@openui5/sap.ui.dt": "1.125.0",
24
- "@openui5/sap.ui.fl": "1.125.0",
25
- "@openui5/sap.ui.mdc": "1.125.0",
26
- "@openui5/sap.ui.integration": "1.125.0",
27
- "@openui5/sap.ui.layout": "1.125.0",
28
- "@openui5/sap.ui.rta": "1.125.0",
29
- "@openui5/sap.ui.suite": "1.125.0",
30
- "@openui5/sap.ui.table": "1.125.0",
31
- "@openui5/sap.ui.unified": "1.125.0",
32
- "@openui5/sap.ui.ux3": "1.125.0",
33
- "@openui5/sap.uxap": "1.125.0"
17
+ "@openui5/sap.f": "1.126.1",
18
+ "@openui5/sap.m": "1.126.1",
19
+ "@openui5/sap.tnt": "1.126.1",
20
+ "@openui5/sap.ui.codeeditor": "1.126.1",
21
+ "@openui5/sap.ui.commons": "1.126.1",
22
+ "@openui5/sap.ui.core": "1.126.1",
23
+ "@openui5/sap.ui.dt": "1.126.1",
24
+ "@openui5/sap.ui.fl": "1.126.1",
25
+ "@openui5/sap.ui.mdc": "1.126.1",
26
+ "@openui5/sap.ui.integration": "1.126.1",
27
+ "@openui5/sap.ui.layout": "1.126.1",
28
+ "@openui5/sap.ui.rta": "1.126.1",
29
+ "@openui5/sap.ui.suite": "1.126.1",
30
+ "@openui5/sap.ui.table": "1.126.1",
31
+ "@openui5/sap.ui.unified": "1.126.1",
32
+ "@openui5/sap.ui.ux3": "1.126.1",
33
+ "@openui5/sap.uxap": "1.126.1"
34
34
  }
35
35
  }
@@ -44,4 +44,6 @@
44
44
 
45
45
  .sapMGrowingListTrigger {
46
46
  border-top: @sapUiListBorderWidth solid @sapUiListHeaderBorderColor;
47
- }
47
+ }
48
+
49
+ ._sap_m_ListBase_Rounded_HeaderToolbarMixin();
@@ -159,10 +159,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
159
159
 
160
160
  .sapMPageWithHeader {
161
161
  &.sapFShellBar-CTX > section {
162
- top: 2.75rem;
162
+ top: 3.25rem;
163
163
  }
164
164
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
165
- top: 5.5rem;
165
+ top: 6rem;
166
166
  }
167
167
  }
168
168
 
@@ -208,10 +208,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
208
208
 
209
209
  .sapMPageWithHeader {
210
210
  &.sapFShellBar-CTX > section {
211
- top: 2.75rem;
211
+ top: 3.25rem;
212
212
  }
213
213
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
214
- top: 4.75rem;
214
+ top: 5.75rem;
215
215
  }
216
216
  }
217
217
  }
@@ -24,6 +24,18 @@
24
24
  }
25
25
  }
26
26
 
27
+ .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAccept .sapMBtnIcon {
28
+ color: @sapUiButtonAcceptTextColor;
29
+ }
30
+
31
+ .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnReject .sapMBtnIcon {
32
+ color: @sapUiButtonRejectTextColor;
33
+ }
34
+
35
+ .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAttention .sapMBtnIcon {
36
+ color: @sapUiButtonAttentionTextColor;
37
+ }
38
+
27
39
  .sapMTB-Transparent-CTX .sapMSB .sapMSBText:hover .sapMBtnDefault.sapMBtnInner.sapMBtnText {
28
40
  padding-right: 0.5625rem;
29
41
  }
@@ -117,6 +129,7 @@
117
129
 
118
130
  .sapMSB.sapMSBTransparent .sapMSBText {
119
131
  background-color: transparent;
132
+ border-color: transparent;
120
133
  }
121
134
 
122
135
  .sapMBtn.sapMSBText:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive):not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
@@ -168,6 +181,11 @@
168
181
  border-bottom-left-radius: 0.5rem;
169
182
  }
170
183
 
184
+ .sapMSB.sapMSBTransparent:hover .sapMSBText,
185
+ .sapMBtn.sapMSBArrow:hover > .sapMBtnHoverable.sapMSBTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
186
+ border: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
187
+ }
188
+
171
189
  .sapMFooter-CTX .sapMMenuBtnSplit,
172
190
  .sapMMenuBtnSplit {
173
191
  .sapMBtnInner,
@@ -17,6 +17,7 @@
17
17
  .sapMSLIImgIcon {
18
18
  height: 2.75rem;
19
19
  width: 2.75rem;
20
+ line-height: 2.75rem;
20
21
  font-size: 1.25rem;
21
22
  }
22
23
 
@@ -49,4 +49,6 @@
49
49
 
50
50
  .sapMGrowingListTrigger {
51
51
  border-top: @sapUiListBorderWidth solid @sapUiListHeaderBorderColor;
52
- }
52
+ }
53
+
54
+ ._sap_m_ListBase_Rounded_HeaderToolbarMixin();
@@ -159,10 +159,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
159
159
 
160
160
  .sapMPageWithHeader {
161
161
  &.sapFShellBar-CTX > section {
162
- top: 2.75rem;
162
+ top: 3.25rem;
163
163
  }
164
164
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
165
- top: 5.5rem;
165
+ top: 6rem;
166
166
  }
167
167
  }
168
168
 
@@ -208,10 +208,10 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
208
208
 
209
209
  .sapMPageWithHeader {
210
210
  &.sapFShellBar-CTX > section {
211
- top: 2.75rem;
211
+ top: 3.25rem;
212
212
  }
213
213
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
214
- top: 4.75rem;
214
+ top: 5.75rem;
215
215
  }
216
216
  }
217
217
  }
@@ -24,6 +24,18 @@
24
24
  }
25
25
  }
26
26
 
27
+ .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAccept .sapMBtnIcon {
28
+ color: @sapUiButtonAcceptTextColor;
29
+ }
30
+
31
+ .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnReject .sapMBtnIcon {
32
+ color: @sapUiButtonRejectTextColor;
33
+ }
34
+
35
+ .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner.sapMBtnAttention .sapMBtnIcon {
36
+ color: @sapUiButtonAttentionTextColor;
37
+ }
38
+
27
39
  .sapMTB-Transparent-CTX .sapMSB .sapMSBText:hover .sapMBtnDefault.sapMBtnInner.sapMBtnText {
28
40
  padding-right: 0.5625rem;
29
41
  }
@@ -117,6 +129,7 @@
117
129
 
118
130
  .sapMSB.sapMSBTransparent .sapMSBText {
119
131
  background-color: transparent;
132
+ border-color: transparent;
120
133
  }
121
134
 
122
135
  .sapMBtn.sapMSBText:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive):not(.sapMBtnDisabled):not(.sapMToggleBtnPressed),
@@ -168,6 +181,11 @@
168
181
  border-bottom-left-radius: 0.5rem;
169
182
  }
170
183
 
184
+ .sapMSB.sapMSBTransparent:hover .sapMSBText,
185
+ .sapMBtn.sapMSBArrow:hover > .sapMBtnHoverable.sapMSBTransparent:not(.sapMBtnActive):not(.sapMToggleBtnPressed) {
186
+ border: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
187
+ }
188
+
171
189
  .sapMFooter-CTX .sapMMenuBtnSplit,
172
190
  .sapMMenuBtnSplit {
173
191
  .sapMBtnInner,
@@ -17,6 +17,7 @@
17
17
  .sapMSLIImgIcon {
18
18
  height: 2.75rem;
19
19
  width: 2.75rem;
20
+ line-height: 2.75rem;
20
21
  font-size: 1.25rem;
21
22
  }
22
23
 
@@ -158,11 +158,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
158
158
 
159
159
  .sapMPageWithHeader {
160
160
  &.sapFShellBar-CTX > section {
161
- top: 2.75rem;
161
+ top: 3.25rem;
162
162
  }
163
163
 
164
164
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
165
- top: 5.5rem;
165
+ top: 6rem;
166
166
  }
167
167
  }
168
168
 
@@ -210,11 +210,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
210
210
 
211
211
  .sapMPageWithHeader {
212
212
  &.sapFShellBar-CTX > section {
213
- top: 2.75rem;
213
+ top: 3.25rem;
214
214
  }
215
215
 
216
216
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
217
- top: 4.75rem;
217
+ top: 5.75rem;
218
218
  }
219
219
  }
220
220
  }
@@ -158,11 +158,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
158
158
 
159
159
  .sapMPageWithHeader {
160
160
  &.sapFShellBar-CTX > section {
161
- top: 2.75rem;
161
+ top: 3.25rem;
162
162
  }
163
163
 
164
164
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
165
- top: 5.5rem;
165
+ top: 6rem;
166
166
  }
167
167
  }
168
168
 
@@ -210,11 +210,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
210
210
 
211
211
  .sapMPageWithHeader {
212
212
  &.sapFShellBar-CTX > section {
213
- top: 2.75rem;
213
+ top: 3.25rem;
214
214
  }
215
215
 
216
216
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
217
- top: 4.75rem;
217
+ top: 5.75rem;
218
218
  }
219
219
  }
220
220
  }
@@ -33,6 +33,7 @@
33
33
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
34
34
  @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
35
35
  @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
36
+ @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
36
37
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
37
38
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
38
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
@@ -33,6 +33,7 @@
33
33
  @_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
34
34
  @_sap_tnt_NavigationList_SelectionIndicatorDisplay: block;
35
35
  @_sap_tnt_NavigationList_PopupPadding: 0.5rem;
36
+ @_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
36
37
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
37
38
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
38
39
  @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
@@ -0,0 +1,11 @@
1
+ /*
2
+ / ============================================ /
3
+ / CSS for control sap.ui.codeeditor/CodeEditor /
4
+ / Horizon High Contrast Black theme /
5
+ / ============================================ /
6
+ */
7
+ .sapCEdThemeDefault .ace_editor {
8
+ .ace_marker-layer .ace_selection {
9
+ background: #292929;
10
+ }
11
+ }
@@ -6,4 +6,5 @@
6
6
 
7
7
  @import "../base/library.source.less";
8
8
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/base.less";
9
- @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
9
+ @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
10
+ @import "./CodeEditor.less";
@@ -0,0 +1,11 @@
1
+ /*
2
+ / ============================================ /
3
+ / CSS for control sap.ui.codeeditor/CodeEditor /
4
+ / Horizon High Contrast White theme /
5
+ / ============================================ /
6
+ */
7
+ .sapCEdThemeDefault .ace_editor {
8
+ .ace_marker-layer .ace_selection {
9
+ background: #EAECEE;
10
+ }
11
+ }
@@ -6,4 +6,5 @@
6
6
 
7
7
  @import "../base/library.source.less";
8
8
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/base.less";
9
- @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
9
+ @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
10
+ @import "./CodeEditor.less";
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.125.0</version>
9
+ <version>1.126.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.125.0</version>
9
+ <version>1.126.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Evening Horizon theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.125.0</version>
9
+ <version>1.126.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast black theme library.</documentation>
12
12
 
@@ -6,7 +6,7 @@
6
6
  <copyright>OpenUI5
7
7
  * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.125.0</version>
9
+ <version>1.126.1</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -24,7 +24,6 @@
24
24
  .sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
25
25
  height: 2.75rem;
26
26
  line-height: 2.75rem;
27
- font-weight: bold;
28
27
  }
29
28
 
30
29
  .sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
@@ -48,14 +47,15 @@
48
47
  }
49
48
 
50
49
  /* FormContainer Titles are rendered using H5 level, but H6 size*/
51
- .sapUiFormContainerTitle > .sapUiFormTitleH1,
52
- .sapUiFormContainerTitle > .sapUiFormTitleH2,
53
- .sapUiFormContainerTitle > .sapUiFormTitleH3,
54
- .sapUiFormContainerTitle > .sapUiFormTitleH4,
55
- .sapUiFormContainerTitle > .sapUiFormTitleH5,
56
- .sapUiFormContainerTitle > .sapUiFormTitleH6 {
50
+ .sapUiFormContainerTitle .sapUiFormTitleH1,
51
+ .sapUiFormContainerTitle .sapUiFormTitleH2,
52
+ .sapUiFormContainerTitle .sapUiFormTitleH3,
53
+ .sapUiFormContainerTitle .sapUiFormTitleH4,
54
+ .sapUiFormContainerTitle .sapUiFormTitleH5,
55
+ .sapUiFormContainerTitle .sapUiFormTitleH6 {
57
56
  font-size: @sapMFontHeader6Size;
58
57
  color: @sapUiGroupTitleTextColor;
58
+ font-weight: bold;
59
59
  }
60
60
 
61
61
  /* Toolbar */
@@ -24,7 +24,6 @@
24
24
  .sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
25
25
  height: 2.75rem;
26
26
  line-height: 2.75rem;
27
- font-weight: bold;
28
27
  }
29
28
 
30
29
  .sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
@@ -48,14 +47,15 @@
48
47
  }
49
48
 
50
49
  /* FormContainer Titles are rendered using H5 level, but H6 size*/
51
- .sapUiFormContainerTitle > .sapUiFormTitleH1,
52
- .sapUiFormContainerTitle > .sapUiFormTitleH2,
53
- .sapUiFormContainerTitle > .sapUiFormTitleH3,
54
- .sapUiFormContainerTitle > .sapUiFormTitleH4,
55
- .sapUiFormContainerTitle > .sapUiFormTitleH5,
56
- .sapUiFormContainerTitle > .sapUiFormTitleH6 {
50
+ .sapUiFormContainerTitle .sapUiFormTitleH1,
51
+ .sapUiFormContainerTitle .sapUiFormTitleH2,
52
+ .sapUiFormContainerTitle .sapUiFormTitleH3,
53
+ .sapUiFormContainerTitle .sapUiFormTitleH4,
54
+ .sapUiFormContainerTitle .sapUiFormTitleH5,
55
+ .sapUiFormContainerTitle .sapUiFormTitleH6 {
57
56
  font-size: @sapMFontHeader6Size;
58
57
  color: @sapUiGroupTitleTextColor;
58
+ font-weight: bold;
59
59
  }
60
60
 
61
61
  /* Toolbar */
@@ -13,7 +13,6 @@
13
13
  .sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
14
14
  height: 2.75rem;
15
15
  line-height: 2.75rem;
16
- font-weight: bold;
17
16
  }
18
17
 
19
18
  .sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
@@ -33,14 +32,15 @@
33
32
  }
34
33
 
35
34
  /* FormContainer Titles are rendered using H5 level, but H6 size*/
36
- .sapUiFormContainerTitle > .sapUiFormTitleH1,
37
- .sapUiFormContainerTitle > .sapUiFormTitleH2,
38
- .sapUiFormContainerTitle > .sapUiFormTitleH3,
39
- .sapUiFormContainerTitle > .sapUiFormTitleH4,
40
- .sapUiFormContainerTitle > .sapUiFormTitleH5,
41
- .sapUiFormContainerTitle > .sapUiFormTitleH6 {
35
+ .sapUiFormContainerTitle .sapUiFormTitleH1,
36
+ .sapUiFormContainerTitle .sapUiFormTitleH2,
37
+ .sapUiFormContainerTitle .sapUiFormTitleH3,
38
+ .sapUiFormContainerTitle .sapUiFormTitleH4,
39
+ .sapUiFormContainerTitle .sapUiFormTitleH5,
40
+ .sapUiFormContainerTitle .sapUiFormTitleH6 {
42
41
  font-size: @sapMFontHeader6Size;
43
42
  color: @sapUiGroupTitleTextColor;
43
+ font-weight: bold;
44
44
  }
45
45
 
46
46
  /* Toolbar */
@@ -13,7 +13,6 @@
13
13
  .sapUiFormM .sapUiFormContainerTitle > .sapUiFormTitle {
14
14
  height: 2.75rem;
15
15
  line-height: 2.75rem;
16
- font-weight: bold;
17
16
  }
18
17
 
19
18
  .sapUiSizeCompact .sapUiFormContainerTitle > .sapUiFormTitle {
@@ -33,14 +32,15 @@
33
32
  }
34
33
 
35
34
  /* FormContainer Titles are rendered using H5 level, but H6 size*/
36
- .sapUiFormContainerTitle > .sapUiFormTitleH1,
37
- .sapUiFormContainerTitle > .sapUiFormTitleH2,
38
- .sapUiFormContainerTitle > .sapUiFormTitleH3,
39
- .sapUiFormContainerTitle > .sapUiFormTitleH4,
40
- .sapUiFormContainerTitle > .sapUiFormTitleH5,
41
- .sapUiFormContainerTitle > .sapUiFormTitleH6 {
35
+ .sapUiFormContainerTitle .sapUiFormTitleH1,
36
+ .sapUiFormContainerTitle .sapUiFormTitleH2,
37
+ .sapUiFormContainerTitle .sapUiFormTitleH3,
38
+ .sapUiFormContainerTitle .sapUiFormTitleH4,
39
+ .sapUiFormContainerTitle .sapUiFormTitleH5,
40
+ .sapUiFormContainerTitle .sapUiFormTitleH6 {
42
41
  font-size: @sapMFontHeader6Size;
43
42
  color: @sapUiGroupTitleTextColor;
43
+ font-weight: bold;
44
44
  }
45
45
 
46
46
  /* Toolbar */
@@ -134,7 +134,8 @@ html.sap-desktop .sapUxAPAnchorBar .sapUxAPHierarchicalSelect.sapMSltPressed:not
134
134
  }
135
135
 
136
136
  .sapUxAPAnchorBarButton .sapMSB {
137
- .sapMSBText {
137
+ .sapMSBText,
138
+ &:hover .sapMSBText {
138
139
  border-color: transparent;
139
140
  }
140
141
  .sapMSBArrow {
@@ -139,7 +139,8 @@ html.sap-desktop .sapUxAPAnchorBar .sapUxAPHierarchicalSelect.sapMSltPressed:not
139
139
  }
140
140
 
141
141
  .sapUxAPAnchorBarButton .sapMSB {
142
- .sapMSBText {
142
+ .sapMSBText,
143
+ &:hover .sapMSBText {
143
144
  border-color: transparent;
144
145
  }
145
146
  .sapMSBArrow {