@openui5/themelib_sap_horizon 1.124.0 → 1.125.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 (32) hide show
  1. package/.reuse/dep5 +5 -0
  2. package/THIRDPARTY.txt +7 -0
  3. package/package.json +18 -18
  4. package/src/sap/m/themes/sap_horizon/GroupHeaderListItem.less +1 -5
  5. package/src/sap/m/themes/sap_horizon/ListBase.less +4 -0
  6. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +34 -8
  7. package/src/sap/m/themes/sap_horizon_dark/GroupHeaderListItem.less +1 -5
  8. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +11 -23
  9. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +4 -0
  10. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +34 -8
  11. package/src/sap/m/themes/sap_horizon_hcb/GroupHeaderListItem.less +1 -5
  12. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +1 -0
  13. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +44 -18
  14. package/src/sap/m/themes/sap_horizon_hcw/GroupHeaderListItem.less +1 -5
  15. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +1 -0
  16. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +44 -18
  17. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  18. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  19. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  20. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  21. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +0 -1
  22. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +0 -1
  23. package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
  24. package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
  25. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
  26. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
  27. package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +4 -0
  28. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +4 -0
  29. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +22 -4
  30. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +22 -4
  31. package/src/sap/ui/integration/themes/sap_horizon_hcb/AnalyticsCloudContent.less +0 -6
  32. package/src/sap/ui/integration/themes/sap_horizon_hcw/AnalyticsCloudContent.less +0 -6
package/.reuse/dep5 CHANGED
@@ -50,6 +50,11 @@ Copyright: Mario Heiderich
50
50
  License: Apache-2.0
51
51
  Comment: these files belong to: purify.js
52
52
 
53
+ Files: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
54
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
55
+ License: MIT
56
+ Comment: these files belong to: QUnit Composite 2.0.0
57
+
53
58
 
54
59
  # Library: sap.ui.codeeditor:
55
60
 
package/THIRDPARTY.txt CHANGED
@@ -12,6 +12,13 @@ License: Apache-2.0
12
12
  License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
13
13
  Contained in: src/sap.m/src/sap/m/_thirdparty/purify.js
14
14
 
15
+ Component: QUnit Composite 2.0.0, version: 2.0.0
16
+ Copyright: jQuery Foundation and other contributors, https://jquery.org/
17
+ License: MIT
18
+ License Text: https://github.com/SAP/openui5/blob/master/LICENSES/MIT.txt
19
+ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
20
+ src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.js
21
+
15
22
 
16
23
  Library: sap.ui.codeeditor:
17
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openui5/themelib_sap_horizon",
3
- "version": "1.124.0",
3
+ "version": "1.125.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/SAP/openui5.git"
15
15
  },
16
16
  "devDependencies": {
17
- "@openui5/sap.f": "1.124.0",
18
- "@openui5/sap.m": "1.124.0",
19
- "@openui5/sap.tnt": "1.124.0",
20
- "@openui5/sap.ui.codeeditor": "1.124.0",
21
- "@openui5/sap.ui.commons": "1.124.0",
22
- "@openui5/sap.ui.core": "1.124.0",
23
- "@openui5/sap.ui.dt": "1.124.0",
24
- "@openui5/sap.ui.fl": "1.124.0",
25
- "@openui5/sap.ui.mdc": "1.124.0",
26
- "@openui5/sap.ui.integration": "1.124.0",
27
- "@openui5/sap.ui.layout": "1.124.0",
28
- "@openui5/sap.ui.rta": "1.124.0",
29
- "@openui5/sap.ui.suite": "1.124.0",
30
- "@openui5/sap.ui.table": "1.124.0",
31
- "@openui5/sap.ui.unified": "1.124.0",
32
- "@openui5/sap.ui.ux3": "1.124.0",
33
- "@openui5/sap.uxap": "1.124.0"
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"
34
34
  }
35
35
  }
@@ -1,8 +1,4 @@
1
1
  /* ========================================= */
2
2
  /* CSS for control sap.m/GroupHeaderListItem */
3
3
  /* Horizon theme */
