@openui5/sap.tnt 1.136.1 → 1.138.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 (72) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +1 -25
  3. package/package.json +3 -3
  4. package/src/sap/tnt/.library +1 -1
  5. package/src/sap/tnt/InfoLabel.js +1 -1
  6. package/src/sap/tnt/NavigationList.js +90 -80
  7. package/src/sap/tnt/NavigationListGroup.js +15 -22
  8. package/src/sap/tnt/NavigationListItem.js +36 -45
  9. package/src/sap/tnt/NavigationListItemBase.js +109 -65
  10. package/src/sap/tnt/NavigationListMenuItem.js +52 -157
  11. package/src/sap/tnt/NavigationListMenuItemRenderer.js +121 -0
  12. package/src/sap/tnt/NavigationListRenderer.js +7 -1
  13. package/src/sap/tnt/SideNavigation.js +32 -6
  14. package/src/sap/tnt/ToolHeader.js +1 -1
  15. package/src/sap/tnt/ToolHeaderUtilitySeparator.js +1 -1
  16. package/src/sap/tnt/ToolPage.js +1 -1
  17. package/src/sap/tnt/library.js +2 -2
  18. package/src/sap/tnt/messagebundle.properties +14 -2
  19. package/src/sap/tnt/messagebundle_ar.properties +8 -0
  20. package/src/sap/tnt/messagebundle_bg.properties +8 -0
  21. package/src/sap/tnt/messagebundle_ca.properties +8 -0
  22. package/src/sap/tnt/messagebundle_cnr.properties +8 -0
  23. package/src/sap/tnt/messagebundle_cs.properties +8 -0
  24. package/src/sap/tnt/messagebundle_cy.properties +8 -0
  25. package/src/sap/tnt/messagebundle_da.properties +8 -0
  26. package/src/sap/tnt/messagebundle_de.properties +8 -0
  27. package/src/sap/tnt/messagebundle_el.properties +8 -0
  28. package/src/sap/tnt/messagebundle_en.properties +8 -0
  29. package/src/sap/tnt/messagebundle_en_GB.properties +8 -0
  30. package/src/sap/tnt/messagebundle_en_US_saprigi.properties +8 -0
  31. package/src/sap/tnt/messagebundle_es.properties +8 -0
  32. package/src/sap/tnt/messagebundle_es_MX.properties +8 -0
  33. package/src/sap/tnt/messagebundle_et.properties +8 -0
  34. package/src/sap/tnt/messagebundle_fi.properties +8 -0
  35. package/src/sap/tnt/messagebundle_fr.properties +8 -0
  36. package/src/sap/tnt/messagebundle_fr_CA.properties +8 -0
  37. package/src/sap/tnt/messagebundle_hi.properties +8 -0
  38. package/src/sap/tnt/messagebundle_hr.properties +8 -0
  39. package/src/sap/tnt/messagebundle_hu.properties +8 -0
  40. package/src/sap/tnt/messagebundle_id.properties +8 -0
  41. package/src/sap/tnt/messagebundle_it.properties +8 -0
  42. package/src/sap/tnt/messagebundle_iw.properties +8 -0
  43. package/src/sap/tnt/messagebundle_ja.properties +8 -0
  44. package/src/sap/tnt/messagebundle_kk.properties +8 -0
  45. package/src/sap/tnt/messagebundle_ko.properties +8 -0
  46. package/src/sap/tnt/messagebundle_lt.properties +8 -0
  47. package/src/sap/tnt/messagebundle_lv.properties +8 -0
  48. package/src/sap/tnt/messagebundle_mk.properties +10 -2
  49. package/src/sap/tnt/messagebundle_ms.properties +8 -0
  50. package/src/sap/tnt/messagebundle_nl.properties +8 -0
  51. package/src/sap/tnt/messagebundle_no.properties +8 -0
  52. package/src/sap/tnt/messagebundle_pl.properties +8 -0
  53. package/src/sap/tnt/messagebundle_pt.properties +8 -0
  54. package/src/sap/tnt/messagebundle_pt_PT.properties +8 -0
  55. package/src/sap/tnt/messagebundle_ro.properties +8 -0
  56. package/src/sap/tnt/messagebundle_ru.properties +8 -0
  57. package/src/sap/tnt/messagebundle_sh.properties +8 -0
  58. package/src/sap/tnt/messagebundle_sk.properties +8 -0
  59. package/src/sap/tnt/messagebundle_sl.properties +8 -0
  60. package/src/sap/tnt/messagebundle_sr.properties +8 -0
  61. package/src/sap/tnt/messagebundle_sv.properties +8 -0
  62. package/src/sap/tnt/messagebundle_th.properties +8 -0
  63. package/src/sap/tnt/messagebundle_tr.properties +8 -0
  64. package/src/sap/tnt/messagebundle_uk.properties +8 -0
  65. package/src/sap/tnt/messagebundle_vi.properties +8 -0
  66. package/src/sap/tnt/messagebundle_zh_CN.properties +8 -0
  67. package/src/sap/tnt/messagebundle_zh_TW.properties +8 -0
  68. package/src/sap/tnt/themes/base/NavigationList.less +51 -48
  69. package/src/sap/tnt/themes/base/fonts/SAP-icons-TNT.json +9 -1
  70. package/src/sap/tnt/themes/base/fonts/SAP-icons-TNT.woff2 +0 -0
  71. package/src/sap/tnt/themes/base/fonts/horizon/SAP-icons-TNT.woff2 +0 -0
  72. package/src/sap/tnt/themes/sap_hcb/base_NavigationList.less +52 -87
