@openui5/sap.f 1.134.0 → 1.135.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 (95) hide show
  1. package/THIRDPARTY.txt +2 -2
  2. package/package.json +4 -4
  3. package/src/sap/f/.library +1 -1
  4. package/src/sap/f/Avatar.js +1 -1
  5. package/src/sap/f/AvatarGroup.js +1 -1
  6. package/src/sap/f/AvatarGroupItem.js +1 -1
  7. package/src/sap/f/CalendarAppointmentInCard.js +1 -1
  8. package/src/sap/f/CalendarInCard.js +1 -1
  9. package/src/sap/f/Card.js +1 -1
  10. package/src/sap/f/CardBase.js +111 -17
  11. package/src/sap/f/CardRenderer.js +8 -3
  12. package/src/sap/f/DynamicPage.js +1 -1
  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/FlexibleColumnLayoutData.js +1 -1
  19. package/src/sap/f/FlexibleColumnLayoutDataForDesktop.js +1 -1
  20. package/src/sap/f/FlexibleColumnLayoutDataForTablet.js +1 -1
  21. package/src/sap/f/FlexibleColumnLayoutSemanticHelper.js +1 -1
  22. package/src/sap/f/GridContainer.js +1 -1
  23. package/src/sap/f/GridContainerItemLayoutData.js +1 -1
  24. package/src/sap/f/GridContainerSettings.js +2 -2
  25. package/src/sap/f/GridList.js +1 -1
  26. package/src/sap/f/GridListItem.js +1 -1
  27. package/src/sap/f/IllustratedMessage.js +1 -1
  28. package/src/sap/f/Illustration.js +1 -1
  29. package/src/sap/f/PlanningCalendarInCardLegend.js +1 -1
  30. package/src/sap/f/ProductSwitch.js +1 -1
  31. package/src/sap/f/ProductSwitchItem.js +1 -1
  32. package/src/sap/f/SearchManager.js +1 -1
  33. package/src/sap/f/ShellBar.js +3 -4
  34. package/src/sap/f/SidePanel.js +1 -1
  35. package/src/sap/f/SidePanelItem.js +1 -1
  36. package/src/sap/f/cards/BaseHeader.js +27 -13
  37. package/src/sap/f/cards/Header.js +1 -1
  38. package/src/sap/f/cards/NumericHeader.js +1 -1
  39. package/src/sap/f/cards/NumericIndicators.js +1 -1
  40. package/src/sap/f/cards/NumericSideIndicator.js +1 -1
  41. package/src/sap/f/cards/loading/AnalyticalPlaceholder.js +1 -1
  42. package/src/sap/f/cards/loading/CalendarPlaceholder.js +1 -1
  43. package/src/sap/f/cards/loading/GenericPlaceholder.js +1 -1
  44. package/src/sap/f/cards/loading/ListPlaceholder.js +1 -1
  45. package/src/sap/f/cards/loading/ObjectPlaceholder.js +1 -1
  46. package/src/sap/f/cards/loading/PlaceholderBase.js +1 -1
  47. package/src/sap/f/cards/loading/TablePlaceholder.js +1 -1
  48. package/src/sap/f/cards/loading/TimelinePlaceholder.js +1 -1
  49. package/src/sap/f/changeHandler/MoveDynamicPageTitleActions.js +1 -1
  50. package/src/sap/f/delegate/GridContainerItemNavigation.js +1 -1
  51. package/src/sap/f/delegate/GridItemNavigation.js +1 -1
  52. package/src/sap/f/dnd/GridDragOver.js +1 -1
  53. package/src/sap/f/dnd/GridDropInfo.js +1 -1
  54. package/src/sap/f/library.js +2 -2
  55. package/src/sap/f/messagebundle.properties +4 -1
  56. package/src/sap/f/messagebundle_en_US_saprigi.properties +2 -0
  57. package/src/sap/f/messagebundle_fr.properties +1 -1
  58. package/src/sap/f/messagebundle_ro.properties +1 -1
  59. package/src/sap/f/messagebundle_uk.properties +2 -2
  60. package/src/sap/f/semantic/AddAction.js +1 -1
  61. package/src/sap/f/semantic/CloseAction.js +1 -1
  62. package/src/sap/f/semantic/CopyAction.js +1 -1
  63. package/src/sap/f/semantic/DeleteAction.js +1 -1
  64. package/src/sap/f/semantic/DiscussInJamAction.js +1 -1
  65. package/src/sap/f/semantic/EditAction.js +1 -1
  66. package/src/sap/f/semantic/ExitFullScreenAction.js +1 -1
  67. package/src/sap/f/semantic/FavoriteAction.js +1 -1
  68. package/src/sap/f/semantic/FlagAction.js +1 -1
  69. package/src/sap/f/semantic/FooterMainAction.js +1 -1
  70. package/src/sap/f/semantic/FullScreenAction.js +1 -1
  71. package/src/sap/f/semantic/MainAction.js +1 -1
  72. package/src/sap/f/semantic/MessagesIndicator.js +1 -1
  73. package/src/sap/f/semantic/NegativeAction.js +1 -1
  74. package/src/sap/f/semantic/PositiveAction.js +1 -1
  75. package/src/sap/f/semantic/PrintAction.js +1 -1
  76. package/src/sap/f/semantic/SemanticButton.js +1 -1
  77. package/src/sap/f/semantic/SemanticConfiguration.js +1 -1
  78. package/src/sap/f/semantic/SemanticControl.js +1 -1
  79. package/src/sap/f/semantic/SemanticPage.js +1 -1
  80. package/src/sap/f/semantic/SemanticToggleButton.js +1 -1
  81. package/src/sap/f/semantic/SendEmailAction.js +1 -1
  82. package/src/sap/f/semantic/SendMessageAction.js +1 -1
  83. package/src/sap/f/semantic/ShareInJamAction.js +1 -1
  84. package/src/sap/f/semantic/TitleMainAction.js +1 -1
  85. package/src/sap/f/shellBar/AdditionalContentSupport.js +1 -1
  86. package/src/sap/f/shellBar/CoPilot.js +1 -1
  87. package/src/sap/f/shellBar/ControlSpacer.js +1 -1
  88. package/src/sap/f/shellBar/Search.js +1 -1
  89. package/src/sap/f/themes/base/CalendarPlaceholder.less +16 -4
  90. package/src/sap/f/themes/base/Card.less +16 -0
  91. package/src/sap/f/themes/base/CardBadge.less +10 -5
  92. package/src/sap/f/themes/base/CardHeaders.less +1 -2
  93. package/src/sap/f/themes/base/CardLoading.less +32 -21
  94. package/src/sap/f/themes/base/GridContainer.less +6 -5
  95. package/src/sap/f/themes/base/GridListItem.less +14 -13