4
- /* ========================================= */
5
-
6
- .sapMListUl .sapMLIB.sapMGHLI {
7
- font-weight: bold;
8
- }
4
+ /* ========================================= */
@@ -25,6 +25,10 @@
25
25
  border-top-left-radius: @sapUiElementBorderCornerRadius;
26
26
  }
27
27
 
28
+ .sapMListHdrText {
29
+ font-size: @sapUiGroupTitleFontSize;
30
+ }
31
+
28
32
  .sapUiTableOnObjectPageAdjustmentsForSection .sapMListHdr {
29
33
  border-top-right-radius: 0;
30
34
  border-top-left-radius: 0;
@@ -17,7 +17,7 @@
17
17
  }
18
18
  }
19
19
 
20
- .sapMObjectStatusLarge {
20
+ .sapMObjectStatusLarge:not(.sapMObjStatusInverted) {
21
21
  .sapMObjStatusTitle,
22
22
  .sapMObjStatusText,
23
23
  .sapMObjStatusIcon {
@@ -30,17 +30,43 @@
30
30
  }
31
31
  }
32
32
 
33
- .sapMObjectStatusLarge.sapMObjStatusInverted {
34
- .sapMObjStatusIcon > .sapUiIcon {
35
- vertical-align: bottom;
33
+ .sapMObjStatusInverted.sapMObjectStatusLarge .sapMObjStatusWrapper {
34
+ height: 1.625rem;
35
+ }
36
+
37
+ .sapMObjStatus.sapMObjectStatusLarge.sapMObjStatusInverted {
38
+ height: 1.75rem;
39
+ min-height: 1.75rem;
40
+
41
+ .sapMObjStatusTitle,
42
+ .sapMObjStatusText,
43
+ .sapMObjStatusIcon {
44
+ font-family: @sapUiFontSemiboldDuplexFamily;
36
45
  font-size: 1.25rem;
46
+ }
47
+ .sapMObjStatusTitle {
48
+ line-height: 1.625rem;
49
+ height: 1.625rem;
50
+ }
51
+ .sapMObjStatusIcon,
52
+ .sapMObjStatusText {
53
+ padding: 0.125rem 0.25rem;
54
+ line-height: 1.25rem;
55
+ height: 1.25rem;
56
+ }
57
+ .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
37
58
  padding-left: 0;
38
59
  padding-right: 0;
39
60
  }
40
- .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
61
+ .sapMObjStatusIcon > .sapUiIcon {
62
+ font-size: 1.25rem;
63
+ line-height: 1.25rem;
41
64
  padding-left: 0;
42
65
  padding-right: 0;
43
66
  }
67
+ .sapMObjStatusIconOnly {
68
+ width: 1.75rem;
69
+ }
44
70
  }
45
71
 
46
72
  .sapMObjStatusInverted {
@@ -58,8 +84,8 @@
58
84
  color: @sapUiContentContrastTextColor;
59
85
  }
60
86
 
61
- .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
62
- .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
87
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon.sapMObjStatusIconOnly,
88
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
63
89
  padding: 0.1875rem 0.313rem;
64
90
  }
65
91
 
@@ -146,7 +172,7 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
146
172
  }
147
173
  }
148
174
  &.sapMObjectStatusLarge:focus {
149
- min-height: 2rem;
175
+ min-height: 1.75rem;
150
176
  }
151
177
  }
152
178
 
@@ -1,8 +1,4 @@
1
1
  /* ========================================== */
2
2
  /* CSS for control sap.m/GroupHeaderListItem */
3
3
  /* Evening Horizon theme */
4
- /* ========================================== */
5
-
6
- .sapMListUl .sapMLIB.sapMGHLI {
7
- font-weight: bold;
8
- }
4
+ /* ========================================== */
@@ -246,7 +246,7 @@
246
246
  }
247
247
 
248
248
  //Arrow button
249
- .sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapUiIcon {
249
+ .sapMITBFilterExpandBtn .sapUiIcon {
250
250
  color: @sapUiBaseText;
251
251
  }
252
252
  }
@@ -469,8 +469,8 @@
469
469
  border-color: @sapUiBaseText;
470
470
  }
471
471
 
