@openui5/themelib_sap_horizon 1.136.2 → 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 (80) hide show
  1. package/REUSE.toml +0 -28
  2. package/THIRDPARTY.txt +0 -24
  3. package/package.json +18 -18
  4. package/src/sap/f/themes/sap_horizon/Card.less +0 -6
  5. package/src/sap/f/themes/sap_horizon/DynamicPage.less +52 -43
  6. package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +4 -4
  7. package/src/sap/f/themes/sap_horizon/ShellBar.less +174 -118
  8. package/src/sap/f/themes/sap_horizon_dark/Card.less +0 -6
  9. package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +48 -40
  10. package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +3 -3
  11. package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +192 -130
  12. package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +48 -39
  13. package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +9 -8
  14. package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +111 -81
  15. package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +47 -40
  16. package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +8 -7
  17. package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +115 -84
  18. package/src/sap/m/themes/sap_horizon/Button.less +5 -11
  19. package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -2
  20. package/src/sap/m/themes/sap_horizon/Page.less +10 -7
  21. package/src/sap/m/themes/sap_horizon_dark/Button.less +4 -4
  22. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -2
  23. package/src/sap/m/themes/sap_horizon_dark/Page.less +9 -5
  24. package/src/sap/m/themes/sap_horizon_hcb/Button.less +1 -1
  25. package/src/sap/m/themes/sap_horizon_hcb/Menu.less +19 -10
  26. package/src/sap/m/themes/sap_horizon_hcb/Page.less +9 -7
  27. package/src/sap/m/themes/sap_horizon_hcw/Button.less +1 -1
  28. package/src/sap/m/themes/sap_horizon_hcw/Menu.less +14 -5
  29. package/src/sap/m/themes/sap_horizon_hcw/Page.less +9 -7
  30. package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -1
  31. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
  32. package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -1
  33. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
  34. package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -1
  35. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
  36. package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -1
  37. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
  38. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  39. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  40. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  41. package/src/sap/ui/core/themes/sap_horizon/global.less +4 -0
  42. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  43. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  44. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  45. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +4 -0
  46. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  47. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  48. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  49. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +4 -0
  50. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  51. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  52. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  53. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +4 -0
  54. package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +5 -5
  55. package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +5 -5
  56. package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +15 -6
  57. package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +14 -5
  58. package/src/sap/ui/mdc/themes/sap_horizon/Chart.less +5 -5
  59. package/src/sap/ui/mdc/themes/sap_horizon_dark/Chart.less +5 -5
  60. package/src/sap/ui/mdc/themes/sap_horizon_hcb/Chart.less +5 -5
  61. package/src/sap/ui/mdc/themes/sap_horizon_hcw/Chart.less +5 -5
  62. package/src/sap/ui/rta/themes/sap_horizon_hcb/ContextMenu.less +4 -4
  63. package/src/sap/ui/rta/themes/sap_horizon_hcw/ContextMenu.less +4 -4
  64. package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +1 -1
  65. package/src/sap/ui/unified/themes/sap_horizon/CalendarRow.less +0 -25
  66. package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarRow.less +0 -25
  67. package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarRow.less +0 -24
  68. package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarRow.less +0 -24
  69. package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +14 -6
  70. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +10 -5
  71. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +14 -6
  72. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +10 -5
  73. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +14 -5
  74. package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +9 -3
  75. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +14 -5
  76. package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +9 -3
  77. package/src/sap/f/themes/sap_horizon/ProductSwitchItem.less +0 -4
  78. package/src/sap/f/themes/sap_horizon_dark/ProductSwitchItem.less +0 -4
  79. package/src/sap/f/themes/sap_horizon_hcb/ProductSwitchItem.less +0 -8
  80. package/src/sap/f/themes/sap_horizon_hcw/ProductSwitchItem.less +0 -8
@@ -6,7 +6,8 @@
6
6
  .alwaysCozyOverrideByParent(~"sapFShellBar");
7
7
 
