@openui5/themelib_sap_horizon 1.102.2 → 1.104.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 (144) hide show
  1. package/.reuse/dep5 +17 -0
  2. package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
  3. package/THIRDPARTY.txt +35 -2
  4. package/package.json +18 -18
  5. package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
  6. package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
  7. package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
  8. package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -1
  10. package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
  11. package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
  12. package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
  13. package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
  14. package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
  15. package/src/sap/m/themes/sap_horizon/Button.less +5 -6
  16. package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
  17. package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
  18. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
  19. package/src/sap/m/themes/sap_horizon/Label.less +4 -0
  20. package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
  21. package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
  22. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
  23. package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
  24. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
  25. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
  26. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +30 -0
  27. package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
  28. package/src/sap/m/themes/sap_horizon/Slider.less +23 -4
  29. package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
  30. package/src/sap/m/themes/sap_horizon/Text.less +1 -0
  31. package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
  32. package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
  33. package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
  34. package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -6
  35. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
  36. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
  37. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
  38. package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
  39. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
  40. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +15 -2
  41. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
  42. package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
  43. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
  44. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +30 -0
  45. package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
  46. package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
  47. package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
  48. package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
  49. package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
  50. package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
  52. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
  53. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
  54. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
  55. package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
  56. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
  57. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
  58. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
  59. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
  60. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +33 -0
  61. package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
  62. package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
  64. package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +2 -3
  65. package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
  66. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
  67. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
  68. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
  69. package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
  70. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
  71. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
  72. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
  73. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
  74. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +33 -0
  75. package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
  76. package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
  77. package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
  78. package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +2 -3
  79. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
  80. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
  81. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
  82. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
  83. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
  84. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
  85. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
  86. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
  87. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  88. package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
  89. package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
  90. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  91. package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
  92. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  93. package/src/sap/ui/core/themes/sap_horizon/shared.less +15 -0
  94. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  95. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
  96. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
  97. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  98. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
  99. package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +15 -0
  100. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  101. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
  102. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
  103. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  104. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
  105. package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +20 -0
  106. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  107. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
  108. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
  109. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
  110. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
  111. package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +20 -0
  112. package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
  113. package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
  114. package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
  115. package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
  116. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
  117. package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
  118. package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
  119. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
  120. package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
  121. package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
  122. package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
  123. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
  124. package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
  125. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
  126. package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
  127. package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
  128. package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
  129. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
  130. package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
  131. package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
  132. package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
  133. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
  134. package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
  135. package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
  136. package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
  137. package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
  138. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
  139. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
  140. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
  141. package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
  142. package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
  143. package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
  144. package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
@@ -7,24 +7,37 @@
7
7
  /* button */
8
8
  /* ----------------------------- */
9
9
 