472
- .sapUiIcon {
473
- color: @sapUiBaseText !important;
472
+ .sapMITBFilterExpandIcon.sapUiIcon {
473
+ color: @sapUiBaseText;
474
474
  }
475
475
  }
476
476
 
@@ -482,8 +482,8 @@
482
482
  border-color: @sapUiNeutralText;
483
483
  }
484
484
 
485
- .sapUiIcon {
486
- color: @sapUiNeutralText !important;
485
+ .sapMITBFilterExpandIcon.sapUiIcon {
486
+ color: @sapUiNeutralText;
487
487
  }
488
488
  }
489
489
 
@@ -495,8 +495,8 @@
495
495
  border-color: @sapUiPositiveText;
496
496
  }
497
497
 
498
- .sapUiIcon {
499
- color: @sapUiPositiveText !important;
498
+ .sapMITBFilterExpandIcon.sapUiIcon {
499
+ color: @sapUiPositiveText;
500
500
  }
501
501
  }
502
502
 
@@ -508,8 +508,8 @@
508
508
  border-color: @sapUiNegativeText;
509
509
  }
510
510
 
511
- .sapUiIcon {
512
- color: @sapUiNegativeText !important;
511
+ .sapMITBFilterExpandIcon.sapUiIcon {
512
+ color: @sapUiNegativeText;
513
513
  }
514
514
  }
515
515
 
@@ -521,8 +521,8 @@
521
521
  border-color: @sapUiCriticalText;
522
522
  }
523
523
 
524
- .sapUiIcon {
525
- color: @sapUiCriticalText !important;
524
+ .sapMITBFilterExpandIcon.sapUiIcon {
525
+ color: @sapUiCriticalText;
526
526
  }
527
527
  }
528
528
  .sapMITH:not(.sapMITBTextOnly) {
@@ -531,35 +531,23 @@
531
531
  .sapMITBFilterExpandBtnSeparator {
532
532
  border-color: @sapUiNeutralElement;
533
533
  }
534
- .sapUiIcon {
535
- color: @sapUiNeutralElement !important;
536
- }
537
534
  }
538
535
 
539
536
  .sapMITBFilterPositive {
540
537
  .sapMITBFilterExpandBtnSeparator {
541
538
  border-color: @sapUiPositiveElement;
542
539
  }
543
- .sapUiIcon {
544
- color: @sapUiPositiveElement !important;
545
- }
546
540
  }
547
541
 
548
542
  .sapMITBFilterNegative {
549
543
  .sapMITBFilterExpandBtnSeparator {
550
544
  border-color: @sapUiNegativeElement;
551
545
  }
552
- .sapUiIcon {
553
- color: @sapUiNegativeElement !important;
554
- }
555
546
  }
556
547
  .sapMITBFilterCritical {
557
548
  .sapMITBFilterExpandBtnSeparator {
558
549
  border-color: @sapUiCriticalElement;
559
550
  }
560
- .sapUiIcon {
561
- color: @sapUiCriticalElement !important;
562
- }
563
551
  }
564
552
  }
565
553
 
@@ -25,6 +25,10 @@
25
25
  border-top-left-radius: @sapUiElementBorderCornerRadius;
26
26
  }
27
27
 
28
+ .sapMListHdrText {
29
+ font-size: @sapUiGroupTitleFontSize;
30
+ }
31
+
28
32
  .sapUiTableOnObjectPageAdjustmentsForSection .sapMListHdr {
29
33
  border-top-right-radius: 0;
30
34
  border-top-left-radius: 0;
@@ -17,7 +17,7 @@
17
17
  }
18
18
  }
19
19
 