8
8
  .sapFShellBar {
9
- box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
9
+ box-shadow: inset 0 -0.0625rem 0 0 var(--sapShell_BorderColor);
10
+
10
11
  .sapFShellBarOTB {
11
12
  background-color: transparent;
12
13
  }
@@ -14,31 +15,34 @@
14
15
 
15
16
  .sapFShellBar.sapFShellBarFCLFPHeader,
16
17
  .sapMPageHeader .sapFShellBar {
17
- box-shadow: @sapUiShellShadow;
18
+ box-shadow: var(--sapShell_Shadow);
18
19
  }
19
20
 
20
21
  .sapFButtonNotifications[data-notifications],
21
22
  .sapFShellBarOverflowButton[data-notifications] {
22
- &:after {
23
- line-height: 1rem;
24
- background: @sapUiGroupContentBackground;
25
- border: solid 1px @sapUiGroupContentBorderColor;
26
- color: @sapUiContentForegroundTextColor;
27
- }
23
+
24
+ &::after {
25
+ line-height: 1rem;
26
+ background: var(--sapGroup_ContentBackground);
27
+ border: solid 1px var(--sapGroup_ContentBorderColor);
28
+ color: var(--sapContent_ForegroundTextColor);
29
+ }
28
30
  }
29
31
 
30
32
  .sapFShellBar .CPImage,
31
33
  .sapFShellBar .sapMIBar.sapMTB .CPImage {
34
+
32
35
  .color1 {
33
- stop-color: @sapUiContentIconColor;
36
+ stop-color: var(--sapContent_IconColor);
34
37
  }
38
+
35
39
  .color2 {
36
- stop-color: @sapUiContentIconColor;
40
+ stop-color: var(--sapContent_IconColor);
37
41
  }
38
42
  }
39
43
 
40
44
  html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
41
- background-color: @sapUiButtonAttentionActiveBackground;
45
+ background-color: var(--sapButton_Attention_Active_Background);
42
46
  }
43
47
 
44
48
  .sapFShellBarSizeLargeDesktop,
@@ -55,20 +59,21 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
55
59
  }
56
60
 
