@openui5/sap.f 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 (106) hide show
  1. package/.reuse/dep5 +4 -4
  2. package/THIRDPARTY.txt +6 -6
  3. package/package.json +4 -4
  4. package/src/sap/f/.library +1 -1
  5. package/src/sap/f/Avatar.js +1 -1
  6. package/src/sap/f/AvatarGroup.js +1 -1
  7. package/src/sap/f/AvatarGroupItem.js +1 -1
  8. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  9. package/src/sap/f/CalendarInCard.js +1 -1
  10. package/src/sap/f/Card.js +1 -1
  11. package/src/sap/f/CardBase.js +1 -1
  12. package/src/sap/f/DynamicPage.js +2 -2
  13. package/src/sap/f/DynamicPageAccessibleLandmarkInfo.js +1 -1
  14. package/src/sap/f/DynamicPageHeader.js +1 -1
  15. package/src/sap/f/DynamicPageTitle.js +1 -1
  16. package/src/sap/f/FlexibleColumnLayout.js +1 -1
  17. package/src/sap/f/FlexibleColumnLayoutAccessibleLandmarkInfo.js +1 -1
  18. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  19. package/src/sap/f/GridContainer.js +1 -1
  20. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  21. package/src/sap/f/GridContainerSettings.js +2 -2
  22. package/src/sap/f/GridList.js +1 -1
  23. package/src/sap/f/GridListItem.js +1 -1
  24. package/src/sap/f/IllustratedMessage.js +1 -1
  25. package/src/sap/f/Illustration.js +1 -1
  26. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  27. package/src/sap/f/ProductSwitch.js +1 -1
  28. package/src/sap/f/ProductSwitchItem.js +1 -1
  29. package/src/sap/f/SearchManager.js +1 -1
  30. package/src/sap/f/ShellBar.js +1 -1
  31. package/src/sap/f/SidePanel.js +1 -1
  32. package/src/sap/f/SidePanelItem.js +1 -1
  33. package/src/sap/f/cards/BaseHeader.js +6 -10
  34. package/src/sap/f/cards/Header.js +1 -1
  35. package/src/sap/f/cards/HeaderRenderer.js +4 -0
  36. package/src/sap/f/cards/NumericHeader.js +1 -1
  37. package/src/sap/f/cards/NumericHeaderRenderer.js +7 -2
  38. package/src/sap/f/cards/NumericIndicators.js +1 -1
  39. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  40. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  41. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/PlaceholderBase.js +2 -1
  46. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  47. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  48. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  49. package/src/sap/f/delegate/GridContainerItemNavigation.js +9 -6
  50. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  51. package/src/sap/f/dnd/GridDragOver.js +1 -1
  52. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  53. package/src/sap/f/library.js +2 -2
  54. package/src/sap/f/semantic/AddAction.js +1 -1
  55. package/src/sap/f/semantic/CloseAction.js +1 -1
  56. package/src/sap/f/semantic/CopyAction.js +1 -1
  57. package/src/sap/f/semantic/DeleteAction.js +1 -1
  58. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  59. package/src/sap/f/semantic/EditAction.js +1 -1
  60. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  61. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  62. package/src/sap/f/semantic/FlagAction.js +1 -1
  63. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  64. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  65. package/src/sap/f/semantic/MainAction.js +1 -1
  66. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  67. package/src/sap/f/semantic/NegativeAction.js +1 -1
  68. package/src/sap/f/semantic/PositiveAction.js +1 -1
  69. package/src/sap/f/semantic/PrintAction.js +1 -1
  70. package/src/sap/f/semantic/SemanticButton.js +1 -1
  71. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  72. package/src/sap/f/semantic/SemanticControl.js +1 -1
  73. package/src/sap/f/semantic/SemanticPage.js +1 -1
  74. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  75. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  76. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  77. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  78. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  79. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  80. package/src/sap/f/shellBar/CoPilot.js +1 -1
  81. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  82. package/src/sap/f/shellBar/Search.js +1 -1
  83. package/src/sap/f/themes/base/Card.less +11 -2
  84. package/src/sap/f/themes/sap_hcb/base_AvatarGroup.less +275 -0
  85. package/src/sap/f/themes/sap_hcb/base_CalendarPlaceholder.less +70 -0
  86. package/src/sap/f/themes/sap_hcb/base_Card.less +638 -0
  87. package/src/sap/f/themes/sap_hcb/base_CardLoading.less +268 -0
  88. package/src/sap/f/themes/sap_hcb/base_CardNumericIndicators.less +38 -0
  89. package/src/sap/f/themes/sap_hcb/base_DynamicPage.less +418 -0
  90. package/src/sap/f/themes/sap_hcb/base_DynamicPageHeader.less +66 -0
  91. package/src/sap/f/themes/sap_hcb/base_DynamicPageTitle.less +373 -0
  92. package/src/sap/f/themes/sap_hcb/base_FlexibleColumnLayout.less +281 -0
  93. package/src/sap/f/themes/sap_hcb/base_GridContainer.less +60 -0
  94. package/src/sap/f/themes/sap_hcb/base_GridDragAndDrop.less +5 -0
  95. package/src/sap/f/themes/sap_hcb/base_GridList.less +103 -0
  96. package/src/sap/f/themes/sap_hcb/base_GridListItem.less +111 -0
  97. package/src/sap/f/themes/sap_hcb/base_ListPlaceholder.less +53 -0
  98. package/src/sap/f/themes/sap_hcb/base_ObjectPlaceholder.less +43 -0
  99. package/src/sap/f/themes/sap_hcb/base_ProductSwitch.less +3 -0
  100. package/src/sap/f/themes/sap_hcb/base_ProductSwitchItem.less +160 -0
  101. package/src/sap/f/themes/sap_hcb/base_SemanticPage.less +34 -0
  102. package/src/sap/f/themes/sap_hcb/base_ShellBar.less +495 -0
  103. package/src/sap/f/themes/sap_hcb/base_SidePanel.less +858 -0
  104. package/src/sap/f/themes/sap_hcb/base_TablePlaceholder.less +34 -0
  105. package/src/sap/f/themes/sap_hcb/base_TimelinePlaceholder.less +79 -0
  106. package/src/sap/f/themes/sap_hcb/library.source.less +34 -1