@@ -1,7 +1,7 @@
1
- /* ======================================================== */
2
- /* CSS for control sap.f.cards.loading/CalendarPlaceholder */
3
- /* Base theme */
4
- /* ======================================================== */
1
+ /* ========================================== */
2
+ /* CSS for control sap.f/CalendarPlaceholder */
3
+ /* Base theme */
4
+ /* ========================================== */
5
5
 
6
6
  .sapFCard .sapFCardContentCalendarPlaceholder .sapFCardLoadingShimmer {
7
7
  background-size: unset;
@@ -12,32 +12,40 @@
12
12
  }
13
13
 
14
14
  .sapFCardContentCalendarPlaceholder {
15
+
15
16
  .sapFCardContentCalendarPartPlaceholder {
16
17
  height: 13rem;
17
18
  min-width: 18rem;
18
19
  margin: 1rem;
19
20
  }
21
+
20
22
  .sapFCardContentLegendItemsListPlaceholder {
21
23
  column-width: 9rem;
22
24
  }
25
+
23
26
  .sapFCardContentItemsListPlaceholder {
24
27
  margin: 1rem;
25
28
  }
29
+
26
30
  .sapFCardListPlaceholderItem {
27
31
  height: 4.75rem;
28
32
  display: block;
33
+
29
34
  &.sapFCardListPlaceholderLegendItem {
30
35
  width: 15rem;
31
36
  height: 1.75rem;
37
+
32
38
  .sapFCardListPlaceholderImg,
33
39
  .sapFCardListPlaceholderRows {
34
40
  display: inline-block;
35
41
  }
42
+
36
43
  .sapFCardListPlaceholderImg {
37
44
  margin: 0.5rem 0.5rem 0.5rem 0;
38
45
  height: 1rem;
39
46
  width: 1rem;
40
47
  }
48
+
41
49
  .sapFCardListPlaceholderRows {
42
50
  .sapFCardListPlaceholderRow {
43
51
  width: 6rem;
@@ -46,16 +54,20 @@
46
54
  width: 8rem;
47
55
  }
48
56
  }
57
+
49
58
  .sapFCardListPlaceholderFromTo {
50
59
  height: 1rem;
51
60
  width: 5rem;
52
61
  display: inline-block;
53
62
  }
63
+
54
64
  .sapFCardListPlaceholderRows {
65
+
55
66
  .sapFCardListPlaceholderRow {
56
67
  height: 1rem;
57
68
  width: 8rem;
58
69
  margin-left: 2rem;
70
+
59
71
  &.sapFCardListPlaceholderTextRow {
60
72
  height: 0.75rem;
61
73
  width: 6rem;
@@ -88,6 +88,10 @@ ui-integration-card.sapFCardTransparent > [data-sap-ui-area] > .sapFCard {
88
88
  .sapFCard .sapFCardHeader {
89
89
  border-bottom: @_sap_f_Card_HeaderBorder;
90
90
  border-radius: @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius 0 0;
91
+
92
+ .sapFCardHeaderMainPart {
93
+ border-radius: @_sap_f_Card_BorderRadius @_sap_f_Card_BorderRadius 0 0;
94
+ }
91
95
  }
92
96
 
93
97
  .sapFCard .sapFCardIcon.sapFAvatar {
@@ -219,6 +223,18 @@ html[data-sap-ui-browser^='cr'] .sapFCard {
219
223
  .sapFCard.sapFCardInteractive:not(.sapFCardDisableMouseInteraction):hover {
220
224
  box-shadow: var(--sapContent_Shadow2);
221
225
  cursor: pointer;
226
+
227
+ .sapMText,
228
+ .sapMLabel,
229
+ .sapMTitle,
230
+ .sapFCardNumericIndicators .sapUiIcon {
231
+ cursor: pointer;
232
+ }
233
+
234
+ .sapMLIB:not(.sapMLIBActionable) .sapMText,
235
+ .sapMListTblHeader .sapMText {
236
+ cursor: text;
237
+ }
222
238
  }
223
239
 
224
240
  /* Todo HC should use the active background: --sapTile_Hover_Background */
@@ -1,3 +1,8 @@
1
+ /* ================================ */
2
+ /* CSS for control sap.f/CardBadge */
3
+ /* Base theme */
4
+ /* ================================ */
5
+
1
6
  .sapFCardBadgePlaceholder {
2
7
  z-index: 100;
3
8
  position: absolute;
@@ -9,6 +14,7 @@
9
14
  }
10
15
 
11
16
  .sapUiIntCard .sapFCardBadgePlaceholder .sapMObjStatus:not(.sapMObjStatusShowCustomIcon) {
17
+
12
18
  .sapMObjStatusIcon {
13
19
  display: initial;
14
20
  }
@@ -32,7 +38,7 @@
32
38
  padding: 0 0.25rem;
33
39
  }
34
40
 
35
- .sapMObjStatusIcon{
41
+ .sapMObjStatusIcon {
36
42
  padding: 0;
37
43
  }
38
44
 
@@ -43,13 +49,12 @@
43
49
  white-space: nowrap;
44
50
  max-width: inherit;
45
51
  }
46
-
47
52
  }
48
-
49
53
  }
50
54
 
51
55
  /* Padding between icon and text is too much */
52
- .sapFCardBadgePlaceholder .sapMObjStatus.sapMObjStatusInverted.sapFCardBadgeTextIcon{
56
+ .sapFCardBadgePlaceholder .sapMObjStatus.sapMObjStatusInverted.sapFCardBadgeTextIcon {
57
+
53
58
  .sapMObjStatusWrapper {
54
59
 
55
60
  .sapMObjStatusIcon {
@@ -60,4 +65,4 @@
60
65
  padding: 0 0.375rem 0 0.25rem;
61
66
  }
62
67
  }
63
- }
68
+ }
@@ -9,7 +9,6 @@
9
9
  @_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 1px;
10
10
  @_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 1px;
11
11
  @_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 1px;
12
- @_sap_f_CardHeaders_MainHeaderBorderRadius: 0;
13
12
 
14
13
  .sapFCardHeader {
15
14
  position: relative;
@@ -25,7 +24,7 @@
25
24
  height: fit-content;
26
25
  padding: @_sap_f_CardHeaders_Padding @_sap_f_CardHeaders_Padding 0.75rem @_sap_f_CardHeaders_Padding;
27
26
  position: relative;
28
- border-radius: @_sap_f_CardHeaders_MainHeaderBorderRadius;
27
+ border-radius: 0;
29
28
  }
30
29
 
31
30
  .sapFCardHeaderImage {
@@ -2,9 +2,10 @@
2
2
  /* CSS for control sap.f/CardLoading */
3
3
  /* Base theme */
4
4
  /* ================================== */
5
+
5
6
  @_sap_f_Card_FocusBorderWidth: 1px;
6
- @_sap_f_Card_Background_Placeholder_Color: @sapUiContentPlaceholderloadingBackground;
7
- @_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiContentPlaceholderloadingBackground 0%, @sapUiContentPlaceholderloadingBackground 35%, darken(@sapUiContentPlaceholderloadingBackground, 5) 50%, @sapUiContentPlaceholderloadingBackground 65%, @sapUiContentPlaceholderloadingBackground 100%);
7
+ @_sap_f_Card_Background_Placeholder_Color: var(--sapContent_Placeholderloading_Background);
8
+ @_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, var(--sapContent_Placeholderloading_Background) 0%, var(--sapContent_Placeholderloading_Background) 35%, darken(@sapUiContentPlaceholderloadingBackground, 5) 50%, var(--sapContent_Placeholderloading_Background) 65%, var(--sapContent_Placeholderloading_Background) 100%);
8
9
 
9
10
  .sapFCard {
10
11
 
@@ -15,10 +16,10 @@
15
16
  height: 3rem;
16
17
  width: 3rem;
17
18
  margin-right: 0.75rem;
18
- //hide the fallback icon
19
+ /* hide the fallback icon */
19
20
  }
20
21
 
21
- .sapFCardHeaderImage .sapFCardHeaderItemBinded::after {
22
+ .sapFCardHeaderMainPart .sapFCardHeaderImage .sapFCardHeaderItemBinded::after {
22
23
  max-height: 2rem;
23
24
  max-width: 2rem;
24
25
  margin-top: 0.5rem;
@@ -41,25 +42,25 @@
41
42
  margin-top: 0.3rem;
42
43
  }
43
44
 
44
- .sapFCardHeaderTextSecondLine .sapFCardHeaderItemBinded::after,
45
- .sapFCardSubtitle.sapFCardHeaderItemBinded::after,
46
- .sapFCardHeaderDetailsWrapper .sapFCardHeaderItemBinded::after,
47
- .sapFCardNumericIndicatorsSide .sapFCardHeaderItemBinded::after,
48
- .sapFCardNumericIndicatorsSide .sapFCardHeaderItemBinded.sapMText::after {
45
+ .sapFCardHeaderMainPart .sapFCardHeaderTextSecondLine .sapFCardHeaderItemBinded::after,
46
+ .sapFCardHeaderMainPart .sapFCardSubtitle.sapFCardHeaderItemBinded::after,
47
+ .sapFCardNumericHeaderNumericPart .sapFCardHeaderDetailsWrapper .sapFCardHeaderItemBinded::after,
48
+ .sapFCardNumericHeaderNumericPart .sapFCardNumericIndicatorsSide .sapFCardHeaderItemBinded::after,
49
+ .sapFCardNumericHeaderNumericPart .sapFCardNumericIndicatorsSide .sapFCardHeaderItemBinded.sapMText::after {
49
50
  max-height: 0.6rem;
50
51
  }
51
52
 
52
- .sapFCardNumericIndicatorsMain .sapFCardHeaderItemBinded::after {
53
+ .sapFCardNumericHeaderNumericPart .sapFCardNumericIndicatorsMain .sapFCardHeaderItemBinded::after {
53
54
  margin-top: 0.5rem;
54
55
  width: 80%;
55
56
  }
56
57
 
57
58
  .sapFCardHeaderItemBinded {
58
- visibility: hidden; // hide the loaded elements (texts, icons, etc.) behind the loading indicators
59
+ visibility: hidden; /* hide the loaded elements (texts, icons, etc.) behind the loading indicators */
59
60
  }
60
61
 
61
62
  .sapFCardHeaderItemBinded::after {
62
- visibility: visible; // ... but show the loading indicator
63
+ visibility: visible; /* ... but show the loading indicator */
63
64
  }
64
65
 
65
66
  .sapFCardHeaderText .sapFCardHeaderTextFirstLine {
@@ -75,9 +76,9 @@
75
76
  }
76
77
  }
77
78
 
78
- &:not(.sapFCardLoadingDelayed).sapFCardHeaderItemBinded::after {
79
+ &:not(.sapFCardLoadingDelayed) .sapFCardHeaderItemBinded::after {
79
80
  .sapFCardLoadingShimmerMixin();
80
- content: "";
81
+ content: '';
81
82
  position: absolute;
82
83
  width: 100%;
83
84
  height: 100%;
@@ -89,8 +90,10 @@
89
90
 
90
91
  &.sapUiIntCardTileFlat,
91
92
  &.sapUiIntCardTileFlatWide {
93
+
92
94
  .sapFCardHeader.sapFCardHeaderLoading,
93
95
  &.sapFCardPreview .sapFCardHeader {
96
+
94
97
  .sapFAvatar.sapFCardHeaderItemBinded::after,
95
98
  .sapFAvatar.sapFCardHeaderItemBinded::after {
96
99
  margin-top: 0;
@@ -108,14 +111,14 @@
108
111
  }
109
112
  }
110
113
 
111
- // no sapFCardHeaderItemBinded class present for the filter?
114
+ /* no sapFCardHeaderItemBinded class present for the filter? */
112
115
  .sapFCardFilterLoading::after {
113
116
  height: 2rem;
114
117
  margin-top: 0.25rem;
115
118
  }
116
119
 
117
120
  .sapFCardFilterLoading .sapMSlt {
118
- visibility: hidden; // hide the loaded Select behind the loading indicator
121
+ visibility: hidden; /* hide the loaded Select behind the loading indicator */
119
122
  }
120
123
 
121
124
  &.sapFCardPreview .sapFCardFilter,
@@ -123,7 +126,7 @@
123
126
  position: relative;
124
127
  &::after {
125
128
  .sapFCardLoadingShimmerMixin();
126
- content: "";
129
+ content: '';
127
130
  position: absolute;
128
131
  top: 2px;
129
132
  bottom: 2px;
@@ -134,20 +137,23 @@
134
137
 
135
138
  &.sapFCardPreview .sapFCardFooter,
136
139
  .sapFCardFooterLoading {
140
+
137
141
  .sapUiIntActionsStrip {
138
142
  position: relative;
143
+
139
144
  &::after {
140
- content: "";
145
+ content: '';
141
146
  position: absolute;
142
147
  width: 100%;
143
148
  height: 100%;
144
- background-color: @sapUiTileBackground;
149
+ background-color: var(--sapTile_Background);
145
150
  }
146
151
  }
147
152
  }
148
153
 
149
154
  .sapFCardNumericHeader.sapFCardHeaderLoading,
150
155
  &.sapFCardPreview .sapFCardNumericHeader {
156
+
151
157
  .sapFCardNumericIndicatorsMain .sapFCardHeaderItemBinded {
152
158
  min-width: 5rem;
153
159
  }
@@ -186,7 +192,7 @@
186
192
  bottom: 1px;
187
193
  right: 1px;
188
194
  top: 1px;
189
- border: @_sap_f_Card_FocusBorderWidth dotted @sapUiContentFocusColor;
195
+ border: @_sap_f_Card_FocusBorderWidth dotted var(--sapContent_FocusColor);
190
196
  pointer-events: none;
191
197
  }
192
198
 
@@ -199,7 +205,7 @@
199
205
  height: 100%;
200
206
 
201
207
  .sapFCardSVG {
202
- fill: @sapUiTileBackground;
208
+ fill: var(--sapTile_Background);
203
209
  }
204
210
  }
205
211
 
@@ -266,3 +272,8 @@
266
272
  }
267
273
  }
268
274
  }
275
+
276
+ .sapUiSizeCompact .sapFCard .sapFCardFilterLoading::after {
277
+ height: 1.75rem;
278
+ margin-top: 0;
279
+ }
@@ -1,11 +1,12 @@
1
- /* =================================== */
2
- /* CSS for control sap.f/GridContainer */
3
- /* Base theme */
4
- /* =================================== */
1
+ /* ==================================== */
2
+ /* CSS for control sap.f/GridContainer */
3
+ /* Base theme */
4
+ /* ==================================== */
5
5
 
6
6
  @_sap_f_GridContainer_FocusBorderOffset: 0;
7
7
 
8
8
  .sapFGridContainer {
9
+
9
10
  .sapFGridContainerDummyArea {
10
11
  position: fixed;
11
12
  }
@@ -54,4 +55,4 @@
54
55
  .sapUiIntCard.sapUiIntCardAnalytical {
55
56
  min-height: 100%;
56
57
  }
57
- }
58
+ }
@@ -3,22 +3,22 @@
3
3
  /* Base theme */
4
4
  /* =================================== */
5
5
 
6
- @_sap_f_GridListItem_HeaderBoxShadow: inset 0 -0.0625rem @sapUiPageHeaderBorderColor;
6
+ @_sap_f_GridListItem_HeaderBoxShadow: inset 0 -0.0625rem var(--sapPageHeader_BorderColor);
7
7
  @_sap_f_GridListItem_Overflow: unset;
8
8
  @_sap_f_GridListItem_HeaderHeight: 3rem;
9
9
  @_sap_f_GridListItem_Compact_HeaderHeight: 2rem;
10
10
  @_sap_f_GridListItem_FocusedHighlightOffset: 0.125rem;
11
11
  @_sap_f_GridListItem_HighlightBorderRadius: 0.25rem;
12
- @_sap_f_GridListItem_FocusedHighlightBorderRadius: 0px;
12
+ @_sap_f_GridListItem_FocusedHighlightBorderRadius: 0;
13
13
 
14
14
  .sapFGLI {
15
15
  padding: 0;
16
- border-radius: @sapUiTileBorderCornerRadius;
16
+ border-radius: var(--sapTile_BorderCornerRadius);
17
17
  border: none;
18
- box-shadow: @sapUiContentShadow0;
18
+ box-shadow: var(--sapContent_Shadow0);
19
19
  overflow: @_sap_f_GridListItem_Overflow;
20
20
 
21
- // Highlighted items
21
+ /* Highlighted items */
22
22
  > .sapMLIBHighlight {
23
23
  z-index: 1;
24
24
  border-top-left-radius: @_sap_f_GridListItem_HighlightBorderRadius;
@@ -36,7 +36,7 @@
36
36
  width: 100%;
37
37
  height: 100%;
38
38
 
39
- // Header Toolbar
39
+ /* Header Toolbar */
40
40
  .sapFGLIToolbar {
41
41
  height: @_sap_f_GridListItem_HeaderHeight;
42
42
  box-shadow: @_sap_f_GridListItem_HeaderBoxShadow;
@@ -52,13 +52,13 @@
52
52
  padding: 0;
53
53
  }
54
54
 
55
- // add spacing between the items, except for the first item
56
- >:not(:first-child) {
55
+ /* add spacing between the items, except for the first item */
56
+ > :not(:first-child) {
57
57
  margin: 0 0 0 0.5rem;
58
58
  }
59
59
  }
60
60
 
61
- // Content
61
+ /* Content */
62
62
  .sapMLIBContent {
63
63
  height: 100%;;
64
64
  }
@@ -83,13 +83,14 @@
83
83
 
84
84
  /* Interaction states */
85
85
  .sapFGLI {
86
+
86
87
  &.sapMLIBHoverable:hover {
87
- box-shadow: 0 0 0 0.0625rem @sapUiTileInteractiveBorderColor;
88
+ box-shadow: 0 0 0 0.0625rem var(--sapTile_Interactive_BorderColor);
88
89
  }
89
90
 
90
91
  &.sapMLIB.sapMLIBSelected {
91
92
  border-bottom: none;
92
- box-shadow: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
93
+ box-shadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor);
93
94
  }
94
95
  }
95
96
 
@@ -100,7 +101,7 @@
100
101
  height: @_sap_f_GridListItem_Compact_HeaderHeight;
101
102
  }
102
103
 
103
- // Content
104
+ /* Content */
104
105
  .sapMLIBContent {
105
106
  height: 100%;;
106
107
  }
@@ -108,4 +109,4 @@
108
109
  .sapFGLIToolbar + .sapMLIBContent {
109
110
  height: calc(100% ~"-" @_sap_f_GridListItem_Compact_HeaderHeight);
110
111
  }
111
- }
112
+ }