@openui5/themelib_sap_horizon 1.100.0 → 1.101.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 +5 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +5 -9
- package/src/sap/f/themes/sap_horizon/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_dark/DynamicPage.less +12 -12
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageHeader.less +1 -30
- package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +1 -5
- package/src/sap/f/themes/sap_horizon_dark/GridList.less +9 -0
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +5 -2
- package/src/sap/f/themes/sap_horizon_dark/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageHeader.less +10 -5
- package/src/sap/f/themes/sap_horizon_hcb/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcb/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +1 -0
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +4 -0
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPage.less +38 -2
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageHeader.less +9 -4
- package/src/sap/f/themes/sap_horizon_hcw/DynamicPageTitle.less +9 -8
- package/src/sap/f/themes/sap_horizon_hcw/GridList.less +6 -0
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -4
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +1 -0
- package/src/sap/m/themes/sap_horizon/Avatar.less +34 -105
- package/src/sap/m/themes/sap_horizon/Button.less +5 -10
- package/src/sap/m/themes/sap_horizon/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon/Dialog.less +36 -21
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +132 -45
- package/src/sap/m/themes/sap_horizon/InputBase.less +59 -137
- package/src/sap/m/themes/sap_horizon/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +7 -8
- package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon/Popover.less +22 -8
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon/Token.less +28 -40
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon/ValueStateMessage.less +13 -11
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +34 -103
- package/src/sap/m/themes/sap_horizon_dark/Button.less +5 -10
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +140 -197
- package/src/sap/m/themes/sap_horizon_dark/Dialog.less +36 -22
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +195 -107
- package/src/sap/m/themes/sap_horizon_dark/InputBase.less +59 -136
- package/src/sap/m/themes/sap_horizon_dark/Link.less +17 -13
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +7 -9
- package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +14 -21
- package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_dark/Popover.less +22 -7
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Select.less +125 -53
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +19 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +180 -137
- package/src/sap/m/themes/sap_horizon_dark/Token.less +26 -38
- package/src/sap/m/themes/sap_horizon_dark/Tokenizer.less +5 -2
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +24 -20
- package/src/sap/m/themes/sap_horizon_dark/ValueStateHeader.less +15 -14
- package/src/sap/m/themes/sap_horizon_dark/ValueStateMessage.less +12 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcb/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -37
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcb/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcb/Select.less +25 -23
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +232 -120
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Token.less +3 -33
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcb/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +35 -41
- package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +153 -125
- package/src/sap/m/themes/sap_horizon_hcw/Dialog.less +27 -11
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +23 -37
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +21 -11
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +5 -10
- package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +8 -9
- package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +19 -0
- package/src/sap/m/themes/sap_horizon_hcw/Page.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Popover.less +54 -3
- package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +6 -7
- package/src/sap/m/themes/sap_horizon_hcw/Select.less +25 -22
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +232 -120
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/Token.less +3 -32
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +23 -20
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +72 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateHeader.less +58 -0
- package/src/sap/m/themes/sap_horizon_hcw/ValueStateMessage.less +41 -10
- package/src/sap/m/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +427 -41
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +8 -6
- package/src/sap/ui/core/themes/sap_horizon/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +417 -31
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +8 -6
- package/src/sap/ui/core/themes/sap_horizon_dark/shared.less +0 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +399 -13
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +13 -5
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +397 -11
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Black.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Light.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Bold.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular-full.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/72Mono-Regular.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +13 -5
- package/src/sap/ui/integration/themes/sap_horizon_dark/Paginator.less +5 -0
- package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +3 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcb/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +2 -1
- package/src/sap/ui/integration/themes/sap_horizon_hcw/Paginator.less +11 -0
- package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +2 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +172 -61
- package/src/sap/ui/unified/themes/sap_horizon/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +174 -63
- package/src/sap/ui/unified/themes/sap_horizon_dark/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcb/Calendar.less +275 -93
- package/src/sap/ui/unified/themes/sap_horizon_hcb/FileUploader.less +7 -0
- package/src/sap/ui/unified/themes/sap_horizon_hcw/Calendar.less +310 -127
- package/src/sap/ui/unified/themes/sap_horizon_hcw/FileUploader.less +7 -0
- package/src/sap/m/themes/sap_horizon_hcb/SuggestionsPopover.less +0 -15
- package/src/sap/m/themes/sap_horizon_hcw/SuggestionsPopover.less +0 -15
package/THIRDPARTY.txt
CHANGED
|
@@ -400,7 +400,7 @@ Contained in: src/sap.ui.mdc/test/sap/ui/mdc/sample/field/filterfieldwithoperato
|
|
|
400
400
|
|
|
401
401
|
Library: sap.ui.webc.common:
|
|
402
402
|
|
|
403
|
-
Component: UI5 Web Components, version: 1.
|
|
403
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
404
404
|
Copyright: SAP
|
|
405
405
|
License: Apache-2.0
|
|
406
406
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -411,7 +411,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/base/*.*
|
|
|
411
411
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-tnt/*.*
|
|
412
412
|
src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/icons-business-suite/*.*
|
|
413
413
|
|
|
414
|
-
Component: lit-html, version:
|
|
414
|
+
Component: lit-html, version: 2.0.1
|
|
415
415
|
Copyright: Google LLC
|
|
416
416
|
License: BSD-3-Clause
|
|
417
417
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -420,7 +420,7 @@ Contained in: src/sap.ui.webc.common/src/sap/ui/webc/common/thirdparty/lit-html/
|
|
|
420
420
|
|
|
421
421
|
Library: sap.ui.webc.fiori:
|
|
422
422
|
|
|
423
|
-
Component: UI5 Web Components, version: 1.
|
|
423
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
424
424
|
Copyright: SAP
|
|
425
425
|
License: Apache-2.0
|
|
426
426
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -429,7 +429,7 @@ Contained in: src/sap.ui.webc.fiori/src/sap/ui/webc/fiori/thirdparty/*.*
|
|
|
429
429
|
|
|
430
430
|
Library: sap.ui.webc.main:
|
|
431
431
|
|
|
432
|
-
Component: UI5 Web Components, version: 1.
|
|
432
|
+
Component: UI5 Web Components, version: 1.1.2
|
|
433
433
|
Copyright: SAP
|
|
434
434
|
License: Apache-2.0
|
|
435
435
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -450,7 +450,7 @@ License: Apache-2.0
|
|
|
450
450
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
451
451
|
Contained in: lib/jsdoc/ui5/plugin.js
|
|
452
452
|
|
|
453
|
-
Component: SAP Theming Base Content, version: 11.1.
|
|
453
|
+
Component: SAP Theming Base Content, version: 11.1.38
|
|
454
454
|
Copyright: SAP SE or an SAP affiliate company and Theming Base Content contributors
|
|
455
455
|
License: Apache-2.0
|
|
456
456
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.101.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.101.0",
|
|
18
|
+
"@openui5/sap.m": "1.101.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.101.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.101.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.101.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.101.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.101.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.101.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.101.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.101.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.101.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.101.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.101.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.101.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.101.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.101.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.101.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
&:before {
|
|
110
|
-
background-image: linear-gradient(to left, @
|
|
110
|
+
background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
|
|
111
111
|
right: 100%;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
&:after {
|
|
115
|
-
background-image: linear-gradient(to right, @
|
|
115
|
+
background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
|
|
116
116
|
left: 100%;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -145,13 +145,21 @@ html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
|
|
|
145
145
|
// The footer selector can`t be nested in the sapFDynamicPage less structure,
|
|
146
146
|
// because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
|
|
147
147
|
// and will never match ".sapFDynamicPage .sapFDynamicPageFooter"
|
|
148
|
-
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl {
|
|
148
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
|
|
149
149
|
background: @sapUiPageFooterBackground;
|
|
150
150
|
color: @sapUiPageFooterTextColor;
|
|
151
|
-
box-shadow: @
|
|
151
|
+
box-shadow: @sapUiContentShadow1;
|
|
152
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
152
153
|
border: none;
|
|
153
154
|
}
|
|
154
155
|
|
|
156
|
+
.sapFDynamicPage-Std-Tablet,
|
|
157
|
+
.sapFDynamicPage-Std-Phone {
|
|
158
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
|
|
159
|
+
height: 2.75rem;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
155
163
|
.title-hover(@backgroundColor) {
|
|
156
164
|
background-color: darken(@backgroundColor, 4);
|
|
157
165
|
}
|
|
@@ -172,14 +180,6 @@ To be used in Comparison pattern scenario. */
|
|
|
172
180
|
background-color: @sapObjectHeader_Background;
|
|
173
181
|
}
|
|
174
182
|
|
|
175
|
-
.sapFDynamicPageToggleHeaderIndicator:after, .sapFDynamicPageHeaderPinButton:after {
|
|
176
|
-
background-image: none;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.sapFDynamicPageToggleHeaderIndicator:before, .sapFDynamicPageHeaderPinButton:before {
|
|
180
|
-
background-image: none;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
183
|
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
|
|
184
184
|
border-radius: @sapButton_BorderCornerRadius;
|
|
185
185
|
}
|
|
@@ -3,10 +3,7 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
padding: 1rem 2rem;
|
|
8
|
-
}
|
|
9
|
-
|
|
6
|
+
.sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
|
|
10
7
|
.sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
|
|
11
8
|
background: @sapUiObjectHeaderBackground;
|
|
12
9
|
}
|
|
@@ -21,30 +18,4 @@
|
|
|
21
18
|
|
|
22
19
|
.sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
23
20
|
box-shadow: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
// =====================================
|
|
28
|
-
// =====================================
|
|
29
|
-
// Delta Styles for Horizon
|
|
30
|
-
// =====================================
|
|
31
|
-
|
|
32
|
-
.sapUiMedia-StdExt-LargeDesktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
33
|
-
padding: 0 3rem 1rem;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
37
|
-
padding: 0 2rem 1rem;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
41
|
-
padding: 0 2rem 1rem 2rem;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapFDynamicPage-Std-Tablet .sapFDynamicPageHeaderWithContent {
|
|
45
|
-
padding: 0 2rem 1rem 2rem;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sapFDynamicPage-Std-Phone .sapFDynamicPageHeaderWithContent {
|
|
49
|
-
padding: 0 1rem 1rem 1rem;
|
|
50
21
|
}
|
|
@@ -87,15 +87,15 @@
|
|
|
87
87
|
|
|
88
88
|
.sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
|
|
89
89
|
font-size: @sapFontHeader2Size;
|
|
90
|
-
font-family: @
|
|
90
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
91
91
|
}
|
|
92
92
|
|
|
93
93
|
|
|
94
94
|
// Expanded Header title is small on small screens
|
|
95
95
|
|
|
96
96
|
.sapFDynamicPage-Std-Phone .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
|
|
97
|
-
font-size:
|
|
98
|
-
font-family: @
|
|
97
|
+
font-size: @sapUiObjectHeaderTitleSnappedFontSize;
|
|
98
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
99
99
|
}
|
|
100
100
|
|
|
101
101
|
|
|
@@ -103,13 +103,13 @@
|
|
|
103
103
|
|
|
104
104
|
.sapFDynamicPageTitleSnapped .sapFDynamicPageTitleMain>.sapFDynamicPageTitleMainInner .sapFDynamicPageTitleMainHeading .sapFDynamicPageTitleMainHeadingInner .sapMTitle {
|
|
105
105
|
font-size: @sapFontHeader3Size;
|
|
106
|
-
font-family: @
|
|
106
|
+
font-family: @sapUiObjectHeaderTitleFontFamily;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
// Overview Page using Dynamic page Header
|
|
110
110
|
.ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped>.sapFDynamicPageTitle,
|
|
111
111
|
.ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly>.sapFDynamicPageTitle {
|
|
112
|
-
box-shadow: @
|
|
112
|
+
box-shadow: @sapUiContentHeaderShadow;
|
|
113
113
|
}
|
|
114
114
|
|
|
115
115
|
// Dynamic page Title Focus - Experimental
|
|
@@ -146,8 +146,4 @@ html.sap-desktop {
|
|
|
146
146
|
.sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
|
|
147
147
|
margin-top: 0;
|
|
148
148
|
}
|
|
149
|
-
|
|
150
|
-
.sapFDynamicPageTitleSnapped .sapMGenericTag.sapMBarChild {
|
|
151
|
-
margin-bottom: 1rem;
|
|
152
|
-
}
|
|
153
149
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* ============================== */
|
|
2
|
+
/* CSS for control sap.f/GridList */
|
|
3
|
+
/* Horizon theme */
|
|
4
|
+
/* ============================== */
|
|
5
|
+
|
|
6
|
+
@_sap_f_GridList_ItemFocusBorderRadius: 1rem;
|
|
7
|
+
@_sap_f_GridList_ItemFocusedHighlightOffset: 0.5rem;
|
|
8
|
+
@_sap_f_GridList_ItemHighlightBorderRadius: 1rem 2rem;
|
|
9
|
+
@_sap_f_GridList_ItemOverflow: hidden;
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
/* Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: none;
|
|
7
|
+
@_sap_f_GridListItem_Overflow: hidden;
|
|
7
8
|
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
8
|
-
@
|
|
9
|
+
@_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
|
|
10
|
+
@_sap_f_GridListItem_HighlightBorderRadius: 1rem;
|
|
11
|
+
@_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
|
|
@@ -107,12 +107,12 @@
|
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
&:before {
|
|
110
|
-
background-image: linear-gradient(to left, @
|
|
110
|
+
background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
|
|
111
111
|
right: 100%;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
&:after {
|
|
115
|
-
background-image: linear-gradient(to right, @
|
|
115
|
+
background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
|
|
116
116
|
left: 100%;
|
|
117
117
|
}
|
|
118
118
|
}
|
|
@@ -145,13 +145,21 @@ html[data-sap-ui-browser^="cr"] .sapFDynamicPageHeaderPinButton {
|
|
|
145
145
|
// The footer selector can`t be nested in the sapFDynamicPage less structure,
|
|
146
146
|
// because the contrast container would not work, as the theme generates css like ".sapContrast.sapFDynamicPageFooter"
|
|
147
147
|
// and will never match ".sapFDynamicPage .sapFDynamicPageFooter"
|
|
148
|
-
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl {
|
|
148
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMTB {
|
|
149
149
|
background: @sapUiPageFooterBackground;
|
|
150
150
|
color: @sapUiPageFooterTextColor;
|
|
151
|
-
box-shadow: @
|
|
151
|
+
box-shadow: @sapUiContentShadow1;
|
|
152
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
152
153
|
border: none;
|
|
153
154
|
}
|
|
154
155
|
|
|
156
|
+
.sapFDynamicPage-Std-Tablet,
|
|
157
|
+
.sapFDynamicPage-Std-Phone {
|
|
158
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
|
|
159
|
+
height: 2.75rem;
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
155
163
|
.title-hover(@backgroundColor) {
|
|
156
164
|
background-color: darken(@backgroundColor, 4);
|
|
157
165
|
}
|
|
@@ -172,14 +180,6 @@ To be used in Comparison pattern scenario. */
|
|
|
172
180
|
background-color: @sapObjectHeader_Background;
|
|
173
181
|
}
|
|
174
182
|
|
|
175
|
-
.sapFDynamicPageToggleHeaderIndicator:after, .sapFDynamicPageHeaderPinButton:after {
|
|
176
|
-
background-image: none;
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
.sapFDynamicPageToggleHeaderIndicator:before, .sapFDynamicPageHeaderPinButton:before {
|
|
180
|
-
background-image: none;
|
|
181
|
-
}
|
|
182
|
-
|
|
183
183
|
.sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnDefault .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnBack .sapUiIcon, .sapMBtn:hover:not(.sapMBtnDisabled):not(.sapMSBActive)>.sapMBtnHoverable:not(.sapMBtnDisabled):not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBtnTransparent).sapMBtnGhost .sapUiIcon {
|
|
184
184
|
border-radius: @sapButton_BorderCornerRadius;
|
|
185
185
|
}
|
|
@@ -3,10 +3,7 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
.
|
|
7
|
-
padding: 1rem 2rem;
|
|
8
|
-
}
|
|
9
|
-
|
|
6
|
+
.sapFDynamicPageHeader.sapFDynamicPageHeaderSolid,
|
|
10
7
|
.sapFDynamicPageHeader.sapFDynamicPageHeaderTranslucent {
|
|
11
8
|
background: @sapUiObjectHeaderBackground;
|
|
12
9
|
}
|
|
@@ -21,30 +18,4 @@
|
|
|
21
18
|
|
|
22
19
|
.sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
23
20
|
box-shadow: none;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
// =====================================
|
|
28
|
-
// =====================================
|
|
29
|
-
// Delta Styles for Horizon
|
|
30
|
-
// =====================================
|
|
31
|
-
|
|
32
|
-
.sapUiMedia-StdExt-LargeDesktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
33
|
-
padding: 0 3rem 1rem;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
37
|
-
padding: 0 2rem 1rem;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
41
|
-
padding: 0 2rem 1rem 2rem;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.sapFDynamicPage-Std-Tablet .sapFDynamicPageHeaderWithContent {
|
|
45
|
-
padding: 0 2rem 1rem 2rem;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.sapFDynamicPage-Std-Phone .sapFDynamicPageHeaderWithContent {
|
|
49
|
-
padding: 0 1rem 1rem 1rem;
|
|
50
21
|
}
|
|
@@ -108,7 +108,7 @@
|
|
|
108
108
|
// Overview Page using Dynamic page Header
|
|
109
109
|
.ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped>.sapFDynamicPageTitle,
|
|
110
110
|
.ovpApplication .sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly>.sapFDynamicPageTitle {
|
|
111
|
-
box-shadow: @
|
|
111
|
+
box-shadow: @sapUiContentHeaderShadow;
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
// Dynamic page Title Focus - Experimental
|
|
@@ -145,8 +145,4 @@ html.sap-desktop {
|
|
|
145
145
|
.sapFDynamicPageTitleMain .sapMGenericTag.sapMBarChild {
|
|
146
146
|
margin-top: 0;
|
|
147
147
|
}
|
|
148
|
-
|
|
149
|
-
.sapFDynamicPageTitleSnapped .sapMGenericTag.sapMBarChild {
|
|
150
|
-
margin-bottom: 1rem;
|
|
151
|
-
}
|
|
152
148
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* =============================== */
|
|
2
|
+
/* CSS for control sap.f/GridList */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* =============================== */
|
|
5
|
+
|
|
6
|
+
@_sap_f_GridList_ItemFocusBorderRadius: 1rem;
|
|
7
|
+
@_sap_f_GridList_ItemFocusedHighlightOffset: 0.5rem;
|
|
8
|
+
@_sap_f_GridList_ItemHighlightBorderRadius: 1rem 2rem;
|
|
9
|
+
@_sap_f_GridList_ItemOverflow: hidden;
|
|
@@ -3,6 +3,9 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: none;
|
|
7
|
+
@_sap_f_GridListItem_Overflow: hidden;
|
|
7
8
|
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
8
|
-
@
|
|
9
|
+
@_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
|
|
10
|
+
@_sap_f_GridListItem_HighlightBorderRadius: 1rem;
|
|
11
|
+
@_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
|
|
@@ -56,6 +56,32 @@
|
|
|
56
56
|
line-height: 2rem;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
+
|
|
60
|
+
overflow: visible; // enforcement needed for IE11
|
|
61
|
+
|
|
62
|
+
&:before,
|
|
63
|
+
&:after {
|
|
64
|
+
content: "";
|
|
65
|
+
position: absolute;
|
|
66
|
+
width: 4rem;
|
|
67
|
+
top: 50%; // enforcement needed for IE11
|
|
68
|
+
height: 0.0625rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:before {
|
|
72
|
+
background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
|
|
73
|
+
right: 100%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:after {
|
|
77
|
+
background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
|
|
78
|
+
left: 100%;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
|
|
83
|
+
html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
|
|
84
|
+
display: none;
|
|
59
85
|
}
|
|
60
86
|
|
|
61
87
|
/* Compact */
|
|
@@ -138,8 +164,18 @@
|
|
|
138
164
|
opacity: 1;
|
|
139
165
|
|
|
140
166
|
.sapFDynamicPageActualFooterControl.sapMTB {
|
|
141
|
-
|
|
142
|
-
|
|
167
|
+
background: @sapUiPageFooterBackground;
|
|
168
|
+
color: @sapUiPageFooterTextColor;
|
|
169
|
+
box-shadow: @sapUiContentShadow1;
|
|
170
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
171
|
+
border: none;
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
|
|
175
|
+
&.sapFDynamicPage-Std-Tablet,
|
|
176
|
+
&.sapFDynamicPage-Std-Phone {
|
|
177
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
|
|
178
|
+
height: 2.75rem;
|
|
143
179
|
}
|
|
144
180
|
}
|
|
145
181
|
}
|
|
@@ -3,13 +3,18 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
|
-
.sapFDynamicPage-Std-Desktop .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
7
|
-
padding: 1rem 2rem;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
6
|
.sapFDynamicPageHeader {
|
|
7
|
+
&.sapFDynamicPageHeaderSolid,
|
|
11
8
|
&.sapFDynamicPageHeaderTransparent,
|
|
12
9
|
&.sapFDynamicPageHeaderTranslucent {
|
|
13
10
|
background: @sapUiObjectHeaderBackground;
|
|
14
11
|
}
|
|
15
|
-
}
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.sapFDynamicPageNavigation .sapFDynamicPageHeader.sapFDynamicPageHeaderWithContent {
|
|
15
|
+
box-shadow: none;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.sapFDynamicPageToggleHeaderIndicator:not(.sapUiHidden) + .sapFDynamicPageHeaderPinButton:before {
|
|
19
|
+
display: none;
|
|
20
|
+
}
|
|
@@ -3,11 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* ======================================= */
|
|
5
5
|
|
|
6
|
-
.sapFDynamicPageTitleWrapper.sapFDynamicPageTitleSnapped > .sapFDynamicPageTitle:focus,
|
|
7
|
-
.sapFDynamicPageTitleWrapper.sapFDynamicPageTitleOnly > .sapFDynamicPageTitle:focus {
|
|
8
|
-
box-shadow: none;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
6
|
html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
12
7
|
outline-width: 0.125rem;
|
|
13
8
|
outline-offset: -0.25rem; // due to bottom border overlapping
|
|
@@ -21,7 +16,8 @@ html.sap-desktop .sapFDynamicPageTitle.sapFDynamicPageTitleFocus {
|
|
|
21
16
|
padding: 0.5rem 2rem;
|
|
22
17
|
word-wrap: break-word;
|
|
23
18
|
|
|
24
|
-
&.sapFDynamicPageTitleTransparent
|
|
19
|
+
&.sapFDynamicPageTitleTransparent,
|
|
20
|
+
&.sapFDynamicPageTitleTranslucent {
|
|
25
21
|
background: @sapUiObjectHeaderBackground;
|
|
26
22
|
}
|
|
27
23
|
}
|
|
@@ -108,6 +104,11 @@ html[data-sap-ui-browser^="ff"].sap-desktop {
|
|
|
108
104
|
}
|
|
109
105
|
}
|
|
110
106
|
|
|
111
|
-
.sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper
|
|
112
|
-
|
|
107
|
+
.sapFDynamicPageNavigation .sapFDynamicPageTitleWrapper {
|
|
108
|
+
&.sapFDynamicPageTitleSnapped,
|
|
109
|
+
&.sapFDynamicPageTitleOnly {
|
|
110
|
+
& > .sapFDynamicPageTitle {
|
|
111
|
+
box-shadow: none;
|
|
112
|
+
}
|
|
113
|
+
}
|
|
113
114
|
}
|
|
@@ -3,8 +3,6 @@
|
|
|
3
3
|
/* Horizon High Contrast Black theme */
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
|
-
@
|
|
6
|
+
@_sap_f_GridListItem_HeaderBoxShadow: none;
|
|
7
7
|
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
8
|
-
|
|
9
|
-
@_sap_f_GridListItem_BorderSelected: 0 0 0 0.125rem @sapUiListSelectionBorderColor;
|
|
10
|
-
@_sap_f_GridListItem_Header_BoxShadowActive: @_sap_f_GridListItem_Header_BoxShadow;
|
|
8
|
+
|
|
@@ -56,6 +56,32 @@
|
|
|
56
56
|
line-height: 2rem;
|
|
57
57
|
}
|
|
58
58
|
}
|
|
59
|
+
|
|
60
|
+
overflow: visible; // enforcement needed for IE11
|
|
61
|
+
|
|
62
|
+
&:before,
|
|
63
|
+
&:after {
|
|
64
|
+
content: "";
|
|
65
|
+
position: absolute;
|
|
66
|
+
width: 4rem;
|
|
67
|
+
top: 50%; // enforcement needed for IE11
|
|
68
|
+
height: 0.0625rem;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
&:before {
|
|
72
|
+
background-image: linear-gradient(to left, @sapUiObjectHeaderBorderColor, transparent);
|
|
73
|
+
right: 100%;
|
|
74
|
+
}
|
|
75
|
+
|
|
76
|
+
&:after {
|
|
77
|
+
background-image: linear-gradient(to right, @sapUiObjectHeaderBorderColor, transparent);
|
|
78
|
+
left: 100%;
|
|
79
|
+
}
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
// when we have both pin and toggle header indicator, pseudo-elements overlap siblings on EDGE
|
|
83
|
+
html[data-sap-ui-browser^="ed"] .sapFDynamicPageToggleHeaderIndicator ~ .sapFDynamicPageHeaderPinButton:before {
|
|
84
|
+
display: none;
|
|
59
85
|
}
|
|
60
86
|
|
|
61
87
|
/* Compact */
|
|
@@ -139,8 +165,18 @@
|
|
|
139
165
|
opacity: 1;
|
|
140
166
|
|
|
141
167
|
.sapFDynamicPageActualFooterControl.sapMTB {
|
|
142
|
-
|
|
143
|
-
|
|
168
|
+
background: @sapUiPageFooterBackground;
|
|
169
|
+
color: @sapUiPageFooterTextColor;
|
|
170
|
+
box-shadow: @sapUiContentShadow1;
|
|
171
|
+
border-radius: @sapUiElementBorderCornerRadius;
|
|
172
|
+
border: none;
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
&.sapFDynamicPage-Std-Tablet,
|
|
177
|
+
&.sapFDynamicPage-Std-Phone {
|
|
178
|
+
.sapFDynamicPageFooter .sapFDynamicPageActualFooterControl.sapMIBar {
|
|
179
|
+
height: 2.75rem;
|
|
144
180
|
}
|
|
145
181
|
}
|
|
146
182
|
}
|