@openui5/themelib_sap_horizon 1.131.1 → 1.132.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 (184) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +5 -12
  4. package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
  5. package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
  7. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
  8. package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
  9. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
  10. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
  13. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
  14. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
  15. package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
  16. package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
  17. package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
  18. package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
  19. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
  20. package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
  21. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
  22. package/src/sap/m/themes/sap_horizon/Page.less +39 -13
  23. package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
  24. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
  25. package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
  26. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
  27. package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
  28. package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
  29. package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
  30. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
  31. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
  32. package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
  33. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
  34. package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
  35. package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
  36. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
  37. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
  38. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
  40. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
  41. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
  42. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
  43. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
  44. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
  45. package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
  46. package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
  47. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
  48. package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
  49. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
  50. package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
  52. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
  53. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
  54. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
  55. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
  56. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
  57. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
  58. package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
  60. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
  61. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  62. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
  64. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
  65. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
  66. package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
  67. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
  68. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
  69. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
  70. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
  71. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
  72. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
  73. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
  74. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
  75. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
  76. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
  77. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
  78. package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
  79. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
  80. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
  81. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
  83. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
  84. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
  85. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
  86. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
  87. package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
  88. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
  89. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
  90. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
  91. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
  92. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
  93. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
  94. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
  95. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
  96. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
  97. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
  98. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
  99. package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
  100. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
  101. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
  102. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  104. package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
  105. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
  106. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  107. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
  108. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
  110. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  111. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
  112. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  113. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  114. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  115. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  116. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  117. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  118. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
  123. package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
  124. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  125. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  126. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
  127. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
  128. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  130. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
  131. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
  132. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
  135. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
  136. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  137. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  138. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  139. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  140. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  141. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  142. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  143. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  145. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  146. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  147. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  148. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
  149. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
  150. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  151. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  152. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  153. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  154. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  155. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  156. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  157. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  158. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  159. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  161. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  162. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  163. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  164. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  165. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  166. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  167. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  168. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  169. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  170. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  171. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  172. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  173. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  174. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  175. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  176. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  177. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  178. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  179. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  180. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  181. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  182. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  183. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  184. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -47,57 +47,71 @@
47
47
  &.sapMBtn {
48
48
  padding: 0.125rem 0;
49
49
  min-width: 2.5rem;
50
- }
51
50
 
