@openui5/themelib_sap_horizon 1.133.2 → 1.135.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 +2 -23
- 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 -3
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -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 -3
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +1 -1
- 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/GridContainer.less +4 -4
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +1 -2
- 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/GridListItem.less +1 -2
- 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 -35
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +79 -87
- package/src/sap/m/themes/sap_horizon/MessageStrip.less +0 -3
- package/src/sap/m/themes/sap_horizon/NewsContent.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 +16 -7
- 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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon/Title.less +8 -6
- package/src/sap/m/themes/sap_horizon/ToggleButton.less +53 -41
- package/src/sap/m/themes/sap_horizon/Token.less +1 -0
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +5 -0
- 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 -47
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +94 -80
- package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/NewsContent.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 +15 -6
- 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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_dark/TimePickerSliders.less +59 -31
- package/src/sap/m/themes/sap_horizon_dark/Title.less +8 -6
- 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/IconTabBar.less +11 -11
- package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +41 -40
- 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 +9 -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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcb/TimePickerSliders.less +58 -30
- package/src/sap/m/themes/sap_horizon_hcb/Title.less +8 -6
- 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/IconTabBar.less +9 -11
- package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +5 -1
- package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +0 -5
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +40 -40
- 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 +9 -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/TimePicker.less +3 -3
- package/src/sap/m/themes/sap_horizon_hcw/TimePickerSliders.less +57 -31
- package/src/sap/m/themes/sap_horizon_hcw/Title.less +8 -6
- 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 +14 -11
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +14 -11
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +14 -10
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +3 -3
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/base.less +77 -19
- package/src/sap/ui/core/themes/sap_horizon/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +80 -22
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +7 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +62 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +7 -0
- 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/ui/table/themes/sap_horizon/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon/RowAction.less +12 -12
- package/src/sap/ui/table/themes/sap_horizon/RowSelection.less +7 -7
- package/src/sap/ui/table/themes/sap_horizon/Scrolling.less +2 -1
- package/src/sap/ui/table/themes/sap_horizon/Table.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +7 -5
- package/src/sap/ui/table/themes/sap_horizon_dark/Grouping.less +11 -11
- package/src/sap/ui/table/themes/sap_horizon_dark/RowAction.less +10 -10
- package/src/sap/ui/table/themes/sap_horizon_dark/RowSelection.less +6 -6
- package/src/sap/ui/table/themes/sap_horizon_dark/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Table.less +3 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcb/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcb/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Table.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +4 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/DragDrop.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/Row.less +2 -2
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowHighlight.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/RowSelection.less +4 -4
- package/src/sap/ui/table/themes/sap_horizon_hcw/Scrolling.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcw/Table.less +2 -2
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSection.less +1 -0
- package/src/sap/uxap/themes/sap_horizon_hcb/ObjectPageSubSection.less +1 -1
- package/src/sap/uxap/themes/sap_horizon_hcw/ObjectPageSection.less +1 -0
- 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
|
@@ -4,35 +4,39 @@
|
|
|
4
4
|
/* ========================================= */
|
|
5
5
|
|
|
6
6
|
@_sap_m_ViewSettingsDialog_HeaderBorderColor: darken(@sapUiGroupContentBackground, 8);
|
|
7
|
-
|
|
7
|
+
|
|
8
|
+
.sapMVSD .sapMPageHeader {
|
|
8
9
|
z-index: 2;
|
|
10
|
+
|
|
9
11
|
.sapMBarTitleStart .sapMBarPH {
|
|
10
12
|
padding-left: 0rem;
|
|
11
13
|
}
|
|
12
14
|
}
|
|
13
15
|
|
|
14
16
|
.sapMTB.sapMVSDFilterHeaderToolbar {
|
|
15
|
-
background-color:
|
|
17
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
16
18
|
border-bottom: 1px solid @_sap_m_ViewSettingsDialog_HeaderBorderColor;
|
|
17
19
|
padding-left: 0;
|
|
20
|
+
|
|
18
21
|
.sapMBarChild.sapMCb {
|
|
22
|
+
|
|
19
23
|
.sapMCbLabel {
|
|
20
|
-
font-family:
|
|
21
|
-
color:
|
|
24
|
+
font-family: var(--sapFontFamily);
|
|
25
|
+
color: var(--sapGroup_TitleTextColor);
|
|
22
26
|
}
|
|
23
27
|
}
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX,
|
|
27
31
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX {
|
|
28
|
-
background-color:
|
|
32
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
29
33
|
}
|
|
30
34
|
|
|
31
35
|
.sapMVSD .sapMVSDBar {
|
|
32
36
|
box-shadow: @sapUiShadowHeader;
|
|
33
37
|
}
|
|
34
38
|
|
|
35
|
-
.sapMVSDBarWithSearch.sapMBar
|
|
39
|
+
.sapMVSDBarWithSearch.sapMBar,
|
|
36
40
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMHeader-CTX .sapMVSDBarWithSearch,
|
|
37
41
|
.sapMVSD.sapMDialog.sapMPopup-CTX .sapMIBar.sapMSubHeader-CTX .sapMVSDBarWithSearch {
|
|
38
42
|
box-shadow: none;
|
|
@@ -4,18 +4,25 @@
|
|
|
4
4
|
/* ================================== */
|
|
5
5
|
|
|
6
6
|
.sapMWS {
|
|
7
|
+
|
|
7
8
|
.sapMWSInner {
|
|
9
|
+
|
|
8
10
|
.sapMWSItem {
|
|
11
|
+
|
|
9
12
|
&:focus {
|
|
10
|
-
outline: 0.125rem dotted
|
|
13
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
11
14
|
}
|
|
12
15
|
}
|
|
13
16
|
}
|
|
17
|
+
|
|
14
18
|
&.sapMWSExpanded {
|
|
19
|
+
|
|
15
20
|
.sapMWSInner {
|
|
21
|
+
|
|
16
22
|
.sapMWSItem {
|
|
23
|
+
|
|
17
24
|
&:focus {
|
|
18
|
-
outline: 0.125rem dotted
|
|
25
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
19
26
|
}
|
|
20
27
|
}
|
|
21
28
|
}
|
|
@@ -23,27 +30,37 @@
|
|
|
23
30
|
}
|
|
24
31
|
|
|
25
32
|
.sapUiSizeCompact {
|
|
33
|
+
|
|
26
34
|
.sapMWS:not(.sapMWSShort) {
|
|
35
|
+
|
|
27
36
|
.sapMWSInner {
|
|
28
|
-
box-shadow: 0 0 0 1px
|
|
37
|
+
box-shadow: 0 0 0 1px var(--sapList_BorderColor);
|
|
29
38
|
}
|
|
30
39
|
}
|
|
31
40
|
}
|
|
32
41
|
|
|
33
42
|
.sap-phone {
|
|
43
|
+
|
|
34
44
|
.sapMWS {
|
|
45
|
+
|
|
35
46
|
.sapMWSInner {
|
|
47
|
+
|
|
36
48
|
.sapMWSItem {
|
|
49
|
+
|
|
37
50
|
&:focus {
|
|
38
|
-
outline: 0.125rem dotted
|
|
51
|
+
outline: 0.125rem dotted var(--sapContent_ContrastFocusColor);
|
|
39
52
|
}
|
|
40
53
|
}
|
|
41
54
|
}
|
|
55
|
+
|
|
42
56
|
&.sapMWSExpanded {
|
|
57
|
+
|
|
43
58
|
.sapMWSInner {
|
|
59
|
+
|
|
44
60
|
.sapMWSItem {
|
|
61
|
+
|
|
45
62
|
&:focus {
|
|
46
|
-
outline: 0.125rem dotted
|
|
63
|
+
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
47
64
|
}
|
|
48
65
|
}
|
|
49
66
|
}
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
11
11
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
12
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
13
|
-
@
|
|
13
|
+
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
14
14
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
|
|
15
15
|
@_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
|
|
16
16
|
@_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
|
|
@@ -22,29 +22,32 @@
|
|
|
22
22
|
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
23
23
|
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
24
24
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
25
|
-
@
|
|
25
|
+
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
|
|
26
26
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
27
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
27
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
28
29
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
29
30
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
30
|
-
@
|
|
31
|
-
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
31
|
+
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
32
32
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
33
|
-
@
|
|
34
|
-
@_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
35
|
-
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
36
|
-
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
|
+
@_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
|
|
37
34
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
38
35
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
39
36
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
40
37
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
|
|
38
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
42
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
43
40
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
44
41
|
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
45
42
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
46
43
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
47
|
-
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.
|
|
44
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
45
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
48
46
|
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
49
47
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
50
|
-
@
|
|
48
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
49
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
50
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
|
|
51
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -156,10 +156,10 @@
|
|
|
156
156
|
.sapTntToolHeader {
|
|
157
157
|
.sapMTitle {
|
|
158
158
|
text-shadow: none;
|
|
159
|
+
font-family: @sapFontSemiboldFamily;
|
|
160
|
+
font-size: @sapFontHeader5Size;
|
|
159
161
|
line-height: 1.625rem;
|
|
160
|
-
|
|
161
|
-
font-weight: bold;
|
|
162
|
-
color: var(--sapShell_TextColor);
|
|
162
|
+
color: @sapUiShellSubBrandTextColor;
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.sapMText,
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
@_sap_tnt_NavigationList_ItemHeight: 2.75rem;
|
|
11
11
|
@_sap_tnt_NavigationList_ItemBorderRadius: 0.375rem;
|
|
12
12
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
13
|
-
@
|
|
13
|
+
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
14
14
|
@_sap_tnt_NavigationList_ItemFocusBorderOffset: -@sapUiContentFocusWidth;
|
|
15
15
|
@_sap_tnt_NavigationList_ItemFocusBorderRadius: @_sap_tnt_NavigationList_ItemBorderRadius + @sapUiContentFocusWidth;
|
|
16
16
|
@_sap_tnt_NavigationList_ItemTransition: background-color 0.3s ease-in-out, max-width 0.3s ease-in-out;
|
|
@@ -22,29 +22,32 @@
|
|
|
22
22
|
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
23
23
|
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
24
24
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
25
|
-
@
|
|
25
|
+
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
|
|
26
26
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
27
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
27
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
28
29
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
29
30
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
30
|
-
@
|
|
31
|
-
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
31
|
+
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
32
32
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
33
|
-
@
|
|
34
|
-
@_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
|
|
35
|
-
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 48), 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 64);
|
|
36
|
-
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
|
+
@_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
|
|
37
34
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
38
35
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
39
36
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
40
37
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
41
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
|
|
38
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
42
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
43
40
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
44
41
|
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
45
42
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
46
43
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
47
|
-
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.
|
|
44
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
45
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
48
46
|
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
49
47
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
50
|
-
@
|
|
48
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
49
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
50
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: @_sap_tnt_NavigationList_ActionItemBorder;
|
|
51
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -157,10 +157,10 @@
|
|
|
157
157
|
.sapTntToolHeader {
|
|
158
158
|
.sapMTitle {
|
|
159
159
|
text-shadow: none;
|
|
160
|
+
font-family: @sapFontSemiboldFamily;
|
|
161
|
+
font-size: @sapFontHeader5Size;
|
|
160
162
|
line-height: 1.625rem;
|
|
161
|
-
|
|
162
|
-
font-weight: bold;
|
|
163
|
-
color: var(--sapShell_TextColor);
|
|
163
|
+
color: @sapUiShellSubBrandTextColor;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.sapMText,
|
|
@@ -15,35 +15,39 @@
|
|
|
15
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
16
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
17
17
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
18
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
18
19
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
19
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
20
|
-
@
|
|
21
|
+
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
22
|
+
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
|
|
21
23
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
22
24
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
23
25
|
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
24
26
|
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
25
27
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
28
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
26
29
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
27
30
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
28
31
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
29
32
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
30
|
-
@
|
|
31
|
-
@
|
|
32
|
-
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
33
|
-
@_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
34
|
-
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
35
|
-
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
|
+
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
34
|
+
@_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
|
|
36
35
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
37
36
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
38
37
|
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
39
38
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
40
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
41
40
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
42
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
|
|
41
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
43
42
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
44
43
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
45
44
|
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
46
45
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
47
46
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
48
|
-
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.
|
|
49
|
-
@
|
|
47
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
50
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
|
|
51
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
.sapTntToolHeader {
|
|
165
165
|
.sapMTitle {
|
|
166
166
|
text-shadow: none;
|
|
167
|
+
font-family: @sapFontSemiboldFamily;
|
|
168
|
+
font-size: @sapFontHeader5Size;
|
|
167
169
|
line-height: 1.625rem;
|
|
168
|
-
|
|
169
|
-
font-weight: bold;
|
|
170
|
-
color: var(--sapShell_TextColor);
|
|
170
|
+
color: @sapUiShellSubBrandTextColor;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.sapMText,
|
|
@@ -15,35 +15,39 @@
|
|
|
15
15
|
@_sap_tnt_NavigationList_SelectedBorderWidth: 0.0625rem;
|
|
16
16
|
@_sap_tnt_NavigationList_SelectedAndFocusedBorderStyleColor: none;
|
|
17
17
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackground: ~"0 100% / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
18
|
+
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundHover: @sapUiListSelectionHoverBackground;
|
|
18
19
|
@_sap_tnt_NavigationList_Collapsed_SelectedItemBackgroundRTL: ~"100% 0 / 0.188rem 100%" no-repeat linear-gradient(0deg, @sapUiListHighlightColor, @sapUiListHighlightColor), @sapUiListSelectionBackgroundColor;
|
|
19
20
|
@_sap_tnt_NavigationList_ItemBottomMargin: 0.25rem;
|
|
20
|
-
@
|
|
21
|
+
@_sap_tnt_NavigationList_ItemBottomMarginInOverflowPopup: 0.25rem;
|
|
22
|
+
@_sap_tnt_NavigationList_ParentItemBottomMarginInPopup: 0.5rem;
|
|
21
23
|
@_sap_tnt_NavigationList_GroupTextWeight: bold;
|
|
22
24
|
@_sap_tnt_NavigationList_GroupIconWidth: 2rem;
|
|
23
25
|
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
24
26
|
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
25
27
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
28
|
+
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
26
29
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
27
30
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
28
31
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
29
32
|
@_sap_tnt_NavigationList_PopupItemPadding: 0 0.5rem;
|
|
30
|
-
@
|
|
31
|
-
@
|
|
32
|
-
@_sap_tnt_NavigationList_ParentPopupBorderRadius: 0.75rem;
|
|
33
|
-
@_sap_tnt_NavigationList_PopupBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
34
|
-
@_sap_tnt_NavigationList_PopupArrowBoxShadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 1rem 2rem 0 fade(@sapUiContentShadowColor, 16);
|
|
35
|
-
@_sap_tnt_NavigationList_PopupTitleTextSize: 1.25rem;
|
|
33
|
+
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
34
|
+
@_sap_tnt_NavigationList_PopupTitleTextSize: var(--sapFontSize);
|
|
36
35
|
@_sap_tnt_NavigationList_PopupTitleLineHeight: 1.5rem;
|
|
37
36
|
@_sap_tnt_NavigationList_PopupPadding: 0.5rem;
|
|
38
37
|
@_sap_tnt_NavigationList_Collapsed_GroupBorderWidth: @_sap_tnt_NavigationList_GroupBorderWidth;
|
|
39
38
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusTextDisplay: block;
|
|
40
39
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemZIndex: 1;
|
|
41
40
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPosition: absolute;
|
|
42
|
-
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0.5rem;
|
|
41
|
+
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding: 0 0 0 0.5rem;
|
|
43
42
|
@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPaddingCompact: @_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding;
|
|
44
43
|
@_sap_tnt_NavigationList_CollapsedIconPaddingLeft: 0.25rem;
|
|
45
44
|
@_sap_tnt_NavigationList_NavigationIndicator: "\E066";
|
|
46
45
|
@_sap_tnt_NavigationList_ExpandIconWidth: 2.25rem;
|
|
47
46
|
@_sap_tnt_NavigationList_ExpandIconMarginRight: 0.375rem;
|
|
48
|
-
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.
|
|
49
|
-
@
|
|
47
|
+
@_sap_tnt_NavigationList_ExpandIconMarginLeft: 0.25rem;
|
|
48
|
+
@_sap_tnt_NavigationList_ExpandIconPaddingLeft: 0.25rem;
|
|
49
|
+
@_sap_tnt_NavigationList_ExpandIconFontSize: 1rem;
|
|
50
|
+
@_sap_tnt_NavigationList_ActionItemBorderHover: 1px solid transparent;
|
|
51
|
+
@_sap_tnt_NavigationList_ActionItemBorderPosition: -1px;
|
|
52
|
+
@_sap_tnt_NavigationList_ActionItemBorderHeight: auto;
|
|
53
|
+
@_sap_tnt_NavigationList_ActionItemBorderPaddingLeft: calc(@_sap_tnt_NavigationList_Collapsed_HoverOrFocusItemPadding ~"-" 0.0625rem);
|
|
@@ -164,10 +164,10 @@
|
|
|
164
164
|
.sapTntToolHeader {
|
|
165
165
|
.sapMTitle {
|
|
166
166
|
text-shadow: none;
|
|
167
|
+
font-family: @sapFontSemiboldFamily;
|
|
168
|
+
font-size: @sapFontHeader5Size;
|
|
167
169
|
line-height: 1.625rem;
|
|
168
|
-
|
|
169
|
-
font-weight: bold;
|
|
170
|
-
color: var(--sapShell_TextColor);
|
|
170
|
+
color: @sapUiShellSubBrandTextColor;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.sapMText,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
|
-
// * Copyright (c) 2012-
|
|
3
|
-
// * Theming Engine
|
|
4
|
-
// * data:{"sModified":"
|
|
2
|
+
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
+
// * Theming Engine 15.0.1
|
|
4
|
+
// * data:{"sModified":"2025-03-20T15:24:53Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon/base.less (Version 11.28.2) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
// [Protected "true"]
|
|
49
49
|
// [Category "Internal"]
|
|
50
50
|
// [Type "color"]
|
|
51
|
-
@sapPrimary6: #
|
|
51
|
+
@sapPrimary6: #131e29;
|
|
52
52
|
|
|
53
53
|
// [Tags "SapInternal", "Base", "Palette", "Color", "Protected"]
|
|
54
54
|
// [Protected "true"]
|
|
@@ -105,6 +105,10 @@
|
|
|
105
105
|
// [Protected "!true"]
|
|
106
106
|
@sapCompanyLogo: none;
|
|
107
107
|
|
|
108
|
+
// [Tags "!Protected"]
|
|
109
|
+
// [Protected "!true"]
|
|
110
|
+
@sapFavicon: @sapShell_Favicon;
|
|
111
|
+
|
|
108
112
|
// [Tags "!Protected"]
|
|
109
113
|
// [Protected "!true"]
|
|
110
114
|
@sapBackgroundImage: none;
|
|
@@ -1952,7 +1956,7 @@
|
|
|
1952
1956
|
|
|
1953
1957
|
// [Tags "!Protected"]
|
|
1954
1958
|
// [Protected "!true"]
|
|
1955
|
-
@sapField_TextColor:
|
|
1959
|
+
@sapField_TextColor: @sapTextColor;
|
|
1956
1960
|
|
|
1957
1961
|
// [Tags "!Protected"]
|
|
1958
1962
|
// [Protected "!true"]
|
|
@@ -2744,6 +2748,30 @@
|
|
|
2744
2748
|
// [Protected "!true"]
|
|
2745
2749
|
@sapTab_Critical_Selected_Background: @sapCriticalElementColor;
|
|
2746
2750
|
|
|
2751
|
+
// [Tags "!Protected"]
|
|
2752
|
+
// [Protected "!true"]
|
|
2753
|
+
@sapTab_Neutral_TextColor: @sapNeutralTextColor;
|
|
2754
|
+
|
|
2755
|
+
// [Tags "!Protected"]
|
|
2756
|
+
// [Protected "!true"]
|
|
2757
|
+
@sapTab_Neutral_ForegroundColor: @sapNeutralElementColor;
|
|
2758
|
+
|
|
2759
|
+
// [Tags "!Protected"]
|
|
2760
|
+
// [Protected "!true"]
|
|
2761
|
+
@sapTab_Neutral_IconColor: contrast(@sapTab_Background, @sapNeutralElementColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2762
|
+
|
|
2763
|
+
// [Tags "!Protected"]
|
|
2764
|
+
// [Protected "!true"]
|
|
2765
|
+
@sapTab_Neutral_Selected_TextColor: @sapNeutralTextColor;
|
|
2766
|
+
|
|
2767
|
+
// [Tags "!Protected"]
|
|
2768
|
+
// [Protected "!true"]
|
|
2769
|
+
@sapTab_Neutral_Selected_IconColor: contrast(@sapTab_Neutral_Selected_Background, @sapTextColor, @sapContent_ContrastIconColor, @sapContent_ContrastTextThreshold);
|
|
2770
|
+
|
|
2771
|
+
// [Tags "!Protected"]
|
|
2772
|
+
// [Protected "!true"]
|
|
2773
|
+
@sapTab_Neutral_Selected_Background: @sapNeutralElementColor;
|
|
2774
|
+
|
|
2747
2775
|
// [Tags "!Protected"]
|
|
2748
2776
|
// [Protected "!true"]
|
|
2749
2777
|
@sapTile_Background: @sapBaseColor;
|
|
@@ -2908,8 +2936,11 @@
|
|
|
2908
2936
|
@sapIndicationColor_1_Selected_Background: @sapIndicationColor_1_Active_Background;
|
|
2909
2937
|
@sapIndicationColor_1_Selected_BorderColor: @sapIndicationColor_1_Active_BorderColor;
|
|
2910
2938
|
@sapIndicationColor_1_Selected_TextColor: @sapIndicationColor_1_Active_TextColor;
|
|
2939
|
+
|
|
2940
|
+
// [Tags "!Protected"]
|
|
2941
|
+
// [Protected "!true"]
|
|
2911
2942
|
@sapIndicationColor_1b: #fb9d9d;
|
|
2912
|
-
@sapIndicationColor_1b_TextColor: @
|
|
2943
|
+
@sapIndicationColor_1b_TextColor: darken(desaturate(@sapIndicationColor_1b, 1), 53);
|
|
2913
2944
|
@sapIndicationColor_1b_Background: @sapIndicationColor_1b;
|
|
2914
2945
|
@sapIndicationColor_1b_BorderColor: @sapIndicationColor_1b;
|
|
2915
2946
|
@sapIndicationColor_1b_Hover_Background: darken(@sapIndicationColor_1b, 5);
|
|
@@ -2942,8 +2973,11 @@
|
|
|
2942
2973
|
@sapIndicationColor_2_Selected_Background: @sapIndicationColor_2_Active_Background;
|
|
2943
2974
|
@sapIndicationColor_2_Selected_BorderColor: @sapIndicationColor_2_Active_BorderColor;
|
|
2944
2975
|
@sapIndicationColor_2_Selected_TextColor: @sapIndicationColor_2_Active_TextColor;
|
|
2976
|
+
|
|
2977
|
+
// [Tags "!Protected"]
|
|
2978
|
+
// [Protected "!true"]
|
|
2945
2979
|
@sapIndicationColor_2b: #fcc4c4;
|
|
2946
|
-
@sapIndicationColor_2b_TextColor: @
|
|
2980
|
+
@sapIndicationColor_2b_TextColor: darken(saturate(@sapIndicationColor_2b, 1), 53);
|
|
2947
2981
|
@sapIndicationColor_2b_Background: @sapIndicationColor_2b;
|
|
2948
2982
|
@sapIndicationColor_2b_BorderColor: @sapIndicationColor_2b;
|
|
2949
2983
|
@sapIndicationColor_2b_Hover_Background: darken(@sapIndicationColor_2b, 5);
|
|
@@ -2976,8 +3010,11 @@
|
|
|
2976
3010
|
@sapIndicationColor_3_Selected_Background: @sapIndicationColor_3_Active_Background;
|
|
2977
3011
|
@sapIndicationColor_3_Selected_BorderColor: @sapIndicationColor_3_Active_BorderColor;
|
|
2978
3012
|
@sapIndicationColor_3_Selected_TextColor: @sapIndicationColor_3_Active_TextColor;
|
|
2979
|
-
|
|
2980
|
-
|
|
3013
|
+
|
|
3014
|
+
// [Tags "!Protected"]
|
|
3015
|
+
// [Protected "!true"]
|
|
3016
|
+
@sapIndicationColor_3b: #ffdfc3;
|
|
3017
|
+
@sapIndicationColor_3b_TextColor: darken(@sapIndicationColor_3b, 56);
|
|
2981
3018
|
@sapIndicationColor_3b_Background: @sapIndicationColor_3b;
|
|
2982
3019
|
@sapIndicationColor_3b_BorderColor: @sapIndicationColor_3b;
|
|
2983
3020
|
@sapIndicationColor_3b_Hover_Background: darken(@sapIndicationColor_3b, 5);
|
|
@@ -3010,8 +3047,11 @@
|
|
|
3010
3047
|
@sapIndicationColor_4_Selected_Background: @sapIndicationColor_4_Active_Background;
|
|
3011
3048
|
@sapIndicationColor_4_Selected_BorderColor: @sapIndicationColor_4_Active_BorderColor;
|
|
3012
3049
|
@sapIndicationColor_4_Selected_TextColor: @sapIndicationColor_4_Active_TextColor;
|
|
3050
|
+
|
|
3051
|
+
// [Tags "!Protected"]
|
|
3052
|
+
// [Protected "!true"]
|
|
3013
3053
|
@sapIndicationColor_4b: #bae8bc;
|
|
3014
|
-
@sapIndicationColor_4b_TextColor: @
|
|
3054
|
+
@sapIndicationColor_4b_TextColor: darken(@sapIndicationColor_4b, 53);
|
|
3015
3055
|
@sapIndicationColor_4b_Background: @sapIndicationColor_4b;
|
|
3016
3056
|
@sapIndicationColor_4b_BorderColor: @sapIndicationColor_4b;
|
|
3017
3057
|
@sapIndicationColor_4b_Hover_Background: darken(@sapIndicationColor_4b, 5);
|
|
@@ -3044,8 +3084,11 @@
|
|
|
3044
3084
|
@sapIndicationColor_5_Selected_Background: @sapIndicationColor_5_Active_Background;
|
|
3045
3085
|
@sapIndicationColor_5_Selected_BorderColor: @sapIndicationColor_5_Active_BorderColor;
|
|
3046
3086
|
@sapIndicationColor_5_Selected_TextColor: @sapIndicationColor_5_Active_TextColor;
|
|
3047
|
-
|
|
3048
|
-
|
|
3087
|
+
|
|
3088
|
+
// [Tags "!Protected"]
|
|
3089
|
+
// [Protected "!true"]
|
|
3090
|
+
@sapIndicationColor_5b: #d9ebff;
|
|
3091
|
+
@sapIndicationColor_5b_TextColor: darken(@sapIndicationColor_5b, 50);
|
|
3049
3092
|
@sapIndicationColor_5b_Background: @sapIndicationColor_5b;
|
|
3050
3093
|
@sapIndicationColor_5b_BorderColor: @sapIndicationColor_5b;
|
|
3051
3094
|
@sapIndicationColor_5b_Hover_Background: darken(@sapIndicationColor_5b, 5);
|
|
@@ -3078,8 +3121,11 @@
|
|
|
3078
3121
|
@sapIndicationColor_6_Selected_Background: @sapIndicationColor_6_Active_Background;
|
|
3079
3122
|
@sapIndicationColor_6_Selected_BorderColor: @sapIndicationColor_6_Active_BorderColor;
|
|
3080
3123
|
@sapIndicationColor_6_Selected_TextColor: @sapIndicationColor_6_Active_TextColor;
|
|
3124
|
+
|
|
3125
|
+
// [Tags "!Protected"]
|
|
3126
|
+
// [Protected "!true"]
|
|
3081
3127
|
@sapIndicationColor_6b: #cdf5ec;
|
|
3082
|
-
@sapIndicationColor_6b_TextColor: @
|
|
3128
|
+
@sapIndicationColor_6b_TextColor: darken(@sapIndicationColor_6b, 63);
|
|
3083
3129
|
@sapIndicationColor_6b_Background: @sapIndicationColor_6b;
|
|
3084
3130
|
@sapIndicationColor_6b_BorderColor: @sapIndicationColor_6b;
|
|
3085
3131
|
@sapIndicationColor_6b_Hover_Background: darken(@sapIndicationColor_6b, 5);
|
|
@@ -3112,8 +3158,11 @@
|
|
|
3112
3158
|
@sapIndicationColor_7_Selected_Background: @sapIndicationColor_7_Active_Background;
|
|
3113
3159
|
@sapIndicationColor_7_Selected_BorderColor: @sapIndicationColor_7_Active_BorderColor;
|
|
3114
3160
|
@sapIndicationColor_7_Selected_TextColor: @sapIndicationColor_7_Active_TextColor;
|
|
3161
|
+
|
|
3162
|
+
// [Tags "!Protected"]
|
|
3163
|
+
// [Protected "!true"]
|
|
3115
3164
|
@sapIndicationColor_7b: #e2dbff;
|
|
3116
|
-
@sapIndicationColor_7b_TextColor: @
|
|
3165
|
+
@sapIndicationColor_7b_TextColor: darken(@sapIndicationColor_7b, 32);
|
|
3117
3166
|
@sapIndicationColor_7b_Background: @sapIndicationColor_7b;
|
|
3118
3167
|
@sapIndicationColor_7b_BorderColor: @sapIndicationColor_7b;
|
|
3119
3168
|
@sapIndicationColor_7b_Hover_Background: darken(@sapIndicationColor_7b, 5);
|
|
@@ -3146,8 +3195,11 @@
|
|
|
3146
3195
|
@sapIndicationColor_8_Selected_Background: @sapIndicationColor_8_Active_Background;
|
|
3147
3196
|
@sapIndicationColor_8_Selected_BorderColor: @sapIndicationColor_8_Active_BorderColor;
|
|
3148
3197
|
@sapIndicationColor_8_Selected_TextColor: @sapIndicationColor_8_Active_TextColor;
|
|
3198
|
+
|
|
3199
|
+
// [Tags "!Protected"]
|
|
3200
|
+
// [Protected "!true"]
|
|
3149
3201
|
@sapIndicationColor_8b: #f8d6ff;
|
|
3150
|
-
@sapIndicationColor_8b_TextColor: @
|
|
3202
|
+
@sapIndicationColor_8b_TextColor: darken(@sapIndicationColor_8b, 54);
|
|
3151
3203
|
@sapIndicationColor_8b_Background: @sapIndicationColor_8b;
|
|
3152
3204
|
@sapIndicationColor_8b_BorderColor: @sapIndicationColor_8b;
|
|
3153
3205
|
@sapIndicationColor_8b_Hover_Background: darken(@sapIndicationColor_8b, 5);
|
|
@@ -3180,8 +3232,11 @@
|
|
|
3180
3232
|
@sapIndicationColor_9_Selected_Background: @sapIndicationColor_9_Active_Background;
|
|
3181
3233
|
@sapIndicationColor_9_Selected_BorderColor: @sapIndicationColor_9_Active_BorderColor;
|
|
3182
3234
|
@sapIndicationColor_9_Selected_TextColor: @sapIndicationColor_9_Active_TextColor;
|
|
3235
|
+
|
|
3236
|
+
// [Tags "!Protected"]
|
|
3237
|
+
// [Protected "!true"]
|
|
3183
3238
|
@sapIndicationColor_9b: #fff;
|
|
3184
|
-
@sapIndicationColor_9b_TextColor: @
|
|
3239
|
+
@sapIndicationColor_9b_TextColor: darken(@sapIndicationColor_9b, 82);
|
|
3185
3240
|
@sapIndicationColor_9b_Background: @sapIndicationColor_9b;
|
|
3186
3241
|
@sapIndicationColor_9b_BorderColor: darken(@sapIndicationColor_9b, 15);
|
|
3187
3242
|
@sapIndicationColor_9b_Hover_Background: darken(@sapIndicationColor_9b, 5);
|
|
@@ -3214,8 +3269,11 @@
|
|
|
3214
3269
|
@sapIndicationColor_10_Selected_Background: @sapIndicationColor_10_Active_Background;
|
|
3215
3270
|
@sapIndicationColor_10_Selected_BorderColor: @sapIndicationColor_10_Active_BorderColor;
|
|
3216
3271
|
@sapIndicationColor_10_Selected_TextColor: @sapIndicationColor_10_Active_TextColor;
|
|
3272
|
+
|
|
3273
|
+
// [Tags "!Protected"]
|
|
3274
|
+
// [Protected "!true"]
|
|
3217
3275
|
@sapIndicationColor_10b: #eaecee;
|
|
3218
|
-
@sapIndicationColor_10b_TextColor: @
|
|
3276
|
+
@sapIndicationColor_10b_TextColor: darken(desaturate(@sapIndicationColor_10b, 8), 65);
|
|
3219
3277
|
@sapIndicationColor_10b_Background: @sapIndicationColor_10b;
|
|
3220
3278
|
@sapIndicationColor_10b_BorderColor: @sapIndicationColor_10b;
|
|
3221
3279
|
@sapIndicationColor_10b_Hover_Background: darken(@sapIndicationColor_10b, 5);
|
|
@@ -3434,7 +3492,7 @@
|
|
|
3434
3492
|
|
|
3435
3493
|
// [Tags "!Protected"]
|
|
3436
3494
|
// [Protected "!true"]
|
|
3437
|
-
@sapChart_Data_TextColor: darken(@sapTextColor,
|
|
3495
|
+
@sapChart_Data_TextColor: darken(@sapTextColor, 14);
|
|
3438
3496
|
|
|
3439
3497
|
// [Tags "!Protected"]
|
|
3440
3498
|
// [Protected "!true"]
|
|
@@ -21,6 +21,7 @@
|
|
|
21
21
|
@sapUiBaseText: @sapTextColor;
|
|
22
22
|
@sapUiLink: @sapLinkColor;
|
|
23
23
|
@sapUiGlobalLogo: @sapCompanyLogo;
|
|
24
|
+
@sapUiFavicon: @sapFavicon;
|
|
24
25
|
@sapUiGlobalBackgroundImage: @sapBackgroundImage;
|
|
25
26
|
@sapUiBackgroundImage: @sapBackgroundImage;
|
|
26
27
|
@sapUiUx3ShellBackgroundImageURL: @sapBackgroundImage;
|
|
@@ -804,6 +805,12 @@
|
|
|
804
805
|
@sapUiTabCriticalSelectedTextColor: @sapTab_Critical_Selected_TextColor;
|
|
805
806
|
@sapUiTabCriticalSelectedIconColor: @sapTab_Critical_Selected_IconColor;
|
|
806
807
|
@sapUiTabCriticalSelectedBackground: @sapTab_Critical_Selected_Background;
|
|
808
|
+
@sapUiTabNeutralTextColor: @sapTab_Neutral_TextColor;
|
|
809
|
+
@sapUiTabNeutralForegroundColor: @sapTab_Neutral_ForegroundColor;
|
|
810
|
+
@sapUiTabNeutralIconColor: @sapTab_Neutral_IconColor;
|
|
811
|
+
@sapUiTabNeutralSelectedTextColor: @sapTab_Neutral_Selected_TextColor;
|
|
812
|
+
@sapUiTabNeutralSelectedIconColor: @sapTab_Neutral_Selected_IconColor;
|
|
813
|
+
@sapUiTabNeutralSelectedBackground: @sapTab_Neutral_Selected_Background;
|
|
807
814
|
|
|
808
815
|
@sapUiTileBackground: @sapTile_Background;
|
|
809
816
|
@sapUiTileHoverBackground: @sapTile_Hover_Background;
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2025 SAP SE or an SAP affiliate company.
|
|
8
8
|
* Licensed under the Apache License, Version 2.0 - see LICENSE.txt.</copyright>
|
|
9
|
-
<version>1.
|
|
9
|
+
<version>1.135.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|