@@ -14,6 +14,14 @@ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=\u5BFC\u822A\u5217\u8868\u83DC\u53
14
14
 
15
15
  NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=\u5BFC\u822A\u5217\u8868\u6811
16
16
 
17
+ SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL=\u4E3B\u5BFC\u822A\u83DC\u5355
18
+
19
+ SIDE_NAVIGATION_FIXED_LIST_LABEL=\u9875\u811A\u5BFC\u822A\u83DC\u5355
20
+
17
21
  NAVIGATION_LIST_DIALOG_TITLE=\u5BFC\u822A
18
22
 
19
23
  NAVIGATION_LIST_NAVIGATION_OVERFLOW=\u66F4\u591A\u9879\u76EE
24
+
25
+ NAVIGATION_LIST_OVERFLOW_ITEM_LABEL=\u663E\u793A\u5176\u4F59\u5BFC\u822A\u9879\u76EE
26
+
27
+ NAVIGATION_LIST_EXTERNAL_LINK_DESCRIPTION=\u5728\u65B0\u7A97\u53E3\u4E2D\u6253\u5F00\u94FE\u63A5
@@ -14,6 +14,14 @@ NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_MENUBAR=\u700F\u89BD\u6E05\u55AE\u529F\u80
14
14
 
15
15
  NAVIGATION_LIST_ITEM_ROLE_DESCRIPTION_TREE=\u700F\u89BD\u6E05\u55AE\u6A39\u72C0\u7D50\u69CB
16
16
 
17
+ SIDE_NAVIGATION_FLEXIBLE_LIST_LABEL=\u4E3B\u8981\u700F\u89BD\u529F\u80FD\u8868
18
+
19
+ SIDE_NAVIGATION_FIXED_LIST_LABEL=\u9801\u5C3E\u700F\u89BD\u529F\u80FD\u8868
20
+
17
21
  NAVIGATION_LIST_DIALOG_TITLE=\u700F\u89BD
18
22
 
19
23
  NAVIGATION_LIST_NAVIGATION_OVERFLOW=\u5176\u4ED6\u9805\u76EE
24
+
25
+ NAVIGATION_LIST_OVERFLOW_ITEM_LABEL=\u986F\u793A\u5269\u9918\u700F\u89BD\u9805\u76EE
26
+
27
+ NAVIGATION_LIST_EXTERNAL_LINK_DESCRIPTION=\u5728\u65B0\u8996\u7A97\u4E2D\u958B\u555F\u9023\u7D50
@@ -20,6 +20,7 @@
20
20
  @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.1875rem;
21
21
  @_sap_tnt_NavigationList_ItemTransition: none;
22
22
  @_sap_tnt_NavigationList_ItemTextFontFamily: var(--sapFontFamily);
23
+ @_sap_tnt_NavigationList_ParentItemTextFontFamily: var(--sapFontSemiboldDuplexFamily);
23
24
  @_sap_tnt_NavigationList_NoIconsGroupPadding: 1rem;
