@openui5/themelib_sap_horizon 1.149.0 → 1.150.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.toml +24 -0
- package/THIRDPARTY.txt +24 -5
- package/package.json +18 -18
- package/src/sap/f/themes/sap_horizon/GridListItem.less +2 -1
- package/src/sap/f/themes/sap_horizon_dark/GridListItem.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcb/GridListItem.less +2 -1
- package/src/sap/f/themes/sap_horizon_hcw/GridListItem.less +2 -1
- package/src/sap/m/themes/sap_horizon/IconTabBar.less +3 -25
- package/src/sap/m/themes/sap_horizon/Link.less +7 -0
- package/src/sap/m/themes/sap_horizon/Panel.less +2 -3
- package/src/sap/m/themes/sap_horizon/Select.less +20 -12
- package/src/sap/m/themes/sap_horizon/SelectList.less +3 -1
- package/src/sap/m/themes/sap_horizon/SliderTooltip.less +7 -3
- package/src/sap/m/themes/sap_horizon/StandardListItem.less +0 -4
- package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +3 -25
- package/src/sap/m/themes/sap_horizon_dark/Link.less +7 -0
- package/src/sap/m/themes/sap_horizon_dark/Panel.less +2 -3
- package/src/sap/m/themes/sap_horizon_dark/Select.less +19 -12
- package/src/sap/m/themes/sap_horizon_dark/SelectList.less +3 -1
- package/src/sap/m/themes/sap_horizon_dark/SliderTooltip.less +7 -2
- package/src/sap/m/themes/sap_horizon_dark/StandardListItem.less +0 -4
- package/src/sap/m/themes/sap_horizon_hcb/Link.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcb/Panel.less +2 -3
- package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcb/SliderTooltip.less +10 -4
- package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcb/Tokenizer.less +5 -0
- package/src/sap/m/themes/sap_horizon_hcw/Link.less +3 -0
- package/src/sap/m/themes/sap_horizon_hcw/Panel.less +2 -3
- package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +1 -0
- package/src/sap/m/themes/sap_horizon_hcw/SliderTooltip.less +10 -4
- package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +0 -6
- package/src/sap/m/themes/sap_horizon_hcw/Tokenizer.less +5 -0
- package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
- package/src/sap/ui/unified/themes/sap_horizon/Calendar.less +21 -12
- package/src/sap/ui/unified/themes/sap_horizon_dark/Calendar.less +21 -12
package/REUSE.toml
CHANGED
|
@@ -225,6 +225,16 @@ SPDX-FileCopyrightText = "jQuery Foundation and other contributors"
|
|
|
225
225
|
SPDX-License-Identifier = "MIT"
|
|
226
226
|
SPDX-FileComment = "these files belong to: QUnit 2.18"
|
|
227
227
|
|
|
228
|
+
[[annotations]]
|
|
229
|
+
path = [
|
|
230
|
+
"src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.css",
|
|
231
|
+
"src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.js"
|
|
232
|
+
]
|
|
233
|
+
precedence = "aggregate"
|
|
234
|
+
SPDX-FileCopyrightText = "OpenJS Foundation and other contributors"
|
|
235
|
+
SPDX-License-Identifier = "MIT"
|
|
236
|
+
SPDX-FileComment = "these files belong to: QUnit 2.26.0"
|
|
237
|
+
|
|
228
238
|
[[annotations]]
|
|
229
239
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/jquery-compat.js"
|
|
230
240
|
precedence = "aggregate"
|
|
@@ -349,6 +359,20 @@ SPDX-FileCopyrightText = "2010-2022, Christian Johansen, christian@cjohansen.no"
|
|
|
349
359
|
SPDX-License-Identifier = "BSD-3-Clause"
|
|
350
360
|
SPDX-FileComment = "these files belong to: SinonJS 14"
|
|
351
361
|
|
|
362
|
+
[[annotations]]
|
|
363
|
+
path = "src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-22.0.0.js"
|
|
364
|
+
precedence = "aggregate"
|
|
365
|
+
SPDX-FileCopyrightText = "2010-2024, Christian Johansen, christian@cjohansen.no"
|
|
366
|
+
SPDX-License-Identifier = "BSD-3-Clause"
|
|
367
|
+
SPDX-FileComment = "these files belong to: SinonJS 22"
|
|
368
|
+
|
|
369
|
+
[[annotations]]
|
|
370
|
+
path = "src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/nise-6.1.5.js"
|
|
371
|
+
precedence = "aggregate"
|
|
372
|
+
SPDX-FileCopyrightText = "2010-2017, Christian Johansen, christian@cjohansen.no"
|
|
373
|
+
SPDX-License-Identifier = "BSD-3-Clause"
|
|
374
|
+
SPDX-FileComment = "these files belong to: nise"
|
|
375
|
+
|
|
352
376
|
[[annotations]]
|
|
353
377
|
path = "src/sap.ui.core/src/sap/ui/thirdparty/sinon-qunit.js"
|
|
354
378
|
precedence = "aggregate"
|
package/THIRDPARTY.txt
CHANGED
|
@@ -6,31 +6,31 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.f:
|
|
8
8
|
|
|
9
|
-
Component: UI5 Web Components, version: 2.
|
|
9
|
+
Component: UI5 Web Components, version: 2.23.2
|
|
10
10
|
Copyright: SAP
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
13
13
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
14
14
|
|
|
15
|
-
Component: UI5 Web Components Fiori, version: 2.
|
|
15
|
+
Component: UI5 Web Components Fiori, version: 2.23.2
|
|
16
16
|
Copyright: SAP
|
|
17
17
|
License: Apache-2.0
|
|
18
18
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
19
19
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
20
20
|
|
|
21
|
-
Component: UI5 Web Components Icons, version: 2.
|
|
21
|
+
Component: UI5 Web Components Icons, version: 2.23.2
|
|
22
22
|
Copyright: SAP
|
|
23
23
|
License: Apache-2.0
|
|
24
24
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
25
25
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
26
26
|
|
|
27
|
-
Component: UI5 Web Components Icons Business Suite, version: 2.
|
|
27
|
+
Component: UI5 Web Components Icons Business Suite, version: 2.23.1
|
|
28
28
|
Copyright: SAP
|
|
29
29
|
License: Apache-2.0
|
|
30
30
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
31
31
|
Contained in: src/sap.f/src/sap/f/thirdparty/**
|
|
32
32
|
|
|
33
|
-
Component: UI5 Web Components Icons TNT, version: 2.
|
|
33
|
+
Component: UI5 Web Components Icons TNT, version: 2.23.1
|
|
34
34
|
Copyright: SAP
|
|
35
35
|
License: Apache-2.0
|
|
36
36
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/Apache-2.0.txt
|
|
@@ -134,6 +134,13 @@ License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
|
134
134
|
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.css
|
|
135
135
|
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.18.js
|
|
136
136
|
|
|
137
|
+
Component: QUnit 2.26.0, version: 2.26.0
|
|
138
|
+
Copyright: OpenJS Foundation and other contributors
|
|
139
|
+
License: MIT
|
|
140
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/MIT.txt
|
|
141
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.css
|
|
142
|
+
src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/qunit-2.26.0.js
|
|
143
|
+
|
|
137
144
|
Component: jQuery-Migrate, version: 3.3.1
|
|
138
145
|
Copyright: OpenJS Foundation and other contributors
|
|
139
146
|
License: MIT
|
|
@@ -227,6 +234,18 @@ License: BSD-3-Clause
|
|
|
227
234
|
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
228
235
|
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-14.0.js
|
|
229
236
|
|
|
237
|
+
Component: SinonJS 22, version: 22.0.0
|
|
238
|
+
Copyright: 2010-2024, Christian Johansen, christian@cjohansen.no
|
|
239
|
+
License: BSD-3-Clause
|
|
240
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
241
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/sinon-22.0.0.js
|
|
242
|
+
|
|
243
|
+
Component: nise, version: 6.1.5
|
|
244
|
+
Copyright: 2010-2017, Christian Johansen, christian@cjohansen.no
|
|
245
|
+
License: BSD-3-Clause
|
|
246
|
+
License Text: https://github.com/UI5/openui5/blob/master/LICENSES/BSD-3-Clause.txt
|
|
247
|
+
Contained in: src/sap.ui.core/test/sap/ui/core/qunit/thirdparty/nise-6.1.5.js
|
|
248
|
+
|
|
230
249
|
Component: Sinon-qunit, version: 2.0.0
|
|
231
250
|
Copyright: 2010-2011, Christian Johansen
|
|
232
251
|
License: BSD-3-Clause
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_horizon",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.150.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_horizon",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/UI5/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.150.0",
|
|
18
|
+
"@openui5/sap.m": "1.150.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.150.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.150.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.150.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.150.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.150.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.150.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.150.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.150.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.150.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.150.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.150.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.150.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.150.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.150.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.150.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -8,4 +8,5 @@
|
|
|
8
8
|
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
9
9
|
@_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
|
|
10
10
|
@_sap_f_GridListItem_HighlightBorderRadius: 1rem;
|
|
11
|
-
@_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
|
|
11
|
+
@_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
|
|
12
|
+
@_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
|
|
@@ -8,4 +8,5 @@
|
|
|
8
8
|
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
9
9
|
@_sap_f_GridListItem_FocusedHighlightOffset: 0.5rem;
|
|
10
10
|
@_sap_f_GridListItem_HighlightBorderRadius: 1rem;
|
|
11
|
-
@_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
|
|
11
|
+
@_sap_f_GridListItem_FocusedHighlightBorderRadius: 1rem 2rem;
|
|
12
|
+
@_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
|
|
@@ -4,4 +4,5 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_GridListItem_HeaderBoxShadow: none;
|
|
7
|
-
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
7
|
+
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
8
|
+
@_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
|
|
@@ -4,4 +4,5 @@
|
|
|
4
4
|
/* =================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_f_GridListItem_HeaderBoxShadow: none;
|
|
7
|
-
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
7
|
+
@_sap_f_GridListItem_HeaderHeight: 2.75rem;
|
|
8
|
+
@_sap_f_GridListItem_SelectedBoxShadow: 0 0 0 0.125rem var(--sapList_SelectionBorderColor), var(--sapContent_Shadow0);
|
|
@@ -156,8 +156,6 @@
|
|
|
156
156
|
/* =========== Shell =========== */
|
|
157
157
|
@_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
|
|
158
158
|
@_sap_m_IconTabBar_ShellSelectedTextColor: var(--sapShell_Navigation_Selected_TextColor);
|
|
159
|
-
@_sap_m_IconTabBar_Filter_Expand_Shell_BackgroundColor_Hover: var(--sapButton_Hover_Background);
|
|
160
|
-
@_sap_m_IconTabBar_Filter_Expand_Shell_BorderColor_Hover: var(--sapButton_Hover_BorderColor);
|
|
161
159
|
|
|
162
160
|
|
|
163
161
|
/* Head Container */
|
|
@@ -244,11 +242,6 @@
|
|
|
244
242
|
padding-left: 0.375rem;
|
|
245
243
|
}
|
|
246
244
|
}
|
|
247
|
-
|
|
248
|
-
/* Arrow button */
|
|
249
|
-
.sapMITBFilterWithItems .sapMITBFilterExpandBtn .sapUiIcon {
|
|
250
|
-
color: var(--sapTextColor);
|
|
251
|
-
}
|
|
252
245
|
}
|
|
253
246
|
|
|
254
247
|
/* Head Container - compact */
|
|
@@ -391,7 +384,7 @@
|
|
|
391
384
|
}
|
|
392
385
|
|
|
393
386
|
.sapMITBFilterExpandIcon {
|
|
394
|
-
color: @_sap_m_IconTabBar_SelectedTextColor
|
|
387
|
+
color: @_sap_m_IconTabBar_SelectedTextColor;
|
|
395
388
|
}
|
|
396
389
|
}
|
|
397
390
|
|
|
@@ -875,27 +868,12 @@ html.sap-desktop {
|
|
|
875
868
|
.sapMITBItem {
|
|
876
869
|
|
|
877
870
|
&:hover {
|
|
878
|
-
background: var(--
|
|
879
|
-
background-color: var(--
|
|
871
|
+
background: var(--sapShell_Navigation_Hover_Background);
|
|
872
|
+
background-color: var(--sapShell_Navigation_Hover_Background);
|
|
880
873
|
border-color: @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
|
|
881
874
|
}
|
|
882
875
|
}
|
|
883
876
|
}
|
|
884
|
-
|
|
885
|
-
html.sap-desktop & {
|
|
886
|
-
|
|
887
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBFilterIcon,
|
|
888
|
-
.sapMITBTextOnly .sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
889
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll,
|
|
890
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
891
|
-
.sapMITHStartOverflow .sapMITBItem:not(.sapUiDnDDragging):focus,
|
|
892
|
-
.sapMITHEndOverflow .sapMITBItem:not(.sapUiDndDragging):focus {
|
|
893
|
-
|
|
894
|
-
&::after {
|
|
895
|
-
border-color: var(--sapContent_FocusColor) !important;
|
|
896
|
-
}
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
877
|
}
|
|
900
878
|
|
|
901
879
|
/* ------------------------------------------------ */
|
|
@@ -51,6 +51,13 @@ html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
|
|
|
51
51
|
|
|
52
52
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
53
53
|
text-shadow: var(--sapContent_TextShadow);
|
|
54
|
+
&:focus-visible {
|
|
55
|
+
border-radius: 0.125rem;
|
|
56
|
+
background-color: var(--sapContent_FocusColor);
|
|
57
|
+
color: var(--sapContent_ContrastTextColor);
|
|
58
|
+
text-shadow: none;
|
|
59
|
+
outline: none;
|
|
60
|
+
}
|
|
54
61
|
}
|
|
55
62
|
|
|
56
63
|
/* align Link in Form with Label */
|
|
@@ -65,15 +65,14 @@
|
|
|
65
65
|
}
|
|
66
66
|
}
|
|
67
67
|
|
|
68
|
-
.
|
|
68
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
69
69
|
border-bottom: none;
|
|
70
70
|
}
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.sapMPanelContent {
|
|
73
73
|
padding: 0.625rem 1rem;
|
|
74
74
|
border-bottom-left-radius: inherit;
|
|
75
75
|
border-bottom-right-radius: inherit;
|
|
76
|
-
background-color: var(--sapGroup_ContentBackground);
|
|
77
76
|
}
|
|
78
77
|
|
|
79
78
|
.sapMPanel.sapMPanelExpanded.sapMPanelAnimating {
|
|
@@ -94,7 +94,7 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.sapMSltHoverable.sapMSltPressed:not(.sapMSltState):not(.sapMSltIconOnly):hover .sapMSltArrow {
|
|
97
|
-
border-radius:
|
|
97
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/* pressed and hover */
|
|
@@ -173,6 +173,15 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
173
173
|
}
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
.sapMSltExpanded > .sapMSltArrow {
|
|
177
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.sapMSltError > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_InvalidShadow); }
|
|
181
|
+
.sapMSltWarning > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_WarningShadow); }
|
|
182
|
+
.sapMSltSuccess > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_SuccessShadow); }
|
|
183
|
+
.sapMSltInformation > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_InformationShadow); }
|
|
184
|
+
|
|
176
185
|
.sapUiSizeCompact .sapMSltArrow {
|
|
177
186
|
width: 2rem;
|
|
178
187
|
height: 1.625rem;
|
|
@@ -181,8 +190,7 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
181
190
|
.sapMSltPressed >.sapMSltArrow,
|
|
182
191
|
.sapMSlt:hover > .sapMSltArrow {
|
|
183
192
|
background-color: var(--sapButton_Active_Background);
|
|
184
|
-
|
|
185
|
-
border-radius: 0.125rem;
|
|
193
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
186
194
|
}
|
|
187
195
|
|
|
188
196
|
/* focus */
|
|
@@ -215,8 +223,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
215
223
|
}
|
|
216
224
|
}
|
|
217
225
|
|
|
218
|
-
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):active,
|
|
219
|
-
.sapMSltFocused.sapMSltInformation {
|
|
226
|
+
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
227
|
+
.sapMSltFocused.sapMSltInformation:not(.sapMSltExpanded) {
|
|
220
228
|
border-bottom: none;
|
|
221
229
|
box-shadow: inset 0 0 0 2px var(--sapField_InformationColor);
|
|
222
230
|
background-color: var(--sapField_Focus_Background);
|
|
@@ -257,8 +265,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
257
265
|
}
|
|
258
266
|
|
|
259
267
|
/* Field Success Focus - Experimental */
|
|
260
|
-
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):active,
|
|
261
|
-
.sapMSltFocused.sapMSltSuccess {
|
|
268
|
+
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
269
|
+
.sapMSltFocused.sapMSltSuccess:not(.sapMSltExpanded) {
|
|
262
270
|
border-bottom: none;
|
|
263
271
|
box-shadow: inset 0 0 0 2px var(--sapField_SuccessColor);
|
|
264
272
|
border-radius: var(--sapField_BorderCornerRadius);
|
|
@@ -298,8 +306,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
298
306
|
}
|
|
299
307
|
|
|
300
308
|
/* Field Warning Focus - Experimental */
|
|
301
|
-
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):active,
|
|
302
|
-
.sapMSltFocused.sapMSltWarning {
|
|
309
|
+
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
310
|
+
.sapMSltFocused.sapMSltWarning:not(.sapMSltExpanded) {
|
|
303
311
|
border-bottom: none;
|
|
304
312
|
box-shadow: inset 0 0 0 2px var(--sapField_WarningColor); /* Experimental */
|
|
305
313
|
background-color: var(--sapField_Focus_Background);
|
|
@@ -340,8 +348,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
340
348
|
}
|
|
341
349
|
|
|
342
350
|
/* Field Error Focus - Experimental */
|
|
343
|
-
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):active,
|
|
344
|
-
.sapMSltFocused.sapMSltError {
|
|
351
|
+
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
352
|
+
.sapMSltFocused.sapMSltError:not(.sapMSltExpanded) {
|
|
345
353
|
border-bottom: none;
|
|
346
354
|
box-shadow: inset 0 0 0 2px var(--sapField_InvalidColor);
|
|
347
355
|
background-color: var(--sapField_Focus_Background);
|
|
@@ -357,4 +365,4 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
357
365
|
> .sapMSltArrow::before {
|
|
358
366
|
color: inherit;
|
|
359
367
|
}
|
|
360
|
-
}
|
|
368
|
+
}
|
|
@@ -39,6 +39,7 @@ html.sap-desktop .sapMSelectListItemBase.sapMSelectListItemBasePressed:focus {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/* focus */
|
|
42
|
+
.sapMSelectListItemBase:focus-visible::after,
|
|
42
43
|
html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
43
44
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected::after,
|
|
44
45
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected::after {
|
|
@@ -55,6 +56,7 @@ html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
|
55
56
|
|
|
56
57
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
57
58
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
|
|
59
|
+
.sapMSelectListItemBase:focus-visible,
|
|
58
60
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
59
61
|
outline: none;
|
|
60
62
|
}
|
|
@@ -65,4 +67,4 @@ html.sap-desktop .sapMSelectListItemBase:focus {
|
|
|
65
67
|
position: relative;
|
|
66
68
|
font-size: var(--sapFontSize);
|
|
67
69
|
color: var(--sapList_TextColor);
|
|
68
|
-
}
|
|
70
|
+
}
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
background: var(--sapField_Focus_Background);
|
|
8
8
|
border-radius: 0.0625rem;
|
|
9
9
|
border: none;
|
|
10
|
-
box-shadow: var(--sapContent_Shadow1);
|
|
11
10
|
min-width: 2rem;
|
|
12
11
|
padding: 0.25rem;
|
|
13
12
|
font-size: var(--sapFontSmallSize);
|
|
@@ -19,8 +18,13 @@
|
|
|
19
18
|
color: var(--sapField_TextColor);
|
|
20
19
|
}
|
|
21
20
|
|
|
22
|
-
.
|
|
23
|
-
|
|
21
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
22
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
23
|
+
outline-offset: -0.0625rem;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState:has(.sapMSliderTooltipInput:focus) {
|
|
27
|
+
outline-color: var(--sapField_InvalidColor);
|
|
24
28
|
}
|
|
25
29
|
|
|
26
30
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
@@ -156,8 +156,6 @@
|
|
|
156
156
|
/* =========== Shell =========== */
|
|
157
157
|
@_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
|
|
158
158
|
@_sap_m_IconTabBar_ShellSelectedTextColor: var(--sapShell_Navigation_Selected_TextColor);
|
|
159
|
-
@_sap_m_IconTabBar_Filter_Expand_Shell_BackgroundColor_Hover: var(--sapButton_Hover_Background);
|
|
160
|
-
@_sap_m_IconTabBar_Filter_Expand_Shell_BorderColor_Hover: var(--sapButton_Hover_BorderColor);
|
|
161
159
|
|
|
162
160
|
|
|
163
161
|
/* Head Container */
|
|
@@ -245,11 +243,6 @@
|
|
|
245
243
|
padding-left: 0.375rem;
|
|
246
244
|
}
|
|
247
245
|
}
|
|
248
|
-
|
|
249
|
-
/* Arrow button */
|
|
250
|
-
.sapMITBFilterExpandBtn .sapUiIcon {
|
|
251
|
-
color: var(--sapTextColor);
|
|
252
|
-
}
|
|
253
246
|
}
|
|
254
247
|
|
|
255
248
|
/* Head Container - compact */
|
|
@@ -392,7 +385,7 @@
|
|
|
392
385
|
}
|
|
393
386
|
|
|
394
387
|
.sapUiIcon {
|
|
395
|
-
color: @_sap_m_IconTabBar_SelectedTextColor
|
|
388
|
+
color: @_sap_m_IconTabBar_SelectedTextColor;
|
|
396
389
|
}
|
|
397
390
|
}
|
|
398
391
|
|
|
@@ -876,27 +869,12 @@ html.sap-desktop {
|
|
|
876
869
|
.sapMITBItem {
|
|
877
870
|
|
|
878
871
|
&:hover {
|
|
879
|
-
background: var(--
|
|
880
|
-
background-color: var(--
|
|
872
|
+
background: var(--sapShell_Navigation_Hover_Background);
|
|
873
|
+
background-color: var(--sapShell_Navigation_Hover_Background);
|
|
881
874
|
border-color: @_sap_m_IconTabBar_ShellOverflowHoverBorderColor;
|
|
882
875
|
}
|
|
883
876
|
}
|
|
884
877
|
}
|
|
885
|
-
|
|
886
|
-
html.sap-desktop & {
|
|
887
|
-
|
|
888
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBFilterIcon,
|
|
889
|
-
.sapMITBTextOnly .sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
890
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll,
|
|
891
|
-
.sapMITBItem:not(.sapUiDnDDragging):focus .sapMITBText,
|
|
892
|
-
.sapMITHStartOverflow .sapMITBItem:not(.sapUiDnDDragging):focus,
|
|
893
|
-
.sapMITHEndOverflow .sapMITBItem:not(.sapUiDndDragging):focus {
|
|
894
|
-
|
|
895
|
-
&::after {
|
|
896
|
-
border-color: var(--sapContent_FocusColor) !important;
|
|
897
|
-
}
|
|
898
|
-
}
|
|
899
|
-
}
|
|
900
878
|
}
|
|
901
879
|
|
|
902
880
|
/* ------------------------------------------------ */
|
|
@@ -51,6 +51,13 @@ html.sap-desktop .sapMLnk:not(.sapMLnkDsbl) {
|
|
|
51
51
|
|
|
52
52
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
53
53
|
text-shadow: var(--sapContent_TextShadow);
|
|
54
|
+
&:focus-visible {
|
|
55
|
+
border-radius: 0.125rem;
|
|
56
|
+
background-color: var(--sapContent_FocusColor);
|
|
57
|
+
color: var(--sapContent_ContrastTextColor);
|
|
58
|
+
text-shadow: none;
|
|
59
|
+
outline: none;
|
|
60
|
+
}
|
|
54
61
|
}
|
|
55
62
|
|
|
56
63
|
/* align Link in Form with Label */
|
|
@@ -59,15 +59,14 @@
|
|
|
59
59
|
border: none;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
63
63
|
border-bottom: none;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
|
-
.
|
|
66
|
+
.sapMPanelContent {
|
|
67
67
|
padding: 0.625rem 1rem;
|
|
68
68
|
border-bottom-left-radius: inherit;
|
|
69
69
|
border-bottom-right-radius: inherit;
|
|
70
|
-
background-color: var(--sapGroup_ContentBackground);
|
|
71
70
|
}
|
|
72
71
|
|
|
73
72
|
.sapMPanel.sapMPanelExpanded.sapMPanelAnimating {
|
|
@@ -94,7 +94,7 @@ html.sap-desktop .sapMSltIconOnly.focus:not(.sapMSltExpanded):not(.sapMSltDisabl
|
|
|
94
94
|
}
|
|
95
95
|
|
|
96
96
|
.sapMSltHoverable.sapMSltPressed:not(.sapMSltState):not(.sapMSltIconOnly):hover .sapMSltArrow {
|
|
97
|
-
border-radius:
|
|
97
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
100
|
/* pressed and hover */
|
|
@@ -140,7 +140,6 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
.sapMSltHoverable:not(.sapMSltState):not(.sapMSltIconOnly):hover {
|
|
143
|
-
border:none;
|
|
144
143
|
box-shadow: var(--sapField_Hover_Shadow);
|
|
145
144
|
border: none;
|
|
146
145
|
background-image: linear-gradient(0deg, var(--sapField_BorderColor) 0, var(--sapField_BorderColor) 100%);
|
|
@@ -174,6 +173,15 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
174
173
|
}
|
|
175
174
|
}
|
|
176
175
|
|
|
176
|
+
.sapMSltExpanded > .sapMSltArrow {
|
|
177
|
+
box-shadow: var(--sapField_Hover_Shadow);
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.sapMSltError > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_InvalidShadow); }
|
|
181
|
+
.sapMSltWarning > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_WarningShadow); }
|
|
182
|
+
.sapMSltSuccess > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_SuccessShadow); }
|
|
183
|
+
.sapMSltInformation > .sapMSltArrow:hover { box-shadow: var(--sapField_Hover_InformationShadow); }
|
|
184
|
+
|
|
177
185
|
.sapUiSizeCompact .sapMSltArrow {
|
|
178
186
|
width: 2rem;
|
|
179
187
|
height: 1.625rem;
|
|
@@ -182,8 +190,7 @@ div.sapMSltPicker .sapMSltPickerValueState {
|
|
|
182
190
|
.sapMSltPressed >.sapMSltArrow,
|
|
183
191
|
.sapMSlt:hover > .sapMSltArrow {
|
|
184
192
|
background-color: var(--sapButton_Active_Background);
|
|
185
|
-
|
|
186
|
-
border-radius: 0.125rem;
|
|
193
|
+
border-radius: var(--sapField_BorderCornerRadius);
|
|
187
194
|
}
|
|
188
195
|
|
|
189
196
|
|
|
@@ -217,8 +224,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
217
224
|
}
|
|
218
225
|
}
|
|
219
226
|
|
|
220
|
-
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):active,
|
|
221
|
-
.sapMSltFocused.sapMSltInformation {
|
|
227
|
+
.sapMSltHoverable.sapMSltInformation:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
228
|
+
.sapMSltFocused.sapMSltInformation:not(.sapMSltExpanded) {
|
|
222
229
|
border-bottom: none;
|
|
223
230
|
box-shadow: inset 0 0 0 2px var(--sapField_InformationColor);
|
|
224
231
|
background-color: var(--sapField_Focus_Background);
|
|
@@ -257,8 +264,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
257
264
|
}
|
|
258
265
|
|
|
259
266
|
/* Field Success Focus - Experimental */
|
|
260
|
-
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):active,
|
|
261
|
-
.sapMSltFocused.sapMSltSuccess {
|
|
267
|
+
.sapMSltHoverable.sapMSltSuccess:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
268
|
+
.sapMSltFocused.sapMSltSuccess:not(.sapMSltExpanded) {
|
|
262
269
|
border-bottom: none;
|
|
263
270
|
box-shadow: inset 0px 0px 0px 2px var(--sapField_SuccessColor);
|
|
264
271
|
border-radius: var(--sapField_BorderCornerRadius);
|
|
@@ -300,8 +307,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
300
307
|
}
|
|
301
308
|
|
|
302
309
|
/* Field Warning Focus - Experimental */
|
|
303
|
-
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):active,
|
|
304
|
-
.sapMSltFocused.sapMSltWarning {
|
|
310
|
+
.sapMSltHoverable.sapMSltWarning:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
311
|
+
.sapMSltFocused.sapMSltWarning:not(.sapMSltExpanded) {
|
|
305
312
|
border-bottom: none;
|
|
306
313
|
box-shadow: inset 0 0 0 2px var(--sapField_WarningColor); /* Experimental */
|
|
307
314
|
background-color: var(--sapField_Focus_Background);
|
|
@@ -342,8 +349,8 @@ html.sap-desktop .sapMSlt.sapMSltFocused:not(.sapMSltExpanded):not(.sapMSltDisab
|
|
|
342
349
|
}
|
|
343
350
|
|
|
344
351
|
/* Field Error Focus - Experimental */
|
|
345
|
-
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):active,
|
|
346
|
-
.sapMSltFocused.sapMSltError {
|
|
352
|
+
.sapMSltHoverable.sapMSltError:not(.sapMSltIconOnly):not(.sapMSltExpanded):active,
|
|
353
|
+
.sapMSltFocused.sapMSltError:not(.sapMSltExpanded) {
|
|
347
354
|
border-bottom: none;
|
|
348
355
|
box-shadow: inset 0 0 0 2px var(--sapField_InvalidColor);
|
|
349
356
|
background-color: var(--sapField_Focus_Background);
|
|
@@ -39,6 +39,7 @@ html.sap-desktop .sapMSelectListItemBase.sapMSelectListItemBasePressed:focus {
|
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
/* focus */
|
|
42
|
+
.sapMSelectListItemBase:focus-visible::after,
|
|
42
43
|
html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
43
44
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected::after,
|
|
44
45
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected::after {
|
|
@@ -55,6 +56,7 @@ html.sap-desktop .sapMSelectListItemBase:focus::after,
|
|
|
55
56
|
|
|
56
57
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
57
58
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
|
|
59
|
+
.sapMSelectListItemBase:focus-visible,
|
|
58
60
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
59
61
|
outline: none;
|
|
60
62
|
}
|
|
@@ -65,4 +67,4 @@ html.sap-desktop .sapMSelectListItemBase:focus {
|
|
|
65
67
|
position: relative;
|
|
66
68
|
font-size: var(--sapFontSize);
|
|
67
69
|
color: var(--sapList_TextColor);
|
|
68
|
-
}
|
|
70
|
+
}
|
|
@@ -20,8 +20,13 @@
|
|
|
20
20
|
background: var(--sapField_Focus_Background);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
.
|
|
24
|
-
|
|
23
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
24
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
25
|
+
outline-offset: -0.0625rem;
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState:has(.sapMSliderTooltipInput:focus) {
|
|
29
|
+
outline-color: var(--sapField_InvalidColor);
|
|
25
30
|
}
|
|
26
31
|
|
|
27
32
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
@@ -37,13 +37,12 @@
|
|
|
37
37
|
border: none;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
41
41
|
border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.sapMPanelContent {
|
|
45
45
|
padding: 0.625rem 1rem;
|
|
46
|
-
background-color: var(--sapGroup_ContentBackground);
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
.sapMPanel .sapMPanelHdr {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
25
25
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
|
|
26
26
|
/* focus */
|
|
27
|
+
.sapMSelectListItemBase:focus-visible,
|
|
27
28
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
28
29
|
outline: var(--sapContent_FocusStyle);
|
|
29
30
|
outline-offset: -0.1875rem;
|
|
@@ -21,13 +21,19 @@
|
|
|
21
21
|
color: var(--sapField_TextColor);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMSliderTooltipErrorState {
|
|
24
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState {
|
|
25
25
|
background: var(--sapField_InvalidBackground);
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
.sapMSliderTooltipInput {
|
|
28
|
+
background: var(--sapField_InvalidBackground);
|
|
29
|
+
font-style: italic;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
}
|
|
27
32
|
}
|
|
28
33
|
|
|
29
|
-
.
|
|
30
|
-
|
|
34
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
35
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
36
|
+
outline-offset: -.3125rem;
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
@@ -5,10 +5,4 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMSLIWithDescription .sapMSLIDescription {
|
|
7
7
|
padding-top: 0.75rem;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
/* This change and the usage of sapList_Background for the text color is just temporary. */
|
|
11
|
-
/* Refer to DINC0336686 for more information */
|
|
12
|
-
.sapMSLIInfo.sapMSLIInfoStateInverted {
|
|
13
|
-
color: var(--sapList_Background);
|
|
14
8
|
}
|
|
@@ -37,13 +37,12 @@
|
|
|
37
37
|
border: none;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
.sapMPanelContent:not(.sapMPanelBGTransparent) {
|
|
41
41
|
border-bottom: @sapGroup_TitleBorderWidth solid @sapUiGroupTitleBorderColor;
|
|
42
42
|
}
|
|
43
43
|
|
|
44
|
-
.
|
|
44
|
+
.sapMPanelContent {
|
|
45
45
|
padding: 0.625rem 1rem;
|
|
46
|
-
background-color: var(--sapGroup_ContentBackground);
|
|
47
46
|
}
|
|
48
47
|
|
|
49
48
|
.sapMPanel .sapMPanelHdr {
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
.sapMSltPicker-CTX .sapMSelectListItemBaseSelected,
|
|
25
25
|
.sapMComboBoxBasePicker-CTX .sapMSelectListItemBaseSelected,
|
|
26
26
|
/* focus */
|
|
27
|
+
.sapMSelectListItemBase:focus-visible,
|
|
27
28
|
html.sap-desktop .sapMSelectListItemBase:focus {
|
|
28
29
|
outline: var(--sapContent_FocusStyle);
|
|
29
30
|
outline-offset: -0.1875rem;
|
|
@@ -21,13 +21,19 @@
|
|
|
21
21
|
color: var(--sapField_TextColor);
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.sapMSliderTooltipErrorState {
|
|
24
|
+
.sapMSliderTooltip.sapMSliderTooltipErrorState {
|
|
25
25
|
background: var(--sapField_InvalidBackground);
|
|
26
|
-
|
|
26
|
+
|
|
27
|
+
.sapMSliderTooltipInput {
|
|
28
|
+
background: var(--sapField_InvalidBackground);
|
|
29
|
+
font-style: italic;
|
|
30
|
+
font-weight: bold;
|
|
31
|
+
}
|
|
27
32
|
}
|
|
28
33
|
|
|
29
|
-
.
|
|
30
|
-
|
|
34
|
+
.sapMSliderTooltip:has(.sapMSliderTooltipInput:focus) {
|
|
35
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapField_Active_BorderColor);
|
|
36
|
+
outline-offset: -.3125rem;
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
.sapMSliderTooltip.sapMSliderTooltipNonEditableWrapper {
|
|
@@ -5,10 +5,4 @@
|
|
|
5
5
|
|
|
6
6
|
.sapMSLIWithDescription .sapMSLIDescription {
|
|
7
7
|
padding-top: 0.75rem;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
/* This change and the usage of sapList_Background for the text color is just temporary. */
|
|
11
|
-
/* Refer to DINC0336686 for more information */
|
|
12
|
-
.sapMSLIInfo.sapMSLIInfoStateInverted {
|
|
13
|
-
color: var(--sapList_Background);
|
|
14
8
|
}
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.150.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.150.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 Evening Horizon theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.150.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast black theme library.</documentation>
|
|
12
12
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<copyright>OpenUI5
|
|
7
7
|
* (c) Copyright 2026 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.150.0</version>
|
|
10
10
|
|
|
11
11
|
<documentation>SAPUI5 horizon high contrast white theme library.</documentation>
|
|
12
12
|
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
.sapUiCalItem,
|
|
33
33
|
.sapUiCalWeekNum {
|
|
34
|
-
min-width: 2.
|
|
34
|
+
min-width: 2.125rem;
|
|
35
35
|
height: 2.25rem;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -761,7 +761,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
761
761
|
|
|
762
762
|
&::before,
|
|
763
763
|
.sapUiCalItemText {
|
|
764
|
-
border-radius: 0.
|
|
764
|
+
border-radius: 0.3125rem;
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween),
|
|
@@ -795,10 +795,10 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
795
795
|
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
796
796
|
|
|
797
797
|
.sapUiCalItemText::after {
|
|
798
|
-
top: 0.
|
|
799
|
-
left: 0.
|
|
800
|
-
right: 0.
|
|
801
|
-
bottom: 0.
|
|
798
|
+
top: 0.1875rem;
|
|
799
|
+
left: 0.1875rem;
|
|
800
|
+
right: 0.1875rem;
|
|
801
|
+
bottom: 0.1875rem;
|
|
802
802
|
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
803
803
|
border-radius: 0.25rem;
|
|
804
804
|
}
|
|
@@ -964,13 +964,13 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
964
964
|
|
|
965
965
|
.sapUiCalItemText::before {
|
|
966
966
|
position: absolute;
|
|
967
|
-
top: 0;
|
|
968
|
-
left: 0;
|
|
969
|
-
right: 0;
|
|
970
|
-
bottom: 0;
|
|
967
|
+
top: 0.0625rem;
|
|
968
|
+
left: 0.0625rem;
|
|
969
|
+
right: 0.0625rem;
|
|
970
|
+
bottom: 0.0625rem;
|
|
971
971
|
border: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
972
972
|
content: '';
|
|
973
|
-
border-radius: 0.
|
|
973
|
+
border-radius: 0.5625rem;
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
976
|
|
|
@@ -1025,7 +1025,7 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover) {
|
|
|
1025
1025
|
text-align: left;
|
|
1026
1026
|
line-height: normal;
|
|
1027
1027
|
padding-top: 0.1875rem;
|
|
1028
|
-
padding-left: 0.
|
|
1028
|
+
padding-left: 0.3125rem;
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
.sapUiCalItemSecText {
|
|
@@ -1033,6 +1033,10 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover) {
|
|
|
1033
1033
|
text-align: right;
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
|
+
&:focus > .sapUiCalItemSecText {
|
|
1037
|
+
line-height: 0.625rem;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1036
1040
|
&.sapUiCalItemNow {
|
|
1037
1041
|
|
|
1038
1042
|
&:focus.sapUiCalItemSel,
|
|
@@ -1094,6 +1098,11 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover) {
|
|
|
1094
1098
|
text-align: right;
|
|
1095
1099
|
}
|
|
1096
1100
|
|
|
1101
|
+
|
|
1102
|
+
&:focus > .sapUiCalItemSecText {
|
|
1103
|
+
line-height: 0.75rem;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1097
1106
|
&.sapUiCalItemSelBetween > .sapUiCalItemText {
|
|
1098
1107
|
line-height: normal;
|
|
1099
1108
|
}
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
.sapUiCalItem,
|
|
33
33
|
.sapUiCalWeekNum {
|
|
34
|
-
min-width: 2.
|
|
34
|
+
min-width: 2.125rem;
|
|
35
35
|
height: 2.25rem;
|
|
36
36
|
}
|
|
37
37
|
}
|
|
@@ -761,7 +761,7 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
761
761
|
|
|
762
762
|
&::before,
|
|
763
763
|
.sapUiCalItemText {
|
|
764
|
-
border-radius: 0.
|
|
764
|
+
border-radius: 0.3125rem;
|
|
765
765
|
}
|
|
766
766
|
|
|
767
767
|
&.sapUiCalItemSel:not(.sapUiCalItemSelBetween),
|
|
@@ -795,10 +795,10 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
795
795
|
&.sapUiCalItemSelBetween:not(.sapUiCalItemSel) {
|
|
796
796
|
|
|
797
797
|
.sapUiCalItemText::after {
|
|
798
|
-
top: 0.
|
|
799
|
-
left: 0.
|
|
800
|
-
right: 0.
|
|
801
|
-
bottom: 0.
|
|
798
|
+
top: 0.1875rem;
|
|
799
|
+
left: 0.1875rem;
|
|
800
|
+
right: 0.1875rem;
|
|
801
|
+
bottom: 0.1875rem;
|
|
802
802
|
border: 0.125rem solid var(--sapContent_FocusColor);
|
|
803
803
|
border-radius: 0.25rem;
|
|
804
804
|
}
|
|
@@ -964,13 +964,13 @@ html.sap-desktop .sapUiCalItemOtherMonth:not(.sapUiCalItemSel) :not(.sapUiCalWee
|
|
|
964
964
|
|
|
965
965
|
.sapUiCalItemText::before {
|
|
966
966
|
position: absolute;
|
|
967
|
-
top: 0;
|
|
968
|
-
left: 0;
|
|
969
|
-
right: 0;
|
|
970
|
-
bottom: 0;
|
|
967
|
+
top: 0.0625rem;
|
|
968
|
+
left: 0.0625rem;
|
|
969
|
+
right: 0.0625rem;
|
|
970
|
+
bottom: 0.0625rem;
|
|
971
971
|
border: 0.0625rem solid var(--sapList_SelectionBorderColor);
|
|
972
972
|
content: '';
|
|
973
|
-
border-radius: 0.
|
|
973
|
+
border-radius: 0.5625rem;
|
|
974
974
|
}
|
|
975
975
|
}
|
|
976
976
|
|
|
@@ -1025,7 +1025,7 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover) {
|
|
|
1025
1025
|
text-align: left;
|
|
1026
1026
|
line-height: normal;
|
|
1027
1027
|
padding-top: 0.1875rem;
|
|
1028
|
-
padding-left: 0.
|
|
1028
|
+
padding-left: 0.3125rem;
|
|
1029
1029
|
}
|
|
1030
1030
|
|
|
1031
1031
|
.sapUiCalItemSecText {
|
|
@@ -1033,6 +1033,10 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover) {
|
|
|
1033
1033
|
text-align: right;
|
|
1034
1034
|
}
|
|
1035
1035
|
|
|
1036
|
+
&:focus > .sapUiCalItemSecText {
|
|
1037
|
+
line-height: 0.625rem;
|
|
1038
|
+
}
|
|
1039
|
+
|
|
1036
1040
|
&.sapUiCalItemNow {
|
|
1037
1041
|
|
|
1038
1042
|
&:focus.sapUiCalItemSel,
|
|
@@ -1094,6 +1098,11 @@ html.sap-desktop .sapUiCalItemSelBetween:focus:not(:hover) {
|
|
|
1094
1098
|
text-align: right;
|
|
1095
1099
|
}
|
|
1096
1100
|
|
|
1101
|
+
|
|
1102
|
+
&:focus > .sapUiCalItemSecText {
|
|
1103
|
+
line-height: 0.75rem;
|
|
1104
|
+
}
|
|
1105
|
+
|
|
1097
1106
|
&.sapUiCalItemSelBetween > .sapUiCalItemText {
|
|
1098
1107
|
line-height: normal;
|
|
1099
1108
|
}
|