@openui5/themelib_sap_horizon 1.112.0 → 1.113.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 (35) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/m/themes/sap_horizon/ActionSelect.less +1 -1
  4. package/src/sap/m/themes/sap_horizon/FeedInput.less +1 -1
  5. package/src/sap/m/themes/sap_horizon/InputBase.less +8 -0
  6. package/src/sap/m/themes/sap_horizon/Panel.less +1 -1
  7. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +7 -13
  8. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +42 -0
  9. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +18 -0
  10. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +1 -1
  11. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +8 -0
  12. package/src/sap/m/themes/sap_horizon_dark/Panel.less +1 -1
  13. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +42 -0
  14. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +18 -0
  15. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +19 -3
  16. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +1 -1
  17. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarMonthGrid.less +19 -1
  18. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +19 -2
  19. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +1 -1
  20. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +1 -1
  21. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +1 -1
  22. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  23. package/src/sap/ui/core/themes/sap_horizon/base.less +735 -13
  24. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  25. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +737 -15
  26. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  27. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +736 -7
  28. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  29. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +736 -7
  30. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +2 -2
  31. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +2 -2
  32. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +2 -2
  33. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +2 -2
  34. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -7
  35. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -7
@@ -6,13 +6,13 @@
6
6
  .sapUiIntCard {
7
7
  &.sapFCardNoHeader,
8
8
  &.sapFCardBottomHeader {
9
- .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
9
+ & > .sapFCardContent > .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
10
10
  border-radius: 1rem 1rem 0 0;
11
11
  }
12
12
  }
13
13
 
14
14
  &:not(.sapUiIntCardWithFooter):not(.sapFCardBottomHeader):not(.sapFCardTransparent) {
15
- .sapFCardListContent .sapUiIntLCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last item in the list
15
+ & > .sapFCardContent > .sapFCardListContent .sapUiIntLCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last item in the list
16
16
  border-radius: 0 0 1rem 1rem;
17
17
  }
18
18
  }
@@ -6,7 +6,7 @@
6
6
  .sapUiIntCard {
7
7
  &.sapFCardNoHeader,
8
8
  &.sapFCardBottomHeader {
9
- .sapFCardTableContent .sapMListTblHeader.sapMLIBFocusable:focus { // header of the table
9
+ & > .sapFCardContent > .sapFCardTableContent .sapMListTblHeader.sapMLIBFocusable:focus { // header of the table
10
10
  > .sapMTblFirstVisibleCell::before {
11
11
  border-top-left-radius: 1rem;
12
12
  }
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  &:not(.sapUiIntCardWithFooter):not(.sapFCardBottomHeader):not(.sapFCardTransparent) {
20
- .sapFCardTableContent .sapMTableTBody .sapUiIntTCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last row in the table
20
+ & > .sapFCardContent > .sapFCardTableContent .sapMTableTBody .sapUiIntTCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last row in the table
21
21
  border-radius: 0 0 1rem 1rem;
22
22
  }
23
23
  }
@@ -6,13 +6,13 @@
6
6
  .sapUiIntCard {
7
7
  &.sapFCardNoHeader,
8
8
  &.sapFCardBottomHeader {
9
- .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
9
+ & > .sapFCardContent > .sapFCardListContent .sapMLIBFocusable:first-child:focus { // first item in the list
10
10
  border-radius: 1rem 1rem 0 0;
11
11
  }
12
12
  }
13
13
 
14
14
  &:not(.sapUiIntCardWithFooter):not(.sapFCardBottomHeader):not(.sapFCardTransparent) {
15
- .sapFCardListContent .sapUiIntLCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last item in the list
15
+ & > .sapFCardContent > .sapFCardListContent .sapUiIntLCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last item in the list
16
16
  border-radius: 0 0 1rem 1rem;
17
17
  }
18
18
  }
@@ -6,7 +6,7 @@
6
6
  .sapUiIntCard {
7
7
  &.sapFCardNoHeader,
8
8
  &.sapFCardBottomHeader {
9
- .sapFCardTableContent .sapMListTblHeader.sapMLIBFocusable:focus { // header of the table
9
+ & > .sapFCardContent > .sapFCardTableContent .sapMListTblHeader.sapMLIBFocusable:focus { // header of the table
10
10
  > .sapMTblFirstVisibleCell::before {
11
11
  border-top-left-radius: 1rem;
12
12
  }
@@ -17,7 +17,7 @@
17
17
  }
18
18
 
19
19
  &:not(.sapUiIntCardWithFooter):not(.sapFCardBottomHeader):not(.sapFCardTransparent) {
20
- .sapFCardTableContent .sapMTableTBody .sapUiIntTCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last row in the table
20
+ & > .sapFCardContent > .sapFCardTableContent .sapMTableTBody .sapUiIntTCIRoundedCorners.sapMLIBFocusable:last-child:focus { // last row in the table
21
21
  border-radius: 0 0 1rem 1rem;
22
22
  }
23
23
  }
@@ -83,11 +83,5 @@ div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection:not(.sapU
83
83
  }
84
84
 
85
85
  .sapUxAPBlockContainer .sapUxAPObjectPageSubSectionAlignContent {
86
- margin-left: 0;
87
- margin-right: 0;
88
- }
89
-
90
- .sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUxAPObjectPageSubSectionAlignContent {
91
- margin-left: 0;
92
- margin-right: 0;
86
+ padding: 0 1rem;
93
87
  }
@@ -90,11 +90,5 @@ div[class^="sapUiRespGrid"]:first-child > .sapUxAPObjectPageSubSection:not(.sapU
90
90
  }
91
91
 
92
92
  .sapUxAPBlockContainer .sapUxAPObjectPageSubSectionAlignContent {
93
- margin-left: 0;
94
- margin-right: 0;
95
- }
96
-
97
- .sapUxAPObjectPageLayout-Std-Phone .sapUxAPBlockContainer .sapUxAPObjectPageSubSectionAlignContent {
98
- margin-left: 0;
99
- margin-right: 0;
93
+ padding: 0 1rem;
100
94
  }