24
25
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 1rem;
25
26
  @_sap_tnt_NavigationList_ItemFocusBorderOffset: 1px;
@@ -101,7 +102,7 @@
101
102
  flex-direction: column-reverse;
102
103
  }
103
104
 
104
- .sapUiIcon > .sapUiIconTitle {
105
+ .sapTntNLI .sapUiIcon > .sapUiIconTitle {
105
106
  padding-inline-end: @_sap_tnt_NavigationList_PaddingInlineEnd;
106
107
  padding-block: @_sap_tnt_NavigationList_ArrowPadding;
107
108
  top: -@_sap_tnt_NavigationList_ArrowPadding;
@@ -140,10 +141,10 @@
140
141
 
141
142
  &.sapTntNLIDisabled {
142
143
  cursor: default;
143
- opacity: @sapUiContentDisabledOpacity;
144
144
 
145
145
  span {
146
146
  cursor: default;
147
+ opacity: @sapUiContentDisabledOpacity;
147
148
  }
148
149
  }
149
150
 
@@ -304,7 +305,7 @@
304
305
  }
305
306
 
306
307
  .sapTntNL .sapTntNLIExpandIcon,
307
- .sapUiMnuItmSbMnu.sapTntNLIExpandIcon,
308
+ .sapMMenuItemSubMenu.sapTntNLIExpandIcon,
308
309
  .sapTntNLIExternalLinkIcon {
309
310
  min-width: @_sap_tnt_NavigationList_ExpandIconWidth;
310
311
  margin-right: @_sap_tnt_NavigationList_ExpandIconMarginRight;
@@ -338,7 +339,7 @@
338
339
  }
339
340
 
340
341
  .sapTntNLIFirstLevel .sapTntNLIText {
341
- font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
342
+ font-family: @_sap_tnt_NavigationList_ParentItemTextFontFamily;
342
343
  }
343
344
 
344
345
  .sapTntNLCollapsed {
@@ -594,32 +595,28 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
594
595
  }
595
596
  }
596
597
 