10
- .sapMActionSelectPicker .sapMBtn {
11
- .sapMBtnInner {
10
+ html.sap-desktop .sapMActionSelectPicker .sapMBtn {
11
+ .sapMBtnInner {
12
12
  border-top: 1px solid @sapUiListBorderColor;
13
13
  border-bottom: 0;
14
14
  border-left: 0;
15
15
  border-right: 0;
16
16
  height: 2.5rem;
17
- }
17
+ }
18
18
 
19
- .sapMBtnContent {
19
+ .sapMBtnContent {
20
20
  line-height: 2.4375rem;
21
- }
21
+ }
22
22
  }
23
23
 
24
- .sapMActionSelectPicker .sapMBtn .sapMBtnInner {
24
+ html.sap-desktop .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent .sapMBtn .sapMBtnInner {
25
25
  border-radius: 0;
26
26
  }
27
27
 
28
+ html.sap-phone .sapMActionSelectPicker .sapMBtn .sapMBtnInner {
29
+ border: none;
30
+ }
31
+
32
+ html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn {
33
+ border: 1px solid @sapUiListBorderColor;
34
+ border-bottom: none;
35
+ }
36
+
37
+ html.sap-phone .sapMActionSelectPicker .sapUiSimpleFixFlexFlexContent > .sapMBtn ~ .sapMBtn {
38
+ border: 1px solid @sapUiListBorderColor;
39
+ }
40
+
28
41
  /* override standard buttons inside the action select */
29
42
 
30
43
  .sapMActionSelectPicker .sapMBtnDefault {
@@ -44,9 +57,9 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
44
57
  background: @sapUiListHoverBackground;
45
58
  }
46
59
 
47
- /* ======================================================================== */
48
- /* CSS for control sap.m/ActionSelect Fiori 3 theme compact/condensed sizes */
49
- /* ======================================================================== */
60
+ /* ================================================================================ */
61
+ /* CSS for control sap.m/ActionSelect Evening Horizon theme compact/condensed sizes */
62
+ /* ================================================================================ */
50
63
 
51
64
  /* ----------------------------- */
52
65
  /* button */
@@ -58,7 +71,7 @@ html.sap-desktop .sapMActionSelectPicker .sapMBtn:not(.sapMBtnDisabled) .sapMBtn
58
71
  padding: 0;
59
72
  }
60
73
 
61
- .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
74
+ html.sap-desktop .sapUiSizeCompact.sapMActionSelectPicker .sapMBtnInner {
62
75
  height: 2rem;
63
76
  border-radius: 0;
64
77
  border: 0;
@@ -99,7 +99,7 @@ span.sapMBtnInner.sapMBtnEmphasized {
99
99
  }
100
100
 
101
101
  .sapMBtnInner.sapMBtnText {
102
- font-family: @sapFontBoldFamily;
102
+ font-family: @sapUiFontSemiboldDuplexFamily;
103
103
  padding-left: 0.5625rem;
104
104
  padding-right: 0.5625rem;
105
105
  }
@@ -203,12 +203,11 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnNeutral.sapMFocusable:not(.sapMBadgeIn
203
203
  background-color: @sapUiButtonLiteBackground;
204
204
  }
205
205
 
206
- .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent) {
207
- &.sapMBtnDefault {
206
+ .sapMIBar .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault,
207
+ .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive) > .sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack {
208
+ color: @sapUiButtonLiteTextColor;
209
+ .sapUiIcon {
208
210
  color: @sapUiButtonLiteTextColor;
209
- .sapUiIcon {
210
- color: @sapUiButtonLiteTextColor;
211
- }
212
211
  }
213
212
  }
214
213
 
@@ -5,108 +5,126 @@
5
5
 
6
6
  @sapMGenericTagBorderWidth: 0.375rem;
7
7
  @sapMGenericTagIconPaddingRight: 0.375rem;
8
- @sapMGenericTagPaddingLeft: 0.375rem;
8
+ @sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
9
9
 
10
- .sapMGenericTag {
11
- .sapMGenericTagWrap {
12
- padding: 0 0 0 @sapMGenericTagPaddingLeft;
13
- border-radius: @sapUiButtonBorderCornerRadius;
14
- border-left-width: @sapMGenericTagBorderWidth;
10
+ .sapMGenericTagWrap {
11
+ box-shadow: @sapUiContentShadow0;
12
+ border-radius: @sapUiButtonBorderCornerRadius;
13
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
14
+ background-color: @sapUiNeutralBG;
15
+ border: none;
16
+ padding: 0 0.375rem 0 0.75rem;
15
17
 
16
- .sapMGenericTagText {
17
- margin-right: 0.375rem;
18
- }
18
+ .sapMGenericTagWarning & {
19
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
20
+ background-color: @sapUiWarningBG;
19
21
 
20
- .sapMGenericTagValue {
21
- margin-left: 0.75rem;
22
- margin-right: 0.375rem;
23
- padding-left: 0;
22
+ .sapMGenericTagIcon {
23
+ color: @sapUiCriticalElement;
24
24
  }
25
25
 
26
- .sapMGenericTagErrorIcon {
27
- margin-right: 0.375rem;
26
+ .sapMGenericTagValue {
27
+ color: @sapUiCriticalText;
28
28
  }
29
29
  }
30
- }
31
30
 
32
- .sapMGenericTagWrap {
33
31
  .sapMGenericTagError & {
34
- border-color: @sapUiNegativeElement;
32
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
33
+ background-color: @sapUiErrorBG;
35
34
 
36
35
  .sapMGenericTagIcon {
37
36
  color: @sapUiNegativeElement;
38
37
  }
39
- }
40
-
41
- .sapMGenericTagWarning & {
42
- border-color: @sapUiCriticalElement;
43
38
 
44
- .sapMGenericTagIcon {
45
- color: @sapUiCriticalElement;
39
+ .sapMGenericTagValue {
40
+ color: @sapNegativeTextColor;
46
41
  }
47
42
  }
48
43
 
49
44
  .sapMGenericTagSuccess & {
50
- border-color: @sapUiPositiveElement;
45
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
46
+ background-color: @sapUiSuccessBG;
51
47
 
52
48
  .sapMGenericTagIcon {
53
49
  color: @sapUiPositiveElement;
54
50
  }
51
+
52
+ .sapMGenericTagValue {
53
+ color: @sapUiPositiveText;
54
+ }
55
55
  }
56
56
 
57
57
  .sapMGenericTagInformation & {
58
- border-color: @sapUiInformativeElement;
58
+ background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
59
+ background-color: @sapUiInformationBG;
59
60
 
60
61
  .sapMGenericTagIcon {
61
62
  color: @sapUiInformativeElement;
62
63
  }
63
- }
64
64
 
65
- .sapMGenericTagNone & {
66
- border-color: @sapUiNeutralElement;
67
-
68
- .sapMGenericTagIcon {
69
- color: @sapUiNeutralElement;
65
+ .sapMGenericTagValue {
66
+ color: @sapUiInformativeText;
70
67
  }
71
68
  }
72
69
 
73
70
  &:hover {
74
- background:@sapUiListHoverBackground;
71
+ background-color: @sapUiListHoverBackground;
72
+ box-shadow: @sapUiContentShadow0;
73
+
74
+ .sapMGenericTagText,
75
+ .sapMGenericTagValue,
76
+ .sapMGenericTagIcon,
77
+ .sapMObjectNumberText,
78
+ .sapMObjectNumberUnit,
79
+ .sapMGenericTagErrorIcon {
80
+ text-shadow: none;
81
+ }
75
82
  }
76
83
 
77
- .sapMGenericTagActive & {
78
- background: @sapUiListActiveBackground;
84
+ .sapMGenericTagText {
85
+ color: @sapUiListTextColor;
86
+ text-shadow: @sapUiContentTextShadow;
87
+ }
79
88
 
80
- .sapMGenericTagIcon {
89
+ .sapMGenericTagValue {
90
+ text-shadow: @sapUiContentTextShadow;
91
+ }
92
+
93
+ .sapMGenericTagErrorIcon {
94
+ color: @sapUiNegativeElement;
95
+ }
96
+
97
+ .sapMGenericTagActive & {
98
+ background-color: @sapUiListActiveBackground;
99
+
100
+ .sapMGenericTagText,
101
+ .sapMGenericTagValue,
102
+ .sapMGenericTagIcon,
103
+ .sapMObjectNumberText,
104
+ .sapMObjectNumberUnit,
105
+ .sapMGenericTagErrorIcon {
81
106
  color: @sapUiListActiveTextColor;
107
+ text-shadow: none;
82
108
  }
83
109
  }
84
110
  }
85
111
 
86
- html.sap-desktop .sapMGenericTag {
87
- &:before {
88
- display: none;
89
- }
112
+ html.sap-desktop .sapMGenericTag:focus {
113
+ position: relative;
90
114
  &:after {
91
- display: none;
115
+ position: absolute;
116
+ content: " ";
117
+ inset: 0;
118
+ border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
119
+ border-radius: @sapUiButtonBorderCornerRadius;
92
120
  }
93
- }
94
121
 
95
- html.sap-desktop .sapMGenericTag:focus .sapMGenericTagWrap {
96
- box-shadow: 0 0 0 0.125rem @sapUiContentFocusColor;
97
- }
98
-
99
- .sapUiSizeCozy {
100
- .sapMGenericTag {
101
- margin: 0.5625rem 0;
102
-
103
- .sapMGenericTagWrap {
104
- height: 1.625rem;
105
- }
122
+ .sapMGenericTagWrap {
123
+ box-shadow: none;
106
124
  }
125
+
107
126
  }
108
127
 
109
- html.sap-phone .sapMGenericTag {
110
- margin-top: 0.5625rem ;
111
- margin-bottom: 0.5625rem ;
128
+ .sapUiSizeCozy .sapMGenericTag {
129
+ margin: 0.5625rem 0;
112
130
  }
@@ -5,8 +5,8 @@
5
5
 
6
6
  .sapMGT.sapMGTBackgroundImage {
7
7
  .sapMGTContent {
8
- border-bottom-left-radius: @sapElement_BorderCornerRadius;
9
- border-bottom-right-radius: @sapElement_BorderCornerRadius;
8
+ border-bottom-left-radius: @sapTile_BorderCornerRadius;
9
+ border-bottom-right-radius: @sapTile_BorderCornerRadius;
10
10
  }
11
11
  }
12
12
 
@@ -14,6 +14,32 @@
14
14
  color: @sapUiContentContrastTextColor;
15
15
  }
16
16
 
17
+ .sapMGT.sapMGTScopeActions.sapMGTBackgroundImage, .sapMGT.sapMGTScopeSingleActions.sapMGTBackgroundImage {
18
+ .sapMGTContent {
19
+ &:before {
20
+ border-radius: @sapTile_BorderCornerRadius;
21
+ }
22
+ }
23
+ }
24
+
25
+ .sapMGT.sapMGTScopeActions:not(.sapMGTStateLoading){
26
+ .sapMTileCntContent{
27
+ &:after{
28
+ opacity: 0.4;
29
+ background-color: @sapTile_Background;
30
+
31
+ }
32
+ }
33
+ }
34
+
35
+ .sapMGT.sapMGTScopeActions.OneByHalf:not(.sapMGTStateLoading),.sapMGT.sapMGTScopeActions.TwoByHalf:not(.sapMGTStateLoading){
36
+ .sapMTileCntContent{
37
+ &:after{
38
+ top: -0.3125rem;
39
+ }
40
+ }
41
+ }
42
+
17
43
  /************************ LINE MODE LIST VIEW ********************/
18
44
 
19
45
  .sapMGT.sapMGTLineMode {
@@ -23,10 +49,18 @@
23
49
 
24
50
  .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
25
51
  &:not(.sapMGTLineModePress):hover {
26
- background: @sapUiTileHoverBackground;
52
+ background: @sapTile_Hover_Background;
53
+ box-shadow: @sapContent_Shadow2;
27
54
  }
28
55
  }
29
56
 
57
+ html.sap-desktop .sapMGT.sapMGTLineMode:active{
58
+ background-color: @sapTile_Active_Background;
59
+ outline: 0.125rem solid @sapContent_FocusColor !important;
60
+ outline-offset: -0.125rem;
61
+ border: none;
62
+ }
63
+
30
64
  .sapMGT.sapMGTLineMode:not(.sapMGTDisabled).sapMGTLineModePress {
31
65
  background: fade(@sapUiShellHoverBackground, 12);
32
66
  }
@@ -58,6 +92,16 @@
58
92
  }
59
93
  }
60
94
 
95
+ .sapMGT.sapMGTScopeActions .sapMGTRemoveButton, .sapMGT.sapMGTScopeSingleAction .sapMGTRemoveButton{
96
+ .sapMBtnInner, .sapMBtnActive.sapMBtnInner{
97
+ border-color: @sapButton_BorderColor;
98
+ background-color: @sapButton_Background;
99
+ }
100
+ .sapMBtnIcon {
101
+ color: @sapButton_TextColor;
102
+ }
103
+ }
104
+
61
105
  .sapMGTLineMode .sapMGTLineModeHelpContainer:not(:last-child) {
62
106
  -webkit-mask-image: linear-gradient(to right, #FFF ~"calc(100% - 1.5rem)", transparent);
63
107
 
@@ -226,6 +270,28 @@ html.sap-desktop .sapMGTLineModePress .sapMGTFocusDiv {
226
270
  border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
227
271
  }
228
272
 
273
+ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus
274
+ {
275
+ .sapMGTFocusDiv{
276
+ border: none;
277
+ }
278
+ }
279
+
280
+ html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
281
+ {
282
+ .sapMGTFocusDiv{
283
+ border: none;
284
+ }
285
+ }
286
+
287
+ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
288
+ {
289
+ .sapMGTFocusDiv{
290
+ border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
291
+ border-radius: @sapTile_BorderCornerRadius;
292
+ }
293
+ }
294
+
229
295
  html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
230
296
  html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
231
297
  &:after {
@@ -244,8 +310,18 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
244
310
  }
245
311
 
246
312
  .sapMGT {
247
- border-radius: @sapElement_BorderCornerRadius;
313
+ border-radius: @sapTile_BorderCornerRadius;
248
314
  border-color: @sapTile_BorderColor;
315
+ box-shadow: @sapContent_Shadow0;
316
+ .sapMGTContent{
317
+ border-radius: 0 0 @sapTile_BorderCornerRadius @sapTile_BorderCornerRadius;
318
+ }
319
+ }
320
+
321
+ .sapMGT.tileWithAppInfo {
322
+ .sapMGTContent{
323
+ border-radius: 0;
324
+ }
249
325
  }
250
326
 
251
327
  .sapUshellSection {
@@ -269,6 +345,10 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
269
345
  width: 19rem;
270
346
  }
271
347
 
348
+ .sapMTileSmallPhone .sapMTileCntContent{
349
+ height: 3.438rem;
350
+ }
351
+
272
352
  .sapMGT.TwoByHalf {
273
353
  width: 22.5rem;
274
354
  }
@@ -284,19 +364,35 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
284
364
 
285
365
  .sapMGT.sapMGTLineMode {
286
366
  border: 1px solid @sapTile_BorderColor !important;
287
- border-radius: @sapElement_BorderCornerRadius !important;
367
+ border-radius: @sapTile_BorderCornerRadius !important;
288
368
  box-shadow: @sapContent_Shadow0 !important;
289
369
  }
290
370
 
371
+ .sapMGT.sapMGTLineMode.sapMGTInfoRendered {
372
+ border: transparent !important;
373
+ .sapMGTTInfoWrapper{
374
+ border-radius: 0 @sapTile_BorderCornerRadius @sapTile_BorderCornerRadius 0 !important;
375
+ }
376
+ }
377
+
378
+ .sapMGT.sapMGTLineMode.sapMGTInfoRendered:focus {
379
+ .sapMGTFocusDiv{
380
+ inset: 0;
381
+ }
382
+ }
383
+
384
+ .sap-desktop .sapMGT.sapMGTLineMode.sapMGTInfoRendered:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
385
+ border: transparent !important;
386
+ }
387
+
291
388
  .sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
292
389
  background: @sapTile_Hover_Background;
293
390
  border: 1px solid @sapTile_BorderColor !important;
294
- box-shadow: @sapContent_Shadow1 !important;
391
+ box-shadow: @sapContent_Shadow2 !important;
295
392
  }
296
393
 
297
394
  html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
298
- border: 1px solid @sapTile_BorderColor !important;
299
- box-shadow: @sapContent_Shadow1 !important;
395
+ box-shadow: @sapContent_Shadow2 !important;
300
396
  }
301
397
 
302
398
  html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
@@ -314,13 +410,48 @@ html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:f
314
410
  box-shadow: inset 0 0 0 0.063rem @sapContent_ContrastFocusColor, 0 0 0 @sapContent_FocusWidth @sapContent_FocusColor;
315
411
  }
316
412
 
413
+ html.sap-desktop .sapMGT:active{
414
+ background-color: @sapTile_Active_Background;
415
+ border: 0.0625rem solid @sapTile_Interactive_BorderColor;
416
+ &.sapMGTIconMode{
417
+ outline: 0.0625rem solid @sapTile_Interactive_BorderColor;
418
+ border: none;
419
+ }
420
+ &.sapMGTNewsContent{
421
+ overflow: hidden;
422
+ }
423
+ .sapMGTFocusDiv{
424
+ box-shadow: none;
425
+ border: none !important;
426
+ }
427
+ }
428
+
429
+ html.sap-desktop .sapMGT:focus .sapMGTFocusDiv{
430
+ border: 0.125rem solid @sapContent_FocusColor;
431
+ border-radius: @sapTile_BorderCornerRadius;
432
+ box-shadow: none;
433
+ inset: -1px;
434
+ }
435
+
436
+ html.sap-desktop .sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv{
437
+ inset: 0;
438
+ }
439
+
440
+ .sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
441
+ .sapMGTMoreIcon{
442
+ .sapMBtnIcon{
443
+ color: @sapButton_Lite_TextColor;
444
+ }
445
+ }
446
+ }
447
+
317
448
  html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
318
449
  border: none;
319
450
  border-radius: @sapElement_BorderCornerRadius;
320
451
  }
321
452
 
322
453
  .sapMGTLineMode .sapMGTFocusDiv {
323
- border-radius: 10px !important;
454
+ border-radius: 16px !important;
324
455
  top: 0;
325
456
  right: 0;
326
457
  bottom: 0;
@@ -367,4 +498,11 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
367
498
  .sapMGTFocusDiv {
368
499
  border-radius: 1.25rem !important;
369
500
  }
501
+ }
502
+
503
+ .sapMGT.OneByOne,.sapMGT.TwoByOne{
504
+ .sapMTileCnt.News {
505
+ border-bottom-left-radius: 0.87rem;
506
+ border-bottom-right-radius: 0.87rem;
507
+ }
370
508
  }
@@ -15,4 +15,20 @@
15
15
 
16
16
  .sapMHdrCntrBGTranslucent {
17
17
  background-color: @_sap_m_HeaderContainer_TranslucentBackground;
18
+ }
19
+
20
+ .sapMHdrCntrBtnIcon{
21
+ color: @sapContent_NonInteractiveIconColor;
22
+ }
23
+
24
+ .sapMHrdrCntrDvdrs.Horizontal .sapMHrdrCntrInner::after {
25
+ border-left: 1px solid @sapList_BorderColor;
26
+ }
27
+
28
+ .sapMHrdrCntrDvdrs.Vertical .sapMHrdrCntrInner::after {
29
+ border-top: 1px solid @sapList_BorderColor;
30
+ }
31
+
32
+ .sapMHdrCntrBGTransparent {
33
+ background-color: transparent;
18
34
  }
@@ -5,4 +5,8 @@
5
5
 
6
6
  .sapMTB-Info-CTX > .sapMLabel {
7
7
  font-style: italic;
8
+
9
+ & > .sapMLabelTextWrapper{
10
+ padding-right: 5px;
11
+ }
8
12
  }
@@ -6,8 +6,6 @@
6
6
  @_sap_m_ListItemBase_ListTextShadowColor: none;
7
7
  @_sap_m_ListItemBase_DeleteIcon: decline;
8
8
  @_sap_m_ListItemBase_ButtonMarginTop: 0;
9
- @_sap_m_ListItemBase_SelectionControlWidth: 2.75rem;
10
- @_sap_m_ListItemBase_SelectionControlHeight: 2.75rem;
11
9
 
12
10
  .sapMLIBCounter {
13
11
  text-shadow: @_sap_m_ListItemBase_ListTextShadowColor;
@@ -14,12 +14,25 @@
14
14
  .sapMTileCnt.News {
15
15
  .sapMNwC {
16
16
  .sapMNwCSbh {
17
- color: @_sap_m_NewsContent_SubHeaderTextColor;
17
+ color: @sapTile_OverlayForegroundColor;
18
18
  line-height: normal;
19
+ font-size: @sapFontSize;
19
20
  }
20
21
  .sapMNwCCTxt .sapMText, .sapMNwCCTxt .sapMFT {
21
- color: @_sap_m_NewsContent_HeaderTextColor;
22
+ font-size: @sapFontSize;
22
23
  line-height: normal;
24
+ font-weight: bold;
25
+ color: @sapTile_OverlayForegroundColor;
26
+ }
27
+ }
28
+ }
29
+ .sapMTileSmallPhone{
30
+ .sapMTileCnt.News{
31
+ .sapMTileCntContent{
32
+ height: 3.25rem;
33
+ .sapMFT{
34
+ font-size: 0.75rem;
35
+ }
23
36
  }
24
37
  }
25
38
  }
@@ -3,11 +3,6 @@
3
3
  /* Evening Horizon theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMObjectNumberLarge .sapMObjectNumberText,
7
- .sapMObjectNumberLarge .sapMObjectNumberUnit {
8
- font-size: 1.5rem;
9
- }
10
-
11
6
  .sapMObjectNumberInverted .sapMObjectNumberText,
12
7
  .sapMObjectNumberInverted .sapMObjectNumberUnit {
13
8
  text-shadow: @sapUiContentContrastTextShadow;
@@ -126,6 +126,10 @@
126
126
  .sapMPopover {
127
127
  border-radius: @sapUiPopoverBorderCornerRadius;
128
128
 
129
+ .sapMPopoverCont {
130
+ padding: 0.0625rem;
131
+ }
132
+
129
133
  &.sapMPopoverWithoutBar .sapMPopoverCont,
130
134
  .sapMIBar.sapMHeader-CTX {
131
135
  border-top-right-radius: @sapUiPopoverBorderCornerRadius;
@@ -203,4 +203,11 @@
203
203
  top: -1.3125rem;
204
204
  right: -0.0675rem;
205
205
  }
206
+ }
207
+
208
+ /* Compact and Condensed */
209
+ .sapUiSizeCondensed .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly),
210
+ .sapUiSizeCompact .sapUiTableDataCell .sapMPI:not(.sapMPIDisplayOnly) {
211
+ padding: 0.4375rem 0;
212
+ margin: 0;
206
213
  }
@@ -54,4 +54,34 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
54
54
 
55
55
  .sapMRIIconSel, .sapMRIIconUnsel {
56
56
  text-shadow: @sapContent_TextShadow;
57
+ }
58
+
59
+ /* As font-size is set as an inline style, we need to override it for horizon only using important */
60
+ .sapMRINoCustomIconSize {
61
+ &.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
62
+ &.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
63
+ &.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
64
+ font-size: 1.125rem !important;
65
+ }
66
+ }
67
+
68
+ .sapUiSizeCompact .sapMRINoCustomIconSize {
69
+ &.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
70
+ &.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
71
+ &.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
72
+ &.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
73
+ &.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
74
+ &.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
75
+ font-size: .75rem !important;
76
+ }
77
+
78
+ & .sapUiIcon,
79
+ & .sapUiIcon {
80
+ font-size: 1rem !important;
81
+ }
82
+
83
+ & .sapMRISel,
84
+ & .sapMRIUnselWrapper {
85
+ height: 100%;
86
+ }
57
87
  }