20
- .sapMObjectStatusLarge {
20
+ .sapMObjectStatusLarge:not(.sapMObjStatusInverted) {
21
21
  .sapMObjStatusTitle,
22
22
  .sapMObjStatusText,
23
23
  .sapMObjStatusIcon {
@@ -30,17 +30,43 @@
30
30
  }
31
31
  }
32
32
 
33
- .sapMObjectStatusLarge.sapMObjStatusInverted {
34
- .sapMObjStatusIcon > .sapUiIcon {
35
- vertical-align: bottom;
33
+ .sapMObjStatusInverted.sapMObjectStatusLarge .sapMObjStatusWrapper {
34
+ height: 1.625rem;
35
+ }
36
+
37
+ .sapMObjStatus.sapMObjectStatusLarge.sapMObjStatusInverted {
38
+ height: 1.75rem;
39
+ min-height: 1.75rem;
40
+
41
+ .sapMObjStatusTitle,
42
+ .sapMObjStatusText,
43
+ .sapMObjStatusIcon {
44
+ font-family: @sapUiFontSemiboldDuplexFamily;
36
45
  font-size: 1.25rem;
46
+ }
47
+ .sapMObjStatusTitle {
48
+ line-height: 1.625rem;
49
+ height: 1.625rem;
50
+ }
51
+ .sapMObjStatusIcon,
52
+ .sapMObjStatusText {
53
+ padding: 0.125rem 0.25rem;
54
+ line-height: 1.25rem;
55
+ height: 1.25rem;
56
+ }
57
+ .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
37
58
  padding-left: 0;
38
59
  padding-right: 0;
39
60
  }
40
- .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
61
+ .sapMObjStatusIcon > .sapUiIcon {
62
+ font-size: 1.25rem;
63
+ line-height: 1.25rem;
41
64
  padding-left: 0;
42
65
  padding-right: 0;
43
66
  }
67
+ .sapMObjStatusIconOnly {
68
+ width: 1.75rem;
69
+ }
44
70
  }
45
71
 
46
72
  .sapMObjStatusInverted {
@@ -58,8 +84,8 @@
58
84
  color: @sapUiContentContrastTextColor;
59
85
  }
60
86
 
61
- .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
62
- .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
87
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon.sapMObjStatusIconOnly,
88
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
63
89
  padding: 0.1875rem 0.313rem;
64
90
  }
65
91
 
@@ -146,7 +172,7 @@ html.sap-desktop .sapMObjStatusActive.sapMObjStatusInverted {
146
172
  }
147
173
  }
148
174
  &.sapMObjectStatusLarge:focus {
149
- min-height: 2rem;
175
+ min-height: 1.75rem;
150
176
  }
151
177
  }
152
178
 
@@ -1,8 +1,4 @@
1
1
  /* ========================================== */
2
2
  /* CSS for control sap.m/GroupHeaderListItem */
3
3
  /* Horizon High Contrast Black theme */
4
- /* ========================================== */
5
-
6
- .sapMListUl .sapMLIB.sapMGHLI {
7
- font-weight: bold;
8
- }
4
+ /* ========================================== */
@@ -5,6 +5,7 @@
5
5
 
6
6
  .sapMListHdrText {
7
7
  border-bottom: 0.188rem solid @sapUiGroupTitleBorderColor;
8
+ font-size: @sapUiGroupTitleFontSize;
8
9
  }
9
10
 
10
11
  /*Growing feature*/
@@ -85,7 +85,7 @@
85
85
  line-height: 0.875rem;
86
86
  }
87
87
 
88
- .sapMObjectStatusLarge {
88
+ .sapMObjectStatusLarge:not(.sapMObjStatusInverted) {
89
89
  .sapMObjStatusTitle,
90
90
  .sapMObjStatusText,
91
91
  .sapMObjStatusIcon {
@@ -99,6 +99,45 @@
99
99
  }
100
100
  }
101
101
 
102
+ .sapMObjStatusInverted.sapMObjectStatusLarge .sapMObjStatusWrapper {
103
+ height: 1.625rem;
104
+ }
105
+
106
+ .sapMObjStatus.sapMObjectStatusLarge.sapMObjStatusInverted {
107
+ height: 1.75rem;
108
+ min-height: 1.75rem;
109
+
110
+ .sapMObjStatusTitle,
111
+ .sapMObjStatusText,
112
+ .sapMObjStatusIcon {
113
+ font-family: @sapUiFontSemiboldDuplexFamily;
114
+ font-size: 1.25rem;
115
+ }
116
+ .sapMObjStatusTitle {
117
+ line-height: 1.625rem;
118
+ height: 1.625rem;
119
+ }
120
+ .sapMObjStatusIcon,
121
+ .sapMObjStatusText {
122
+ padding: 0.125rem 0.25rem;
123
+ line-height: 1.25rem;
124
+ height: 1.25rem;
125
+ }
126
+ .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
127
+ padding-left: 0;
128
+ padding-right: 0;
129
+ }
130
+ .sapMObjStatusIcon > .sapUiIcon {
131
+ font-size: 1.25rem;
132
+ line-height: 1.25rem;
133
+ padding-left: 0;
134
+ padding-right: 0;
135
+ }
136
+ .sapMObjStatusIconOnly {
137
+ width: 1.75rem;
138
+ }
139
+ }
140
+
102
141
  .sapMObjStatusInverted {
103
142
  box-sizing: border-box;
104
143
  min-width: 1.375rem;
@@ -114,8 +153,8 @@
114
153
  color: @sapUiContentContrastTextColor;
115
154
  }
