@openui5/themelib_sap_horizon 1.120.7 → 1.121.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.
- package/.reuse/dep5 +23 -21
- package/THIRDPARTY.txt +6 -43
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon/ShellBar.less +39 -16
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +13 -13
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +46 -16
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcb/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +16 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -3
- package/src/sap/f/themes/sap_horizon_hcw/CardLoading.less +2 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +11 -0
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +16 -1
- package/src/sap/m/themes/sap_horizon/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +71 -35
- package/src/sap/m/themes/sap_horizon/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon/MenuButton.less +11 -15
- package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +57 -57
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +183 -90
- package/src/sap/m/themes/sap_horizon/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +55 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/ActionTile.less +8 -0
- package/src/sap/m/themes/sap_horizon_dark/Breadcrumbs.less +70 -32
- package/src/sap/m/themes/sap_horizon_dark/Button.less +1 -20
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +32 -32
- package/src/sap/m/themes/sap_horizon_dark/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +12 -7
- package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +58 -58
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +184 -90
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +54 -3
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Breadcrumbs.less +34 -24
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +166 -131
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +6 -3
- package/src/sap/m/themes/sap_horizon_hcw/Breadcrumbs.less +33 -23
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +0 -13
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +4 -4
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +168 -131
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +0 -14
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +11 -2
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +10 -2
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +5 -3
- package/src/sap/tnt/themes/sap_horizon/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_dark/InfoLabel.less +13 -13
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +17 -17
- package/src/sap/tnt/themes/sap_horizon_hcb/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +18 -18
- package/src/sap/tnt/themes/sap_horizon_hcw/InfoLabel.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +2 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +20 -20
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +1 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +66 -66
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +64 -64
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +64 -64
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +2 -2
- package/src/sap/ui/layout/themes/sap_horizon_dark/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/ResponsiveSplitter.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ResponsiveLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/GridLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ResponsiveLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/Table.less +1 -0
- package/src/sap/ui/mdc/themes/sap_horizon_hcb/Table.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_hcw/Table.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +361 -271
- package/src/sap/ui/unified/themes/sap_horizon/CalendarLegend.less +33 -5
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +370 -279
- package/src/sap/ui/unified/themes/sap_horizon_dark/CalendarLegend.less +33 -4
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcb/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +4 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +3 -3
- package/src/sap/ui/unified/themes/sap_horizon_hcw/CalendarLegend.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +4 -0
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +52 -0
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +56 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/AnchorBar.less +33 -0
- package/src/sap/uxap/themes/sap_horizon_hcw/AnchorBar.less +33 -0
- package/LICENSES/BSD-2-Clause.txt +0 -22
|
@@ -7,10 +7,15 @@
|
|
|
7
7
|
|
|
8
8
|
.alwaysDarkModeOverrideByParent(~"sapFShellBar");
|
|
9
9
|
|
|
10
|
-
.sapFShellBarSizeLargeDesktop
|
|
10
|
+
.sapFShellBarSizeLargeDesktop,
|
|
11
|
+
.sapFShellBarSizeExtraLargeDesktop {
|
|
11
12
|
padding: 0 3rem;
|
|
12
13
|
}
|
|
13
14
|
|
|
15
|
+
.sapFShellBar .sapFShellBarSearchIsOpen .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
16
|
+
right: 2.75rem;
|
|
17
|
+
}
|
|
18
|
+
|
|
14
19
|
.sapFShellBarSizeDesktop {
|
|
15
20
|
padding: 0 2rem;
|
|
16
21
|
}
|
|
@@ -56,6 +61,7 @@
|
|
|
56
61
|
&:focus {
|
|
57
62
|
outline: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
|
|
58
63
|
border-radius: 0.375rem;
|
|
64
|
+
background-color: @sapUiShellActiveBackground;
|
|
59
65
|
color: @sapUiShellActiveTextColor;
|
|
60
66
|
&:after {
|
|
61
67
|
box-shadow: @sapUiContentSelectedShadow;
|
|
@@ -101,17 +107,20 @@
|
|
|
101
107
|
color: @sapUiShellTextColor;
|
|
102
108
|
}
|
|
103
109
|
|
|
110
|
+
.sapMBtn:hover > .sapMBtnTransparent.sapMBtnHoverable:not(.sapMBtnActive):not(.sapMToggleBtnPressed) bdi,
|
|
111
|
+
&.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner.sapMBtnTransparent:not(.sapMBtnActive)::after {
|
|
112
|
+
color: @sapUiShellTextColor;
|
|
113
|
+
}
|
|
114
|
+
|
|
104
115
|
.sapMBtn:hover > .sapMBtnHoverable:not(.sapMBtnActive) {
|
|
105
116
|
background: @sapUiShellHoverBackground;
|
|
106
117
|
box-shadow: @sapUiContentInteractionShadow;
|
|
107
118
|
border-color: @sapUiButtonLiteBorderColor;
|
|
108
|
-
color: @sapUiShellActiveTextColor;
|
|
109
119
|
}
|
|
110
120
|
|
|
111
121
|
.sapMBtn:hover > .sapMBtnHoverable.sapMBtnActive {
|
|
112
122
|
background: @sapUiShellHoverBackground;
|
|
113
123
|
color: @sapUiShellActiveTextColor;
|
|
114
|
-
border-color: @sapUiButtonLiteActiveBorderColor;
|
|
115
124
|
}
|
|
116
125
|
|
|
117
126
|
.sapMBtnInner,
|
|
@@ -129,12 +138,18 @@
|
|
|
129
138
|
// Home Icon
|
|
130
139
|
.sapFShellBarHomeIcon {
|
|
131
140
|
max-height: 2rem;
|
|
141
|
+
padding: 0.25rem;
|
|
142
|
+
overflow-clip-margin: border-box;
|
|
132
143
|
|
|
133
144
|
&:hover {
|
|
134
145
|
background: @sapUiShellHoverBackground;
|
|
135
146
|
box-shadow: @sapUiContentInteractionShadow;
|
|
136
147
|
border-radius: 0.5rem;
|
|
137
148
|
}
|
|
149
|
+
|
|
150
|
+
&:focus {
|
|
151
|
+
outline-offset: -0.125rem;
|
|
152
|
+
}
|
|
138
153
|
}
|
|
139
154
|
|
|
140
155
|
//Second Title
|
|
@@ -158,10 +173,13 @@
|
|
|
158
173
|
height: 1.75rem;
|
|
159
174
|
line-height: 1.75rem;
|
|
160
175
|
padding: 0;
|
|
161
|
-
margin-top:
|
|
176
|
+
margin-top: auto;
|
|
177
|
+
margin-bottom: auto;
|
|
162
178
|
margin-left: 0.25rem;
|
|
163
179
|
position: absolute;
|
|
164
180
|
right: 0;
|
|
181
|
+
top: 0;
|
|
182
|
+
bottom: 0;
|
|
165
183
|
.sapMBtnInner {
|
|
166
184
|
min-width: 1.75rem;
|
|
167
185
|
border-radius: 1.125rem;
|
|
@@ -202,7 +220,9 @@
|
|
|
202
220
|
.sapFShellBarSearchWrap {
|
|
203
221
|
position: relative;
|
|
204
222
|
.sapMSFF {
|
|
205
|
-
background: @
|
|
223
|
+
background: @sapUiFieldBackgroundStyle;
|
|
224
|
+
background-color: @sapUiShellInteractiveBackground;
|
|
225
|
+
box-shadow: @sapUiFieldShadow;
|
|
206
226
|
border: none;
|
|
207
227
|
color: @sapUiShellInteractiveTextColor;
|
|
208
228
|
border-radius: 1.125rem;
|
|
@@ -249,7 +269,7 @@
|
|
|
249
269
|
|
|
250
270
|
.sapMSF:not(.sapMSFDisabled):hover .sapMSFF {
|
|
251
271
|
background-color: @sapUiShellHoverBackground;
|
|
252
|
-
box-shadow: @
|
|
272
|
+
box-shadow: @sapUiFieldHoverShadow;
|
|
253
273
|
}
|
|
254
274
|
|
|
255
275
|
.sapMSFI {
|
|
@@ -257,8 +277,8 @@
|
|
|
257
277
|
font-weight: italic;
|
|
258
278
|
}
|
|
259
279
|
|
|
260
|
-
// Reflection: styles overwritten
|
|
261
280
|
// sap.m.Button
|
|
281
|
+
// Reflection: styles overwritten
|
|
262
282
|
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
263
283
|
height: 2.25rem;
|
|
264
284
|
line-height: 2.25rem;
|
|
@@ -295,6 +315,10 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
295
315
|
border-radius: 1.125rem;
|
|
296
316
|
}
|
|
297
317
|
|
|
318
|
+
html.sap-desktop .sapMOverflowToolbarMenu-CTX .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton):focus > .sapMFocusable:not(.sapMBadgeIndicator):before {
|
|
319
|
+
border-radius: 0.375rem;
|
|
320
|
+
}
|
|
321
|
+
|
|
298
322
|
// Resets of sizes for "Compact" mode - controls should remain in cozy mode
|
|
299
323
|
.alwaysCozyOverrideByParent(@controlClass) {
|
|
300
324
|
.sapUiSizeCompact {
|
|
@@ -311,6 +335,8 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
311
335
|
.sapFSHMegaMenu {
|
|
312
336
|
height: 2.75rem;
|
|
313
337
|
}
|
|
338
|
+
|
|
339
|
+
// Reflection: styles overwritten
|
|
314
340
|
// sap.m.Button
|
|
315
341
|
.sapMBtn {
|
|
316
342
|
height: 2.75rem;
|
|
@@ -353,15 +379,12 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
353
379
|
margin-left: 0.2rem;
|
|
354
380
|
}
|
|
355
381
|
|
|
356
|
-
.sapMBtn:not(.sapMBtnDisabled):hover > .sapMBtnInner{
|
|
357
|
-
border-color: transparent !important;
|
|
358
|
-
}
|
|
359
|
-
|
|
360
382
|
html.sap-desktop & .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed, .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed:not(.sapMBtnDisabled) {
|
|
361
383
|
background-color: @sapUiShellActiveBackground;
|
|
362
384
|
}
|
|
363
385
|
|
|
364
386
|
// sap.m.MenuButton
|
|
387
|
+
// Reflection: styles overwritten
|
|
365
388
|
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtnInner::after {
|
|
366
389
|
height: 38px; //ie does not accept rem for height in pseudo elements, but it works with px when you zoom
|
|
367
390
|
line-height: 2.2rem;
|
|
@@ -378,6 +401,7 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
378
401
|
padding-right: 0.75rem;
|
|
379
402
|
}
|
|
380
403
|
|
|
404
|
+
// Reflection: styles overwritten
|
|
381
405
|
// sap.m.SearchField
|
|
382
406
|
.sapFShellBarSearch {
|
|
383
407
|
max-width: 35rem;
|
|
@@ -385,15 +409,17 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
385
409
|
max-width: 35rem;
|
|
386
410
|
}
|
|
387
411
|
|
|
388
|
-
// Reflection: styles overwritten
|
|
389
412
|
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
390
413
|
width: 1.75rem;
|
|
391
414
|
height: 1.75rem;
|
|
392
415
|
line-height: 1.75rem;
|
|
393
416
|
padding: 0;
|
|
394
|
-
margin-top:
|
|
417
|
+
margin-top: auto;
|
|
418
|
+
margin-bottom: auto;
|
|
395
419
|
margin-left: 0.25rem;
|
|
396
420
|
position: absolute;
|
|
421
|
+
top: 0;
|
|
422
|
+
bottom: 0;
|
|
397
423
|
.sapMBtnInner {
|
|
398
424
|
min-width: 1.75rem;
|
|
399
425
|
border-radius: 1.125rem;
|
|
@@ -420,7 +446,6 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
420
446
|
|
|
421
447
|
.sapFShellBarSearchWrap {
|
|
422
448
|
// sap.m.Button
|
|
423
|
-
|
|
424
449
|
// Reflection: styles overwritten
|
|
425
450
|
.sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
426
451
|
height: 2.25rem;
|
|
@@ -531,14 +556,13 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
531
556
|
>span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
532
557
|
&:not(.sapMBtnActive) {
|
|
533
558
|
background: @sapUiShellHoverBackground;
|
|
534
|
-
box-shadow: @sapUiContentInteractionShadow;
|
|
535
|
-
border-color: @sapUiButtonLiteBorderColor;
|
|
536
559
|
}
|
|
537
560
|
&.sapMBtnActive,
|
|
538
561
|
&.sapMBtnActive .sapMBtnContent,
|
|
539
562
|
&.sapMBtnActive .sapMBtnContent bdi {
|
|
540
563
|
background: @sapUiShellActiveBackground;
|
|
541
564
|
color: @sapUiShellActiveTextColor;
|
|
565
|
+
border: 1px solid @sapUiButtonLiteActiveBorderColor;
|
|
542
566
|
}
|
|
543
567
|
&.sapMBtnActive:after,
|
|
544
568
|
&.sapMBtnActive >.sapMBtnIcon {
|
|
@@ -555,6 +579,12 @@ html.sap-desktop .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelB
|
|
|
555
579
|
}
|
|
556
580
|
|
|
557
581
|
}
|
|
582
|
+
&.sapFShellBarSearchCancelButton:hover:not(.sapMBtnDisabled) > span.sapMBtnInner.sapMBtnHoverable:not(.sapMToggleBtnPressed) {
|
|
583
|
+
&.sapMBtnActive .sapMBtnContent,
|
|
584
|
+
&.sapMBtnActive .sapMBtnContent bdi {
|
|
585
|
+
border: none;
|
|
586
|
+
}
|
|
587
|
+
}
|
|
558
588
|
&.sapMToggleBtnPressed {
|
|
559
589
|
background: @sapUiShellActiveBackground;
|
|
560
590
|
border-color: @sapUiShellActiveBackground;
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
7
|
@_sap_f_Card_HeaderFocusBorderBottomOffset: 2px;
|
|
8
|
-
@_sap_f_Card_Badge_Background: @
|
|
9
|
-
@_sap_f_Card_Badge_Border: 0.0625rem solid @
|
|
10
|
-
@_sap_f_Card_Badge_Background: @
|
|
8
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
9
|
+
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiContentForegroundBorderColor;
|
|
10
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
11
11
|
|
|
12
12
|
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
13
|
&:hover {
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@_sap_f_Card_Background_Placeholder_Color: @sapUiHcReducedForeground;
|
|
7
|
+
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiHcReducedForeground 0%, @sapUiHcReducedForeground 35%, @sapUiHcReducedAltForeground 50%, @sapUiHcReducedForeground 65%, @sapUiHcReducedForeground 100%);
|
|
@@ -56,6 +56,11 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
|
56
56
|
padding: 0;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
// General alignment styles for header text
|
|
60
|
+
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
|
|
61
|
+
align-self: center;
|
|
62
|
+
}
|
|
63
|
+
|
|
59
64
|
.sapFDynamicPageTitleMainNavigationArea > .sapMTBSeparator {
|
|
60
65
|
margin: 0 0.5rem;
|
|
61
66
|
}
|
|
@@ -111,4 +116,10 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
111
116
|
box-shadow: none;
|
|
112
117
|
}
|
|
113
118
|
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.sapUiSizeCompact {
|
|
122
|
+
.sapFDynamicPageTitle .sapMTB {
|
|
123
|
+
height: 2.75rem;
|
|
124
|
+
}
|
|
114
125
|
}
|
|
@@ -35,10 +35,15 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
35
35
|
background-color: @sapUiButtonAttentionActiveBackground;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.sapFShellBarSizeLargeDesktop
|
|
38
|
+
.sapFShellBarSizeLargeDesktop,
|
|
39
|
+
.sapFShellBarSizeExtraLargeDesktop {
|
|
39
40
|
padding: 0 3rem;
|
|
40
41
|
}
|
|
41
42
|
|
|
43
|
+
.sapFShellBarSizeExtraLargeDesktop.sapFShellBar .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
44
|
+
right: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
42
47
|
.sapFShellBarSizeDesktop {
|
|
43
48
|
padding: 0 2rem;
|
|
44
49
|
}
|
|
@@ -109,6 +114,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
109
114
|
background-color: none;
|
|
110
115
|
}
|
|
111
116
|
|
|
117
|
+
.sapFShellBarProfile:hover::before {
|
|
118
|
+
content: none;
|
|
119
|
+
}
|
|
120
|
+
|
|
112
121
|
// Mega Menu
|
|
113
122
|
.sapFSHMegaMenu {
|
|
114
123
|
color: @sapUiShellTextColor;
|
|
@@ -142,6 +151,8 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
142
151
|
// Home Icon
|
|
143
152
|
.sapFShellBarHomeIcon {
|
|
144
153
|
max-height: 2rem;
|
|
154
|
+
padding: 0.25rem;
|
|
155
|
+
overflow-clip-margin: border-box;
|
|
145
156
|
|
|
146
157
|
&:hover {
|
|
147
158
|
background: @sapUiShellHoverBackground;
|
|
@@ -197,6 +208,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
197
208
|
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap {
|
|
198
209
|
max-width: 35rem;
|
|
199
210
|
padding: 0;
|
|
211
|
+
|
|
212
|
+
.sapMSF {
|
|
213
|
+
max-width: 100%;
|
|
214
|
+
}
|
|
200
215
|
}
|
|
201
216
|
|
|
202
217
|
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSF.sapMSFVal form.sapMSFNS:not(.sapMSFReload) {
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
7
|
@_sap_f_Card_HeaderFocusBorderBottomOffset: 2px;
|
|
8
|
-
@_sap_f_Card_Badge_Background: @
|
|
9
|
-
@_sap_f_Card_Badge_Border: 0.0625rem solid @
|
|
10
|
-
@_sap_f_Card_Badge_Background: @
|
|
8
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
9
|
+
@_sap_f_Card_Badge_Border: 0.0625rem solid @sapUiContentForegroundBorderColor;
|
|
10
|
+
@_sap_f_Card_Badge_Background: @sapUiHighlight;
|
|
11
11
|
|
|
12
12
|
.sapFCard .sapFCardHeader.sapFCardSectionClickable {
|
|
13
13
|
&:hover {
|
|
@@ -3,5 +3,5 @@
|
|
|
3
3
|
/* Horizon High Contrast White theme */
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
7
|
-
@
|
|
6
|
+
@_sap_f_Card_Background_Placeholder_Color: @sapUiHcReducedForeground;
|
|
7
|
+
@_sap_f_Card_Placeholder_Gradient: linear-gradient(to right, @sapUiHcReducedForeground 0%, @sapUiHcReducedForeground 35%, @sapUiHcReducedAltForeground 50%, @sapUiHcReducedForeground 65%, @sapUiHcReducedForeground 100%);
|
|
@@ -56,6 +56,11 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
|
56
56
|
padding: 0;
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
+
// General alignment styles for header text
|
|
60
|
+
.sapFDynamicPageTitleMain > .sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading {
|
|
61
|
+
align-self: center;
|
|
62
|
+
}
|
|
63
|
+
|
|
59
64
|
.sapFDynamicPageTitleMainNavigationArea > .sapMTBSeparator {
|
|
60
65
|
margin: 0 0.5rem;
|
|
61
66
|
}
|
|
@@ -111,4 +116,10 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
111
116
|
box-shadow: none;
|
|
112
117
|
}
|
|
113
118
|
}
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
.sapUiSizeCompact {
|
|
122
|
+
.sapFDynamicPageTitle .sapMTB {
|
|
123
|
+
height: 2.75rem;
|
|
124
|
+
}
|
|
114
125
|
}
|
|
@@ -35,10 +35,15 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
35
35
|
background-color: @sapUiButtonAttentionActiveBackground;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.sapFShellBarSizeLargeDesktop
|
|
38
|
+
.sapFShellBarSizeLargeDesktop,
|
|
39
|
+
.sapFShellBarSizeExtraLargeDesktop {
|
|
39
40
|
padding: 0 3rem;
|
|
40
41
|
}
|
|
41
42
|
|
|
43
|
+
.sapFShellBarSizeExtraLargeDesktop.sapFShellBar .sapFShellBarSearchWrap .sapMBtn:not(.sapFShellBarSearchCancelButton) {
|
|
44
|
+
right: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
42
47
|
.sapFShellBarSizeDesktop {
|
|
43
48
|
padding: 0 2rem;
|
|
44
49
|
}
|
|
@@ -109,6 +114,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
109
114
|
background-color: none;
|
|
110
115
|
}
|
|
111
116
|
|
|
117
|
+
.sapFShellBarProfile:hover::before {
|
|
118
|
+
content: none;
|
|
119
|
+
}
|
|
120
|
+
|
|
112
121
|
// Mega Menu
|
|
113
122
|
.sapFSHMegaMenu {
|
|
114
123
|
color: @sapUiShellTextColor;
|
|
@@ -142,6 +151,8 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
142
151
|
// Home Icon
|
|
143
152
|
.sapFShellBarHomeIcon {
|
|
144
153
|
max-height: 2rem;
|
|
154
|
+
padding: 0.25rem;
|
|
155
|
+
overflow-clip-margin: border-box;
|
|
145
156
|
|
|
146
157
|
&:hover {
|
|
147
158
|
background: @sapUiShellHoverBackground;
|
|
@@ -197,6 +208,10 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
197
208
|
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap {
|
|
198
209
|
max-width: 35rem;
|
|
199
210
|
padding: 0;
|
|
211
|
+
|
|
212
|
+
.sapMSF {
|
|
213
|
+
max-width: 100%;
|
|
214
|
+
}
|
|
200
215
|
}
|
|
201
216
|
|
|
202
217
|
.sapFShellBarSearch.sapFShellBarSearchFullWidth .sapFShellBarSearchWrap .sapMSF.sapMSFVal form.sapMSFNS:not(.sapMSFReload) {
|
|
@@ -7,55 +7,91 @@
|
|
|
7
7
|
.sapMBreadcrumbsCurrentLocation {
|
|
8
8
|
&:focus {
|
|
9
9
|
outline: none;
|
|
10
|
-
box-shadow:
|
|
10
|
+
box-shadow: 0 0 0 0.125rem @sapUiContentFocusColor;
|
|
11
11
|
border-radius: 0.25rem;
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
|
|
14
|
+
|
|
15
|
+
.sapMSltPressed:not(.sapMSltDisabled):not(.sapMSltState),
|
|
16
|
+
.sapMSlt.sapMSltFocused:not(.sapMSltDisabled):not(.sapMSltState) {
|
|
15
17
|
outline-offset: 0;
|
|
16
18
|
}
|
|
17
19
|
|
|
18
|
-
.
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
color: @sapUiLink;
|
|
22
|
-
padding-bottom: 0.0625rem;
|
|
23
|
-
speak: none;
|
|
24
|
-
}
|
|
20
|
+
.sapMBreadcrumbsItem.sapMBreadcrumbsSelectItem {
|
|
21
|
+
&>.sapMSlt.sapMSltWithIcon.sapMSltIconOnly.sapMSltWithArrow.sapMSltHoverable {
|
|
22
|
+
box-shadow: none;
|
|
25
23
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
// Default styles
|
|
25
|
+
.sapMSltIcon {
|
|
26
|
+
display: flex;
|
|
27
|
+
align-items: center;
|
|
28
|
+
gap: 0.2rem;
|
|
31
29
|
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
}
|
|
30
|
+
&::before,
|
|
31
|
+
&::after {
|
|
32
|
+
border-bottom: none;
|
|
33
|
+
}
|
|
37
34
|
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
35
|
+
&::before {
|
|
36
|
+
content: "••• ";
|
|
37
|
+
font-family: @sapUiFontLightFamily;
|
|
38
|
+
}
|
|
42
39
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
40
|
+
&::after {
|
|
41
|
+
content: "\e1ef";
|
|
42
|
+
font-family: @sapUiContentIconFontFamily;
|
|
43
|
+
font-size: @sapMFontMediumSize;
|
|
44
|
+
color: @sapUiLink;
|
|
45
|
+
speak: none;
|
|
46
|
+
}
|
|
49
47
|
}
|
|
50
48
|
|
|
51
|
-
|
|
52
|
-
|
|
49
|
+
// Custom underline element
|
|
50
|
+
// In order to prevent issues with centering the content
|
|
51
|
+
&::after {
|
|
52
|
+
content: '';
|
|
53
|
+
display: block;
|
|
54
|
+
position: relative;
|
|
55
|
+
width: 90%;
|
|
56
|
+
height: 0.0625rem;
|
|
57
|
+
margin: -0.12rem auto 0 0.15rem;
|
|
58
|
+
background-color: transparent;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// States
|
|
62
|
+
&:hover,
|
|
63
|
+
&.sapMSltFocused {
|
|
64
|
+
background-color: @sapUiContentFocusColor;
|
|
65
|
+
|
|
66
|
+
&::after {
|
|
67
|
+
background-color: @sapUiContentContrastFocusColor;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
.sapMSltIcon::before,
|
|
71
|
+
.sapMSltIcon::after {
|
|
72
|
+
color: @sapUiContentContrastFocusColor;
|
|
73
|
+
border-bottom: none;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:active {
|
|
77
|
+
background-color: transparent;
|
|
78
|
+
|
|
79
|
+
&::after {
|
|
80
|
+
background-color: transparent;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapMSltIcon::before,
|
|
84
|
+
.sapMSltIcon::after {
|
|
85
|
+
color: @sapUiLink;
|
|
86
|
+
}
|
|
87
|
+
}
|
|
53
88
|
}
|
|
54
89
|
|
|
55
|
-
.
|
|
56
|
-
|
|
57
|
-
|
|
90
|
+
&:hover.sapMSltFocused:not(:active) {
|
|
91
|
+
&::after {
|
|
92
|
+
background-color: @sapUiContentFocusColor;
|
|
93
|
+
}
|
|
58
94
|
}
|
|
59
95
|
}
|
|
60
96
|
}
|
|
61
|
-
}
|
|
97
|
+
}
|
|
@@ -10,20 +10,7 @@
|
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
.sapMBtnEmphasized {
|
|
13
|
-
font-
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive),
|
|
17
|
-
span.sapMBtnInner.sapMBtnEmphasized {
|
|
18
|
-
text-shadow: none;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.sapMIBar-CTX .sapMBtn:hover > .sapMBtnHoverable.sapMBtnEmphasized:not(.sapMBtnActive) {
|
|
22
|
-
color: @sapUiButtonEmphasizedHoverTextColor;
|
|
23
|
-
font-weight: @sapUiButtonEmphasizedFontWeight;
|
|
24
|
-
.sapMBtnIcon {
|
|
25
|
-
color: @sapUiButtonEmphasizedHoverTextColor;
|
|
26
|
-
}
|
|
13
|
+
font-family: @sapUiFontBoldFamily;
|
|
27
14
|
}
|
|
28
15
|
|
|
29
16
|
.sapMIBar-CTX .sapMBarLeft .sapMBtn:hover {
|
|
@@ -43,12 +30,6 @@ span.sapMBtnInner.sapMBtnEmphasized {
|
|
|
43
30
|
position: relative;
|
|
44
31
|
border-radius: @sapUiButtonBorderCornerRadius;
|
|
45
32
|
text-shadow: none;
|
|
46
|
-
&.sapMBtnCritical,
|
|
47
|
-
&.sapMBtnNegative,
|
|
48
|
-
&.sapMBtnSuccess,
|
|
49
|
-
&.sapMBtnNeutral {
|
|
50
|
-
font-weight: bold;
|
|
51
|
-
}
|
|
52
33
|
}
|
|
53
34
|
|
|
54
35
|
/* ------------------- */
|
|
@@ -20,8 +20,8 @@
|
|
|
20
20
|
@_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
21
21
|
@_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
|
|
22
22
|
@_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
|
|
23
|
-
@_sap_m_Carousel_ContentArrowBoxShadow: @
|
|
24
|
-
@_sap_m_Carousel_BulletInactiveBackground: @
|
|
25
|
-
@_sap_m_Carousel_BulletInactiveBorderColor: @
|
|
26
|
-
@_sap_m_Carousel_BulletActiveBackground: @
|
|
27
|
-
@_sap_m_Carousel_BulletActiveBorder: @
|
|
23
|
+
@_sap_m_Carousel_ContentArrowBoxShadow: @sapUiContentShadow1;
|
|
24
|
+
@_sap_m_Carousel_BulletInactiveBackground: @sapUiContentForegroundBorderColor;
|
|
25
|
+
@_sap_m_Carousel_BulletInactiveBorderColor: @sapUiContentForegroundBorderColor;
|
|
26
|
+
@_sap_m_Carousel_BulletActiveBackground: @sapUiContentSelectedForegroundColor;
|
|
27
|
+
@_sap_m_Carousel_BulletActiveBorder: @sapUiContentSelectedForegroundColor;
|