52
- &.sapMBtn .sapMBtnTransparent,
53
- &.sapMBtn .sapMBtnDefault,
54
- &.sapMBtn .sapMBtnBack,
55
- &.sapMBtn .sapMBtnUp {
56
- color: @sapUiContentIconColor;
57
- background-color: @sapUiButtonLiteBackground;
58
- height: 2.5rem;
59
-
60
- .sapUiIcon {
61
- color: @sapUiContentIconColor;
62
- line-height: 2.5rem;
51
+ .sapMBtnInner::after,
52
+ .sapMBtnIcon {
53
+ background: transparent;
54
+ color: @sapUiShellInteractiveTextColor;
63
55
  }
64
-
65
56
  .sapMBtnContent {
66
- line-height: 2.5rem;
57
+ background: transparent;
58
+ color: @sapUiShellTextColor;
67
59
  }
68
- }
69
60
 
70
- &.sapMBtn:focus .sapMBtnTransparent.sapMFocusable,
71
- &.sapMBtn:focus .sapMBtnEmphasized.sapMFocusable,
72
- &.sapMBtn:focus .sapMBtnDefault.sapMFocusable,
73
- &.sapMBtn:focus .sapMBtnBack.sapMFocusable,
74
- &.sapMBtn:focus .sapMBtnUp.sapMFocusable {
75
- &::before {
76
- outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
77
- border: none !important;
61
+ &:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnActive {
62
+ background: @sapUiShellActiveBackground;
63
+ border-color: @sapUiShellActiveBackground;
78
64
  }
79
- }
80
-
81
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
82
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnDefault,
83
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnBack,
84
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnUp {
85
- background: @sapUiButtonLiteHoverBackground;
86
- color: @sapUiContentIconColor;
87
- box-shadow: none;
88
- }
89
-
90
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnTransparent,
91
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnDefault,
92
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnBack,
93
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnUp {
94
- background: @sapUiActive;
95
- color: @sapUiContentIconColor;
96
- box-shadow: none;
97
- }
65
+ .sapMToggleBtnPressed:not(.sapMBtnDisabled) {
66
+ background-color: @sapUiShellHoverBackground;
67
+ .sapMBtnIcon {
68
+ color: @sapUiShellActiveTextColor;
69
+ }
70
+ }
71
+ &:hover:not(.sapMBtnDisabled) {
72
+ .sapMToggleBtnPressed:not(.sapMBtnActive), .sapMToggleBtnPressed:not(.sapMBtnDisabled):hover {
73
+ background-color: @sapUiShellHoverBackground;
74
+ .sapMBtnIcon {
75
+ color: @sapUiShellActiveTextColor;
76
+ }
77
+ }
78
+ >span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
79
+ &:not(.sapMBtnActive) {
80
+ background: @sapUiShellHoverBackground;
81
+ border: 1px solid @sapUiButtonLiteHoverBorderColor;
82
+ }
83
+ &.sapMBtnActive {
84
+ background: @sapUiShellActiveBackground;
85
+ color: @sapUiShellActiveTextColor;
86
+ border: 1px solid @sapUiButtonLiteActiveBorderColor;
87
+
88
+ .sapMBtnContent bdi {
89
+ color: @sapUiShellActiveTextColor;
90
+ }
91
+ }
92
+ &.sapMBtnActive:after,
93
+ &.sapMBtnActive >.sapMBtnIcon {
94
+ color: @sapUiShellActiveTextColor;
95
+ }
96
+ &:after,
97
+ >.sapMBtnIcon {
98
+ color: @sapUiShellInteractiveTextColor;
99
+ }
100
+ >.sapMBtnContent,
101
+ >.sapMBtnContent bdi
102
+ {
103
+ color: @sapUiShellTextColor;
104
+ }
105
+ }
98
106
 
99
- &.sapMBtn:hover:not(.sapMBtnDisabled) > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized) .sapUiIcon {
100
- color: @sapUiContentIconColor;
107
+ &:active {
108
+ >.sapMBtnContent,
109
+ >.sapMBtnInner,
110
+ >.sapMBtnIcon {
111
+ color: @sapUiShellTextColor;
112
+ }
113
+ }
114
+ }
101
115
  }
102
116
  }
103
117
  }
@@ -136,10 +150,13 @@
136
150
  }
137
151
  }
138
152
  }
153
+
154
+ .sapMSF {
155
+ padding: 0 0;
156
+ }
139
157
  }
140
158
  }
141
159
 
142
-
143
160
  // ==========================================================================
144
161
  // sap.m.Text, sap.m.Title and sap.m.Label overriding
145
162
  // ==========================================================================
@@ -147,9 +164,10 @@
147
164
  .sapTntToolHeader {
148
165
  .sapMTitle {
149
166
  text-shadow: none;
150
- font-family: @sapUiFontBlackFamily;
151
- font-size: 1.125rem;
167
+ font-family: @sapFontSemiboldFamily;
168
+ font-size: @sapFontHeader5Size;
152
169
  line-height: 1.625rem;
170
+ color: @sapUiShellSubBrandTextColor;
153
171
  }
154
172
 
155
173
  .sapMText,
@@ -161,7 +179,7 @@
161
179
  &.sapMIBar.sapMTB .sapMBarChild.sapMText,
162
180
  &.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
163
181
  margin-top: 2px; // to align the text/label with the title
164
- margin-left: 0.75rem;
182
+ margin-left: 0.5rem;
165
183
  }
166
184
  }
167
185
 
@@ -180,7 +198,7 @@
180
198
 