116
155
 
117
- .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
118
- .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
156
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon.sapMObjStatusIconOnly,
157
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
119
158
  padding: 0.1875rem 0.313rem;
120
159
  }
121
160
 
@@ -524,23 +563,10 @@ html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
524
563
  }
525
564
 
526
565
  .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
527
- .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon {
566
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
528
567
  height: 0.875rem;
529
568
  }
530
569
 
531
- .sapMObjectStatusLarge.sapMObjStatusInverted {
532
- .sapMObjStatusIcon > .sapUiIcon {
533
- vertical-align: top;
534
- font-size: 1.25rem;
535
- padding-left: 0;
536
- padding-right: 0;
537
- }
538
- .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
539
- padding-left: 0;
540
- padding-right: 0;
541
- }
542
- }
543
-
544
570
  html.sap-desktop .sapMObjStatusActive:focus {
545
571
 
546
572
  .sapMObjStatusLink::after {
@@ -577,7 +603,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
577
603
  bottom: 4px;
578
604
  right: 4px;
579
605
  outline: 2px dotted @sapContent_ContrastFocusColor;
580
- height: 2rem;
606
+ height: 1.25rem;
581
607
  }
582
608
 
583
609
  }
@@ -1,8 +1,4 @@
1
1
  /* ========================================== */
2
2
  /* CSS for control sap.m/GroupHeaderListItem */
3
3
  /* Horizon High Contrast White theme */
4
- /* ========================================== */
5
-
6
- .sapMListUl .sapMLIB.sapMGHLI {
7
- font-weight: bold;
8
- }
4
+ /* ========================================== */
@@ -5,6 +5,7 @@
5
5
 
6
6
  .sapMListHdrText {
7
7
  border-bottom: 0.188rem solid @sapUiGroupTitleBorderColor;
8
+ font-size: @sapUiGroupTitleFontSize;
8
9
  }
9
10
 
10
11
  /*Growing feature*/
@@ -86,7 +86,7 @@
86
86
  line-height: 0.875rem;
87
87
  }
88
88
 
89
- .sapMObjectStatusLarge {
89
+ .sapMObjectStatusLarge:not(.sapMObjStatusInverted) {
90
90
  .sapMObjStatusTitle,
91
91
  .sapMObjStatusText,
92
92
  .sapMObjStatusIcon {
@@ -100,6 +100,45 @@
100
100
  }
101
101
  }
102
102
 
103
+ .sapMObjStatusInverted.sapMObjectStatusLarge .sapMObjStatusWrapper {
104
+ height: 1.625rem;
105
+ }
106
+
107
+ .sapMObjStatus.sapMObjectStatusLarge.sapMObjStatusInverted {
108
+ height: 1.75rem;
109
+ min-height: 1.75rem;
110
+
111
+ .sapMObjStatusTitle,
112
+ .sapMObjStatusText,
113
+ .sapMObjStatusIcon {
114
+ font-family: @sapUiFontSemiboldDuplexFamily;
115
+ font-size: 1.25rem;
116
+ }
117
+ .sapMObjStatusTitle {
118
+ line-height: 1.625rem;
119
+ height: 1.625rem;
120
+ }
121
+ .sapMObjStatusIcon,
122
+ .sapMObjStatusText {
123
+ padding: 0.125rem 0.25rem;
124
+ line-height: 1.25rem;
125
+ height: 1.25rem;
126
+ }
127
+ .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
128
+ padding-left: 0;
129
+ padding-right: 0;
130
+ }
131
+ .sapMObjStatusIcon > .sapUiIcon {
132
+ font-size: 1.25rem;
133
+ line-height: 1.25rem;
134
+ padding-left: 0;
135
+ padding-right: 0;
136
+ }
137
+ .sapMObjStatusIconOnly {
138
+ width: 1.75rem;
139
+ }
140
+ }
141
+
103
142
  .sapMObjStatusInverted {
104
143
  box-sizing: border-box;
105
144
  min-width: 1.375rem;
@@ -115,8 +154,8 @@
115
154
  color: @sapUiContentContrastTextColor;
116
155
  }