597
- .sapTntNLMenu.sapUiMnu {
598
-
599
- &:not(.sapUiSubmenu) {
598
+ .sapTntNLMenu.sapMMenu {
599
+ &:not(.sapMSubmenu) .sapMMenuList {
600
600
  padding: @_sap_tnt_NavigationList_PopupPadding;
601
601
  }
602
602
 
603
- .sapUiMnuItmSbMnu:empty {
603
+ .sapMMenuItemSubMenu:empty {
604
604
  min-width: initial;
605
605
  padding-inline-end: initial;
606
606
  }
607
607
 
608
608
  // parent menu
609
- &:not(.sapUiSubmenu) .sapUiMnuLst .sapUiMnuItm {
610
- font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
611
-
612
- .sapUiMnuItmIco {
613
- position: relative !important;
614
- width: auto;
609
+ &:not(.sapMSubmenu) .sapMMenuList .sapMMenuItem {
610
+ font-family: @_sap_tnt_NavigationList_ParentItemTextFontFamily;
615
611
 
612
+ .sapMMenuItemIcon {
616
613
  .sapUiIcon {
617
614
  color: @_sap_tnt_NavigationList_IconColor;
618
615
  display: block;
619
616
  }
620
617
  }
621
618
 
622
- .sapUiMnuItmSbMnu {
619
+ .sapMMenuItemSubMenu {
623
620
  position: static; // default one
624
621
  display: flex;
625
622
  align-items: center;
@@ -642,12 +639,8 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
642
639
  }
643
640
  }
644
641
 
645
- .sapUiMnuItmR {
646
- display: none;
647
- }
648
-
649
- &.sapUiMnuItmSubMnuOpen,
650
- &.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
642
+ &.sapMMenuItemSubMenuOpen,
643
+ &.sapMMenuItemSubMenuOpen:hover {
651
644
  border-bottom: none;
652
645
  background-color: @sapUiListHoverBackground;
653
646
 
@@ -661,8 +654,8 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
661
654
  }
662
655
  }
663
656
 
664
- .sapUiMnuLst {
665
- li.sapUiMnuItm {
657
+ .sapMMenuList {
658
+ li.sapMMenuItem {
666
659
  display: flex;
667
660
  align-items: center;
668
661
  height: @_sap_tnt_NavigationList_ItemHeight;
@@ -671,11 +664,7 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
671
664
  transition: @_sap_tnt_NavigationList_ItemTransition;
672
665
  font-size: @sapMFontMediumSize;
673
666
 
674
- .sapUiMnuItmL {
675
- display: none;
676
- }
677
-
678
- .sapUiMnuItmTxt {
667
+ .sapMMenuItemText {
679
668
  display: flex;
680
669
  align-items: center;
681
670
  margin: 0 !important;
@@ -688,8 +677,6 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
688
677
  outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
689
678
  }
690
679
 
691
- outline-offset: 0;
692
-
693
680
  &:not(:last-child) {
694
681
  margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup;
695
682
  border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
@@ -703,30 +690,45 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
703
690
  .sapTntNLIExternalLinkIcon {
704
691
  margin-right: 0;
705
692
  }
693
+
694
+ .sapMMenuItemIcon {
695
+ color: @_sap_tnt_NavigationList_IconColor;
696
+ }
697
+
698
+ .sapTntNLIExpandIcon {
699
+ color: @_sap_tnt_NavigationList_ExpandIconColor;
700
+ }
701
+
702
+ .sapMMenuItemText {
703
+ color: @sapUiListTextColor;
704
+ }
705
+
706
+ &.sapMMenuItemDisabled {
707
+ .sapMMenuItemIcon,
708
+ .sapMMenuItemText,
709
+ .sapTntNLIExpandIcon,
710
+ .sapTntNLIExternalLinkIcon {
711
+ opacity: @sapUiContentDisabledOpacity;
712
+ }
713
+ }
706
714
  }
707
715
  }
708
716
 
709
- .sapUiMnuItmIco {
717
+ .sapMMenuItemIcon {
710
718
  min-width: 1rem;
711
719
  max-width: 1rem;
712
720
  padding-inline-end: 0.5rem;
713
721
  }
714
722
  }
715
723
 
716
- .sapTntNLMenu.sapUiMnu.sapUiSubmenu {
724
+ .sapTntNLMenu.sapMMenu.sapMSubmenu {
717
725
  padding: 0.5rem;
718
726
 
719
- .sapUiMnuLst .sapUiMnuItm {
727
+ .sapMMenuList .sapMMenuItem {
720
728
  padding-inline: 1rem;
721
729
 
722
- .sapUiMnuItmIco {
723
- position: relative !important;
724
- width: auto;
725
-
726
- .sapUiIcon {
727
- color: @_sap_tnt_NavigationList_IconColor;
728
- display: block;
729
- }
730
+ .sapMMenuItemIcon {
731
+ display: none;
730
732
  }
731
733
 
732
734
  .sapTntNLIExtLinkOverflowIcon {
@@ -735,18 +737,15 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
735
737
  font-size: 0.875rem;
736
738
  pointer-events: all;
737
739
  outline: none;
738
- -webkit-user-select: none; /* Chrome all / Safari all */
739
- -moz-user-select: none; /* Firefox all */
740
- user-select: none;
741
740
  }
742
741
  }
743
742
  }
744
743
 
745
- .sapTntNLPopup .sapTntNLISecondLevel .sapMText{
744
+ .sapTntNLPopup .sapTntNLISecondLevel .sapMText {
746
745
  padding-left: 0;
747
746
  }
748
747
 
749
- .sapUiMnuItmExternalLink a{
748
+ .sapTntNavMenuItemExternalLink a {
750
749
  min-width: 100%;
751
750
  height: 100%;
752
751
  text-decoration: none;
@@ -762,7 +761,7 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
762
761
  /* Compact size */
763
762
  .sapUiSizeCompact {
764
763
 
765
- .sapUiIcon > .sapUiIconTitle {
764
+ .sapTntNLI .sapUiIcon > .sapUiIconTitle {
766
765
  padding-block: @_sap_tnt_NavigationList_ArrowPaddingCompact;
767
766
  top: -@_sap_tnt_NavigationList_ArrowPaddingCompact;
768
767
  }
@@ -771,11 +770,15 @@ html[dir=rtl] .sapTntNLISelected:not(.sapTntNLIDisabled) {
771
770
  min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMargin;
772
771
  }
773
772
 
774
- .sapTntNLMenu.sapUiMnu li.sapUiMnuItm,
773
+ .sapTntNLMenu.sapMMenu li.sapMMenuItem,
775
774
  .sapTntNLI {
776
775
  height: @_sap_tnt_NavigationList_ItemHeightCompact;
777
776
  }
778
777
 
778
+ .sapTntNLMenu.sapMMenu .sapUiIcon {
779
+ line-height: @_sap_tnt_NavigationList_ItemHeightCompact;
780
+ }
781
+
779
782
  .sapTntNLPopup .sapTntNLISecondLevel .sapMText {
780
783
  padding: 0 0.5rem;
781
784
  }
@@ -267,6 +267,14 @@
267
267
  "build-code": "0xe10F",
268
268
  "business-application-studio": "0xe110",
269
269
  "clone-from-git": "0xe111",
270
- "business-accelerator": "0xe112"
270
+ "business-accelerator": "0xe112",
271
+ "add-project": "0xe115",
272
+ "add-issue": "0xe116",
273
+ "service-estimator": "0xe114",
274
+ "ai-feature-estimator": "0xe113",
275
+ "refine-test-data": "0xe11A",
276
+ "navigate-source-code": "0xe119",
277
+ "clean-up": "0xe118",
278
+ "sap-fiori-tools": "0xe117"
271
279
  }
272
280
  }
@@ -18,7 +18,10 @@
18
18
  @_sap_tnt_NavigationList_LastItemBorderStyleColor: none;
19
19
  @_sap_tnt_NavigationList_ItemBorderRadius: 0;
20
20
  @_sap_tnt_NavigationList_ItemBottomMargin: 0;
21
+ @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
21
22
  @_sap_tnt_NavigationList_ItemBottomMarginCompact: 0;
23
+ @_sap_tnt_NavigationList_ExpandIconWidth: 2rem;
24
+ @_sap_tnt_NavigationList_ExpandIconFontSize: 0.875rem;
22
25
  @_sap_tnt_NavigationList_ItemTransition: none;
23
26
  @_sap_tnt_NavigationList_NoIconsGroupPadding: 1rem;
24
27
  @_sap_tnt_NavigationList_NoIconsNestedItemPadding: 1rem;
@@ -39,6 +42,7 @@
39
42
  @_sap_tnt_NavigationList_Padding: 0;
40
43
  @_sap_tnt_NavigationList_PaddingCompact: 0;
41
44
  @_sap_tnt_NavigationList_PopupPadding: 0;
45
+ @_sap_tnt_NavigationList_ArrowPaddingCompact: 0.3125rem;
42
46
  @_sap_tnt_NavigationList_ParentPopupBorderRadius: @sapUiPopoverBorderCornerRadius;
43
47
  @_sap_tnt_NavigationList_PopupItemPadding: 0 1rem;
44
48
  @_sap_tnt_NavigationList_PopupIconWidth: 1rem;
@@ -474,38 +478,29 @@
474
478
  }
475
479
  }
476
480
 
477
- .sapTntNLMenu.sapUiMnu {
478
- box-shadow: @_sap_tnt_NavigationList_PopupBoxShadow;
481
+ .sapTntNLMenu.sapMMenu {
479
482
 
480
- &:not(.sapUiSubmenu) {
483
+ &:not(.sapMSubmenu) {
481
484
  padding: @_sap_tnt_NavigationList_PopupPadding;
482
- border-radius: @_sap_tnt_NavigationList_ParentPopupBorderRadius;
483
- }
484
-
485
- &.sapUiSubmenu {
486
- padding: 0.5rem;
487
485
  }
488
486
 
489
- .sapUiMnuItmSbMnu:empty {
487
+ .sapMMenuItemSubMenu:empty {
490
488
  min-width: initial;
491
489
  padding-inline-end: initial;
492
490
  }
493
491
 
494
492
  // parent menu
495
- &:not(.sapUiSubmenu) .sapUiMnuLst .sapUiMnuItm {
493
+ &:not(.sapMSubmenu) .sapMMenuList .sapMMenuItem {
496
494
  font-weight: @_sap_tnt_NavigationList_GroupTextWeight;
497
495
 
498
- .sapUiMnuItmIco {
499
- position: relative !important;
500
- width: auto;
501
-
496
+ .sapMMenuItemIcon {
502
497
  .sapUiIcon {
503
498
  color: @_sap_tnt_NavigationList_IconColor;
504
499
  display: block;
505
500
  }
506
501
  }
507
502
 
508
- .sapUiMnuItmSbMnu {
503
+ .sapMMenuItemSubMenu {
509
504
  position: static; // default one
510
505
  display: flex;
511
506
  align-items: center;
@@ -514,7 +509,7 @@
514
509
  height: 100%;
515
510
  padding-inline-start: 0.5rem;
516
511
  padding-inline-end: 0;
517
- min-width: inherit;
512
+ min-width: @_sap_tnt_NavigationList_ExpandIconWidth;
518
513
  min-height: inherit;
519
514
 
520
515
  &:empty {
@@ -523,17 +518,13 @@
523
518
 
524
519
  .sapUiIconMirrorInRTL::after {
525
520
  content: "\e1ed";
526
- font-size: 0.75rem;
521
+ font-size: @_sap_tnt_NavigationList_ExpandIconFontSize;
527
522
  color: @_sap_tnt_NavigationList_IconColor;
528
523
  }
529
524
  }
530
525
 
531
- .sapUiMnuItmR {
532
- display: none;
533
- }
534
-
535
- &.sapUiMnuItmSubMnuOpen,
536
- &.sapUiMnuItmSubMnuOpen.sapUiMnuItmHov {
526
+ &.sapMMenuItemSubMenuOpen,
527
+ &.sapMMenuItemSubMenuOpen:hover {
537
528
  border-bottom: none;
538
529
  background-color: @sapUiListHoverBackground;
539
530
 
@@ -547,21 +538,17 @@
547
538
  }
548
539
  }
549
540
 
550
- .sapUiMnuLst {
551
- li.sapUiMnuItm {
541
+ .sapMMenuList {
542
+ li.sapMMenuItem {
552
543
  display: flex;
553
544
  align-items: center;
554
545
  height: @_sap_tnt_NavigationList_ItemHeight;
555
- padding-inline: 0.5rem;
546
+ padding-inline: 1rem 0.375rem;
556
547
  border-radius: @_sap_tnt_NavigationList_ItemBorderRadius;
557
548
  transition: @_sap_tnt_NavigationList_ItemTransition;
558
549
  font-size: @sapMFontMediumSize;
559
550
 
560
- .sapUiMnuItmL {
561
- display: none;
562
- }
563
-
564
- .sapUiMnuItmTxt {
551
+ .sapMMenuItemText {
565
552
  display: flex;
566
553
  align-items: center;
567
554
  margin: 0 !important;
@@ -574,54 +561,54 @@
574
561
  outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
575
562
  }
576
563
 
577
- outline-offset: 0;
578
-
579
564
  &:not(:last-child) {
580
- margin-bottom: 0.1875rem;
565
+ margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup;
581
566
  border: @_sap_tnt_NavigationList_ItemBorderStyleColor;
582
567
  border-width: @_sap_tnt_NavigationList_ItemBorderWidth;
583
568
  }
569
+
570
+ .sapTntNLIExpandIcon {
571
+ margin: 0;
572
+ }
573
+
574
+ .sapTntNLIExternalLinkIcon {
575
+ margin-right: 0;
576
+ }
584
577
  }
585
578
  }
586
579
 
587
- .sapUiMnuItmIco {
580
+ .sapMMenuItemIcon {
588
581
  min-width: 1rem;
589
582
  max-width: 1rem;
590
583
  padding-inline-end: 0.5rem;
591
584
  }
592
-
593
585
  }
594
586
 
595
- .sapTntNLMenu.sapUiMnu.sapUiSubmenu {
596
- .sapUiMnuLst {
597
- .sapUiMnuItm {
598
- .sapUiMnuItmIco {
599
- position: relative !important;
600
- width: auto;
601
- .sapUiIcon {
602
- color: @_sap_tnt_NavigationList_IconColor;
603
- display: block;
604
- }
605
- }
606
- .sapTntNLIExtLinkOverflowIcon {
607
- color: @_sap_tnt_NavigationList_ExpandIconColor;
608
- padding-left: 0.5rem;
609
- font-size: 0.875rem;
610
- pointer-events: all;
611
- outline: none;
612
- -webkit-user-select: none; /* Chrome all / Safari all */
613
- -moz-user-select: none; /* Firefox all */
614
- user-select: none;
615
- }
587
+ .sapTntNLMenu.sapMMenu.sapMSubmenu {
588
+ padding: 0.5rem;
589
+
590
+ .sapMMenuList .sapMMenuItem {
591
+ padding-inline: 1rem;
592
+
593
+ .sapMMenuItemIcon {
594
+ display: none;
595
+ }
596
+
597
+ .sapTntNLIExtLinkOverflowIcon {
598
+ color: @_sap_tnt_NavigationList_ExpandIconColor;
599
+ padding-left: 0.5rem;
600
+ font-size: 0.875rem;
601
+ pointer-events: all;
602
+ outline: none;
616
603
  }
617
604
  }
618
605
  }
619
606
 
620
- .sapTntNLPopup .sapTntNLISecondLevel .sapMText{
607
+ .sapTntNLPopup .sapTntNLISecondLevel .sapMText {
621
608
  padding-left: 0;
622
609
  }
623
610
 
624
- .sapUiMnuItmExternalLink a{
611
+ .sapTntNavMenuItemExternalLink a {
625
612
  min-width: 100%;
626
613
  height: 100%;
627
614
  text-decoration: none;
@@ -632,24 +619,21 @@
632
619
  align-items: center;
633
620
  box-sizing: border-box;
634
621
  color: @_sap_tnt_NavigationList_ExpandIconColor;
635
-
636
- .sapTntNLIExternalLinkIcon::before {
637
- margin-left: 0.8rem;
638
- }
639
622
  }
640
623
 
641
624
  /* Compact size */
642
625
  .sapUiSizeCompact {
643
626
 
644
- .sapTntNL {
645
- padding: @_sap_tnt_NavigationList_PaddingCompact;
627
+ .sapUiIcon > .sapUiIconTitle {
628
+ padding-block: @_sap_tnt_NavigationList_ArrowPaddingCompact;
629
+ top: -@_sap_tnt_NavigationList_ArrowPaddingCompact;
646
630
  }
647
631
 
648
632
  .sapTntNL.sapTntNLCollapsed li:not(.sapTntNLSeparator) {
649
- min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMarginCompact;
633
+ min-height: @_sap_tnt_NavigationList_ItemHeightCompact + @_sap_tnt_NavigationList_ItemBottomMargin;
650
634
  }
651
635
 
652
- .sapTntNLMenu.sapUiMnu li.sapUiMnuItm,
636
+ .sapTntNLMenu.sapMMenu li.sapMMenuItem,
653
637
  .sapTntNLI {
654
638
  height: @_sap_tnt_NavigationList_ItemHeightCompact;
655
639
  }
@@ -666,10 +650,6 @@
666
650
  padding: 0.5rem 0;
667
651
  }
668
652
 
669
- .sapTntNL img.sapTntNLIIcon {
670
- padding: 0.5rem 0.4375rem;
671
- }
672
-
673
653
  .sapTntNLPopup span.sapTntNLIIcon {
674
654
  width: 0.5rem;
675
655
  min-width: 0.5rem;
@@ -679,21 +659,6 @@
679
659
  padding-left: 0;
680
660
  }
681
661
 
682
- // NavigationList with icons
683
- .sapTntNL:not(.sapTntNLNoIcons) {
684
-
685
- span.sapTntNLIIcon {
686
- width: @_sap_tnt_NavigationList_GroupIconWidth;
687
- }
688
- }
689
-
690
- .sapTntNL:not(.sapTntNLPopup) {
691
- .sapTntNLI,
692
- .sapTntNLSeparator {
693
- margin-bottom: @_sap_tnt_NavigationList_ItemBottomMarginCompact;
694
- }
695
- }
696
-
697
662
  .sapTntNLCollapsed {
698
663
  .sapTntNLI:not(.sapTntNLIDisabled):not(.sapTntNLIActive):not(.sapTntNLINoHoverEffect) {
699
664
  [tabindex]:hover,
@@ -702,4 +667,4 @@
702
667
  }
703
668
  }
704
669
  }
705
- }
670
+ }