181
199
  .sapTntToolHeader {
182
200
  .sapMSF {
183
- height: 2.5rem;
201
+ height: 2.25rem;
184
202
  padding-top: 0px;
185
203
 
186
204
  &:not(.sapMSFVal) .sapMSFS {
@@ -193,15 +211,16 @@
193
211
  }
194
212
 
195
213
  .sapMSF .sapMSFF {
196
- border-radius: 2rem;
197
- height: 2.5rem;
214
+ border-radius: 1.125rem;
215
+ height: 2.25rem;
198
216
  border: @_sap_tnt_ToolHeader_SF_Border;
217
+ background-color: @sapUiShellInteractiveBackground;
199
218
  }
200
219
 
201
220
  .sapMSFB {
202
221
  width: 2rem;
203
222
  height: 2rem;
204
- margin-top: 0.1875rem;
223
+ margin-top: 0.05rem;
205
224
  display: flex;
206
225
  align-items: center;
207
226
  justify-content: center;
@@ -212,25 +231,6 @@
212
231
  box-shadow: none;
213
232
  }
214
233
 
215
- .sapMSFSSI {
216
- display: inline;
217
- }
218
-
219
- .sapMSFF .sapMSFSSI:before {
220
- content: "\e00d";
221
- display: block;
222
- font-style: normal;
223
- width: 1rem;
224
- height: 1rem;
225
- font-family: 'SAP-icons';
226
- margin-right: 0.375rem;
227
- margin-top: 0.6875rem;
228
- }
229
-
230
- .sapMSFS::after {
231
- content: "\e1ed";
232
- }
233
-
234
234
  .sapMSFR::after,
235
235
  .sapMSFS::after {
236
236
  display: block;
@@ -265,8 +265,9 @@
265
265
 
266
266
  .sapMSFS:hover::after,
267
267
  .sapMSFR:hover::after {
268
- background: @sapUiHover;
268
+ background: @sapUiShellHoverBackground;
269
269
  color: @sapUiContentIconColor;
270
+ border: 1px solid @sapUiButtonLiteHoverBorderColor;
270
271
  }
271
272
 
272
273
  .sapMSFB.sapMSFR:not(:last-child):hover {
@@ -319,10 +320,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
319
320
  .sapMSFS {
320
321
  margin-right: 0.125rem;
321
322
  }
322
-
323
- .sapMSFF .sapMSFSSI:before {
324
- margin-top: 0.4375rem;
325
- }
326
323
  }
327
324
  }
328
325
 
@@ -349,7 +346,7 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
349
346
  &.sapMIBar.sapMTB {
350
347
  .sapMBarChild.sapMImg:first-child,
351
348
  .sapMBarChild.sapMBtn + .sapMBarChild.sapMImg:first-of-type {
352
- margin-left: 0.75rem;
349
+ margin-left: 0.5rem;
353
350
  }
354
351
  }
355
352
 
@@ -358,4 +355,14 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
358
355
  outline-offset: 0.125rem;
359
356
  border-radius: 0.25rem;
360
357
  }
358
+ }
359
+
360
+ // ==========================================================================
361
+ // sap.m.Avatar overriding
362
+ // ==========================================================================
363
+
364
+ .sapTntToolHeader {
365
+ .sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled) {
366
+ border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
367
+ }
361
368
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -47,57 +47,71 @@
47
47
  &.sapMBtn {
48
48
  padding: 0.125rem 0;
49
49
  min-width: 2.5rem;
50
- }
51
50
 
