@openui5/themelib_sap_horizon 1.138.0 → 1.139.1
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/README.md +1 -1
- package/REUSE.toml +8 -1
- package/THIRDPARTY.txt +73 -67
- package/package.json +19 -19
- package/src/sap/m/themes/sap_horizon/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +0 -8
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +5 -3
- package/src/sap/m/themes/sap_horizon/Tokenizer.less +0 -1
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +0 -8
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +5 -3
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +16 -16
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +16 -15
- package/src/sap/tnt/themes/sap_horizon/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_dark/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcb/NavigationList.less +0 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +3 -3
- package/src/sap/tnt/themes/sap_horizon_hcw/NavigationList.less +0 -1
- 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 +14 -14
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +4 -4
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +4 -4
- package/src/sap/ui/mdc/themes/sap_horizon/ValueHelpDialog.less +8 -1
- package/src/sap/ui/mdc/themes/sap_horizon_dark/ValueHelpDialog.less +7 -0
- package/src/sap/ui/rta/themes/sap_horizon/ContextMenu.less +3 -3
- package/src/sap/ui/rta/themes/sap_horizon/Dialogs.less +2 -2
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.adaptation.less +10 -10
- package/src/sap/ui/rta/themes/sap_horizon/Toolbar.base.less +2 -2
- package/src/sap/ui/rta/themes/sap_horizon_dark/ContextMenu.less +3 -3
- package/src/sap/ui/rta/themes/sap_horizon_dark/Dialogs.less +2 -2
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.adaptation.less +12 -12
- package/src/sap/ui/rta/themes/sap_horizon_dark/Toolbar.base.less +2 -2
|
@@ -118,6 +118,10 @@
|
|
|
118
118
|
vertical-align: middle;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
.sapMObjStatusLink {
|
|
122
|
+
line-height: 0.5rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
121
125
|
html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
122
126
|
|
|
123
127
|
.sapMObjStatusText {
|
|
@@ -133,9 +137,7 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
|
133
137
|
position: absolute;
|
|
134
138
|
box-sizing: border-box;
|
|
135
139
|
left: 0;
|
|
136
|
-
top: -0.0625rem;
|
|
137
140
|
right: 0;
|
|
138
|
-
bottom: 0.0625rem;
|
|
139
141
|
pointer-events: none;
|
|
140
142
|
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
141
143
|
z-index: -1;
|
|
@@ -144,11 +146,11 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
|
144
146
|
.sapMObjStatusLink {
|
|
145
147
|
background: var(--sapContent_FocusColor);
|
|
146
148
|
border-radius: 0.125rem;
|
|
147
|
-
line-height: 0.875rem;
|
|
148
149
|
|
|
149
150
|
.sapMObjStatusIcon > .sapUiIcon,
|
|
150
151
|
.sapMObjStatusText {
|
|
151
152
|
color: var(--sapContent_ContrastTextColor);
|
|
153
|
+
text-shadow: none;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
.sapMObjStatusText {
|
|
@@ -136,10 +136,6 @@
|
|
|
136
136
|
@_sap_m_IconTabBar_SelectedTextColor: var(--sapTab_Selected_Background);
|
|
137
137
|
@_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
|
|
138
138
|
@_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
|
|
139
|
-
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -4px;
|
|
140
|
-
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -4px;
|
|
141
|
-
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -3px;
|
|
142
|
-
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -3px;
|
|
143
139
|
@_sap_m_IconTabBar_HeaderBorderRadius: 0.25rem;
|
|
144
140
|
@_sap_m_IconTab_Bar_Separator_Line: var(--sapGroup_TitleBorderColor);
|
|
145
141
|
|
|
@@ -836,10 +832,6 @@ html.sap-desktop {
|
|
|
836
832
|
}
|
|
837
833
|
}
|
|
838
834
|
|
|
839
|
-
.sapMITBFilter .sapMITBText {
|
|
840
|
-
font-weight: bold;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
835
|
/* ------------------------------------------------ */
|
|
844
836
|
/* Shell overrides */
|
|
845
837
|
/* ------------------------------------------------ */
|
|
@@ -118,6 +118,10 @@
|
|
|
118
118
|
vertical-align: middle;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
|
+
.sapMObjStatusLink {
|
|
122
|
+
line-height: 0.5rem;
|
|
123
|
+
}
|
|
124
|
+
|
|
121
125
|
html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
122
126
|
|
|
123
127
|
.sapMObjStatusText {
|
|
@@ -133,9 +137,7 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
|
133
137
|
position: absolute;
|
|
134
138
|
box-sizing: border-box;
|
|
135
139
|
left: 0;
|
|
136
|
-
top: -0.0625rem;
|
|
137
140
|
right: 0;
|
|
138
|
-
bottom: 0.0625rem;
|
|
139
141
|
pointer-events: none;
|
|
140
142
|
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
141
143
|
z-index: -1;
|
|
@@ -144,11 +146,11 @@ html.sap-desktop .sapMObjStatusActive:not(.sapMObjStatusInverted) {
|
|
|
144
146
|
.sapMObjStatusLink {
|
|
145
147
|
background: var(--sapContent_FocusColor);
|
|
146
148
|
border-radius: 0.125rem;
|
|
147
|
-
line-height: 0.875rem;
|
|
148
149
|
|
|
149
150
|
.sapMObjStatusIcon > .sapUiIcon,
|
|
150
151
|
.sapMObjStatusText {
|
|
151
152
|
color: var(--sapContent_ContrastTextColor);
|
|
153
|
+
text-shadow: none;
|
|
152
154
|
}
|
|
153
155
|
|
|
154
156
|
.sapMObjStatusText {
|
|
@@ -8,10 +8,6 @@
|
|
|
8
8
|
/* ========================================================================== */
|
|
9
9
|
|
|
10
10
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
11
|
-
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
|
|
12
|
-
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
|
|
13
|
-
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
|
|
14
|
-
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
|
|
15
11
|
@_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
|
|
16
12
|
|
|
17
13
|
/* ==================== Cozy size ==================== */
|
|
@@ -182,6 +182,10 @@
|
|
|
182
182
|
padding: 0.1875rem 0.313rem;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
+
.sapMObjStatusInverted .sapMObjStatusTitle {
|
|
186
|
+
vertical-align: middle;
|
|
187
|
+
}
|
|
188
|
+
|
|
185
189
|
.sapMObjStatusInverted .sapMObjStatusText {
|
|
186
190
|
padding: 0.1875rem 0.25rem;
|
|
187
191
|
}
|
|
@@ -577,34 +581,30 @@
|
|
|
577
581
|
background-color: var(--sapIndicationColor_10b_Hover_Background);
|
|
578
582
|
}
|
|
579
583
|
|
|
580
|
-
html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|
|
581
|
-
top: 0.125rem;
|
|
582
|
-
left: 0.125rem;
|
|
583
|
-
bottom: 0.0625rem;
|
|
584
|
-
right: 0.125rem;
|
|
585
|
-
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
586
|
-
}
|
|
587
|
-
|
|
588
584
|
.sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
|
|
589
585
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
|
|
590
586
|
height: 0.875rem;
|
|
591
587
|
}
|
|
592
588
|
|
|
589
|
+
.sapMObjStatusLink {
|
|
590
|
+
line-height: 0.5rem;
|
|
591
|
+
}
|
|
592
|
+
|
|
593
593
|
html.sap-desktop .sapMObjStatusActive:focus {
|
|
594
594
|
|
|
595
595
|
.sapMObjStatusLink::after {
|
|
596
|
-
top:
|
|
597
|
-
left:
|
|
598
|
-
bottom:
|
|
599
|
-
right:
|
|
596
|
+
top: 0;
|
|
597
|
+
left: 0;
|
|
598
|
+
bottom: 0;
|
|
599
|
+
right: 0;
|
|
600
600
|
outline: 2px dotted var(--sapContent_FocusColor);
|
|
601
601
|
}
|
|
602
602
|
|
|
603
603
|
&.sapMObjStatusInverted .sapMObjStatusLink::after {
|
|
604
|
-
top:
|
|
605
|
-
left:
|
|
606
|
-
bottom:
|
|
607
|
-
right:
|
|
604
|
+
top: 3px;
|
|
605
|
+
left: 3px;
|
|
606
|
+
bottom: 3px;
|
|
607
|
+
right: 3px;
|
|
608
608
|
|
|
609
609
|
.sapMObjStatusIcon > .sapUiIcon {
|
|
610
610
|
line-height: 0.875rem;
|
|
@@ -8,10 +8,6 @@
|
|
|
8
8
|
/* ========================================================================== */
|
|
9
9
|
|
|
10
10
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
11
|
-
@_sap_m_IconTabBar_HeaderFocusBorderTopOffset: -1px;
|
|
12
|
-
@_sap_m_IconTabBar_HeaderFocusBorderBottomOffset: -1px;
|
|
13
|
-
@_sap_m_IconTabBar_HeaderFocusBorderRightOffset: -1px;
|
|
14
|
-
@_sap_m_IconTabBar_HeaderFocusBorderLeftOffset: -1px;
|
|
15
11
|
@_sap_m_IconTabBar_More_Button_Border_Radius: 0px;
|
|
16
12
|
|
|
17
13
|
/* ==================== Cozy size ==================== */
|
|
@@ -182,6 +182,10 @@
|
|
|
182
182
|
padding: 0.1875rem 0.313rem;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
+
.sapMObjStatusInverted .sapMObjStatusTitle {
|
|
186
|
+
vertical-align: middle;
|
|
187
|
+
}
|
|
188
|
+
|
|
185
189
|
.sapMObjStatusInverted .sapMObjStatusText {
|
|
186
190
|
padding: 0.1875rem 0.25rem;
|
|
187
191
|
}
|
|
@@ -577,34 +581,31 @@
|
|
|
577
581
|
background-color: var(--sapIndicationColor_10b_Hover_Background);
|
|
578
582
|
}
|
|
579
583
|
|
|
580
|
-
html.sap-desktop .sapMObjStatusActive:focus .sapMObjStatusLink::after {
|
|
581
|
-
top: 0.125rem;
|
|
582
|
-
left: 0.125rem;
|
|
583
|
-
bottom: 0.0625rem;
|
|
584
|
-
right: 0.125rem;
|
|
585
|
-
outline: 0.125rem dotted var(--sapContent_FocusColor);
|
|
586
|
-
}
|
|
587
584
|
|
|
588
585
|
.sapMListTbl .sapMObjStatusInverted .sapMObjStatusIcon > .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon),
|
|
589
586
|
.sapMObjStatusInverted:not(.sapMObjectStatusLarge) .sapMObjStatusIcon > .sapUiIcon {
|
|
590
587
|
height: 0.875rem;
|
|
591
588
|
}
|
|
592
589
|
|
|
590
|
+
.sapMObjStatusLink {
|
|
591
|
+
line-height: 0.5rem;
|
|
592
|
+
}
|
|
593
|
+
|
|
593
594
|
html.sap-desktop .sapMObjStatusActive:focus {
|
|
594
595
|
|
|
595
596
|
.sapMObjStatusLink::after {
|
|
596
|
-
top:
|
|
597
|
-
left:
|
|
598
|
-
bottom:
|
|
599
|
-
right:
|
|
597
|
+
top: 0;
|
|
598
|
+
left: 0;
|
|
599
|
+
bottom: 0;
|
|
600
|
+
right: 0;
|
|
600
601
|
outline: 2px dotted var(--sapContent_FocusColor);
|
|
601
602
|
}
|
|
602
603
|
|
|
603
604
|
&.sapMObjStatusInverted .sapMObjStatusLink::after {
|
|
604
|
-
top:
|
|
605
|
-
left:
|
|
606
|
-
bottom:
|
|
607
|
-
right:
|
|
605
|
+
top: 3px;
|
|
606
|
+
left: 3px;
|
|
607
|
+
bottom: 3px;
|
|
608
|
+
right: 3px;
|
|
608
609
|
|
|
609
610
|
.sapMObjStatusIcon > .sapUiIcon {
|
|
610
611
|
line-height: 0.875rem;
|
|
@@ -24,7 +24,6 @@
|
|
|
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;
|
|
28
27
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
29
28
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
30
29
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
@@ -157,9 +157,9 @@
|
|
|
157
157
|
.sapMTitle {
|
|
158
158
|
text-shadow: none;
|
|
159
159
|
line-height: 1.625rem;
|
|
160
|
-
font-size:
|
|
161
|
-
font-
|
|
162
|
-
color: var(--
|
|
160
|
+
font-size: var(-sapFontHeader5Size);
|
|
161
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
162
|
+
color: var(--sapShell_SubBrand_TextColor);
|
|
163
163
|
}
|
|
164
164
|
|
|
165
165
|
.sapMText,
|
|
@@ -24,7 +24,6 @@
|
|
|
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;
|
|
28
27
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
29
28
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
30
29
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
@@ -158,9 +158,9 @@
|
|
|
158
158
|
.sapMTitle {
|
|
159
159
|
text-shadow: none;
|
|
160
160
|
line-height: 1.625rem;
|
|
161
|
-
font-size:
|
|
162
|
-
font-
|
|
163
|
-
color: var(--
|
|
161
|
+
font-size: var(-sapFontHeader5Size);
|
|
162
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
163
|
+
color: var(--sapShell_SubBrand_TextColor);
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
.sapMText,
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
26
26
|
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
27
27
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
28
|
-
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
29
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
30
29
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
31
30
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
@@ -165,9 +165,9 @@
|
|
|
165
165
|
.sapMTitle {
|
|
166
166
|
text-shadow: none;
|
|
167
167
|
line-height: 1.625rem;
|
|
168
|
-
font-size:
|
|
169
|
-
font-
|
|
170
|
-
color: var(--
|
|
168
|
+
font-size: var(-sapFontHeader5Size);
|
|
169
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
170
|
+
color: var(--sapShell_SubBrand_TextColor);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.sapMText,
|
|
@@ -25,7 +25,6 @@
|
|
|
25
25
|
@_sap_tnt_NavigationList_GroupIconWidthExpanded: 1rem;
|
|
26
26
|
@_sap_tnt_NavigationList_GroupIconMarginLeft: 1rem;
|
|
27
27
|
@_sap_tnt_NavigationList_GroupIconMarginRight: 0.5rem;
|
|
28
|
-
@_sap_tnt_NavigationList_GroupPadding: 0;
|
|
29
28
|
@_sap_tnt_NavigationList_NoIconsNestedItemPadding: 2rem;
|
|
30
29
|
@_sap_tnt_NavigationList_Padding: 0.5rem 0.5rem 0 0.5rem;
|
|
31
30
|
@_sap_tnt_NavigationList_PaddingFixed: 0 0.5rem 0.5rem 0.5rem;
|
|
@@ -165,9 +165,9 @@
|
|
|
165
165
|
.sapMTitle {
|
|
166
166
|
text-shadow: none;
|
|
167
167
|
line-height: 1.625rem;
|
|
168
|
-
font-size:
|
|
169
|
-
font-
|
|
170
|
-
color: var(--
|
|
168
|
+
font-size: var(-sapFontHeader5Size);
|
|
169
|
+
font-family: var(--sapFontSemiboldDuplexFamily);
|
|
170
|
+
color: var(--sapShell_SubBrand_TextColor);
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
.sapMText,
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.139.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
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.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
|
|
521
521
|
// [Tags "!Protected"]
|
|
522
522
|
// [Protected "!true"]
|
|
523
|
-
@sapContent_Lite_Shadow:
|
|
523
|
+
@sapContent_Lite_Shadow: None;
|
|
524
524
|
|
|
525
525
|
// [Tags "!Protected"]
|
|
526
526
|
// [Protected "!true"]
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
|
|
781
781
|
// [Tags "!Protected"]
|
|
782
782
|
// [Protected "!true"]
|
|
783
|
-
@sapShell_BorderColor:
|
|
783
|
+
@sapShell_BorderColor: @sapShellColor;
|
|
784
784
|
|
|
785
785
|
// [Tags "!Protected"]
|
|
786
786
|
// [Protected "!true"]
|
|
@@ -3577,13 +3577,13 @@
|
|
|
3577
3577
|
// [Tags "!Protected"]
|
|
3578
3578
|
// [Protected "!true"]
|
|
3579
3579
|
@sapChart_Neutral: #758ca4;
|
|
3580
|
-
@sapChart_Sequence_1_Plus3: lighten(@sapChart_Sequence_1,
|
|
3580
|
+
@sapChart_Sequence_1_Plus3: lighten(saturate(@sapChart_Sequence_1, 14), 25);
|
|
3581
3581
|
@sapChart_Sequence_1_Plus3_TextColor: contrast(@sapChart_Sequence_1_Plus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3582
3582
|
@sapChart_Sequence_1_Plus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3583
|
-
@sapChart_Sequence_1_Plus2: lighten(@sapChart_Sequence_1,
|
|
3583
|
+
@sapChart_Sequence_1_Plus2: lighten(desaturate(@sapChart_Sequence_1, 1), 7);
|
|
3584
3584
|
@sapChart_Sequence_1_Plus2_TextColor: contrast(@sapChart_Sequence_1_Plus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3585
3585
|
@sapChart_Sequence_1_Plus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3586
|
-
@sapChart_Sequence_1_Plus1: lighten(@sapChart_Sequence_1, 8);
|
|
3586
|
+
@sapChart_Sequence_1_Plus1: lighten(saturate(@sapChart_Sequence_1, 12), 8);
|
|
3587
3587
|
@sapChart_Sequence_1_Plus1_TextColor: contrast(@sapChart_Sequence_1_Plus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3588
3588
|
@sapChart_Sequence_1_Plus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Plus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3589
3589
|
|
|
@@ -3592,20 +3592,20 @@
|
|
|
3592
3592
|
@sapChart_Sequence_1: @sapChart_OrderedColor_1;
|
|
3593
3593
|
@sapChart_Sequence_1_TextColor: contrast(@sapChart_Sequence_1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3594
3594
|
@sapChart_Sequence_1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3595
|
-
@sapChart_Sequence_1_BorderColor: @
|
|
3596
|
-
@sapChart_Sequence_1_Minus1: darken(@sapChart_Sequence_1,
|
|
3595
|
+
@sapChart_Sequence_1_BorderColor: @sapChart_Sequence_1;
|
|
3596
|
+
@sapChart_Sequence_1_Minus1: darken(desaturate(@sapChart_Sequence_1, 6), 7);
|
|
3597
3597
|
@sapChart_Sequence_1_Minus1_TextColor: contrast(@sapChart_Sequence_1_Minus1, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3598
3598
|
@sapChart_Sequence_1_Minus1_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus1_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3599
|
-
@sapChart_Sequence_1_Minus2: darken(@sapChart_Sequence_1,
|
|
3599
|
+
@sapChart_Sequence_1_Minus2: darken(desaturate(@sapChart_Sequence_1, 6), 7);
|
|
3600
3600
|
@sapChart_Sequence_1_Minus2_TextColor: contrast(@sapChart_Sequence_1_Minus2, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3601
3601
|
@sapChart_Sequence_1_Minus2_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus2_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3602
|
-
@sapChart_Sequence_1_Minus3: darken(@sapChart_Sequence_1, 22);
|
|
3602
|
+
@sapChart_Sequence_1_Minus3: darken(desaturate(@sapChart_Sequence_1, 8), 22);
|
|
3603
3603
|
@sapChart_Sequence_1_Minus3_TextColor: contrast(@sapChart_Sequence_1_Minus3, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3604
3604
|
@sapChart_Sequence_1_Minus3_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus3_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3605
|
-
@sapChart_Sequence_1_Minus4: darken(@sapChart_Sequence_1,
|
|
3605
|
+
@sapChart_Sequence_1_Minus4: darken(desaturate(@sapChart_Sequence_1, 7), 27);
|
|
3606
3606
|
@sapChart_Sequence_1_Minus4_TextColor: contrast(@sapChart_Sequence_1_Minus4, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3607
3607
|
@sapChart_Sequence_1_Minus4_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus4_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3608
|
-
@sapChart_Sequence_1_Minus5: darken(@sapChart_Sequence_1,
|
|
3608
|
+
@sapChart_Sequence_1_Minus5: darken(desaturate(@sapChart_Sequence_1, 7), 32);
|
|
3609
3609
|
@sapChart_Sequence_1_Minus5_TextColor: contrast(@sapChart_Sequence_1_Minus5, @sapChart_Data_TextColor, @sapChart_Data_ContrastTextColor, .45);
|
|
3610
3610
|
@sapChart_Sequence_1_Minus5_TextShadow: 0 0 .125rem contrast(@sapChart_Sequence_1_Minus5_TextColor, @sapContent_ShadowColor, @sapChart_ContrastShadowColor, @sapContent_ContrastTextThreshold);
|
|
3611
3611
|
@sapChart_Sequence_2_Plus3: lighten(desaturate(@sapChart_Sequence_2, 20), 30);
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.139.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_dark/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -780,7 +780,7 @@
|
|
|
780
780
|
|
|
781
781
|
// [Tags "!Protected"]
|
|
782
782
|
// [Protected "!true"]
|
|
783
|
-
@sapShell_BorderColor:
|
|
783
|
+
@sapShell_BorderColor: @sapShellColor;
|
|
784
784
|
|
|
785
785
|
// [Tags "!Protected"]
|
|
786
786
|
// [Protected "!true"]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.139.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcb/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
|
|
948
948
|
// [Tags "!Protected"]
|
|
949
949
|
// [Protected "!true"]
|
|
950
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
950
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
951
951
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
952
952
|
|
|
953
953
|
// [Tags "!Protected"]
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 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.139.1</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
// /**
|
|
2
2
|
// * Copyright (c) 2012-2025 SAP SE or an SAP affiliate company. All rights reserved.
|
|
3
|
-
// * Theming Engine 16.0.
|
|
4
|
-
// * data:{"sModified":"2025-
|
|
3
|
+
// * Theming Engine 16.0.2
|
|
4
|
+
// * data:{"sModified":"2025-05-14T05:17:19Z"}
|
|
5
5
|
// */
|
|
6
6
|
|
|
7
7
|
|
|
8
|
-
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.
|
|
8
|
+
/******************* FILE /Base/baseLib/sap_horizon_hcw/base.less (Version 11.30.0) *******************/
|
|
9
9
|
|
|
10
10
|
|
|
11
11
|
// [Tags "SapInternal", "Base", "Dimension", "Protected"]
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
|
|
948
948
|
// [Tags "!Protected"]
|
|
949
949
|
// [Protected "!true"]
|
|
950
|
-
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor
|
|
950
|
+
@sapShell_SubBrand_TextColor: contrast(@sapShellColor, @sapTextColor,@sapContent_ContrastTextColor, @sapContent_ContrastTextThreshold);
|
|
951
951
|
@sapShell_Category_1_Background: @sapHC_StandardBackground;
|
|
952
952
|
|
|
953
953
|
// [Tags "!Protected"]
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
/******************************************************************
|
|
2
2
|
Style of the RTA Contextmenu - Horizon Theme
|
|
3
3
|
*******************************************************************/
|
|
4
|
-
@_sap_ui_rta_ContextMenu_BorderLightColor:
|
|
5
|
-
@_sap_ui_rta_ContextMenu_BorderDarkColor:
|
|
6
|
-
@_sap_ui_rta_ContextMenu_BorderRadius:
|
|
4
|
+
@_sap_ui_rta_ContextMenu_BorderLightColor: var(--sapToolbar_Background); //#fff
|
|
5
|
+
@_sap_ui_rta_ContextMenu_BorderDarkColor: var(--sapInformationBorderColor); //#0070f2
|
|
6
|
+
@_sap_ui_rta_ContextMenu_BorderRadius: var(--sapGroup_BorderCornerRadius); // 0.75rem
|
|
7
7
|
|
|
8
8
|
.sapUiRtaMode {
|
|
9
9
|
.sapUiDtContextMenu {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
/******************************************************************
|
|
2
2
|
Style of the RTA Dialogs - Horizon Theme
|
|
3
3
|
*******************************************************************/
|
|
4
|
-
@_sap_ui_rta_Dialogs_BorderLightColor:
|
|
5
|
-
@_sap_ui_rta_Dialogs_BorderDarkColor:
|
|
4
|
+
@_sap_ui_rta_Dialogs_BorderLightColor: var(--sapToolbar_Background); //#fff
|
|
5
|
+
@_sap_ui_rta_Dialogs_BorderDarkColor: var(--sapInformationBorderColor); //#0070f2
|
|
6
6
|
|
|
7
7
|
.sapMDialog.sapUiRTABorder {
|
|
8
8
|
border-image: none;
|