57
61
  .sapFShellBar {
58
- background: @sapUiShellColor;
62
+ background: var(--sapShellColor);
59
63
  height: 3.25rem;
60
- box-shadow: inset 0 -0.0625rem 0 0 @sapUiShellBorderColor;
64
+ box-shadow: inset 0 -0.0625rem 0 0 var(--sapShell_BorderColor);
61
65
 
62
66
  .sapFShellBarOTB.sapMIBar.sapMTB {
63
67
  height: 3.25rem;
64
68
  }
65
69
 
66
- // Copilot
70
+ /* Copilot */
67
71
  .CPImage,
68
72
  & .sapMIBar.sapMTB .CPImage {
69
- &:after {
73
+
74
+ &::after {
70
75
  position: absolute;
71
- content: "";
76
+ content: '';
72
77
  left: 3px;
73
78
  right: 3px;
74
79
  top: 3px;
@@ -77,41 +82,44 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
77
82
  pointer-events: none;
78
83
  border-radius: 0.5rem;
79
84
  }
85
+
80
86
  &:focus {
81
87
  border-radius: 0.5rem;
82
88
  outline: none;
83
- background-color: @sapUiShellActiveBackground;
84
- color: @sapUiShellActiveTextColor;
85
- &:after {
86
- box-shadow: @sapUiContentSelectedShadow;
89
+ background-color: var(--sapShell_Active_Background);
90
+ color: var(--sapShell_Active_TextColor);
91
+
92
+ &::after {
93
+ box-shadow: var(--sapContent_Selected_Shadow);
87
94
  }
88
95
  }
96
+
89
97
  &:hover:not(:focus) {
90
- background: @sapUiShellHoverBackground;
98
+ background: var(--sapShell_Hover_Background);
91
99
  border-radius: 0.5rem;
92
- &:after {
93
- box-shadow: @sapUiContentInteractionShadow;
100
+
101
+ &::after {
102
+ box-shadow: var(--sapContent_Interaction_Shadow);
94
103
  }
95
104
  }
96
- html[data-sap-ui-browser^="ie"] &:focus:before {
97
- border-color: @sapUiContentContrastFocusColor;
98
- }
99
105
  }
100
106
 
101
107
  &.sapMPageHeader .sapMIBar,
102
108
  .sapMIBar {
103
109
  height: 3.25rem;
104
110
  }
111
+
105
112
  .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
106
- border-color: @sapUiShellHoverBackground;
113
+ border-color: var(--sapShell_Hover_Background);
107
114
  }
115
+
108
116
  .sapMToggleBtnPressed:not(.sapMBtnDisabled),
109
117
  .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
110
- background-color: @sapUiShellActiveBackground;
111
- border-color: @sapUiShellActiveBackground;
118
+ background-color: var(--sapShell_Active_Background);
119
+ border-color: var(--sapShell_Active_Background);
112
120
  }
113
121
 
114
- // Avatar
122
+ /* Avatar */
115
123
  .sapFShellBarProfile:not(:focus):hover {
116
124
  box-shadow: 0 0 0.125rem 0 fade(@sapContent_ShadowColor, 72);
117
125
  background-color: none;
@@ -121,22 +129,22 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
121
129
  content: none;
122
130
  }
123
131
 
124
- // Mega Menu
132
+ /* Mega Menu */
125
133
  .sapFSHMegaMenu {
126
- color: @sapUiShellTextColor;
134
+ color: var(--sapShell_TextColor);
127
135
  overflow: visible;
128
- font-size: @sapMFontHeader5Size;
136
+ font-size: var(--sapFontHeader5Size);
129
137
  font-weight: bold;
130
138
 
131
139
  .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed:not(.sapMBtnActive) {
132
- background: @sapUiShellHoverBackground;
133
- box-shadow: @sapUiContentInteractionShadow;
140
+ background: var(--sapShell_Hover_Background);
141
+ box-shadow: var(--sapContent_Interaction_Shadow);
134
142
  }
135
143
 
136
144
  .sapMBtn:hover > .sapMBtnHoverable.sapMToggleBtnPressed.sapMBtnActive {
137
- background: @sapUiShellActiveBackground;
138
- color: @sapUiShellActiveTextColor;
139
- box-shadow: @sapUiContentSelectedShadow;
145
+ background: var(--sapShell_Active_Background);
146
+ color: var(--sapShell_Active_TextColor);
147
+ box-shadow: var(--sapContent_Selected_Shadow);
140
148
  }
141
149
 
142
150
  .sapMBtnInner,
@@ -147,19 +155,19 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
147
155
 
148
156
  .sapMBtnInner::after {
149
157
  content: '\e1ef';
150
- font-family: 'SAP-icons';
158
+ font-family: var(--sapContent_IconFontFamily);
151
159
  }
152
160
  }
153
161
 
154
- // Home Icon
162
+ /* Home Icon */
155
163
  .sapFShellBarHomeIcon {
156
164
  max-height: 2rem;
157
165
  padding: 0.25rem;
158
166
  overflow-clip-margin: border-box;
159
167
 
160
168
  &:hover {
161
- background: @sapUiShellHoverBackground;
162
- box-shadow: @sapUiContentInteractionShadow;
169
+ background: var(--sapShell_Hover_Background);
170
+ box-shadow: var(--sapContent_Interaction_Shadow);
163
171
  border-radius: 0.5rem;
164
172
  }
165
173
 
@@ -168,27 +176,27 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
168
176
  }
169
177
  }
170
178
 
171
- //Primary Title
179
+ /* Primary Title */
172
180
  .sapFShellBarPrimaryTitle {
173
181
  color: var(--sapShell_SubBrand_TextColor);
174
182
  }
175
183
 
176
- //Second Title
184
+ /* Second Title */
177
185
  .sapFShellBarSecondTitle {
178
- font-size: @sapMFontSmallSize;
179
- color: @sapUiShellTextColor;
186
+ font-size: var(--sapFontSmallSize);
187
+ color: var(--sapShell_TextColor);
180
188
  text-overflow: ellipsis;
181
189
  }
182
190
 
183
- // Search
191
+ /* Search */
184
192
  .sapFShellBarSearch {
185
- max-width: 35rem; // max width of searchField + button width
193
+ max-width: 35rem; /* max width of searchField + button width */
186
194
 
187
195
  .sapMSF {
188
196
  max-width: 35rem;
189
197
  }
190
198
 
191
- // Reflection: styles overwritten
199
+ /* Reflection: styles overwritten */
192
200
  .sapMBtn {
193
201
  padding: 0;
194
202
  margin-left: 0.25rem;
@@ -197,10 +205,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
197
205
  }
198
206
 
199
207
  .sapMSFVal + .sapMBtn .sapMBtnInner {
200
- background-color: @sapUiShellActiveBackground;
208
+ background-color: var(--sapShell_Active_Background);
201
209
 
202
210
  .sapMBtnIcon {
203
- color: @sapUiShellInteractiveTextColor;
211
+ color: var(--sapShell_InteractiveTextColor);
204
212
  }
205
213
  }
206
214
  }
@@ -228,17 +236,18 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
228
236
 
229
237
  .sapFShellBarSearchWrap {
230
238
  position: relative;
239
+
231
240
  .sapMSFF {
232
241
  background: @sapUiUx3ShellHeaderColor;
233
- border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
242
+ border: 0.0625rem solid var(--sapShell_InteractiveBorderColor);
234
243
  border-radius: 0;
235
- color: @sapUiShellInteractiveTextColor;
244
+ color: var(--sapShell_InteractiveTextColor);
236
245
  height: 2.25rem;
237
246
  font-weight: normal;
238
247
 
239
- // Clear icon
248
+ /* Clear icon */
240
249
  .sapMSFB {
241
- border: 1px solid transparent; // prevent jumping when hovering
250
+ border: 1px solid transparent; /* prevent jumping when hovering */
242
251
  width: 2.125rem;
243
252
  height: 2.125rem;
244
253
  line-height: 2.125rem;
@@ -252,19 +261,19 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
252
261
 
253
262
  .sapMSFB:hover {
254
263
  box-shadow: none;
255
- border: 0.0625rem solid @sapUiButtonLiteHoverBorderColor;
264
+ border: 0.0625rem solid var(--sapButton_Lite_Hover_BorderColor);
256
265
  border-radius: 0;
257
266
  height: 2.125rem;
258
- color: @sapUiShellInteractiveTextColor;
267
+ color: var(--sapShell_InteractiveTextColor);
259
268
  }
260
269
 
261
270
  .sapMSFB:active,
262
271
  .sapMSFB.sapMSFBA {
263
- background: @sapUiShellActiveBackground;
264
- border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
272
+ background: var(--sapShell_Active_Background);
273
+ border: 0.0625rem solid var(--sapShell_InteractiveBorderColor);
265
274
  box-shadow: none;
266
275
  border-radius: 0;
267
- color: @sapUiShellActiveTextColor;
276
+ color: var(--sapShell_Active_TextColor);
268
277
  }
269
278
  }
270
279
 
@@ -278,32 +287,34 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
278
287
  }
279
288
 
280
289
  .sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
281
- background-color: @sapUiShellHoverBackground;
282
- box-shadow: @sapUiContentInteractionShadow;
283
- border-bottom: 1px solid @sapUiFieldHoverBorderColor;
290
+ background-color: var(--sapShell_Hover_Background);
291
+ box-shadow: var(--sapContent_Interaction_Shadow);
292
+ border-bottom: 1px solid var(--sapField_Hover_BorderColor);
284
293
  }
285
294
 
286
295
  .sapMBtn .sapMBtnInner {
287
- border: 0.0625rem solid @sapUiShellInteractiveBorderColor;
296
+ border: 0.0625rem solid var(--sapShell_InteractiveBorderColor);
288
297
  border-radius: 0;
289
- color: @sapUiShellInteractiveTextColor;
298
+ color: var(--sapShell_InteractiveTextColor);
290
299
  }
291
300
 
292
301
  .sapMSFI {
293
- color: @sapUiFieldPlaceholderTextColor;
302
+ color: var(--sapField_PlaceholderTextColor);
294
303
  font-weight: italic;
295
304
  }
296
305
  }