117
156
 
118
- .sapMObjStatusInverted .sapMObjStatusIcon.sapMObjStatusIconOnly,
119
- .sapMObjStatusInverted .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
157
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon.sapMObjStatusIconOnly,
158
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusLink .sapMObjStatusIcon.sapMObjStatusIconOnly {
120
159
  padding: 0.1875rem 0.313rem;
121
160
  }
122
161
 
@@ -526,23 +565,10 @@ html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
526
565
  }
527
566
 
528
567
  .sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
529
- .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon {
568
+ .sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
530
569
  height: 0.875rem;
531
570
  }
532
571
 
533
- .sapMObjectStatusLarge.sapMObjStatusInverted {
534
- .sapMObjStatusIcon > .sapUiIcon {
535
- vertical-align: top;
536
- font-size: 1.25rem;
537
- padding-left: 0;
538
- padding-right: 0;
539
- }
540
- .sapMObjStatusIcon:not(.sapMObjStatusIconOnly) {
541
- padding-left: 0;
542
- padding-right: 0;
543
- }
544
- }
545
-
546
572
  html.sap-desktop .sapMObjStatusActive:focus {
547
573
 
548
574
  .sapMObjStatusLink::after {
@@ -579,7 +605,7 @@ html.sap-desktop .sapMObjStatusActive:focus {
579
605
  bottom: 4px;
580
606
  right: 4px;
581
607
  outline: 2px dotted @sapContent_ContrastFocusColor;
582
- height: 2rem;
608
+ height: 1.25rem;
583
609
  }
584
610
 
585
611
  }
@@ -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.124.0</version>
9
+ <version>1.125.0</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.124.0</version>
9
+ <version>1.125.0</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.124.0</version>
9
+ <version>1.125.0</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.124.0</version>
9
+ <version>1.125.0</version>
10
10
 
11
11
  <documentation>SAPUI5 horizon high contrast white theme library.</documentation>
12
12
 
@@ -8,6 +8,5 @@
8
8
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/base.less";
9
9
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcb/global.less";
10
10
 
11
- @import "AnalyticsCloudContent.less";
12
11
  @import "ListContentItem.less";
13
12
  @import "Paginator.less";
@@ -8,6 +8,5 @@
8
8
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/base.less";
9
9
  @import "../../../../../sap/ui/core/themes/sap_horizon_hcw/global.less";
10
10
 
11
- @import "AnalyticsCloudContent.less";
12
11
  @import "ListContentItem.less";
13
12
  @import "Paginator.less";
@@ -5,6 +5,7 @@
5
5
 
6
6
  @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
7
  @_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
8
+ @_sap_ui_mdc_Table_HeaderStyle: ~"H5";
8
9
 
9
10
  .sapUiMdcTable .sapMIBar.sapMTBHeader-CTX {
10
11
  border-top-right-radius: @sapUiElementBorderCornerRadius;
@@ -5,6 +5,7 @@
5
5
 
6
6
  @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
7
  @_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
8
+ @_sap_ui_mdc_Table_HeaderStyle: ~"H5";
8
9
 
9
10
  .sapUiMdcTable .sapMIBar.sapMTBHeader-CTX {
10
11
  border-top-right-radius: @sapUiElementBorderCornerRadius;
@@ -4,4 +4,5 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
- @_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
7
+ @_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
8
+ @_sap_ui_mdc_Table_HeaderStyle: ~"H5";
@@ -4,4 +4,5 @@
4
4
  /* =================================== */
5
5
 
6
6
  @_sap_ui_mdc_Table_ExportButtonType: ~"Transparent";
7
- @_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
7
+ @_sap_ui_mdc_Table_ToolbarDesign: ~"Transparent";
8
+ @_sap_ui_mdc_Table_HeaderStyle: ~"H5";
@@ -51,6 +51,10 @@
51
51
  border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
52
52
  border-radius: 0.25rem;
53
53
  pointer-events: none;
54
+ top: 0;
55
+ left: 0;
56
+ bottom: 0;
57
+ right: 0;
54
58
  }
55
59
  }
56
60
  }
