@openui5/themelib_sap_horizon 1.133.0 → 1.134.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 +0 -7
- package/THIRDPARTY.txt +1 -22
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/Card.less +14 -19
- package/src/sap/f/themes/sap_horizon/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_dark/Card.less +8 -13
- package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +1 -2
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcb/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcb/library.source.less +0 -1
- package/src/sap/f/themes/sap_horizon_hcw/Card.less +3 -8
- package/src/sap/f/themes/sap_horizon_hcw/ShellBar.less +5 -0
- package/src/sap/f/themes/sap_horizon_hcw/library.source.less +0 -1
- package/src/sap/m/themes/sap_horizon/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon/GenericTile.less +6 -25
- package/src/sap/m/themes/sap_horizon/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon/SplitButton.less +71 -54
- package/src/sap/m/themes/sap_horizon/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon/SuggestionsPopover.less +6 -1
- package/src/sap/m/themes/sap_horizon/Switch.less +109 -91
- package/src/sap/m/themes/sap_horizon/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon/TabStrip.less +48 -20
- package/src/sap/m/themes/sap_horizon/Table.less +5 -5
- package/src/sap/m/themes/sap_horizon/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon/TileContainer.less +4 -4
- package/src/sap/m/themes/sap_horizon/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
- package/src/sap/m/themes/sap_horizon/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon/WheelSlider.less +38 -14
- package/src/sap/m/themes/sap_horizon_dark/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_dark/Button.less +6 -0
- package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +15 -37
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +70 -54
- package/src/sap/m/themes/sap_horizon_dark/StandardTile.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/SuggestionsPopover.less +1 -1
- package/src/sap/m/themes/sap_horizon_dark/Switch.less +108 -89
- package/src/sap/m/themes/sap_horizon_dark/TabContainer.less +2 -0
- package/src/sap/m/themes/sap_horizon_dark/TabStrip.less +50 -21
- package/src/sap/m/themes/sap_horizon_dark/Table.less +4 -4
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -2
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +2 -1
- package/src/sap/m/themes/sap_horizon_dark/TileContainer.less +4 -3
- package/src/sap/m/themes/sap_horizon_dark/TileContent.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/ToggleButton.less +52 -41
- package/src/sap/m/themes/sap_horizon_dark/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_dark/WheelSlider.less +34 -11
- package/src/sap/m/themes/sap_horizon_hcb/Avatar.less +14 -0
- package/src/sap/m/themes/sap_horizon_hcb/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcb/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcb/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcb/TabContainer.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcb/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcb/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcb/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcb/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcb/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcb/ToggleButton.less +4 -5
- package/src/sap/m/themes/sap_horizon_hcb/ViewSettingsDialog.less +9 -6
- package/src/sap/m/themes/sap_horizon_hcb/WheelSlider.less +22 -5
- package/src/sap/m/themes/sap_horizon_hcw/Avatar.less +13 -0
- package/src/sap/m/themes/sap_horizon_hcw/Button.less +8 -0
- package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +0 -9
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/SplitButton.less +3 -2
- package/src/sap/m/themes/sap_horizon_hcw/StepInput.less +2 -0
- package/src/sap/m/themes/sap_horizon_hcw/Switch.less +108 -90
- package/src/sap/m/themes/sap_horizon_hcw/TabContainer.less +5 -2
- package/src/sap/m/themes/sap_horizon_hcw/TabStrip.less +44 -17
- package/src/sap/m/themes/sap_horizon_hcw/Table.less +6 -6
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +2 -1
- package/src/sap/m/themes/sap_horizon_hcw/TextArea.less +11 -8
- package/src/sap/m/themes/sap_horizon_hcw/Tile.less +9 -9
- package/src/sap/m/themes/sap_horizon_hcw/TileContainer.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ToggleButton.less +5 -5
- package/src/sap/m/themes/sap_horizon_hcw/ViewSettingsDialog.less +10 -6
- package/src/sap/m/themes/sap_horizon_hcw/WheelSlider.less +22 -5
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +10 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +10 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +10 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +10 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSubSection.less +1 -1
- package/LICENSES/LicenseRef-tzdata-PublicDomain.txt +0 -5
- package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +0 -28
- package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +0 -28
package/.reuse/dep5
CHANGED
|
@@ -364,13 +364,6 @@ Copyright:
|
|
|
364
364
|
License: Apache-2.0 and ISC
|
|
365
365
|
Comment: these files contain content from SAP and node-lru-cache: LRUPersistentCache.js is overall written by SAP, but portions ('Least Recently Used' logic) are taken from the node-lru-cache project (see https://github.com/isaacs/node-lru-cache/blob/v2.7.3/README.md) and modified.
|
|
366
366
|
|
|
367
|
-
Files: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
368
|
-
Copyright:
|
|
369
|
-
2009-2024 SAP SE or an SAP affiliate company and OpenUI5 contributors
|
|
370
|
-
Arthur David Olson, Paul Eggert and other contributors
|
|
371
|
-
License: Apache-2.0 and LicenseRef-tzdata-PublicDomain
|
|
372
|
-
Comment: these files contain content from SAP and Time Zone Database: _timezones.js is overall written by SAP, but the list of IANA timezone IDs is taken from the Timezone Database
|
|
373
|
-
|
|
374
367
|
|
|
375
368
|
# Library: sap.ui.documentation:
|
|
376
369
|
|
package/THIRDPARTY.txt
CHANGED
|
@@ -22,7 +22,7 @@ Contained in: src/sap.m/test/sap/m/qunit/_thirdparty/qunit-composite.css
|
|
|
22
22
|
|
|
23
23
|
Library: sap.ui.codeeditor:
|
|
24
24
|
|
|
25
|
-
Component: Ace (Ajax.org Cloud9 Editor), version: 1.
|
|
25
|
+
Component: Ace (Ajax.org Cloud9 Editor), version: 1.36.5
|
|
26
26
|
Copyright: 2010, Ajax.org B.V.
|
|
27
27
|
License: BSD-3-Clause
|
|
28
28
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
@@ -342,12 +342,6 @@ License: ISC
|
|
|
342
342
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/ISC.txt
|
|
343
343
|
Contained in: src/sap.ui.core/src/sap/ui/core/cache/LRUPersistentCache.js
|
|
344
344
|
|
|
345
|
-
Component: Time Zone Database, version: 2024b
|
|
346
|
-
Copyright: Arthur David Olson, Paul Eggert and other contributors
|
|
347
|
-
License: LicenseRef-tzdata-PublicDomain
|
|
348
|
-
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/LicenseRef-tzdata-PublicDomain.txt
|
|
349
|
-
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/i18n/helper/_timezones.js
|
|
350
|
-
|
|
351
345
|
|
|
352
346
|
Library: sap.ui.documentation:
|
|
353
347
|
|
|
@@ -1015,21 +1009,6 @@ END of license: LicenseRef-Unicode-3.0
|
|
|
1015
1009
|
=================================
|
|
1016
1010
|
|
|
1017
1011
|
|
|
1018
|
-
=================================
|
|
1019
|
-
BEGIN of license: LicenseRef-tzdata-PublicDomain
|
|
1020
|
-
=================================
|
|
1021
|
-
|
|
1022
|
-
Unless specified below, all files in the tz code and data (including
|
|
1023
|
-
this LICENSE file) are in the public domain.
|
|
1024
|
-
|
|
1025
|
-
If the files date.c, newstrftime.3, and strftime.c are present, they
|
|
1026
|
-
contain material derived from BSD and use the BSD 3-clause license.
|
|
1027
|
-
|
|
1028
|
-
=================================
|
|
1029
|
-
END of license: LicenseRef-tzdata-PublicDomain
|
|
1030
|
-
=================================
|
|
1031
|
-
|
|
1032
|
-
|
|
1033
1012
|
=================================
|
|
1034
1013
|
BEGIN of license: MIT
|
|
1035
1014
|
=================================
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.134.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.134.0",
|
|
18
|
+
"@openui5/sap.m": "1.134.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.134.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.134.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.134.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.134.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.134.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.134.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.134.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.134.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.134.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.134.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.134.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.134.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.134.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.134.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.134.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.f/Card
|
|
3
|
-
/* Horizon theme
|
|
4
|
-
/*
|
|
5
|
-
|
|
6
|
-
@_sap_f_Card_FocusBorderBottomOffset:
|
|
7
|
-
@_sap_f_Card_FocusBorderTopOffset:
|
|
8
|
-
@_sap_f_Card_FocusBorderLeftOffset:
|
|
9
|
-
@_sap_f_Card_FocusBorderRightOffset:
|
|
1
|
+
/* =========================== */
|
|
2
|
+
/* CSS for control sap.f/Card */
|
|
3
|
+
/* Morning Horizon theme */
|
|
4
|
+
/* =========================== */
|
|
5
|
+
|
|
6
|
+
@_sap_f_Card_FocusBorderBottomOffset: 0;
|
|
7
|
+
@_sap_f_Card_FocusBorderTopOffset: 0;
|
|
8
|
+
@_sap_f_Card_FocusBorderLeftOffset: 0;
|
|
9
|
+
@_sap_f_Card_FocusBorderRightOffset: 0;
|
|
10
10
|
@_sap_f_Card_FocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
|
-
@_sap_f_Card_HoverBoxShadow:
|
|
13
|
-
@_sap_f_Card_Badge_Background:
|
|
12
|
+
@_sap_f_Card_HoverBoxShadow: var(--sapContent_Shadow2);
|
|
13
|
+
@_sap_f_Card_Badge_Background: var(--sapHighlightColor);
|
|
14
14
|
|
|
15
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapFCard,
|
|
16
15
|
.sapFCard {
|
|
16
|
+
|
|
17
17
|
&.sapFCardNoContent .sapFCardHeader::before,
|
|
18
18
|
&.sapFCardNoHeader::before {
|
|
19
19
|
border-radius: @_sap_f_Card_BorderRadius;
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
|
|
22
22
|
.sapFCardHeader {
|
|
23
23
|
border-bottom: none;
|
|
24
|
-
padding-bottom: 0.75rem;
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.sapFCardFooter {
|
|
@@ -34,14 +33,10 @@
|
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
.sapFCard .sapFCardHeader .sapFCardStatus {
|
|
37
|
-
font-size:
|
|
36
|
+
font-size: var(--sapFontSmallSize);
|
|
38
37
|
margin-top: 0.125rem;
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
.sapFCard .sapMLIBFocusable:focus {
|
|
42
41
|
outline-offset: -0.125rem;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.sapFCard .sapMNC, .sapFCardNumericIndicatorsSide {
|
|
46
|
-
margin-top: 0.25rem;
|
|
47
|
-
}
|
|
42
|
+
}
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader6Size;
|
|
7
|
-
@_sap_f_CardHeaders_BorderRadius: 1rem;
|
|
8
7
|
@_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
|
|
9
8
|
@_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
|
|
10
9
|
@_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
|
|
11
10
|
@_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
|
|
12
|
-
@
|
|
11
|
+
@_sap_f_CardHeaders_MainHeaderBorderRadius: 1rem 1rem 0 0;
|
|
@@ -3,17 +3,17 @@
|
|
|
3
3
|
/* Evening Horizon theme */
|
|
4
4
|
/* =========================== */
|
|
5
5
|
|
|
6
|
-
@_sap_f_Card_FocusBorderBottomOffset:
|
|
7
|
-
@_sap_f_Card_FocusBorderTopOffset:
|
|
8
|
-
@_sap_f_Card_FocusBorderLeftOffset:
|
|
9
|
-
@_sap_f_Card_FocusBorderRightOffset:
|
|
6
|
+
@_sap_f_Card_FocusBorderBottomOffset: 0;
|
|
7
|
+
@_sap_f_Card_FocusBorderTopOffset: 0;
|
|
8
|
+
@_sap_f_Card_FocusBorderLeftOffset: 0;
|
|
9
|
+
@_sap_f_Card_FocusBorderRightOffset: 0;
|
|
10
10
|
@_sap_f_Card_FocusBorderRadius: inherit;
|
|
11
11
|
@_sap_f_Card_BorderRadius: 1rem;
|
|
12
|
-
@_sap_f_Card_HoverBoxShadow:
|
|
13
|
-
@_sap_f_Card_Badge_Background:
|
|
12
|
+
@_sap_f_Card_HoverBoxShadow: var(--sapContent_Shadow2);
|
|
13
|
+
@_sap_f_Card_Badge_Background: var(--sapHighlightColor);
|
|
14
14
|
|
|
15
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapFCard,
|
|
16
15
|
.sapFCard {
|
|
16
|
+
|
|
17
17
|
&.sapFCardNoContent .sapFCardHeader::before,
|
|
18
18
|
&.sapFCardNoHeader::before {
|
|
19
19
|
border-radius: @_sap_f_Card_BorderRadius;
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
|
|
22
22
|
.sapFCardHeader {
|
|
23
23
|
border-bottom: none;
|
|
24
|
-
padding-bottom: 0.75rem;
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
.sapFCardFooter {
|
|
@@ -30,10 +29,6 @@
|
|
|
30
29
|
}
|
|
31
30
|
|
|
32
31
|
.sapFCard .sapFCardHeader .sapFCardStatus {
|
|
33
|
-
font-size:
|
|
32
|
+
font-size: var(--sapFontSmallSize);
|
|
34
33
|
margin-top: 0.125rem;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.sapFCard .sapMNC, .sapFCardNumericIndicatorsSide {
|
|
38
|
-
margin-top: 0.25rem;
|
|
39
34
|
}
|
|
@@ -4,9 +4,8 @@
|
|
|
4
4
|
/* ======================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_CardHeaders_TitleFontSize: @sapMFontHeader6Size;
|
|
7
|
-
@_sap_f_CardHeaders_BorderRadius: 1rem;
|
|
8
7
|
@_sap_f_CardHeaders_HeaderFocusBorderLeftOffset: 0px;
|
|
9
8
|
@_sap_f_CardHeaders_HeaderFocusBorderBottomOffset: 0px;
|
|
10
9
|
@_sap_f_CardHeaders_HeaderFocusBorderRightOffset: 0px;
|
|
11
10
|
@_sap_f_CardHeaders_HeaderFocusBorderTopOffset: 0px;
|
|
12
|
-
@
|
|
11
|
+
@_sap_f_CardHeaders_MainHeaderBorderRadius: 1rem 1rem 0 0;
|
|
@@ -5,22 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
7
|
@_sap_f_Card_FocusBorderBottomOffset: 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: var(--sapHighlightColor);
|
|
9
|
+
@_sap_f_Card_Badge_Border: 0.0625rem solid var(--sapContent_ForegroundBorderColor);
|
|
10
|
+
@_sap_f_Card_Badge_Background: var(--sapHighlightColor);
|
|
11
11
|
|
|
12
12
|
.sapFCard {
|
|
13
13
|
|
|
14
14
|
.sapFCardHeader {
|
|
15
15
|
border-bottom: none;
|
|
16
|
-
padding-bottom: 0.75rem;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.sapFCardFooter {
|
|
20
19
|
padding-top: 0.75rem;
|
|
21
20
|
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.sapFCard .sapMNC, .sapFCardNumericIndicatorsSide {
|
|
25
|
-
margin-top: 0.25rem;
|
|
26
21
|
}
|
|
@@ -168,6 +168,11 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
+
//Primary Title
|
|
172
|
+
.sapFShellBarPrimaryTitle {
|
|
173
|
+
color: var(--sapShell_SubBrand_TextColor);
|
|
174
|
+
}
|
|
175
|
+
|
|
171
176
|
//Second Title
|
|
172
177
|
.sapFShellBarSecondTitle {
|
|
173
178
|
font-size: @sapMFontSmallSize;
|
|
@@ -5,22 +5,17 @@
|
|
|
5
5
|
|
|
6
6
|
@_sap_f_Card_BoxShadow: none;
|
|
7
7
|
@_sap_f_Card_FocusBorderBottomOffset: 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: var(--sapHighlightColor);
|
|
9
|
+
@_sap_f_Card_Badge_Border: 0.0625rem solid var(--sapContent_ForegroundBorderColor);
|
|
10
|
+
@_sap_f_Card_Badge_Background: var(--sapHighlightColor);
|
|
11
11
|
|
|
12
12
|
.sapFCard {
|
|
13
13
|
|
|
14
14
|
.sapFCardHeader {
|
|
15
15
|
border-bottom: none;
|
|
16
|
-
padding-bottom: 0.75rem;
|
|
17
16
|
}
|
|
18
17
|
|
|
19
18
|
.sapFCardFooter {
|
|
20
19
|
padding-top: 0.75rem;
|
|
21
20
|
}
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.sapFCard .sapMNC, .sapFCardNumericIndicatorsSide {
|
|
25
|
-
margin-top: 0.25rem;
|
|
26
21
|
}
|
|
@@ -168,6 +168,11 @@ html.sap-desktop .sapMTB-Transparent-CTX .sapMBtnInner.sapMToggleBtnPressed{
|
|
|
168
168
|
}
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
+
//Primary Title
|
|
172
|
+
.sapFShellBarPrimaryTitle {
|
|
173
|
+
color: var(--sapShell_SubBrand_TextColor);
|
|
174
|
+
}
|
|
175
|
+
|
|
171
176
|
//Second Title
|
|
172
177
|
.sapFShellBarSecondTitle {
|
|
173
178
|
font-size: @sapMFontSmallSize;
|
|
@@ -40,6 +40,7 @@
|
|
|
40
40
|
.sapFAvatarColorTileIcon {
|
|
41
41
|
background-color: var(--sapTile_Background);
|
|
42
42
|
color: var(--sapTile_IconColor);
|
|
43
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
43
44
|
|
|
44
45
|
.sapFAvatarInitialsHolder {
|
|
45
46
|
color: currentColor;
|
|
@@ -49,21 +50,33 @@
|
|
|
49
50
|
.sapFAvatarColorPlaceholder {
|
|
50
51
|
background-color: var(--sapContent_ImagePlaceholderBackground);
|
|
51
52
|
color: var(--sapContent_ImagePlaceholderForegroundColor);
|
|
53
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
52
54
|
|
|
53
55
|
.sapFAvatarInitialsHolder {
|
|
54
56
|
color: currentColor;
|
|
55
57
|
}
|
|
56
58
|
}
|
|
57
59
|
|
|
60
|
+
.sapFAvatarColorTransparent {
|
|
61
|
+
background-color: var(--sapAvatar_Lite_Background);
|
|
62
|
+
border: 0.0625rem solid var(--sapAvatar_Lite_BorderColor);
|
|
63
|
+
}
|
|
64
|
+
|
|
58
65
|
.generateColor (@accentIndex) {
|
|
59
66
|
@css-selector: ~"sapFAvatarColorAccent@{accentIndex}"; // Create the css selector string
|
|
60
67
|
@background-param: ~"sapUiAvatar@{accentIndex}Background"; // Build the color param which is a sapUiAccent
|
|
61
68
|
@color-param: ~"sapUiAvatar@{accentIndex}TextColor";
|
|
69
|
+
@hover-color: ~"sapUiAvatar@{accentIndex}HoverBackground";
|
|
62
70
|
|
|
63
71
|
// Build the real CSS selector.
|
|
64
72
|
// The output would be something like this: .sapFAvatar.sapFAvatarColorAccent6 {background-color: #0092d1;}
|
|
65
73
|
.@{css-selector} {
|
|
66
74
|
background-color: @@background-param;
|
|
75
|
+
&.sapFAvatarImage.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover,
|
|
76
|
+
&.sapFAvatarFocusable:not(.sapMAvatarPressed):not(.sapMAvatarDisabled):hover {
|
|
77
|
+
background-color: @@hover-color;
|
|
78
|
+
box-shadow: @_sap_m_Avatar_Hover_Box_Shadow_Offset var(--sapAvatar_Hover_BorderColor);
|
|
79
|
+
}
|
|
67
80
|
}
|
|
68
81
|
|
|
69
82
|
.@{css-selector}.sapFAvatarIcon,
|
|
@@ -137,6 +137,7 @@
|
|
|
137
137
|
/* Custom focus border: */
|
|
138
138
|
/* ---------------------------------------------------------------------*/
|
|
139
139
|
|
|
140
|
+
.sapMBtn:focus-visible > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable,
|
|
140
141
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable {
|
|
141
142
|
border-color: var(--sapContent_FocusColor);
|
|
142
143
|
}
|
|
@@ -154,6 +155,7 @@ html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMBtnActive.sapMFocusable
|
|
|
154
155
|
border-color: var(--sapButton_Success_BorderColor);
|
|
155
156
|
}
|
|
156
157
|
|
|
158
|
+
.sapMBtn:focus-visible > .sapMFocusable:not(.sapMBadgeIndicator)::before,
|
|
157
159
|
html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::before {
|
|
158
160
|
content: '';
|
|
159
161
|
position: absolute;
|
|
@@ -167,6 +169,10 @@ html.sap-desktop .sapMBtn:focus > .sapMFocusable:not(.sapMBadgeIndicator)::befor
|
|
|
167
169
|
border-radius: 0.375rem;
|
|
168
170
|
}
|
|
169
171
|
|
|
172
|
+
.sapMBtn:focus-visible > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
|
|
173
|
+
.sapMBtn:focus-visible > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
174
|
+
.sapMBtn:focus-visible > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
175
|
+
.sapMBtn:focus-visible > .sapMBtnSuccess.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
170
176
|
html.sap-desktop .sapMBtn:focus > .sapMBtnEmphasized.sapMFocusable:not(.sapMBtnActive):not(.sapMToggleBtnPressed):not(.sapMBadgeIndicator)::before,
|
|
171
177
|
html.sap-desktop .sapMBtn:focus > .sapMBtnCritical.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
172
178
|
html.sap-desktop .sapMBtn:focus > .sapMBtnNegative.sapMFocusable:not(.sapMBtnActive):not(.sapMBadgeIndicator)::before,
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
width: fit-content;
|
|
42
42
|
|
|
43
43
|
.sapMText {
|
|
44
|
-
font-size: var(--
|
|
44
|
+
font-size: var(--sapFontSmallSize);
|
|
45
45
|
text-align: right !important;
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
}
|
|
116
116
|
|
|
117
117
|
.sapMGT.sapMGTLineMode:not(.sapMGTDisabled).sapMGTLineModePress {
|
|
118
|
-
background:
|
|
118
|
+
background: var(--sapTile_Active_Background);
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
.sapMGT.sapMGTLineMode .sapMGTFocusDiv {
|
|
@@ -299,37 +299,25 @@ html.sap-tablet .sapMGTWithImageHoverOverlay {
|
|
|
299
299
|
}
|
|
300
300
|
|
|
301
301
|
.sapMGT.sapMGTPressActive {
|
|
302
|
-
box-shadow:
|
|
302
|
+
box-shadow: none;
|
|
303
303
|
|
|
304
304
|
&:not(.sapMGTBackgroundImage) {
|
|
305
305
|
background: var(--sapTile_Active_Background);
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
&.sapMGTScopeActions .sapMTileCntContent::after {
|
|
309
|
-
background-color:
|
|
309
|
+
background-color: var(--sapTile_Active_Background);
|
|
310
310
|
}
|
|
311
311
|
}
|
|
312
312
|
|
|
313
|
-
.sapMGTWithImageHoverOverlay.sapMGTPressActive {
|
|
314
|
-
background: fade(@sapUiTileActiveBackground, 20%);
|
|
315
|
-
}
|
|
316
|
-
|
|
317
313
|
.sapMGT:hover:not(.sapMGTPressActive) {
|
|
318
|
-
box-shadow:
|
|
319
|
-
transition: background 0.2s;
|
|
320
|
-
|
|
314
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
321
315
|
&:not(.sapMGTBackgroundImage) {
|
|
322
|
-
background: var(--sapTile_Hover_Background);
|
|
323
|
-
}
|
|
324
|
-
|
|
325
|
-
.sapMGTWithImageHoverOverlay {
|
|
326
|
-
background: fade(@sapUiTileHoverBackground, 10%);
|
|
327
|
-
transition: background 0.2s;
|
|
316
|
+
background-color: var(--sapTile_Hover_Background);
|
|
328
317
|
}
|
|
329
318
|
|
|
330
319
|
&.sapMGTScopeActions .sapMTileCntContent::after {
|
|
331
320
|
background-color: fade(@sapUiTileHoverBackground, 70);
|
|
332
|
-
transition: background 0.2s;
|
|
333
321
|
}
|
|
334
322
|
}
|
|
335
323
|
|
|
@@ -375,7 +363,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
375
363
|
}
|
|
376
364
|
|
|
377
365
|
.sapMGT {
|
|
378
|
-
border-radius: var(--sapTile_BorderCornerRadius);
|
|
379
366
|
border-color: var(--sapTile_BorderColor);
|
|
380
367
|
box-shadow: var(--sapContent_Shadow0);
|
|
381
368
|
|
|
@@ -484,7 +471,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
484
471
|
margin-right: 1px;
|
|
485
472
|
}
|
|
486
473
|
|
|
487
|
-
.sapFGridContainer .sapFGridContainerItemWrapperNoVisualFocus:focus .sapMGTFocusDiv,
|
|
488
474
|
.sapMGT:focus .sapMGTFocusDiv,
|
|
489
475
|
.sapMGT:active .sapMGTFocusDiv,
|
|
490
476
|
.sapMGTLineModePress .sapMGTFocusDiv {
|
|
@@ -535,11 +521,6 @@ large.sapUiSizeCompact .sapMGT.sapMGTLineMode,
|
|
|
535
521
|
left: 0;
|
|
536
522
|
}
|
|
537
523
|
|
|
538
|
-
.sapFGridContainer .sapFGridContainerItemWrapper:not(.sapFGridContainerItemWrapperNoVisualFocus):focus::before {
|
|
539
|
-
border: 2px solid var(--sapContent_FocusColor);
|
|
540
|
-
border-radius: var(--sapElement_BorderCornerRadius);
|
|
541
|
-
}
|
|
542
|
-
|
|
543
524
|
.miniTileBackground {
|
|
544
525
|
background: var(--sapTile_Background);
|
|
545
526
|
box-shadow: var(--sapContent_Shadow0) !important;
|