@@ -0,0 +1,60 @@
1
+ /* =================================== */
2
+ /* CSS for control sap.f/GridContainer */
3
+ /* Base theme */
4
+ /* =================================== */
5
+
6
+ @_sap_f_GridContainer_FocusBorderOffset: 0;
7
+
8
+ .sapFGridContainer {
9
+ .sapFGridContainerDummyArea {
10
+ position: fixed;
11
+ }
12
+ }
13
+
14
+ .sapFGridContainerListUl {
15
+ position: relative;
16
+ display: grid;
17
+ outline: none;
18
+
19
+ &.sapFGridContainerDenseFill {
20
+ grid-auto-flow: row dense;
21
+ }
22
+
23
+ &.sapFGridContainerSnapToRow .sapFGridContainerItemWrapper > * {
24
+ min-height: 100%;
25
+ }
26
+
27
+ .sapFGridContainerItemWrapper.sapFGridContainerItemFixedRows > * {
28
+ max-height: 100%;
29
+ }
30
+
31
+ .sapFGridContainerItemWrapper {
32
+ min-width: 0;
33
+ outline: none;
34
+
35
+ &.sapFGridContainerInvisiblePlaceholder {
36
+ display: none;
37
+ }
38
+ }
39
+
40
+ .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
41
+ content: '';
42
+ position: absolute;
43
+ left: @_sap_f_GridContainer_FocusBorderOffset;
44
+ bottom: @_sap_f_GridContainer_FocusBorderOffset;
45
+ right: @_sap_f_GridContainer_FocusBorderOffset;
46
+ top: @_sap_f_GridContainer_FocusBorderOffset;
47
+ z-index: 1;
48
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
49
+ pointer-events: none;
50
+
51
+ }
52
+
53
+ .sapFGridContainerItemWrapper {
54
+ position: relative;
55
+ }
56
+
57
+ .sapUiIntCard.sapUiIntCardAnalytical {
58
+ min-height: 100%;
59
+ }
60
+ }
@@ -0,0 +1,5 @@
1
+ .sapUiDnDGridIndicator {
2
+ background: fade(@sapUiContentDragAndDropActiveColor, 5%);
3
+ border: 0.125rem solid @sapUiContentDragAndDropActiveColor;
4
+ box-sizing: border-box;
5
+ }
@@ -0,0 +1,103 @@
1
+ /* ============================== */
2
+ /* CSS for control sap.f/GridList */
3
+ /* Base theme */
4
+ /* ============================== */
5
+
6
+ @_sap_f_GridList_ItemFocusBorderRadius: unset;
7
+ @_sap_f_GridList_ItemHighlightBorderRadius: 0px;
8
+ @_sap_f_GridList_ItemFocusedHighlightOffset: 0px;
9
+ @_sap_f_GridList_ItemOverflow: unset;
10
+
11
+ .sapFGridList {
12
+ /* List headers overrides */
13
+ & > .sapMListHdrText,
14
+ & > .sapMListHdrTBar {
15
+ margin-bottom: 0.5rem;
16
+ }
17
+
18
+ .sapMLIBCounter {
19
+ padding-right: 1rem;
20
+ }
21
+
22
+ > .sapMListUl {
23
+ > .sapMLIBFocusable:focus {
24
+ outline: none;
25
+ }
26
+
27
+ > .sapMLIBFocusable:focus::after {
28
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
29
+ border-radius: @_sap_f_GridList_ItemFocusBorderRadius;
30
+ position: absolute;
31
+ content: " ";
32
+ top: 1px;
33
+ right: 1px;
34
+ bottom: 1px;
35
+ left: 1px;
36
+ z-index: 2;
37
+ pointer-events: none;
38
+ }
39
+ }
40
+
41
+ }
42
+
43
+ .sapFGridList ul {
44
+ margin-bottom: 0.5rem;
45
+ }
46
+
47
+ .sapFGridListDefault {
48
+ display: grid;
49
+ grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr));
50
+ grid-gap: 0.5rem 0.5rem;
51
+ }
52
+
53
+ /* List Group headers overrides. */
54
+ .sapFGridListGroup {
55
+ & > .sapMLIB.sapMGHLI {
56
+ background: none;
57
+ border: none;
58
+ padding-top: 0.25rem;
59
+ grid-column: ~"1 / -1";
60
+ width: 100%;
61
+
62
+ & .sapMGHLITitle {
63
+ font-size: 1.125rem;
64
+ color: @sapUiGroupTitleTextColor;
65
+ }
66
+ }
67
+ }
68
+
69
+ // Overrides for various list items, except for GridListItem. It has its own independent styles
70
+ .sapFGridList > .sapMListUl > .sapMLIB:not(.sapMGHLI):not(.sapFGLI) {
71
+ border-radius: @sapUiTileBorderCornerRadius;
72
+ border: none;
73
+ box-shadow: @sapUiContentShadow0;
74
+ overflow: @_sap_f_GridList_ItemOverflow;
75
+
76
+ // Highlighted items
77
+ > .sapMLIBHighlight {
78
+ border-top-left-radius: 0.25rem;
79
+ border-bottom-left-radius: 0.25rem;
80
+ }
81
+
82
+ &.sapMLIBFocusable:focus > .sapMLIBHighlight {
83
+ top: @_sap_f_GridList_ItemFocusedHighlightOffset;
84
+ bottom: @_sap_f_GridList_ItemFocusedHighlightOffset;
85
+ border-top-left-radius: @_sap_f_GridList_ItemHighlightBorderRadius;
86
+ border-bottom-left-radius: @_sap_f_GridList_ItemHighlightBorderRadius;
87
+ }
88
+
89
+ > .sapMLIBContent {
90
+ height: 100%;
91
+ }
92
+ }
93
+
94
+ .sapFGridList > .sapMListUl.sapMGrowingList {
95
+ border-radius: @sapUiTileBorderCornerRadius;
96
+ }
97
+
98
+ .sapFGridList > .sapMListUl > .sapUiBlockLayerTabbable {
99
+ // There are "span" helpers, which purpose is to block navigation into the blocked controls content.
100
+ // If the focus reaches the span before the blocked/busy control it is forwarded to the one after the control.
101
+ // These spans should not be visible.
102
+ position: absolute;
103
+ }
@@ -0,0 +1,111 @@
1
+ /* =================================== */
2
+ /* CSS for control sap.f/GridListItem */
3
+ /* Base theme */
4
+ /* =================================== */
5
+
6
+ @_sap_f_GridListItem_HeaderBoxShadow: inset 0 -0.0625rem @sapUiPageHeaderBorderColor;
7
+ @_sap_f_GridListItem_Overflow: unset;
8
+ @_sap_f_GridListItem_HeaderHeight: 3rem;
9
+ @_sap_f_GridListItem_Compact_HeaderHeight: 2rem;
10
+ @_sap_f_GridListItem_FocusedHighlightOffset: 0.125rem;
11
+ @_sap_f_GridListItem_HighlightBorderRadius: 0.25rem;
12
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 0px;
13
+
14
+ .sapFGLI {
15
+ padding: 0;
16
+ border-radius: @sapUiTileBorderCornerRadius;
17
+ border: none;
18
+ box-shadow: @sapUiContentShadow0;
19
+ overflow: @_sap_f_GridListItem_Overflow;
20
+
21
+ // Highlighted items
22
+ > .sapMLIBHighlight {
23
+ z-index: 1;
24
+ border-top-left-radius: @_sap_f_GridListItem_HighlightBorderRadius;
25
+ border-bottom-left-radius: @_sap_f_GridListItem_HighlightBorderRadius;
26
+ }
27
+
28
+ &.sapMLIBFocusable:focus > .sapMLIBHighlight {
29
+ top: @_sap_f_GridListItem_FocusedHighlightOffset;
30
+ bottom: @_sap_f_GridListItem_FocusedHighlightOffset;
31
+ border-top-left-radius: @_sap_f_GridListItem_FocusedHighlightBorderRadius;
32
+ border-bottom-left-radius: @_sap_f_GridListItem_FocusedHighlightBorderRadius;
33
+ }
34
+
35
+ .sapFGLIWrapper {
36
+ width: 100%;
37
+ height: 100%;
38
+
39
+ // Header Toolbar
40
+ .sapFGLIToolbar {
41
+ height: @_sap_f_GridListItem_HeaderHeight;
42
+ box-shadow: @_sap_f_GridListItem_HeaderBoxShadow;
43
+ padding: 0 0.5rem;
44
+ display: flex;
45
+ align-items: center;
46
+
47
+ .sapFGLIToolbarSpacer {
48
+ flex: 1;
49
+ }
50
+
51
+ .sapMLIBCounter {
52
+ padding: 0;
53
+ }
54
+
55
+ // add spacing between the items, except for the first item
56
+ >:not(:first-child) {
57
+ margin: 0 0 0 0.5rem;
58
+ }
59
+ }
60
+
61
+ // Content
62
+ .sapMLIBContent {
63
+ height: 100%;;
64
+ }
65
+
66
+ .sapFGLIToolbar + .sapMLIBContent {
67
+ height: calc(100% ~"-" @_sap_f_GridListItem_HeaderHeight);
68
+ }
69
+ }
70
+ }
71
+
72
+ /* GridList with highlighted GridListItems */
73
+ .sapFGridList .sapMListHighlight .sapFGLI .sapFGLIWrapper {
74
+
75
+ .sapMLIBContent:first-child {
76
+ margin-left: 0;
77
+ }
78
+ }
79
+
80
+ .sapFGLI.sapMLIBActionable .sapFGLIWrapper .sapMLIBImgNav {
81
+ cursor: pointer;
82
+ }
83
+
84
+ /* Interaction states */
85
+ .sapFGLI {
86
+ &.sapMLIBHoverable:hover {
87
+ box-shadow: 0 0 0 0.0625rem @sapUiTileInteractiveBorderColor;
88
+ }
89
+
90
+ &.sapMLIB.sapMLIBSelected {
91
+ border-bottom: none;
92
+ box-shadow: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
93
+ }
94
+ }
95
+
96
+ /* Compact size */
97
+ .sapUiSizeCompact .sapFGLI .sapFGLIWrapper {
98
+
99
+ .sapFGLIToolbar {
100
+ height: @_sap_f_GridListItem_Compact_HeaderHeight;
101
+ }
102
+
103
+ // Content
104
+ .sapMLIBContent {
105
+ height: 100%;;
106
+ }
107
+
108
+ .sapFGLIToolbar + .sapMLIBContent {
109
+ height: calc(100% ~"-" @_sap_f_GridListItem_Compact_HeaderHeight);
110
+ }
111
+ }
@@ -0,0 +1,53 @@
1
+ /* ==================================================== */
2
+ /* CSS for control sap.f.cards.loading/ListPlaceholder */
3
+ /* Base theme */
4
+ /* ==================================================== */
5
+
6
+ .sapFCardListPlaceholderItem {
7
+ height: 2.75rem;
8
+ padding: 0 1rem 0 1rem;
9
+ box-sizing: border-box;
10
+ display: flex;
11
+ position: relative;
12
+ align-items: center;
13
+ flex: 1 1 auto;
14
+
15
+ .sapFCardListPlaceholderImg {
16
+ margin: 0rem 0.75rem 0rem 0rem;
17
+ height: 2rem;
18
+ width: 2rem;
19
+ display: inline-block;
20
+ }
21
+
22
+ .sapFCardListPlaceholderRows {
23
+ flex-grow: 1;
24
+
25
+ .sapFCardListPlaceholderRow {
26
+ height: 0.75rem;
27
+ margin-bottom: 0.5rem;
28
+ margin-top: 0.5rem;
29
+ display: flex;
30
+
31
+ &.sapFCardListPlaceholderRowCombined {
32
+ height: 1.5rem;
33
+ max-width: 35%;
34
+ }
35
+
36
+ .sapFCardListPlaceholderAttr {
37
+ flex-grow: 1;
38
+
39
+ &:first-of-type {
40
+ margin-right: 1rem;
41
+ }
42
+
43
+ &:only-child {
44
+ max-width: 25%;
45
+ }
46
+ }
47
+ }
48
+ }
49
+ }
50
+
51
+ .sapUiSizeCompact .sapFCardListPlaceholderItem {
52
+ height: 2rem;
53
+ }
@@ -0,0 +1,43 @@
1
+ /* ====================================================== */
2
+ /* CSS for control sap.f.cards.loading/ObjectPlaceholder */
3
+ /* Base theme */
4
+ /* ====================================================== */
5
+
6
+ .sapFCardContentObjectPlaceholder {
7
+ display: flex;
8
+ column-gap: 2rem;
9
+ padding: 0 1rem 1rem 1rem;
10
+ position: absolute;
11
+ top: 0;
12
+ left: 0;
13
+ bottom: 0;
14
+ right: 0;
15
+ z-index: 1;
16
+
17
+ .sapFCardObjectPlaceholderColumn {
18
+ flex: 1;
19
+
20
+ .sapFCardObjectPlaceholderGroupFirstRow {
21
+ height: 1rem;
22
+ width: 100%;
23
+ margin-bottom: 0.25rem;
24
+ margin-top: 1rem;
25
+ }
26
+
27
+ .sapFCardObjectPlaceholderGroupSecondRow {
28
+ width: 65%;
29
+ height: 1rem;
30
+ }
31
+ }
32
+
33
+ }
34
+
35
+ .sapFCardObjectContent.sapFCardContentLoading {
36
+ > div:not(.sapFCardContentObjectPlaceholder) {
37
+ visibility: hidden;
38
+ }
39
+ }
40
+
41
+ .sapUiIntCardWithFooter .sapFCardContentObjectPlaceholder {
42
+ padding-bottom: 0;
43
+ }
@@ -0,0 +1,3 @@
1
+ .sapMPopoverCont .sapFProductSwitch-Popover-CTX {
2
+ padding: 1.5rem 1rem;
3
+ }
@@ -0,0 +1,160 @@
1
+ .sapFPSItemContainer {
2
+ border-radius: @sapUiElementBorderCornerRadius;
3
+ background: @sapUiListBackground;
4
+ padding: 0.5rem;
5
+ width: 11.25rem;
6
+ height: 7rem;
7
+ display: flex;
8
+ flex-direction: column;
9
+ align-items: center;
10
+ color: @sapUiContentIconColor;
11
+ box-sizing: border-box;
12
+ text-decoration: none;
13
+ cursor: pointer;
14
+ user-select: none;
15
+
16
+ .sapFPSItemTextSection {
17
+ display: flex;
18
+ flex-direction: column;
19
+ align-items: center;
20
+ }
21
+
22
+ .sapFPSItemMainTitle {
23
+ font-size: @sapMFontHeader6Size;
24
+ color: @sapUiGroupTitleTextColor;
25
+ }
26
+
27
+ .sapFPSItemIconPlaceholder {
28
+ height: 3rem;
29
+ }
30
+
31
+ .sapFPSItemTitle {
32
+ line-height: 1.25rem;
33
+ max-width: 10.25rem;
34
+ cursor: pointer;
35
+ text-align: center;
36
+ }
37
+
38
+ .sapUiIcon {
39
+ cursor: pointer;
40
+ font-size: 1.5rem;
41
+ line-height: 3rem;
42
+ }
43
+
44
+ .sapFPSItemSubTitle {
45
+ font-size: @sapMFontSmallSize;
46
+ white-space: nowrap;
47
+ text-overflow: ellipsis;
48
+ overflow: hidden;
49
+ color: @sapUiContentLabelColor;
50
+ }
51
+
52
+ &:hover {
53
+ background: @sapUiListHoverBackground;
54
+ }
55
+
56
+ &.sapFPSItemActive,
57
+ &.sapFPSItemSelected.sapFPSItemActive,
58
+ &:active,
59
+ &.sapFPSItemSelected:active,
60
+ &.sapFPSItemSelected:hover:active {
61
+ background: @sapUiListActiveBackground;
62
+ color: @sapUiListActiveTextColor;
63
+ border: none;
64
+
65
+ .sapFPSItemMainTitle,
66
+ .sapFPSItemSubTitle {
67
+ color: @sapUiListActiveTextColor;
68
+ }
69
+ }
70
+
71
+ &.sapFPSItemSelected:not(:active) {
72
+ background: @sapUiListSelectionBackgroundColor;
73
+ border: 0.125rem solid @sapUiListSelectionBorderColor;
74
+ padding: 0.375rem;;
75
+ }
76
+ }
77
+
78
+ .sapUiMedia-Std-Phone .sapFPSItemContainer {
79
+ flex-direction: row;
80
+ height: 5rem;
81
+ padding: 0;
82
+ width: 100%;
83
+ border-radius: 0;
84
+
85
+ &.sapFPSItemSelected:not(:active) {
86
+ padding: 0;
87
+ }
88
+
89
+ .sapFPSItemTextSection {
90
+ align-items: flex-start;
91
+ box-sizing: border-box;
92
+ padding-right: 1rem;
93
+ width: 100%;
94
+ }
95
+
96
+ .sapFPSItemIconPlaceholder {
97
+ padding-left: 1rem;
98
+ padding-right: 0.75rem;
99
+ }
100
+
101
+ .sapUiIcon {
102
+ cursor: pointer;
103
+ font-size: 1.25rem;
104
+ width: 3rem;
105
+ color: @sapUiContentNonInteractiveIconColor;
106
+ }
107
+
108
+ &.sapFPSItemActive,
109
+ &:active {
110
+ .sapUiIcon {
111
+ color: @sapUiListActiveTextColor;
112
+ }
113
+ }
114
+
115
+ .sapFPSItemTitle {
116
+ width: 100%;
117
+ max-width: 100%;
118
+ line-height: normal;
119
+ text-align: left;
120
+ }
121
+
122
+ .sapFPSItemSubTitle {
123
+ padding-top: 0.75rem;
124
+ }
125
+
126
+ &.sapFPSItemSelected {
127
+ border: none;
128
+ border-bottom: 0.0625rem solid @sapUiListSelectionBorderColor;
129
+ }
130
+ }
131
+
132
+ .sapFPSItemContainer:focus {
133
+ outline-width: @sapUiContentFocusWidth;
134
+ outline-color: @sapUiContentFocusColor;
135
+ outline-offset: -2px;
136
+ outline-style: @sapUiContentFocusStyle;
137
+ }
138
+
139
+ .sapFPSItemContainer.sapFPSItemSelected:focus {
140
+ outline-offset: -4px;
141
+ }
142
+
143
+ .sapFPSItemSelected.sapFPSItemActive:focus,
144
+ .sapFPSItemActive:focus,
145
+ .sapFPSItemContainer:active:focus {
146
+ outline-color: @sapUiContentContrastFocusColor;
147
+ outline-offset: -2px;
148
+ }
149
+
150
+ .sapUiMedia-Std-Phone .sapFPSItemContainer.sapFPSItemSelected:focus {
151
+ outline-offset: -2px;
152
+ }
153
+
154
+ html[data-sap-ui-browser^="ed"].sap-desktop .sapFPSItemContainer:focus {
155
+ outline-style: dashed;
156
+ }
157
+
158
+ html[dir="rtl"].sapUiMedia-Std-Phone .sapFPSItemContainer .sapFPSItemTitle {
159
+ text-align: right;
160
+ }
@@ -0,0 +1,34 @@
1
+ /* =================================== */
2
+ /* CSS for control sap.f/SemanticPage */
3
+ /* Base theme */
4
+ /* =================================== */
5
+
6
+ .sapFSemanticPage {
7
+ width: 100%;
8
+ height: 100%;
9
+ position: relative;
10
+ overflow: hidden;
11
+
12
+ .sapFDynamicPageContent {
13
+ .sapFSemanticPageAlignContent {
14
+ margin-left: -@sapUiMarginSmall;
15
+ margin-right: -@sapUiMarginSmall;
16
+ }
17
+ }
18
+
19
+ .sapFDynamicPage.sapUiContentPadding,
20
+ .sapFDynamicPage.sapUiNoContentPadding,
21
+ .sapFDynamicPage.sapUiResponsiveContentPadding {
22
+ .sapFSemanticPageAlignContent {
23
+ margin: 0;
24
+ }
25
+ }
26
+
27
+ .sapFDynamicPage.sapUiContentPadding {
28
+ .sapFDynamicPage-Std-Phone {
29
+ .sapFSemanticPageAlignContent {
30
+ margin: 0 -@sapUiMarginSmall;
31
+ }
32
+ }
33
+ }
34
+ }