@@ -30,6 +30,10 @@
30
30
  border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
31
31
  border-radius: 0.25rem;
32
32
  pointer-events: none;
33
+ top: 0;
34
+ left: 0;
35
+ bottom: 0;
36
+ right: 0;
33
37
  }
34
38
  }
35
39
  }
@@ -12,10 +12,10 @@
12
12
  content: "";
13
13
  position: absolute;
14
14
  box-sizing: border-box;
15
- left: 0.0625rem;
16
- top: 0.0625rem;
17
- right: 0.0625rem;
18
- bottom: 0.0625rem;
15
+ left: 0.125rem;
16
+ top: 0.125rem;
17
+ right: 0.125rem;
18
+ bottom: 0.125rem;
19
19
  border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
20
20
  pointer-events: none;
21
21
  }
@@ -31,4 +31,22 @@
31
31
  & > .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
32
32
  background: @sapUiLegendNonWorkingBackground;
33
33
  }
34
+ }
35
+
36
+ .sapUiSizeCompact {
37
+ .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
38
+ margin: 0.1875rem;
39
+ }
40
+
41
+ .sapUiUnifiedLegendItem {
42
+
43
+ &:focus {
44
+ &::after {
45
+ left: 0.0625rem;
46
+ top: 0.0625rem;
47
+ right: 0.0625rem;
48
+ bottom: 0.0625rem;
49
+ }
50
+ }
51
+ }
34
52
  }
@@ -12,10 +12,10 @@
12
12
  content: "";
13
13
  position: absolute;
14
14
  box-sizing: border-box;
15
- left: 0.0625rem;
16
- top: 0.0625rem;
17
- right: 0.0625rem;
18
- bottom: 0.0625rem;
15
+ left: 0.125rem;
16
+ top: 0.125rem;
17
+ right: 0.125rem;
18
+ bottom: 0.125rem;
19
19
  border: @sapContent_FocusWidth @sapContent_FocusStyle @sapUiContentFocusColor;
20
20
  pointer-events: none;
21
21
  }
@@ -31,4 +31,22 @@
31
31
  & > .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
32
32
  background: @sapUiLegendNonWorkingBackground;
33
33
  }
34
+ }
35
+
36
+ .sapUiSizeCompact {
37
+ .sapUiUnifiedLegendSquare > .sapUiUnifiedLegendSquareColor {
38
+ margin: 0.1875rem;
39
+ }
40
+
41
+ .sapUiUnifiedLegendItem {
42
+
43
+ &:focus {
44
+ &::after {
45
+ left: 0.0625rem;
46
+ top: 0.0625rem;
47
+ right: 0.0625rem;
48
+ bottom: 0.0625rem;
49
+ }
50
+ }
51
+ }
34
52
  }
@@ -1,6 +0,0 @@
1
- /* ========================================================= */
2
- /* CSS for control sap.ui.integration/AnalyticsCloudContent */
3
- /* Horizon High Contrast Black theme */
4
- /* ========================================================= */
5
-
6
- @_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;
@@ -1,6 +0,0 @@
1
- /* ========================================================= */
2
- /* CSS for control sap.ui.integration/AnalyticsCloudContent */
3
- /* Horizon High Contrast White theme */
4
- /* ========================================================= */
5
-
6
- @_sap_ui_integration_AnalyticsCloud_ScrollBorder: @sapUiScrollBarBorderColor;