52
- &.sapMBtn .sapMBtnTransparent,
53
- &.sapMBtn .sapMBtnDefault,
54
- &.sapMBtn .sapMBtnBack,
55
- &.sapMBtn .sapMBtnUp {
56
- color: @sapUiContentIconColor;
57
- background-color: @sapUiButtonLiteBackground;
58
- height: 2.5rem;
59
-
60
- .sapUiIcon {
61
- color: @sapUiContentIconColor;
62
- line-height: 2.5rem;
51
+ .sapMBtnInner::after,
52
+ .sapMBtnIcon {
53
+ background: transparent;
54
+ color: @sapUiShellInteractiveTextColor;
63
55
  }
64
-
65
56
  .sapMBtnContent {
66
- line-height: 2.5rem;
57
+ background: transparent;
58
+ color: @sapUiShellTextColor;
67
59
  }
68
- }
69
60
 
70
- &.sapMBtn:focus .sapMBtnTransparent.sapMFocusable,
71
- &.sapMBtn:focus .sapMBtnEmphasized.sapMFocusable,
72
- &.sapMBtn:focus .sapMBtnDefault.sapMFocusable,
73
- &.sapMBtn:focus .sapMBtnBack.sapMFocusable,
74
- &.sapMBtn:focus .sapMBtnUp.sapMFocusable {
75
- &::before {
76
- outline: @sapUiContentFocusStyle @sapUiContentFocusWidth @sapUiContentFocusColor;
77
- border: none !important;
61
+ &:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnActive {
62
+ background: @sapUiShellActiveBackground;
63
+ border-color: @sapUiShellActiveBackground;
78
64
  }
79
- }
80
-
81
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnTransparent,
82
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnDefault,
83
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnBack,
84
- &.sapMBtn:hover:not(.sapMBtnDisabled) .sapMBtnUp {
85
- background: @sapUiButtonLiteHoverBackground;
86
- color: @sapUiContentIconColor;
87
- box-shadow: none;
88
- }
89
-
90
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnTransparent,
91
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnDefault,
92
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnBack,
93
- &.sapMBtn:active:not(.sapMBtnDisabled) .sapMBtnUp {
94
- background: @sapUiActive;
95
- color: @sapUiContentIconColor;
96
- box-shadow: none;
97
- }
65
+ .sapMToggleBtnPressed:not(.sapMBtnDisabled) {
66
+ background-color: @sapUiShellHoverBackground;
67
+ .sapMBtnIcon {
68
+ color: @sapUiShellActiveTextColor;
69
+ }
70
+ }
71
+ &:hover:not(.sapMBtnDisabled) {
72
+ .sapMToggleBtnPressed:not(.sapMBtnActive), .sapMToggleBtnPressed:not(.sapMBtnDisabled):hover {
73
+ background-color: @sapUiShellHoverBackground;
74
+ .sapMBtnIcon {
75
+ color: @sapUiShellActiveTextColor;
76
+ }
77
+ }
78
+ >span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
79
+ &:not(.sapMBtnActive) {
80
+ background: @sapUiShellHoverBackground;
81
+ border: 1px solid @sapUiButtonLiteHoverBorderColor;
82
+ }
83
+ &.sapMBtnActive {
84
+ background: @sapUiShellActiveBackground;
85
+ color: @sapUiShellActiveTextColor;
86
+ border: 1px solid @sapUiButtonLiteActiveBorderColor;
87
+
88
+ .sapMBtnContent bdi {
89
+ color: @sapUiShellActiveTextColor;
90
+ }
91
+ }
92
+ &.sapMBtnActive:after,
93
+ &.sapMBtnActive >.sapMBtnIcon {
94
+ color: @sapUiShellActiveTextColor;
95
+ }
96
+ &:after,
97
+ >.sapMBtnIcon {
98
+ color: @sapUiShellInteractiveTextColor;
99
+ }
100
+ >.sapMBtnContent,
101
+ >.sapMBtnContent bdi
102
+ {
103
+ color: @sapUiShellTextColor;
104
+ }
105
+ }
98
106
 
99
- &.sapMBtn:hover:not(.sapMBtnDisabled) > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnEmphasized) .sapUiIcon {
100
- color: @sapUiContentIconColor;
107
+ &:active {
108
+ >.sapMBtnContent,
109
+ >.sapMBtnInner,
110
+ >.sapMBtnIcon {
111
+ color: @sapUiShellTextColor;
112
+ }
113
+ }
114
+ }
101
115
  }
102
116
  }
103
117
  }
@@ -136,6 +150,10 @@
136
150
  }
137
151
  }
138
152
  }
153
+
154
+ .sapMSF {
155
+ padding: 0 0;
156
+ }
139
157
  }
140
158
  }
141
159
 
@@ -146,9 +164,10 @@
146
164
  .sapTntToolHeader {
147
165
  .sapMTitle {
148
166
  text-shadow: none;
149
- font-family: @sapUiFontBlackFamily;
150
- font-size: 1.125rem;
167
+ font-family: @sapFontSemiboldFamily;
168
+ font-size: @sapFontHeader5Size;
151
169
  line-height: 1.625rem;
170
+ color: @sapUiShellSubBrandTextColor;
152
171
  }
153
172
 
154
173
  .sapMText,
@@ -160,7 +179,7 @@
160
179
  &.sapMIBar.sapMTB .sapMBarChild.sapMText,
161
180
  &.sapMIBar.sapMTB .sapMBarChild.sapMLabel {
162
181
  margin-top: 2px; // to align the text/label with the title
163
- margin-left: 0.75rem;
182
+ margin-left: 0.5rem;
164
183
  }
165
184
  }
