@openui5/themelib_sap_horizon 1.128.0 → 1.130.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/THIRDPARTY.txt +2 -2
- package/package.json +18 -18
- package/src/sap/m/themes/sap_horizon/ActionSelect.less +13 -13
- package/src/sap/m/themes/sap_horizon/ActionSheet.less +12 -12
- package/src/sap/m/themes/sap_horizon/Avatar.less +12 -10
- package/src/sap/m/themes/sap_horizon/Bar.less +11 -9
- package/src/sap/m/themes/sap_horizon/Carousel.less +2 -0
- package/src/sap/m/themes/sap_horizon/ColorPalette.less +43 -16
- package/src/sap/m/themes/sap_horizon/ColumnListItem.less +5 -5
- package/src/sap/m/themes/sap_horizon/ComboBoxBase.less +3 -3
- package/src/sap/m/themes/sap_horizon/Dialog.less +29 -20
- package/src/sap/m/themes/sap_horizon/DynamicDateRange.less +1 -1
- package/src/sap/m/themes/sap_horizon/GenericTile.less +21 -21
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +279 -212
- package/src/sap/m/themes/sap_horizon/Link.less +13 -10
- package/src/sap/m/themes/sap_horizon/RatingIndicator.less +0 -2
- package/src/sap/m/themes/sap_horizon/SlideTile.less +10 -10
- package/src/sap/m/themes/sap_horizon/SplitButton.less +18 -0
- package/src/sap/m/themes/sap_horizon/Token.less +27 -7
- package/src/sap/m/themes/sap_horizon_dark/ActionSelect.less +11 -10
- package/src/sap/m/themes/sap_horizon_dark/ActionSheet.less +11 -11
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +12 -10
- package/src/sap/m/themes/sap_horizon_dark/Bar.less +12 -10
- package/src/sap/m/themes/sap_horizon_dark/Carousel.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/ColorPalette.less +42 -16
- package/src/sap/m/themes/sap_horizon_dark/ColumnListItem.less +5 -5
- package/src/sap/m/themes/sap_horizon_dark/ComboBoxBase.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +29 -21
- package/src/sap/m/themes/sap_horizon_dark/DynamicDateRange.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +24 -24
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +217 -158
- package/src/sap/m/themes/sap_horizon_dark/Link.less +13 -10
- package/src/sap/m/themes/sap_horizon_dark/SlideTile.less +10 -10
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +18 -0
- package/src/sap/m/themes/sap_horizon_dark/Token.less +28 -8
- package/src/sap/m/themes/sap_horizon_hcb/ActionSelect.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcb/ActionSheet.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcb/Bar.less +12 -10
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/ColorPalette.less +25 -15
- package/src/sap/m/themes/sap_horizon_hcb/ColumnListItem.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/ComboBoxBase.less +8 -8
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +22 -13
- package/src/sap/m/themes/sap_horizon_hcb/DynamicDateRange.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +90 -79
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcb/SlideTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +29 -4
- package/src/sap/m/themes/sap_horizon_hcw/ActionSelect.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/ActionSheet.less +12 -12
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +9 -8
- package/src/sap/m/themes/sap_horizon_hcw/Bar.less +12 -10
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/ColorPalette.less +25 -15
- package/src/sap/m/themes/sap_horizon_hcw/ColumnListItem.less +5 -6
- package/src/sap/m/themes/sap_horizon_hcw/ComboBoxBase.less +7 -7
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +22 -13
- package/src/sap/m/themes/sap_horizon_hcw/DynamicDateRange.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +95 -83
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +12 -9
- package/src/sap/m/themes/sap_horizon_hcw/SlideTile.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +29 -4
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +515 -7
- package/src/sap/ui/core/themes/sap_horizon/global.less +453 -7
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +517 -9
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +453 -6
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +524 -16
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +453 -6
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +521 -13
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +453 -6
- package/src/sap/ui/dt/themes/sap_horizon/ContextMenu.less +0 -14
- package/src/sap/ui/dt/themes/sap_horizon_dark/ContextMenu.less +0 -14
- package/src/sap/ui/dt/themes/sap_horizon_hcb/ContextMenu.less +0 -10
- package/src/sap/ui/dt/themes/sap_horizon_hcw/ContextMenu.less +0 -10
- package/src/sap/ui/integration/themes/sap_horizon/library.source.less +0 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/ChangeVisualization.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +1 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcb/ChangeVisualization.less +0 -1
- package/src/sap/ui/rta/themes/sap_horizon_hcw/ChangeVisualization.less +0 -1
- package/src/sap/ui/integration/themes/sap_horizon/Paginator.less +0 -5
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +0 -5
|
@@ -84,14 +84,14 @@
|
|
|
84
84
|
background: transparent;
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
|
|
88
88
|
&:not(.sapMGTLineModePress):hover {
|
|
89
89
|
background: @sapTile_Hover_Background;
|
|
90
90
|
box-shadow: @sapContent_Shadow2;
|
|
91
91
|
}
|
|
92
92
|
}
|
|
93
93
|
|
|
94
|
-
|
|
94
|
+
.sapMGT.sapMGTLineMode:active{
|
|
95
95
|
background-color: @sapTile_Active_Background;
|
|
96
96
|
outline: 0.125rem solid @sapContent_FocusColor !important;
|
|
97
97
|
outline-offset: -0.125rem;
|
|
@@ -153,7 +153,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
|
|
|
153
153
|
|
|
154
154
|
/************************ LINE MODE FLOATING VIEW *****************/
|
|
155
155
|
|
|
156
|
-
.sapUiMedia-GenericTileDeviceSet-large
|
|
156
|
+
.sapUiMedia-GenericTileDeviceSet-large {
|
|
157
157
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
|
|
158
158
|
&:focus, &.sapMGTLineModePress {
|
|
159
159
|
.sapMGTLineStyleHelperInner:before {
|
|
@@ -170,7 +170,7 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
|
|
|
170
170
|
}
|
|
171
171
|
}
|
|
172
172
|
.sapUiMedia-GenericTileDeviceSet-large {
|
|
173
|
-
|
|
173
|
+
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled) {
|
|
174
174
|
&:hover .sapMGTLineStyleHelperInner {
|
|
175
175
|
background: @sapUiTileHoverBackground;
|
|
176
176
|
}
|
|
@@ -240,8 +240,8 @@ html.sap-desktop .sapMGT.sapMGTLineMode:active{
|
|
|
240
240
|
text-shadow: @sapUiShadowText;
|
|
241
241
|
}
|
|
242
242
|
|
|
243
|
-
|
|
244
|
-
|
|
243
|
+
.sapMGTWithoutImageHoverOverlay,
|
|
244
|
+
.sapMGTWithImageHoverOverlay {
|
|
245
245
|
z-index: 1;
|
|
246
246
|
position: absolute;
|
|
247
247
|
pointer-events: none;
|
|
@@ -281,7 +281,7 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
281
281
|
background: fade(@sapUiTileActiveBackground, 20%);
|
|
282
282
|
}
|
|
283
283
|
|
|
284
|
-
|
|
284
|
+
.sapMGT:hover:not(.sapMGTPressActive) {
|
|
285
285
|
box-shadow: 0 0 0 1px fade(@sapUiContentShadowColor, 30);
|
|
286
286
|
transition: background 0.2s;
|
|
287
287
|
|
|
@@ -300,14 +300,14 @@ html.sap-desktop .sapMGT:hover:not(.sapMGTPressActive) {
|
|
|
300
300
|
}
|
|
301
301
|
}
|
|
302
302
|
|
|
303
|
-
|
|
303
|
+
.sapMGTActionButtonPress.sapMGT:focus
|
|
304
304
|
{
|
|
305
305
|
.sapMGTFocusDiv{
|
|
306
306
|
box-shadow: none;
|
|
307
307
|
}
|
|
308
308
|
}
|
|
309
309
|
|
|
310
|
-
|
|
310
|
+
.sapMGTActionButtonPress.sapMGT:active
|
|
311
311
|
{
|
|
312
312
|
.sapMGTFocusDiv{
|
|
313
313
|
border: none;
|
|
@@ -315,7 +315,7 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:active
|
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
|
|
318
|
+
.sapMGTActionButtonPress.sapMGT:focus-visible
|
|
319
319
|
{
|
|
320
320
|
.sapMGTFocusDiv{
|
|
321
321
|
border: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
|
|
@@ -323,8 +323,8 @@ html.sap-desktop .sapMGTActionButtonPress.sapMGT:focus-visible
|
|
|
323
323
|
}
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
|
|
327
|
-
|
|
326
|
+
.sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv,
|
|
327
|
+
.sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv {
|
|
328
328
|
&:after {
|
|
329
329
|
content: "";
|
|
330
330
|
.sapMGTOverlayMixin();
|
|
@@ -416,21 +416,21 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode, .sapUiMedia-GenericTileDeviceSet-
|
|
|
416
416
|
}
|
|
417
417
|
}
|
|
418
418
|
|
|
419
|
-
.
|
|
419
|
+
.sapMGT.sapMGTLineMode.sapMGTInfoRendered:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
|
|
420
420
|
border: transparent !important;
|
|
421
421
|
}
|
|
422
422
|
|
|
423
|
-
.
|
|
423
|
+
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled):not(.sapMGTLineModePress):hover {
|
|
424
424
|
background: @sapTile_Hover_Background;
|
|
425
425
|
border: 1px solid @sapTile_BorderColor !important;
|
|
426
426
|
box-shadow: @sapContent_Shadow2 !important;
|
|
427
427
|
}
|
|
428
428
|
|
|
429
|
-
|
|
429
|
+
.sapMGT:hover:not(.sapMGTPressActive) {
|
|
430
430
|
box-shadow: @sapContent_Shadow2 !important;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
|
-
|
|
433
|
+
.sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
|
|
434
434
|
border: none !important;
|
|
435
435
|
}
|
|
436
436
|
|
|
@@ -440,12 +440,12 @@ html.sap-desktop .sapMGTIconMode.sapMGT:hover:not(.sapMGTPressActive) {
|
|
|
440
440
|
margin-right: 1px;
|
|
441
441
|
}
|
|
442
442
|
|
|
443
|
-
|
|
443
|
+
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv, .sapMGT:focus .sapMGTFocusDiv, .sapMGT:active .sapMGTFocusDiv, .sapMGTLineModePress .sapMGTFocusDiv {
|
|
444
444
|
border-radius: @sapTile_BorderCornerRadius;
|
|
445
445
|
inset: -1px;
|
|
446
446
|
}
|
|
447
447
|
|
|
448
|
-
|
|
448
|
+
.sapMGT:active{
|
|
449
449
|
background-color: @sapTile_Active_Background;
|
|
450
450
|
border: 0.0625rem solid @sapTile_Interactive_BorderColor;
|
|
451
451
|
&.sapMGTIconMode{
|
|
@@ -461,17 +461,17 @@ html.sap-desktop .sapMGT:active{
|
|
|
461
461
|
}
|
|
462
462
|
}
|
|
463
463
|
|
|
464
|
-
|
|
464
|
+
.sapMGT:focus .sapMGTFocusDiv{
|
|
465
465
|
border-radius: @sapTile_BorderCornerRadius;
|
|
466
466
|
box-shadow: none;
|
|
467
467
|
inset: -1px;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
|
-
|
|
470
|
+
.sapMGT.sapMGTOneByOne:focus .sapMGTFocusDiv{
|
|
471
471
|
inset: 0;
|
|
472
472
|
}
|
|
473
473
|
|
|
474
|
-
|
|
474
|
+
.sapMGT.sapMGTBackgroundImage:focus .sapMGTFocusDiv:after, .sapMGT.sapMGTBackgroundImage:active .sapMGTFocusDiv:after {
|
|
475
475
|
border: none;
|
|
476
476
|
border-radius: @sapElement_BorderCornerRadius;
|
|
477
477
|
}
|