297
306
  }
298
307
 
299
- // Overriding styles comming from other controls
300
- html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
308
+ /* Overriding styles comming from other controls */
309
+ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
301
310
  border-radius: 1.125rem;
302
311
  }
303
312
 
304
- // Resets of sizes for "Compact" mode - controls should remain in cozy mode
313
+ /* Resets of sizes for "Compact" mode - controls should remain in cozy mode */
305
314
  .alwaysCozyOverrideByParent(@controlClass) {
315
+
306
316
  .sapUiSizeCompact {
317
+
307
318
  .@{controlClass} {
308
319
  height: 3.25rem;
309
320
 
@@ -312,15 +323,16 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
312
323
  height: 3.25rem;
313
324
  }
314
325
 
315
- // Reflection: styles overwritten
316
- // sap.m.MegaMenu
326
+ /* Reflection: styles overwritten
327
+ sap.m.MegaMenu */
317
328
  .sapFSHMegaMenu {
318
329
  height: 2.75rem;
319
330
  }
320
- // sap.m.Button
331
+
332
+ /* sap.m.Button */
321
333
  .sapMBtn {
322
334
  height: 2.75rem;
323
- padding: 0.250rem 0;
335
+ padding: 0.25rem 0;
324
336
  }
325
337
 
326
338
  .sapMBtnInner {
@@ -345,14 +357,17 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
345
357
  margin: 0;
346
358
  padding: 0;
347
359
  }
360
+
348
361
  .sapMBtnIconLeft + .sapMBtnIconLeft {
349
362
  left: 0;
350
363
  }
364
+
351
365
  .sapMBtnText {
352
366
  .sapMBtnIconLeft + .sapMBtnIconLeft {
353
367
  left: 2.875rem;
354
368
  }
355
369
  }
370
+
356
371
  .sapMBtnInner > img {
357
372
  width: 2.5rem;
358
373
  margin-top: 0.2rem;
@@ -360,29 +375,33 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
360
375
  }
361
376
 
362
377
  html.sap-desktop & .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed, .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
363
- background-color: @sapUiShellActiveBackground;
378
+ background-color: var(--sapShell_Active_Background);
364
379
  }
365
380
 
366
- // sap.m.MenuButton
381
+ /* sap.m.MenuButton */
367
382
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
368
- height: 38px; //ie does not accept rem for height in pseudo elements, but it works with px when you zoom
383
+ height: 2.375rem;
369
384
  line-height: 2.2rem;
370
385
  padding-right: 0.75rem;
371
386
  padding-left: 0.5625rem;
372
387
  }
