@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.
- package/.reuse/dep5 +17 -0
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +5 -0
- package/THIRDPARTY.txt +35 -2
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +17 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/AvatarGroup.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -1
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +8 -0
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/FlexibleColumnLayout.less +13 -13
- package/src/sap/f/themes/sap_horizon_hcw/FlexibleColumnLayout.less +12 -12
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +21 -8
- package/src/sap/m/themes/sap_horizon/Button.less +5 -6
- package/src/sap/m/themes/sap_horizon/GenericTag.less +75 -57
- package/src/sap/m/themes/sap_horizon/GenericTile.less +118 -10
- package/src/sap/m/themes/sap_horizon/HeaderContainer.less +17 -1
- package/src/sap/m/themes/sap_horizon/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon/ListItemBase.less +0 -7
- package/src/sap/m/themes/sap_horizon/NewsContent.less +16 -2
- package/src/sap/m/themes/sap_horizon/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -0
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +30 -0
- package/src/sap/m/themes/sap_horizon/SlideTile.less +53 -18
- package/src/sap/m/themes/sap_horizon/Slider.less +23 -4
- package/src/sap/m/themes/sap_horizon/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +23 -10
- package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -6
- package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +74 -56
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +147 -9
- package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +16 -0
- package/src/sap/m/themes/sap_horizon_dark/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +0 -2
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +30 -0
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +54 -15
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +15 -2
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +11 -6
- package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +117 -13
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +116 -0
- package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcb/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +33 -0
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +52 -5
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +26 -2
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +2 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +14 -9
- package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +119 -13
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +116 -1
- package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +16 -8
- package/src/sap/m/themes/sap_horizon_hcw/Label.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +33 -0
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +53 -5
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +30 -2
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +2 -3
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +10 -182
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -182
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -2
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -2
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/shared.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +15 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/shared.less +20 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-SemiboldDuplex.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/shared.less +20 -0
- package/src/sap/ui/layout/themes/sap_horizon/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/BlockLayout.less +226 -190
- package/src/sap/ui/layout/themes/sap_horizon_dark/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcb/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/ColumnLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayout.less +220 -3
- package/src/sap/ui/layout/themes/sap_horizon_hcw/BlockLayoutCell.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/ColumnLayout.less +1 -1
- package/src/sap/ui/mdc/themes/sap_horizon/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +2 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/FieldBase.less +3 -0
- package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +16 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +6 -5
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +6 -5
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +8 -1
- package/src/sap/ui/unified/themes/sap_horizon/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +11 -22
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Menu.less +2 -21
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Menu.less +2 -21
- package/src/sap/uxap/themes/sap_horizon/AnchorBar.less +1 -2
- package/src/sap/uxap/themes/sap_horizon_dark/AnchorBar.less +1 -2
|
@@ -5,8 +5,8 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMGT.sapMGTBackgroundImage {
|
|
7
7
|
.sapMGTContent {
|
|
8
|
-
border-bottom-left-radius: @
|
|
9
|
-
border-bottom-right-radius: @
|
|
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: @
|
|
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{
|
|
97
|
+
border-color: @sapButton_BorderColor;
|
|
98
|
+
background: @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
|
|
|
@@ -246,6 +290,7 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
|
|
|
246
290
|
{
|
|
247
291
|
.sapMGTFocusDiv{
|
|
248
292
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
293
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
249
294
|
}
|
|
250
295
|
}
|
|
251
296
|
|
|
@@ -266,8 +311,18 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
266
311
|
}
|
|
267
312
|
|
|
268
313
|
.sapMGT {
|
|
269
|
-
border-radius: @
|
|
314
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
270
315
|
border-color: @sapTile_BorderColor;
|
|
316
|
+
box-shadow: @sapContent_Shadow0;
|
|
317
|
+
.sapMGTContent{
|
|
318
|
+
border-radius: 0 0 @sapTile_BorderCornerRadius @sapTile_BorderCornerRadius;
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.sapMGT.tileWithAppInfo {
|
|
323
|
+
.sapMGTContent{
|
|
324
|
+
border-radius: 0;
|
|
325
|
+
}
|
|
271
326
|
}
|
|
272
327
|
|
|
273
328
|
.sapUshellSection {
|
|
@@ -291,6 +346,9 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
291
346
|
width: 19rem;
|
|
292
347
|
}
|
|
293
348
|
|
|
349
|
+
.sapMTileSmallPhone .sapMTileCntContent{
|
|
350
|
+
height: 3.438rem;
|
|
351
|
+
}
|
|
294
352
|
.sapMGT.TwoByHalf {
|
|
295
353
|
width: 22.5rem;
|
|
296
354
|
}
|
|
@@ -306,19 +364,35 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
306
364
|
|
|
307
365
|
.sapMGT.sapMGTLineMode {
|
|
308
366
|
border: 1px solid @sapTile_BorderColor !important;
|
|
309
|
-
border-radius: @
|
|
367
|
+
border-radius: @sapTile_BorderCornerRadius !important;
|
|
310
368
|
box-shadow: @sapContent_Shadow0 !important;
|
|
311
369
|
}
|
|
312
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
|
+
|
|
313
388
|
.sap-desktop .sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
|
|
314
389
|
background: @sapTile_Hover_Background;
|
|
315
390
|
border: 1px solid @sapTile_BorderColor !important;
|
|
316
|
-
box-shadow: @
|
|
391
|
+
box-shadow: @sapContent_Shadow2 !important;
|
|
317
392
|
}
|
|
318
393
|
|
|
319
394
|
html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
|
|
320
|
-
|
|
321
|
-
box-shadow: @sapContent_Shadow1 !important;
|
|
395
|
+
box-shadow: @sapContent_Shadow2 !important;
|
|
322
396
|
}
|
|
323
397
|
|
|
324
398
|
html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
|
|
@@ -336,13 +410,40 @@ html.sap-desktop .sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:f
|
|
|
336
410
|
box-shadow: inset 0 0 0 0.063rem @sapContent_ContrastFocusColor, 0 0 0 @sapContent_FocusWidth @sapContent_FocusColor;
|
|
337
411
|
}
|
|
338
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
|
+
|
|
339
440
|
html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html.sap-desktop .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
|
|
340
441
|
border: none;
|
|
341
442
|
border-radius: @sapElement_BorderCornerRadius;
|
|
342
443
|
}
|
|
343
444
|
|
|
344
445
|
.sapMGTLineMode .sapMGTFocusDiv {
|
|
345
|
-
border-radius:
|
|
446
|
+
border-radius: 16px !important;
|
|
346
447
|
top: 0;
|
|
347
448
|
right: 0;
|
|
348
449
|
bottom: 0;
|
|
@@ -402,7 +503,14 @@ html.sap-desktop .sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, html
|
|
|
402
503
|
.sapMGT.sapMGTScopeActions, .sapMGT.sapMGTScopeSingleAction{
|
|
403
504
|
.sapMGTMoreIcon{
|
|
404
505
|
.sapMBtnIcon{
|
|
405
|
-
color: @
|
|
506
|
+
color: @sapButton_Lite_TextColor;
|
|
406
507
|
}
|
|
407
508
|
}
|
|
509
|
+
}
|
|
510
|
+
|
|
511
|
+
.sapMGT.OneByOne,.sapMGT.TwoByOne{
|
|
512
|
+
.sapMTileCnt.News {
|
|
513
|
+
border-bottom-left-radius: 0.87rem;
|
|
514
|
+
border-bottom-right-radius: 0.87rem;
|
|
515
|
+
}
|
|
408
516
|
}
|
|
@@ -15,4 +15,20 @@
|
|
|
15
15
|
|
|
16
16
|
.sapMHdrCntrBGTranslucent {
|
|
17
17
|
background-color: @_sap_m_HeaderContainer_TranslucentBackground;
|
|
18
|
-
}
|
|
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;
|
|
34
|
+
}
|
|
@@ -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;
|
|
@@ -21,9 +19,4 @@
|
|
|
21
19
|
.sapMLIB .sapMBtn:hover .sapMBtnHoverable.sapMBtnTransparent {
|
|
22
20
|
background-clip: border-box;
|
|
23
21
|
border-color: transparent;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sapMListFtr {
|
|
27
|
-
border-bottom-left-radius: 0.75rem;
|
|
28
|
-
border-bottom-right-radius: 0.75rem;
|
|
29
22
|
}
|
|
@@ -14,12 +14,15 @@
|
|
|
14
14
|
.sapMTileCnt.News {
|
|
15
15
|
.sapMNwC {
|
|
16
16
|
.sapMNwCSbh {
|
|
17
|
-
color: @
|
|
17
|
+
color: @sapTile_OverlayForegroundColor;
|
|
18
18
|
line-height: normal;
|
|
19
|
+
font-size: @sapFontSize;
|
|
19
20
|
}
|
|
20
21
|
.sapMNwCCTxt .sapMText, .sapMNwCCTxt .sapMFT {
|
|
21
|
-
|
|
22
|
+
font-size: @sapFontSize;
|
|
22
23
|
line-height: normal;
|
|
24
|
+
font-weight: bold;
|
|
25
|
+
color: @sapTile_OverlayForegroundColor;
|
|
23
26
|
}
|
|
24
27
|
}
|
|
25
28
|
}
|
|
@@ -40,6 +43,17 @@
|
|
|
40
43
|
}
|
|
41
44
|
}
|
|
42
45
|
|
|
46
|
+
.sapMTileSmallPhone{
|
|
47
|
+
.sapMTileCnt.News{
|
|
48
|
+
.sapMTileCntContent{
|
|
49
|
+
height: 3.25rem;
|
|
50
|
+
.sapMFT{
|
|
51
|
+
font-size: 0.75rem;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
|
|
43
57
|
.sapMNwC:focus {
|
|
44
58
|
outline: 1px dotted @sapUiContentFocusColor;
|
|
45
59
|
}
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
/* 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
|
}
|
|
@@ -55,6 +55,20 @@
|
|
|
55
55
|
background-color: @sapUiContentMeasureIndicatorColor;
|
|
56
56
|
}
|
|
57
57
|
|
|
58
|
+
.sapMRangeSlider .sapMSliderLabels {
|
|
59
|
+
width: 100%;
|
|
60
|
+
position: absolute;
|
|
61
|
+
top: 2.125rem;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
.sapMRangeSlider .sapMSliderTickLabel .sapMSliderLabel {
|
|
65
|
+
top: 1rem;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.sapMRangeSlider .sapMSliderRangeLabel {
|
|
69
|
+
padding-top: 0.4375rem;
|
|
70
|
+
}
|
|
71
|
+
|
|
58
72
|
.sapUiSizeCompact {
|
|
59
73
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle.sapMSliderHandlePressed {
|
|
60
74
|
&:not(:focus) {
|
|
@@ -66,6 +80,14 @@
|
|
|
66
80
|
}
|
|
67
81
|
}
|
|
68
82
|
|
|
83
|
+
.sapMRangeSlider .sapMSliderLabels {
|
|
84
|
+
margin: 0 -0.875rem;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
.sapMRangeSlider .sapMSliderRangeLabel {
|
|
88
|
+
padding-top: 0.375rem;
|
|
89
|
+
}
|
|
90
|
+
|
|
69
91
|
.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
70
92
|
background: @sapUiSliderActiveRangeHandleBackground;
|
|
71
93
|
border: 0.125rem solid #0070F2;
|
|
@@ -53,4 +53,34 @@ html.sap-desktop .sapMRI:focus:not(.sapMRIDisabled):not(.sapMRIDisplayOnly){
|
|
|
53
53
|
.sapMRI .sapUiIcon,
|
|
54
54
|
.sapMRI .sapMImg {
|
|
55
55
|
top: -1px;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* As font-size is set as an inline style, we need to override it for horizon only using important */
|
|
59
|
+
.sapMRINoCustomIconSize {
|
|
60
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
61
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
62
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon {
|
|
63
|
+
font-size: 1.125rem !important;
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.sapUiSizeCompact .sapMRINoCustomIconSize {
|
|
68
|
+
&.sapMRIReadOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
69
|
+
&.sapMRIReadOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
70
|
+
&.sapMRIDisplayOnly .sapMRIUnsel .sapMRIunratedIcon,
|
|
71
|
+
&.sapMRIDisplayOnly .sapMRIIconSel .sapMRIunratedIcon,
|
|
72
|
+
&.sapMRIDisabled .sapMRIUnsel .sapMRIunratedIcon,
|
|
73
|
+
&.sapMRIDisabled .sapMRIIconSel .sapMRIunratedIcon {
|
|
74
|
+
font-size: .75rem !important;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
& .sapUiIcon,
|
|
78
|
+
& .sapUiIcon {
|
|
79
|
+
font-size: 1rem !important;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
& .sapMRISel,
|
|
83
|
+
& .sapMRIUnselWrapper {
|
|
84
|
+
height: 100%;
|
|
85
|
+
}
|
|
56
86
|
}
|
|
@@ -3,9 +3,17 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ================================ */
|
|
5
5
|
|
|
6
|
-
html.sap-desktop .sapMST:focus .sapMSTFocusDiv
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
html.sap-desktop .sapMST:focus .sapMSTFocusDiv {
|
|
7
|
+
border: 1px solid @sapUiTileBackground
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
html.sap-desktop .sapMST:active{
|
|
11
|
+
background-color: @sapTile_Active_Background;
|
|
12
|
+
.sapMSTFocusDiv{
|
|
13
|
+
border: 1px solid @sapTile_Interactive_BorderColor;
|
|
14
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
15
|
+
inset: 0;
|
|
16
|
+
}
|
|
9
17
|
}
|
|
10
18
|
|
|
11
19
|
.sapMST.sapMSTScopeActions.sapMSTDarkBackground .sapMSTMoreIcon {
|
|
@@ -30,18 +38,23 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
30
38
|
|
|
31
39
|
/* Bulleted indicator of multiple tiles*/
|
|
32
40
|
.sapMSTBulleted > span {
|
|
33
|
-
|
|
34
|
-
|
|
41
|
+
border: solid 0.0625rem @sapTile_OverlayForegroundColor;
|
|
42
|
+
opacity: 0.6;
|
|
43
|
+
box-shadow : 0 0 0.125rem @sapContent_ShadowColor;
|
|
44
|
+
margin: 0 0.094rem;
|
|
35
45
|
}
|
|
36
46
|
|
|
37
47
|
.sapMSTBulleted > span.sapMSTActive {
|
|
38
|
-
background
|
|
39
|
-
box-shadow: 0 0 0.
|
|
48
|
+
background: @sapTile_OverlayForegroundColor;
|
|
49
|
+
box-shadow: 0 0 0.063rem @sapContent_ShadowColor;
|
|
40
50
|
}
|
|
41
51
|
|
|
42
52
|
.sapMST {
|
|
43
|
-
border-radius: @
|
|
53
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
44
54
|
border-color: @sapTile_BorderColor;
|
|
55
|
+
box-shadow: @sapContent_Shadow0;
|
|
56
|
+
background: @sapTile_Background;
|
|
57
|
+
overflow: hidden;
|
|
45
58
|
}
|
|
46
59
|
|
|
47
60
|
.sapMST.TwoByOne {
|
|
@@ -53,22 +66,21 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
53
66
|
}
|
|
54
67
|
|
|
55
68
|
.sapMST .sapMSTIconDisplayArea {
|
|
56
|
-
background-color:
|
|
69
|
+
background-color: @sapBlockLayer_Background;
|
|
57
70
|
}
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
background-color: @sapUiBrand;
|
|
71
|
+
.sapMST.sapMSTIconClickTapArea:hover ~.sapMSTIconDisplayArea{
|
|
72
|
+
opacity: 0.8;
|
|
61
73
|
}
|
|
62
74
|
|
|
63
75
|
.sapMST .sapMSTIconNestedArea {
|
|
64
76
|
text-shadow: 0px 1px @sapUiButtonEmphasizedTextShadow;
|
|
65
77
|
}
|
|
66
78
|
|
|
67
|
-
html.sap-desktop .sapMST:focus .sapMSTFocusDiv
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
border
|
|
71
|
-
|
|
79
|
+
html.sap-desktop .sapMST:focus .sapMSTFocusDiv {
|
|
80
|
+
border-radius: @sapTile_BorderCornerRadius;
|
|
81
|
+
box-shadow: none;
|
|
82
|
+
border: 2px solid @sapContent_FocusColor;
|
|
83
|
+
inset: 0;
|
|
72
84
|
}
|
|
73
85
|
|
|
74
86
|
html.sap-desktop .sapMST:focus .sapMSTFocusDiv:after,
|
|
@@ -78,10 +90,33 @@ html.sap-desktop .sapMST:active .sapMSTFocusDiv:after {
|
|
|
78
90
|
}
|
|
79
91
|
|
|
80
92
|
html.sap-desktop .sapMST:hover {
|
|
81
|
-
box-shadow: @
|
|
93
|
+
box-shadow: @sapContent_Shadow2 !important;
|
|
82
94
|
|
|
83
95
|
.sapMGT:hover {
|
|
84
96
|
box-shadow: none !important;
|
|
97
|
+
opacity: 0.9;
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
html.sap-desktop .sapMST:active{
|
|
103
|
+
.sapMGT{
|
|
104
|
+
opacity: 0.8;
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.sapMST{
|
|
109
|
+
.sapMGT.OneByOne,.sapMGT.TwoByOne{
|
|
110
|
+
.sapMTileCnt.News {
|
|
111
|
+
border-bottom-left-radius: 0;
|
|
112
|
+
border-bottom-right-radius: 0;
|
|
113
|
+
}
|
|
85
114
|
}
|
|
115
|
+
}
|
|
86
116
|
|
|
117
|
+
.sapMST:not(.sapMSTPauseIcon) .sapMSTIconNestedArea{
|
|
118
|
+
.sapUiIcon {
|
|
119
|
+
top: 0rem;
|
|
120
|
+
left: 0.15rem;
|
|
121
|
+
}
|
|
87
122
|
}
|
|
@@ -18,6 +18,11 @@
|
|
|
18
18
|
}
|
|
19
19
|
}
|
|
20
20
|
|
|
21
|
+
.sapMSlider {
|
|
22
|
+
display: flex;
|
|
23
|
+
align-items: center;
|
|
24
|
+
}
|
|
25
|
+
|
|
21
26
|
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
22
27
|
font-family: SAP-icons;
|
|
23
28
|
content: "\e244";
|
|
@@ -97,7 +102,7 @@
|
|
|
97
102
|
width: 0.5rem;
|
|
98
103
|
height: 0.5rem;
|
|
99
104
|
right: 2px;
|
|
100
|
-
top:
|
|
105
|
+
top: 23px;
|
|
101
106
|
}
|
|
102
107
|
|
|
103
108
|
.sapMSliderTooltip {
|
|
@@ -114,11 +119,15 @@
|
|
|
114
119
|
}
|
|
115
120
|
|
|
116
121
|
.sapMSliderTickmarks {
|
|
117
|
-
|
|
122
|
+
display: flex;
|
|
123
|
+
top: initial;
|
|
124
|
+
box-sizing: border-box;
|
|
125
|
+
align-items: center;
|
|
118
126
|
}
|
|
119
127
|
|
|
120
128
|
.sapMSliderTick {
|
|
121
|
-
margin: 0
|
|
129
|
+
margin: 0;
|
|
130
|
+
height: .5rem;
|
|
122
131
|
}
|
|
123
132
|
|
|
124
133
|
.sapMSliderLabels {
|
|
@@ -132,8 +141,14 @@
|
|
|
132
141
|
}
|
|
133
142
|
|
|
134
143
|
.sapUiSizeCompact {
|
|
144
|
+
|
|
145
|
+
.sapMSliderTick {
|
|
146
|
+
height: 0.5rem;
|
|
147
|
+
margin: 0;
|
|
148
|
+
}
|
|
149
|
+
|
|
135
150
|
.sapMSlider::after {
|
|
136
|
-
top:
|
|
151
|
+
top: 12px;
|
|
137
152
|
right: 6px;
|
|
138
153
|
}
|
|
139
154
|
|
|
@@ -167,4 +182,8 @@
|
|
|
167
182
|
right: 0.1875rem;
|
|
168
183
|
}
|
|
169
184
|
}
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
188
|
+
border-left: 0.0625rem solid @sapSlider_Selected_BorderColor;
|
|
170
189
|
}
|
|
@@ -215,6 +215,12 @@ html.sap-desktop .sapMSB .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator
|
|
|
215
215
|
}
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
+
.sapUiSizeCompact .sapMMenuBtn.sapMMenuBtnSplit .sapMSBActive:not(.sapMBtnDisabled) > .sapMBtnInner {
|
|
219
|
+
.sapUiIcon {
|
|
220
|
+
line-height: 1.5rem;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
|
|
218
224
|
.sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnTransparent.sapMBtnIconFirst::before,
|
|
219
225
|
.sapMIBar .sapMSB .sapMBtn:not(.sapMSBText) .sapMBtnInner.sapMBtnDefault::before {
|
|
220
226
|
background-color: @sapUiButtonActiveTextColor;
|
|
@@ -7,9 +7,12 @@
|
|
|
7
7
|
@_sap_m_TileContent_NewsFooterTextColor: @_sap_m_NewsContent_SubHeaderTextColor;
|
|
8
8
|
|
|
9
9
|
.sapMTileCnt.News {
|
|
10
|
-
background-color: @
|
|
10
|
+
background-color: @sapTile_OverlayBackground;
|
|
11
|
+
.sapMTileCntContent{
|
|
12
|
+
height: 3.625rem;
|
|
13
|
+
}
|
|
11
14
|
}
|
|
12
15
|
|
|
13
16
|
.sapMTileCnt.News .sapMTileCntFtrTxt {
|
|
14
|
-
color: @
|
|
17
|
+
color: @sapTile_OverlayForegroundColor;
|
|
15
18
|
}
|