@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,495 @@
1
+ @_sap_f_ShellBar_PaddingDesktop: 3rem;
2
+ @_sap_f_ShellBar_PaddingTablet: 2rem;
3
+ @_sap_f_ShellBar_PaddingPhone: 1rem;
4
+ @_sap_f_ShellBar_CoPilotWidth: 3rem;
5
+ @_sap_f_ShellBar_CoPilotHalfWidth: 1.5rem;
6
+ @_sap_f_ShellBar_SearchHalfMaxWidth: 17.5rem;
7
+
8
+ @_sap_f_ShellBar_PrimaryTitle_FontSize: @sapMFontMediumSize;
9
+ @_sap_f_ShellBar_SecondTitle_FontSize: @sapMFontSmallSize;
10
+
11
+ .sapFShellBar {
12
+ height: 3rem;
13
+ box-sizing: border-box;
14
+ overflow: hidden;
15
+ position: relative;
16
+ z-index: 1;
17
+ padding: 0 @_sap_f_ShellBar_PaddingDesktop;
18
+ display: flex;
19
+ align-items: center;
20
+
21
+ .sapFShellBarOLHB,
22
+ .sapFShellBarORHB {
23
+ margin-right: 0;
24
+ margin-left: 0;
25
+ display: inline-flex;
26
+ vertical-align: top;
27
+ box-sizing: border-box;
28
+ align-items: center;
29
+ min-width: 1px;
30
+ max-width: 100%;
31
+ height: 100%;
32
+ }
33
+
34
+ .sapFShellBarORHB {
35
+ padding-left: 0.5rem;
36
+ flex-grow: 1;
37
+ flex-shrink: 1;
38
+ }
39
+
40
+ .sapFShellBarOLHB {
41
+ padding-right: 0.5rem;
42
+ max-width: 75%;
43
+ flex-shrink: 0;
44
+ flex-grow: 0;
45
+ .sapFShellBarSearchIsOpen& {
46
+ max-width: 50%;
47
+ }
48
+ }
49
+
50
+ .sapFShellBarOAHB {
51
+ flex-shrink: 1;
52
+ flex-grow: 1;
53
+ min-width: 1px;
54
+ max-width: 100%;
55
+ }
56
+
57
+ .sapMBtn.sapFShellBarProfile:focus > .sapMFocusable {
58
+ outline-offset: -0.125rem;
59
+ }
60
+
61
+ .sapFShellBarTitleHidden {
62
+ position: absolute;
63
+ top: -10000px;
64
+ left: -10000px;
65
+ }
66
+
67
+ .sapMBarChild {
68
+ flex-shrink: 0;
69
+ }
70
+
71
+ .sapFShellBarItem,
72
+ .sapMIBar.sapMTB .sapFShellBarItem.sapMBarChild{
73
+ margin: 0 0 0 0.5rem;
74
+ }
75
+
76
+ .sapFShellBarOLHB>.sapFShellBarItem:first-child,
77
+ .sapFShellBarOLHB>.sapFShellBarOAHB:first-child > .sapFShellBarItem:first-child {
78
+ margin-left: 0;
79
+ }
80
+ .sapMIBar.sapMTB .sapMTBSpacer + .sapFShellBarItem.sapMBarChild,
81
+ .sapFShellBarCopilot + .sapFShellBarItem {
82
+ margin-left: 0;
83
+ }
84
+
85
+ // Assistant
86
+ .sapMTB-Transparent-CTX .sapFShellBarAssistantBtn.sapFShellBarItemActive.sapFShellBarItem,
87
+ .sapFShellBarAssistantBtn.sapFShellBarItemActive.sapFShellBarItem {
88
+ color: @sapShell_Assistant_ForegroundColor;
89
+ .sapMBtnIcon,
90
+ &.sapFShellBarItem.sapMBtn:hover:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) > .sapMBtnIcon {
91
+ color: @sapShell_Assistant_ForegroundColor;
92
+ }
93
+ }
94
+
95
+ // Reflection: styles overwritten
96
+ .sapMBtn .sapMBtnInner {
97
+ .sapFAvatar {
98
+ vertical-align: middle;
99
+ }
100
+ &:after {
101
+ content: "";
102
+ display: inline-block;
103
+ vertical-align: middle;
104
+ height: 100%;
105
+ }
106
+ }
107
+
108
+ .sapFShellBarOTB.sapMIBar.sapMTB {
109
+ height: 3rem;
110
+ padding: 0;
111
+ flex-shrink: 1;
112
+ flex-grow: 1;
113
+ overflow: visible;
114
+ min-width: 0;
115
+ >:first-child {
116
+ margin-left: 0;
117
+ }
118
+
119
+ .sapUiHiddenPlaceholder:first-child + * {
120
+ margin-left: 0;
121
+ }
122
+
123
+ .sapFShellBarGridButton {
124
+ margin-right: 0;
125
+ }
126
+ }
127
+
128
+ .sapFSHMegaMenu {
129
+ max-width: 100%;
130
+ display: inline-block;
131
+ vertical-align: middle;
132
+ font-weight: bold;
133
+ overflow: hidden;
134
+
135
+ // Reflection: styles overwritten
136
+ .sapMBtnInner > img {
137
+ width: auto !important;
138
+ max-width: none !important;
139
+ height: 2rem;
140
+ }
141
+ .sapMBtnInner::after {
142
+ content: '\E287';
143
+ font-size: 1rem;
144
+ line-height: 2.2rem;
145
+ font-weight: bold;
146
+ }
147
+ }
148
+
149
+ .sapFShellBarHomeIcon {
150
+ height: 2rem;
151
+ vertical-align: middle;
152
+ &.sapMNoImg {
153
+ width: 0;
154
+ }
155
+ }
156
+
157
+ .sapFShellBarSearch {
158
+ max-width: 28rem; // max width of searchField + button width
159
+ width: 100%;
160
+ flex-grow: 1;
161
+ flex-shrink: 1;
162
+ box-sizing: border-box;
163
+
164
+ .sapMSF {
165
+ max-width: 25rem;
166
+ margin-right: 0.5rem;
167
+ min-width: auto;
168
+ }
169
+
170
+ .sapFShellBarSearchCancelButton {
171
+ margin-left: 0.5rem;
172
+ display: none;
173
+ }
174
+ .sapFShellBarSearchWrap {
175
+ display: flex;
176
+ width: 100%;
177
+ }
178
+
179
+ &.sapFShellBarSearchOpenTick {
180
+ min-width: 12rem;
181
+ }
182
+ }
183
+
184
+ .CPImage {
185
+ width: ~"@{_sap_f_ShellBar_CoPilotWidth}";
186
+ height: ~"@{_sap_f_ShellBar_CoPilotWidth}";
187
+ overflow: hidden;
188
+ cursor: pointer;
189
+ outline: none;
190
+ position: absolute;
191
+ left: 50%;
192
+ top: 50%;
193
+ transform: translate(-50%, -50%);
194
+ margin: 0;
195
+ html[data-sap-ui-animation='on'] & {
196
+ &:hover svg {
197
+ transition: transform 0.30s;
198
+ transform: scale(1.1);
199
+ }
200
+ &:active svg {
201
+ transition: transform 0.05s;
202
+ transform: scale(1.2);
203
+ }
204
+ }
205
+ html[data-sap-ui-animation='off'] & {
206
+ &:hover svg {
207
+ transform: scale(1.1);
208
+ }
209
+ &:active svg {
210
+ transform: scale(1.2);
211
+ }
212
+ }
213
+ .color1 {
214
+ stop-color: #00B8F3;
215
+ }
216
+ .color2 {
217
+ stop-color: #1C61BA;
218
+ }
219
+ .opacity7 {
220
+ stop-opacity:0.7;
221
+ }
222
+ .opacity36 {
223
+ stop-opacity: 0.36;
224
+ }
225
+ .opacity2 {
226
+ stop-opacity: 0.2;
227
+ }
228
+ &:focus {
229
+ outline: 1px dotted @sapUiContentFocusColor;
230
+ outline-offset: -0.3125rem;
231
+ }
232
+ html[data-sap-ui-browser^="ed"] &:focus {
233
+ outline-style: dashed;
234
+ }
235
+ html[data-sap-ui-browser^="ie"] &:focus {
236
+ outline: none;
237
+ }
238
+ html[data-sap-ui-browser^="ie"] &:focus:before {
239
+ content: " ";
240
+ box-sizing: border-box;
241
+ width: 88%;
242
+ height: 88%;
243
+ position: absolute;
244
+ left: 3px;
245
+ top: 3px;
246
+ border: 1px dashed @sapUiContentFocusColor;
247
+ pointer-events: none;
248
+ }
249
+ }
250
+
251
+ .sapFSHMegaMenu .sapMBtnContent {
252
+ font-weight: bold;
253
+ max-width: 100%;
254
+ }
255
+
256
+ &.sapFShellBarSizeTablet{
257
+ padding: 0 @_sap_f_ShellBar_PaddingTablet;
258
+ }
259
+
260
+ &.sapFShellBarSizePhone {
261
+ padding: 0 @_sap_f_ShellBar_PaddingPhone;
262
+ .sapFShellBarProfile {
263
+ margin-right: 0;
264
+ }
265
+ .sapFShellBarORHB {
266
+ padding-left: ~"@{_sap_f_ShellBar_CoPilotHalfWidth}";
267
+ }
268
+ }
269
+
270
+ .sapFShellBarProfile {
271
+ user-select: none;
272
+ -ms-user-select: none;
273
+ margin-left: 0.5rem;
274
+
275
+ &::before {
276
+ content: "";
277
+ position: absolute;
278
+ top: -0.125rem;
279
+ left: -0.125rem;
280
+ bottom: -0.125rem;
281
+ right: -0.125rem;
282
+ z-index: -1;
283
+ border-radius: @sapUiButtonBorderCornerRadius;
284
+ }
285
+
286
+ &:hover::before {
287
+ background-color: @sapUiShellHoverBackground;
288
+ }
289
+
290
+ &:active::before {
291
+ background-color: @sapUiShellActiveBackground;
292
+ }
293
+ }
294
+
295
+ .sapFShellBarPrimaryTitle,
296
+ .sapFShellBarSecondTitle {
297
+ vertical-align: middle;
298
+ }
299
+
300
+ .sapFShellBarPrimaryTitle {
301
+ overflow: hidden;
302
+ text-overflow: ellipsis;
303
+ background: transparent;
304
+ color: @sapUiShellTextColor;
305
+ font-size: @_sap_f_ShellBar_PrimaryTitle_FontSize;
306
+ line-height: 2.75rem;
307
+ vertical-align: middle;
308
+ font-weight: bold;
309
+ }
310
+
311
+ .sapFShellBarSecondTitle {
312
+ font-family: @sapUiFontFamily;
313
+ font-size: @_sap_f_ShellBar_SecondTitle_FontSize;
314
+ color: @sapUiShellTextColor;
315
+ line-height: 2rem;
316
+ vertical-align: middle;
317
+ }
318
+
319
+ .sapFShellBarProfile,
320
+ .sapFShellBarGridButton,
321
+ .sapFShellBarSearchWrap .sapMBtn {
322
+ flex-shrink: 0;
323
+ }
324
+
325
+ .sapUiSizeCompact & {
326
+ &.sapMPageHeader .sapMIBar {
327
+ height: 3rem;
328
+ }
329
+ .sapFShellBarProfile {
330
+ height: 2rem;
331
+ }
332
+
333
+ .sapFShellBarSearch {
334
+ max-width: 27.5rem; // max width of searchField + button width
335
+
336
+ .sapMSF {
337
+ max-width: 25rem;
338
+ min-width: auto;
339
+ margin-right: 0.5rem;
340
+ }
341
+
342
+ &.sapFShellBarSearchFullWidth {
343
+ max-width: 100%;
344
+ .sapMSF {
345
+ max-width: 100%;
346
+ }
347
+ }
348
+ }
349
+ &.sapFShellBarFullSearch {
350
+ .sapFShellBarSearch,
351
+ .sapMSF {
352
+ max-width: 100%;
353
+ }
354
+ }
355
+
356
+ // Reflection: styles overwritten
357
+ .sapMBtnInner {
358
+ &.sapMBtnIconFirst:not(.sapMBtnText),
359
+ &.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText){
360
+ padding: 0;
361
+ }
362
+ &.sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
363
+ top: -0.3125rem;
364
+ right: -0.4375rem;
365
+ padding-right: 0.125rem;
366
+ line-height: normal;
367
+ position: absolute;
368
+ display: block;
369
+ }
370
+ }
371
+ }
372
+ &.sapFShellBarFullSearch {
373
+ .sapFShellBarOLHB,
374
+ .sapFShellBarORHB,
375
+ .sapFShellBarOTB {
376
+ position: static;
377
+ }
378
+ & * {
379
+ visibility: hidden;
380
+ }
381
+ .sapFShellBarSearch,
382
+ .sapFShellBarSearch * {
383
+ visibility: visible;
384
+ }
385
+ .sapFShellBarSearchWrap {
386
+ box-sizing: border-box;
387
+ padding: 0 1.25rem;
388
+ position: absolute;
389
+ align-items: center;
390
+ right: 0;
391
+ left: 0;
392
+ top: 0;
393
+ bottom: 0;
394
+ }
395
+ .sapMSF,
396
+ .sapFShellBarSearch {
397
+ max-width: 100%;
398
+ }
399
+ .sapFShellBarSearchFullWidth {
400
+ height: 100%;
401
+ min-width: 1px;
402
+ }
403
+ .sapFShellBarSearchCancelButton {
404
+ display: block;
405
+ }
406
+ }
407
+ }
408
+
409
+ .sapFShellBar.sapFShellBarSizeExtraLargeDesktop {
410
+ .sapFShellBarSearch {
411
+ max-width: 35rem; // max width of searchField + button width
412
+ width: 100%;
413
+ flex-grow: 1;
414
+ flex-shrink: 1;
415
+ box-sizing: border-box;
416
+ position: absolute;
417
+ left: ~"calc(50% - @{_sap_f_ShellBar_SearchHalfMaxWidth})";
418
+
419
+ .sapMSF {
420
+ max-width: 35rem;
421
+ min-width: auto;
422
+ }
423
+ }
424
+
425
+ &.sapFShellBarWithSearch {
426
+ .sapFShellBarORHB {
427
+ width: 50%;
428
+ padding-left: ~"calc(@{_sap_f_ShellBar_SearchHalfMaxWidth} + 0.5rem)";
429
+ }
430
+ .sapFShellBarOLHB {
431
+ width: 50%;
432
+ padding-right: ~"calc(@{_sap_f_ShellBar_SearchHalfMaxWidth} + 0.5rem)";
433
+
434
+ }
435
+ }
436
+ }
437
+ .sapFButtonNotifications[data-notifications],
438
+ .sapFShellBarOverflowButton[data-notifications] {
439
+ overflow: visible;
440
+ &:after
441
+ {
442
+ content: attr(data-notifications);
443
+ position: absolute;
444
+ top: 0.125rem;
445
+ right: -0.125rem;
446
+
447
+ box-sizing: border-box;
448
+ padding: 0 0.3125rem;
449
+ border-radius: 1.125rem;
450
+ height: 1.125rem;
451
+ max-width: 3.75rem;
452
+
453
+ line-height: 1.125rem;
454
+ font-size: 0.6875rem;
455
+ font-family: @sapUiFontFamily;
456
+
457
+ background-color: @sapUiContentBadgeBackground;
458
+ border-color: @sapUiContentBadgeBackground;
459
+ color: @sapUiShellTextColor;
460
+
461
+ text-overflow: ellipsis;
462
+ overflow: hidden;
463
+
464
+ }
465
+ }
466
+
467
+ .sapFShellBarSearchOverflowToolbar {
468
+ max-width: 100%;
469
+ width: 100%;
470
+
471
+ .sapMBtnContent {
472
+ text-align: left;
473
+ }
474
+ }
475
+
476
+ .sapFButtonNotifications ~ .sapFShellBarOverflowButton,
477
+ .sapFButtonNotifications[data-notifications=""],
478
+ .sapFShellBarOverflowButton[data-notifications=""] {
479
+ &:after {
480
+ display: none;
481
+ }
482
+ }
483
+
484
+ .sapFShellBar:not(.sapFShellBarNotifications) {
485
+ .sapFShellBarOverflowButton[data-notifications]:after {
486
+ display: none;
487
+ }
488
+ }
489
+
490
+ .sapFShellBarTitleCollapsed {
491
+ &>span {
492
+ display: none;
493
+ }
494
+
495
+ }