388
+
373
389
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner:not(.sapMBtnText) {
374
390
  padding-right: 1.625rem;
375
391
  }
392
+
376
393
  .sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner {
377
394
  padding-right: 2rem;
378
395
  }
396
+
379
397
  .sapMMenuBtn .sapMBtnIconFirst .sapMBtnIcon {
380
398
  padding-right: 0.75rem;
381
399
  }
382
400
 
383
- // sap.m.SearchField
401
+ /* sap.m.SearchField */
384
402
  .sapFShellBarSearch {
385
403
  max-width: 35rem;
404
+
386
405
  .sapMSF {
387
406
  max-width: 35rem;
388
407
  margin-right: 0;
@@ -407,27 +426,33 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
407
426
  }
408
427
 
409
428
  .sapFShellBarSearchWrap {
429
+
410
430
  .sapMBtn .sapMBtnInner {
411
431
  border-radius: 0;
412
432
  }
413
433
  }
434
+
414
435
  .sapMSF {
415
436
  min-width: 7rem;
416
437
  height: 2.75rem;
417
438
  padding: 0.25rem 0;
439
+
418
440
  .sapMSFI {
419
441
  height: 2.125rem
420
442
  }
443
+
421
444
  .sapMSFF {
422
445
  height: 2.25rem;
423
446
  line-height: 2.125rem;
424
447
  padding-left: 0.625rem;
425
448
  }
449
+
426
450
  .sapMSFR:not(.sapMSFNS) {
427
451
  right: 2.375rem;
428
452
  }
453
+
429
454
  .sapMSFB {
430
- border: 1px solid transparent; // prevent jumping when hovering
455
+ border: 1px solid transparent; /* prevent jumping when hovering */
431
456
  width: 2.125rem;
432
457
  height: 2.125rem;
433
458
  line-height: 2.125rem;
@@ -436,30 +461,35 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:focus > .sapMFocusable:not(.sa
436
461
  right: 0;
437
462
  top: 0;
438
463
  }
464
+
439
465
  .sapMSFB:hover {
440
466
  height: 2.125rem;
441
467
  }
442
468
  }
443
- // sap.m.Select
444
469
 
445
- // Reflection: styles overwritten
470
+ /* sap.m.Select
471
+ Reflection: styles overwritten */
446
472
  .sapMSlt {
447
473
  height: 2.5rem;
474
+
448
475
  .sapMSltArrow {
449
476
  line-height: 2.5rem;
450
477
  width: 2.5rem;
451
478
  }
479
+
452
480
  .sapMSltLabel {
453
481
  line-height: 2.375rem;
454
482
  padding: 0 3rem 0 0.625rem;
455
483
  }
484
+
456
485
  .sapMSelectListItem {
457
486
  line-height: 2.5rem;
458
487
  }
488
+
459
489
  .sapMSelectListItemBase {
460
490
  height: 2.5rem;
461
491
  }
462
492
  }
463
493
  }
464
494
  }
465
- }
495
+ }