166
185
 
@@ -179,7 +198,7 @@
179
198
 
180
199
  .sapTntToolHeader {
181
200
  .sapMSF {
182
- height: 2.5rem;
201
+ height: 2.25rem;
183
202
  padding-top: 0px;
184
203
 
185
204
  &:not(.sapMSFVal) .sapMSFS {
@@ -192,15 +211,16 @@
192
211
  }
193
212
 
194
213
  .sapMSF .sapMSFF {
195
- border-radius: 2rem;
196
- height: 2.5rem;
214
+ border-radius: 1.125rem;
215
+ height: 2.25rem;
197
216
  border: @_sap_tnt_ToolHeader_SF_Border;
217
+ background-color: @sapUiShellInteractiveBackground;
198
218
  }
199
219
 
200
220
  .sapMSFB {
201
221
  width: 2rem;
202
222
  height: 2rem;
203
- margin-top: 0.1875rem;
223
+ margin-top: 0.05rem;
204
224
  display: flex;
205
225
  align-items: center;
206
226
  justify-content: center;
@@ -211,25 +231,6 @@
211
231
  box-shadow: none;
212
232
  }
213
233
 
214
- .sapMSFSSI {
215
- display: inline;
216
- }
217
-
218
- .sapMSFF .sapMSFSSI:before {
219
- content: "\e00d";
220
- display: block;
221
- font-style: normal;
222
- width: 1rem;
223
- height: 1rem;
224
- font-family: 'SAP-icons';
225
- margin-right: 0.375rem;
226
- margin-top: 0.6875rem;
227
- }
228
-
229
- .sapMSFS::after {
230
- content: "\e1ed";
231
- }
232
-
233
234
  .sapMSFR::after,
234
235
  .sapMSFS::after {
235
236
  display: block;
@@ -264,8 +265,9 @@
264
265
 
265
266
  .sapMSFS:hover::after,
266
267
  .sapMSFR:hover::after {
267
- background: @sapUiHover;
268
+ background: @sapUiShellHoverBackground;
268
269
  color: @sapUiContentIconColor;
270
+ border: 1px solid @sapUiButtonLiteHoverBorderColor;
269
271
  }
270
272
 
271
273
  .sapMSFB.sapMSFR:not(:last-child):hover {
@@ -318,10 +320,6 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
318
320
  .sapMSFS {
319
321
  margin-right: 0.125rem;
320
322
  }
321
-
322
- .sapMSFF .sapMSFSSI:before {
323
- margin-top: 0.4375rem;
324
- }
325
323
  }
326
324
  }
327
325
 
@@ -348,7 +346,7 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
348
346
  &.sapMIBar.sapMTB {
349
347
  .sapMBarChild.sapMImg:first-child,
350
348
  .sapMBarChild.sapMBtn + .sapMBarChild.sapMImg:first-of-type {
351
- margin-left: 0.75rem;
349
+ margin-left: 0.5rem;
352
350
  }
353
351
  }
354
352
 
@@ -357,4 +355,14 @@ html.sap-desktop .sapTntToolHeader .sapMSF:not(.sapMSFDisabled) {
357
355
  outline-offset: 0.125rem;
358
356
  border-radius: 0.25rem;
359
357
  }
358
+ }
359
+
360
+ // ==========================================================================
361
+ // sap.m.Avatar overriding
362
+ // ==========================================================================
363
+
364
+ .sapTntToolHeader {
365
+ .sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled) {
366
+ border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
367
+ }
360
368
  }
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * OpenUI5
3
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
3
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
4
4
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.
5
5
  */
6
6
 
@@ -4,9 +4,9 @@
4
4
  <name>sap_horizon</name>
5
5
  <vendor>SAP SE</vendor>
6
6
  <copyright>OpenUI5
7
- * (c) Copyright 2009-2024 SAP SE or an SAP affiliate company.
7
+ * (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
8
8
  * Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
9
- <version>1.131.1</version>
9
+ <version>1.132.1</version>
10
10
 
11
11
  <documentation>SAPUI5 Horizon theme library.</documentation>
12
12