@openui5/themelib_sap_horizon 1.119.1 → 1.120.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/THIRDPARTY.txt +6 -6
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/AvatarGroup.less +4 -2
- package/src/sap/f/themes/sap_horizon/FlexibleColumnLayout.less +2 -0
- package/src/sap/f/themes/sap_horizon/ShellBar.less +10 -4
- package/src/sap/f/themes/sap_horizon_dark/FlexibleColumnLayout.less +2 -0
- package/src/sap/f/themes/sap_horizon_dark/ShellBar.less +10 -4
- package/src/sap/m/themes/sap_horizon/Avatar.less +2 -2
- package/src/sap/m/themes/sap_horizon/Breadcrumbs.less +2 -1
- package/src/sap/m/themes/sap_horizon/Button.less +16 -4
- package/src/sap/m/themes/sap_horizon/CheckBox.less +31 -1
- package/src/sap/m/themes/sap_horizon/MenuButton.less +22 -4
- package/src/sap/m/themes/sap_horizon/ObjectStatus.less +24 -0
- package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon/RangeSlider.less +5 -7
- package/src/sap/m/themes/sap_horizon/SearchField.less +2 -4
- package/src/sap/m/themes/sap_horizon/SegmentedButton.less +117 -14
- package/src/sap/m/themes/sap_horizon/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon/SplitButton.less +46 -23
- package/src/sap/m/themes/sap_horizon/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon/TextArea.less +24 -4
- package/src/sap/m/themes/sap_horizon/Toolbar.less +2 -2
- package/src/sap/m/themes/sap_horizon_dark/Button.less +16 -4
- package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +30 -0
- package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +18 -3
- package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +24 -0
- package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +5 -7
- package/src/sap/m/themes/sap_horizon_dark/SearchField.less +2 -5
- package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +117 -14
- package/src/sap/m/themes/sap_horizon_dark/Select.less +4 -2
- package/src/sap/m/themes/sap_horizon_dark/Slider.less +4 -9
- package/src/sap/m/themes/sap_horizon_dark/SplitButton.less +46 -37
- package/src/sap/m/themes/sap_horizon_dark/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon_dark/TextArea.less +24 -4
- package/src/sap/m/themes/sap_horizon_dark/Toolbar.less +2 -2
- package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +35 -1
- package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +135 -0
- package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcb/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcb/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcb/Toolbar.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +35 -1
- package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +135 -0
- package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +4 -0
- package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +4 -6
- package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +4 -3
- package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +1 -1
- package/src/sap/m/themes/sap_horizon_hcw/Slider.less +4 -32
- package/src/sap/m/themes/sap_horizon_hcw/Text.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcw/Toolbar.less +1 -1
- package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +11 -0
- package/src/sap/tnt/themes/sap_horizon/ToolPage.less +3 -1
- package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +11 -0
- package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +3 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +13 -0
- package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +3 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +2 -1
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +13 -0
- package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +3 -1
- package/src/sap/ui/commons/themes/sap_horizon/MenuButton.less +12 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon/global.less +13 -9
- package/src/sap/ui/core/themes/sap_horizon/library.source.less +0 -4
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_dark/global.less +14 -10
- package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +0 -4
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +9 -9
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
- package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +9 -9
- package/src/sap/ui/integration/themes/sap_horizon/ActionsStrip.less +1 -1
- package/src/sap/ui/integration/themes/sap_horizon_dark/ActionsStrip.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon/FormLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_dark/FormLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcb/FormLayout.less +1 -1
- package/src/sap/ui/layout/themes/sap_horizon_hcw/FormLayout.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_dark/Cell.less +1 -0
- package/src/sap/ui/table/themes/sap_horizon_hcb/Cell.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +0 -3
- package/src/sap/ui/table/themes/sap_horizon_hcw/Cell.less +1 -1
- package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +0 -3
|
@@ -30,7 +30,6 @@
|
|
|
30
30
|
.sapMSliderHandle:hover {
|
|
31
31
|
background: @sapUiSliderHoverHandleBackground;
|
|
32
32
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
33
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
34
33
|
}
|
|
35
34
|
|
|
36
35
|
/* slider handle */
|
|
@@ -43,10 +42,6 @@
|
|
|
43
42
|
margin-left: -1rem;
|
|
44
43
|
top: -0.625rem;
|
|
45
44
|
|
|
46
|
-
&:not(:focus) {
|
|
47
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
45
|
&:focus:before {
|
|
51
46
|
content: '';
|
|
52
47
|
position: absolute;
|
|
@@ -60,7 +55,7 @@
|
|
|
60
55
|
}
|
|
61
56
|
}
|
|
62
57
|
|
|
63
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
58
|
+
.sapMSliderInner .sapMSliderHandle:not(:focus):not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):after {
|
|
64
59
|
font-family: SAP-icons;
|
|
65
60
|
content: "\e29c";
|
|
66
61
|
position: absolute;
|
|
@@ -73,34 +68,17 @@
|
|
|
73
68
|
color: @sapContent_Selected_ForegroundColor;
|
|
74
69
|
}
|
|
75
70
|
|
|
76
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
|
|
77
|
-
&:after {
|
|
78
|
-
top: 0.1875rem;
|
|
79
|
-
right: 0.4375rem;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
|
|
83
71
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle {
|
|
84
72
|
&:hover {
|
|
85
73
|
background: @sapUiSliderHoverHandleBackground;
|
|
86
74
|
border-color: @sapUiSliderHoverHandleBorderColor;
|
|
87
|
-
box-shadow: @sapUiContentSelectedShadow;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&:focus:active {
|
|
91
|
-
background: @sapUiSliderActiveHandleBackground;
|
|
92
|
-
border: 0.125rem solid @sapUiSliderActiveHandleBorderColor;
|
|
93
|
-
box-shadow: none;
|
|
94
|
-
&:before {
|
|
95
|
-
content: none;
|
|
96
|
-
}
|
|
97
75
|
}
|
|
98
76
|
}
|
|
99
77
|
|
|
100
78
|
.sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus {
|
|
101
|
-
background: @
|
|
79
|
+
background: @sapUiSliderActiveRangeHandleBackground;
|
|
80
|
+
border: @sapUiContentFocusWidth solid @sapUiContentFocusColor;
|
|
102
81
|
outline: none;
|
|
103
|
-
box-shadow: none;
|
|
104
82
|
top: -0.625rem;
|
|
105
83
|
}
|
|
106
84
|
|
|
@@ -120,6 +98,7 @@
|
|
|
120
98
|
}
|
|
121
99
|
|
|
122
100
|
.sapMSliderTick {
|
|
101
|
+
border-color: @sapUiContentMeasureIndicatorColor;
|
|
123
102
|
margin: 0;
|
|
124
103
|
height: .5rem;
|
|
125
104
|
}
|
|
@@ -213,13 +192,6 @@
|
|
|
213
192
|
top: 0.125rem;
|
|
214
193
|
right: 0.25rem;
|
|
215
194
|
}
|
|
216
|
-
|
|
217
|
-
.sapMSliderInner .sapMSliderHandle:not(.sapMSliderHandlePressed):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled):hover>.sapMSliderHandle):not(.sapMRangeSlider.sapMSlider .sapMSliderInner:not(.sapMSliderInnerDisabled) .sapMSliderHandle:focus):focus:active {
|
|
218
|
-
&:after {
|
|
219
|
-
top: 0.0625rem;
|
|
220
|
-
right: 0.1875rem;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
195
|
}
|
|
224
196
|
|
|
225
197
|
.sapMSliderTick[data-ui5-active-tickmark="true"] {
|
|
@@ -16,4 +16,5 @@
|
|
|
16
16
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
17
17
|
@_sap_tnt_SideNavigation_BoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
18
18
|
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|
|
19
|
-
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
19
|
+
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
20
|
+
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -129,6 +129,17 @@
|
|
|
129
129
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
130
130
|
&.sapMBtn {
|
|
131
131
|
padding-top: 0;
|
|
132
|
+
|
|
133
|
+
.sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
|
|
134
|
+
position: absolute;
|
|
135
|
+
top: -0.3125rem;
|
|
136
|
+
right: -0.4375rem;
|
|
137
|
+
padding-right: 0.125rem;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
|
|
141
|
+
padding: 0;
|
|
142
|
+
}
|
|
132
143
|
}
|
|
133
144
|
|
|
134
145
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -18,4 +18,6 @@
|
|
|
18
18
|
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
19
19
|
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
20
20
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
21
|
-
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
21
|
+
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
22
|
+
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
23
|
+
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
@@ -16,4 +16,5 @@
|
|
|
16
16
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
17
17
|
@_sap_tnt_SideNavigation_BoxShadow: 0 0 0.125rem 0 fade(@sapUiContentShadowColor, 16), 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
18
18
|
@_sap_tnt_SideNavigation_SeparatorMargin: 0.3125rem 0.5rem 0.3125rem 0.5rem;
|
|
19
|
-
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
19
|
+
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
20
|
+
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -129,6 +129,17 @@
|
|
|
129
129
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
130
130
|
&.sapMBtn {
|
|
131
131
|
padding-top: 0;
|
|
132
|
+
|
|
133
|
+
.sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
|
|
134
|
+
position: absolute;
|
|
135
|
+
top: -0.3125rem;
|
|
136
|
+
right: -0.4375rem;
|
|
137
|
+
padding-right: 0.125rem;
|
|
138
|
+
}
|
|
139
|
+
|
|
140
|
+
.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
|
|
141
|
+
padding: 0;
|
|
142
|
+
}
|
|
132
143
|
}
|
|
133
144
|
|
|
134
145
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -18,4 +18,6 @@
|
|
|
18
18
|
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
19
19
|
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
20
20
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
21
|
-
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
21
|
+
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
22
|
+
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
23
|
+
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
@@ -10,4 +10,5 @@
|
|
|
10
10
|
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
11
11
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
12
12
|
@_sap_tnt_SideNavigation_BoxShadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
|
|
13
|
-
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
13
|
+
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
14
|
+
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
14
14
|
@_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapUiContentShadowColor, 0 0.5rem 1rem 0 fade(@sapUiContentShadowColor, 16);
|
|
15
15
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
16
|
+
@_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
|
|
16
17
|
|
|
17
18
|
// ==========================================================================
|
|
18
19
|
// sap.m.Toolbar overriding
|
|
@@ -127,6 +128,17 @@
|
|
|
127
128
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
128
129
|
&.sapMBtn {
|
|
129
130
|
padding-top: 0;
|
|
131
|
+
|
|
132
|
+
.sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
|
|
133
|
+
position: absolute;
|
|
134
|
+
top: -0.3125rem;
|
|
135
|
+
right: -0.4375rem;
|
|
136
|
+
padding-right: 0.125rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
|
|
140
|
+
padding: 0;
|
|
141
|
+
}
|
|
130
142
|
}
|
|
131
143
|
|
|
132
144
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -207,6 +219,7 @@
|
|
|
207
219
|
.sapMSF .sapMSFF {
|
|
208
220
|
border-radius: 2rem;
|
|
209
221
|
height: 2.5rem;
|
|
222
|
+
border: @_sap_tnt_ToolHeader_SF_Border;
|
|
210
223
|
}
|
|
211
224
|
|
|
212
225
|
.sapMSFB {
|
|
@@ -19,4 +19,6 @@
|
|
|
19
19
|
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
20
20
|
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
21
21
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
22
|
-
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
22
|
+
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
23
|
+
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
24
|
+
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
@@ -10,4 +10,5 @@
|
|
|
10
10
|
@_sap_tnt_SideNavigation_BorderRadius: 0.5rem 0.5rem 0 0;
|
|
11
11
|
@_sap_tnt_SideNavigation_PhoneBorderRadius: 0.5rem;
|
|
12
12
|
@_sap_tnt_SideNavigation_BoxShadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
|
|
13
|
-
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
13
|
+
@_sap_tnt_SideNavigation_TriangleDisplay: none;
|
|
14
|
+
@_sap_tnt_SideNavigation_PhoneWidth: ~"100% !important";
|
|
@@ -13,6 +13,7 @@
|
|
|
13
13
|
@_sap_tnt_ToolHeader_IconTabHeader_Height: auto;
|
|
14
14
|
@_sap_tnt_ToolHeader_Shadow: 0 0 0 0.0625rem @sapContent_ShadowColor, 0 0.5rem 1rem 0 fade(@sapContent_ShadowColor, 16);
|
|
15
15
|
@_sap_tnt_ToolHeader_DisabledOpacity: @sapUiContentDisabledOpacity;
|
|
16
|
+
@_sap_tnt_ToolHeader_SF_Border: 0.0625rem solid @sapUiShellBorderColor;
|
|
16
17
|
|
|
17
18
|
// ==========================================================================
|
|
18
19
|
// sap.m.Toolbar overriding
|
|
@@ -127,6 +128,17 @@
|
|
|
127
128
|
.sapMBarChild:not(.sapMMenuBtn) {
|
|
128
129
|
&.sapMBtn {
|
|
129
130
|
padding-top: 0;
|
|
131
|
+
|
|
132
|
+
.sapMBadgeTopRight.sapMBadge .sapMBadgeIndicator {
|
|
133
|
+
position: absolute;
|
|
134
|
+
top: -0.3125rem;
|
|
135
|
+
right: -0.4375rem;
|
|
136
|
+
padding-right: 0.125rem;
|
|
137
|
+
}
|
|
138
|
+
|
|
139
|
+
.sapMBadgeTopRight.sapMBadge.sapMBtnIconFirst:not(.sapMBtnText) {
|
|
140
|
+
padding: 0;
|
|
141
|
+
}
|
|
130
142
|
}
|
|
131
143
|
|
|
132
144
|
&.sapMBtn .sapMBtnTransparent,
|
|
@@ -207,6 +219,7 @@
|
|
|
207
219
|
.sapMSF .sapMSFF {
|
|
208
220
|
border-radius: 2rem;
|
|
209
221
|
height: 2.5rem;
|
|
222
|
+
border: @_sap_tnt_ToolHeader_SF_Border;
|
|
210
223
|
}
|
|
211
224
|
|
|
212
225
|
.sapMSFB {
|
|
@@ -19,4 +19,6 @@
|
|
|
19
19
|
@_sap_tnt_ToolPage_ContentBorderRadius: 0.5rem 0.5rem 0 0;
|
|
20
20
|
@_sap_tnt_ToolPage_ContentBorderRadiusTabletPhone: 0.5rem;
|
|
21
21
|
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransform: calc(~"-100% - 0.25rem");
|
|
22
|
-
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
22
|
+
@_sap_tnt_ToolPage_AsideCollapsedPhoneTransformRtl: calc(~"100% + 0.25rem");
|
|
23
|
+
@_sap_tnt_ToolPage_AsidePhoneTop: -0.4375rem;
|
|
24
|
+
@_sap_tnt_ToolPage_AsidePhoneWidth: 100%;
|
|
@@ -67,3 +67,15 @@ html[data-sap-ui-browser^="ie"] .sapUiBtnLite > .sapUiMenuButtonIco{
|
|
|
67
67
|
.sapUiBtnS.sapUiBtnEmph > .sapUiMenuButtonIco{
|
|
68
68
|
background-image: url("img/menubutton/Menu_Hover.png");
|
|
69
69
|
}
|
|
70
|
+
|
|
71
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnNegative.sapMBtnActive::after {
|
|
72
|
+
color: @sapUiButtonNegativeActiveTextColor;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnCritical.sapMBtnActive::after {
|
|
76
|
+
color: @sapUiButtonCriticalActiveTextColor;
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
.sapMMenuBtn.sapMMenuBtnRegular .sapMBtn:not(.sapMBtnDisabled) .sapMBtnInner.sapMBtnSuccess.sapMBtnActive::after {
|
|
80
|
+
color: @sapUiButtonSuccessActiveTextColor;
|
|
81
|
+
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 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.120.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
742
|
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
743
|
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
-
@sapUiIndication2bBorderColor: @
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
745
745
|
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
746
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
747
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
756
|
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
757
|
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
-
@sapUiIndication3bBorderColor: @
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
759
759
|
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
760
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
761
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
770
|
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
771
|
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
-
@sapUiIndication4bBorderColor: @
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
773
773
|
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
774
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
775
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
784
|
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
785
|
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
-
@sapUiIndication5bBorderColor: @
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
787
787
|
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
788
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
789
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
798
|
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
799
|
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
-
@sapUiIndication6bBorderColor: @
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
801
801
|
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
802
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
803
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
812
812
|
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
813
813
|
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
814
|
-
@sapUiIndication7bBorderColor: @
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
815
815
|
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
816
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
817
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
826
|
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
827
|
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
-
@sapUiIndication8bBorderColor: @
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
829
829
|
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
830
|
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
831
|
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
840
|
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
841
|
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
-
@sapUiIndication9bBorderColor: @
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
843
843
|
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
844
|
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
845
|
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
854
|
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
855
|
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
-
@sapUiIndication10bBorderColor: @
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
857
857
|
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
858
858
|
|
|
859
859
|
|
|
@@ -1354,3 +1354,7 @@
|
|
|
1354
1354
|
|
|
1355
1355
|
// DEPRECATED: Title Alignment to start (left or right) or center (default) for Dialogs, Message Boxes, Popover, Page, etc.; possible values: 'start' or 'center'
|
|
1356
1356
|
@sapMTitleAlignment: Start;
|
|
1357
|
+
|
|
1358
|
+
// @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with white background again,
|
|
1359
|
+
// and read-only fields to appear grey
|
|
1360
|
+
@sapField_HorizonNGEnabled: 1;
|
|
@@ -9,10 +9,6 @@
|
|
|
9
9
|
@import "global.less";
|
|
10
10
|
@import "shared.less";
|
|
11
11
|
|
|
12
|
-
// @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with white background again,
|
|
13
|
-
// and read-only fields to appear grey
|
|
14
|
-
@sapField_HorizonNGEnabled: 1;
|
|
15
|
-
|
|
16
12
|
@import "BrowserScrollbar.less";
|
|
17
13
|
@import "DatePicker.less";
|
|
18
14
|
@import "LocalBusyIndicator.less";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 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.120.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
742
|
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
743
|
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
-
@sapUiIndication2bBorderColor: @
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
745
745
|
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
746
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
747
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
756
|
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
757
|
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
-
@sapUiIndication3bBorderColor: @
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
759
759
|
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
760
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
761
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
770
|
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
771
|
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
-
@sapUiIndication4bBorderColor: @
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
773
773
|
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
774
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
775
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
784
|
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
785
|
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
-
@sapUiIndication5bBorderColor: @
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
787
787
|
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
788
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
789
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
798
|
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
799
|
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
-
@sapUiIndication6bBorderColor: @
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
801
801
|
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
802
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
803
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
812
812
|
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
813
813
|
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
814
|
-
@sapUiIndication7bBorderColor: @
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
815
815
|
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
816
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
817
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
826
|
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
827
|
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
-
@sapUiIndication8bBorderColor: @
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
829
829
|
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
830
|
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
831
|
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
840
|
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
841
|
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
-
@sapUiIndication9bBorderColor: @
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
843
843
|
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
844
|
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
845
|
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
854
|
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
855
|
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
-
@sapUiIndication10bBorderColor: @
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
857
857
|
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
858
858
|
|
|
859
859
|
|
|
@@ -1354,4 +1354,8 @@
|
|
|
1354
1354
|
@sapUiUx3ShellApplicationImageURL: @sapUiGlobalLogo; // "Quick"
|
|
1355
1355
|
|
|
1356
1356
|
// DEPRECATED: Title Alignment to start (left or right) or center (default) for Dialogs, Message Boxes, Popover, Page, etc.; possible values: 'start' or 'center'
|
|
1357
|
-
@sapMTitleAlignment: Start;
|
|
1357
|
+
@sapMTitleAlignment: Start;
|
|
1358
|
+
|
|
1359
|
+
// @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with dark grey backgroubd again,
|
|
1360
|
+
// and read-only fields to appear grey
|
|
1361
|
+
@sapField_HorizonNGEnabled: 1;
|
|
@@ -9,10 +9,6 @@
|
|
|
9
9
|
@import "global.less";
|
|
10
10
|
@import "shared.less";
|
|
11
11
|
|
|
12
|
-
// @sapField_HorizonNGEnabled: 1 enables editable **Fields** to appear with dark grey backgroubd again,
|
|
13
|
-
// and read-only fields to appear grey
|
|
14
|
-
@sapField_HorizonNGEnabled: 1;
|
|
15
|
-
|
|
16
12
|
@import "BrowserScrollbar.less";
|
|
17
13
|
@import "DatePicker.less";
|
|
18
14
|
@import "LocalBusyIndicator.less";
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 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.120.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|
|
@@ -741,7 +741,7 @@
|
|
|
741
741
|
@sapUiIndication2SelectedBorderColor: @sapIndicationColor_2_Selected_BorderColor;
|
|
742
742
|
@sapUiIndication2SelectedTextColor: @sapIndicationColor_2_Selected_TextColor;
|
|
743
743
|
@sapUiIndication2b: @sapIndicationColor_2b;
|
|
744
|
-
@sapUiIndication2bBorderColor: @
|
|
744
|
+
@sapUiIndication2bBorderColor: @sapIndicationColor_2b_BorderColor;
|
|
745
745
|
@sapUiIndication2bHoverBackground: @sapIndicationColor_2b_Hover_Background;
|
|
746
746
|
@sapUiIndication3: @sapIndicationColor_3;
|
|
747
747
|
@sapUiIndication3Background: @sapIndicationColor_3_Background;
|
|
@@ -755,7 +755,7 @@
|
|
|
755
755
|
@sapUiIndication3SelectedBorderColor: @sapIndicationColor_3_Selected_BorderColor;
|
|
756
756
|
@sapUiIndication3SelectedTextColor: @sapIndicationColor_3_Selected_TextColor;
|
|
757
757
|
@sapUiIndication3b: @sapIndicationColor_3b;
|
|
758
|
-
@sapUiIndication3bBorderColor: @
|
|
758
|
+
@sapUiIndication3bBorderColor: @sapIndicationColor_3b_BorderColor;
|
|
759
759
|
@sapUiIndication3bHoverBackground: @sapIndicationColor_3b_Hover_Background;
|
|
760
760
|
@sapUiIndication4: @sapIndicationColor_4;
|
|
761
761
|
@sapUiIndication4Background: @sapIndicationColor_4_Background;
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
@sapUiIndication4SelectedBorderColor: @sapIndicationColor_4_Selected_BorderColor;
|
|
770
770
|
@sapUiIndication4SelectedTextColor: @sapIndicationColor_4_Selected_TextColor;
|
|
771
771
|
@sapUiIndication4b: @sapIndicationColor_4b;
|
|
772
|
-
@sapUiIndication4bBorderColor: @
|
|
772
|
+
@sapUiIndication4bBorderColor: @sapIndicationColor_4b_BorderColor;
|
|
773
773
|
@sapUiIndication4bHoverBackground: @sapIndicationColor_4b_Hover_Background;
|
|
774
774
|
@sapUiIndication5: @sapIndicationColor_5;
|
|
775
775
|
@sapUiIndication5Background: @sapIndicationColor_5_Background;
|
|
@@ -783,7 +783,7 @@
|
|
|
783
783
|
@sapUiIndication5SelectedBorderColor: @sapIndicationColor_5_Selected_BorderColor;
|
|
784
784
|
@sapUiIndication5SelectedTextColor: @sapIndicationColor_5_Selected_TextColor;
|
|
785
785
|
@sapUiIndication5b: @sapIndicationColor_5b;
|
|
786
|
-
@sapUiIndication5bBorderColor: @
|
|
786
|
+
@sapUiIndication5bBorderColor: @sapIndicationColor_5b_BorderColor;
|
|
787
787
|
@sapUiIndication5bHoverBackground: @sapIndicationColor_5b_Hover_Background;
|
|
788
788
|
@sapUiIndication6: @sapIndicationColor_6;
|
|
789
789
|
@sapUiIndication6Background: @sapIndicationColor_6_Background;
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
@sapUiIndication6SelectedBorderColor: @sapIndicationColor_6_Selected_BorderColor;
|
|
798
798
|
@sapUiIndication6SelectedTextColor: @sapIndicationColor_6_Selected_TextColor;
|
|
799
799
|
@sapUiIndication6b: @sapIndicationColor_6b;
|
|
800
|
-
@sapUiIndication6bBorderColor: @
|
|
800
|
+
@sapUiIndication6bBorderColor: @sapIndicationColor_6b_BorderColor;
|
|
801
801
|
@sapUiIndication6bHoverBackground: @sapIndicationColor_6b_Hover_Background;
|
|
802
802
|
@sapUiIndication7: @sapIndicationColor_7;
|
|
803
803
|
@sapUiIndication7Background: @sapIndicationColor_7_Background;
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
@sapUiIndication7SelectedBorderColor: @sapIndicationColor_7_Selected_BorderColor;
|
|
812
812
|
@sapUiIndication7SelectedTextColor: @sapIndicationColor_7_Selected_TextColor;
|
|
813
813
|
@sapUiIndication7b: @sapIndicationColor_7b;
|
|
814
|
-
@sapUiIndication7bBorderColor: @
|
|
814
|
+
@sapUiIndication7bBorderColor: @sapIndicationColor_7b_BorderColor;
|
|
815
815
|
@sapUiIndication7bHoverBackground: @sapIndicationColor_7b_Hover_Background;
|
|
816
816
|
@sapUiIndication8: @sapIndicationColor_8;
|
|
817
817
|
@sapUiIndication8Background: @sapIndicationColor_8_Background;
|
|
@@ -825,7 +825,7 @@
|
|
|
825
825
|
@sapUiIndication8SelectedBorderColor: @sapIndicationColor_8_Selected_BorderColor;
|
|
826
826
|
@sapUiIndication8SelectedTextColor: @sapIndicationColor_8_Selected_TextColor;
|
|
827
827
|
@sapUiIndication8b: @sapIndicationColor_8b;
|
|
828
|
-
@sapUiIndication8bBorderColor: @
|
|
828
|
+
@sapUiIndication8bBorderColor: @sapIndicationColor_8b_BorderColor;
|
|
829
829
|
@sapUiIndication8bHoverBackground: @sapIndicationColor_8b_Hover_Background;
|
|
830
830
|
@sapUiIndication9: @sapIndicationColor_9;
|
|
831
831
|
@sapUiIndication9Background: @sapIndicationColor_9_Background;
|
|
@@ -839,7 +839,7 @@
|
|
|
839
839
|
@sapUiIndication9SelectedBorderColor: @sapIndicationColor_9_Selected_BorderColor;
|
|
840
840
|
@sapUiIndication9SelectedTextColor: @sapIndicationColor_9_Selected_TextColor;
|
|
841
841
|
@sapUiIndication9b: @sapIndicationColor_9b;
|
|
842
|
-
@sapUiIndication9bBorderColor: @
|
|
842
|
+
@sapUiIndication9bBorderColor: @sapIndicationColor_9b_BorderColor;
|
|
843
843
|
@sapUiIndication9bHoverBackground: @sapIndicationColor_9b_Hover_Background;
|
|
844
844
|
@sapUiIndication10: @sapIndicationColor_10;
|
|
845
845
|
@sapUiIndication10Background: @sapIndicationColor_10_Background;
|
|
@@ -853,7 +853,7 @@
|
|
|
853
853
|
@sapUiIndication10SelectedBorderColor: @sapIndicationColor_10_Selected_BorderColor;
|
|
854
854
|
@sapUiIndication10SelectedTextColor: @sapIndicationColor_10_Selected_TextColor;
|
|
855
855
|
@sapUiIndication10b: @sapIndicationColor_10b;
|
|
856
|
-
@sapUiIndication10bBorderColor: @
|
|
856
|
+
@sapUiIndication10bBorderColor: @sapIndicationColor_10b_BorderColor;
|
|
857
857
|
@sapUiIndication10bHoverBackground: @sapIndicationColor_10b_Hover_Background;
|
|
858
858
|
|
|
859
859
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2009-2023 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.120.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
Binary file
|
|
Binary file
|