@openui5/themelib_sap_fiori_3 1.129.0 → 1.130.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 +1 -1
- package/package.json +18 -18
- package/src/sap/m/themes/sap_fiori_3/ColumnListItem.less +5 -5
- package/src/sap/m/themes/sap_fiori_3/IconTabBar.less +83 -73
- package/src/sap/m/themes/sap_fiori_3/Link.less +9 -11
- package/src/sap/m/themes/sap_fiori_3_dark/ColumnListItem.less +5 -5
- package/src/sap/m/themes/sap_fiori_3_dark/IconTabBar.less +84 -74
- package/src/sap/m/themes/sap_fiori_3_dark/Link.less +8 -10
- package/src/sap/m/themes/sap_fiori_3_hcb/ColumnListItem.less +5 -5
- package/src/sap/m/themes/sap_fiori_3_hcb/IconTabBar.less +96 -84
- package/src/sap/m/themes/sap_fiori_3_hcb/Link.less +7 -9
- package/src/sap/m/themes/sap_fiori_3_hcw/ColumnListItem.less +5 -6
- package/src/sap/m/themes/sap_fiori_3_hcw/IconTabBar.less +95 -83
- package/src/sap/m/themes/sap_fiori_3_hcw/Link.less +7 -9
- package/src/sap/ui/core/themes/sap_fiori_3/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_dark/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcb/.theme +1 -1
- package/src/sap/ui/core/themes/sap_fiori_3_hcw/.theme +1 -1
- package/src/sap/ui/rta/themes/sap_fiori_3_dark/ChangeVisualization.less +0 -1
- package/src/sap/ui/rta/themes/sap_fiori_3_hcb/ChangeVisualization.less +0 -1
- package/src/sap/ui/rta/themes/sap_fiori_3_hcw/ChangeVisualization.less +0 -1
- package/src/sap/ui/unified/themes/sap_fiori_3/ColorPicker.less +8 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_dark/ColorPicker.less +8 -0
- package/src/sap/ui/unified/themes/sap_fiori_3_hcb/ColorPicker.less +7 -3
- package/src/sap/ui/unified/themes/sap_fiori_3_hcw/ColorPicker.less +9 -1
package/THIRDPARTY.txt
CHANGED
|
@@ -6,7 +6,7 @@ The full text of all referenced licenses is appended at the end of this file.
|
|
|
6
6
|
|
|
7
7
|
Library: sap.m:
|
|
8
8
|
|
|
9
|
-
Component: purify.js, version:
|
|
9
|
+
Component: purify.js, version: 3.1.7
|
|
10
10
|
Copyright: Mario Heiderich
|
|
11
11
|
License: Apache-2.0
|
|
12
12
|
License Text: https://github.com/SAP/openui5/blob/master/LICENSES/Apache-2.0.txt
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@openui5/themelib_sap_fiori_3",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.130.0",
|
|
4
4
|
"description": "OpenUI5 Theme Library sap_fiori_3",
|
|
5
5
|
"author": "SAP SE (https://www.sap.com)",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -14,22 +14,22 @@
|
|
|
14
14
|
"url": "https://github.com/SAP/openui5.git"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@openui5/sap.f": "1.
|
|
18
|
-
"@openui5/sap.m": "1.
|
|
19
|
-
"@openui5/sap.tnt": "1.
|
|
20
|
-
"@openui5/sap.ui.codeeditor": "1.
|
|
21
|
-
"@openui5/sap.ui.commons": "1.
|
|
22
|
-
"@openui5/sap.ui.core": "1.
|
|
23
|
-
"@openui5/sap.ui.dt": "1.
|
|
24
|
-
"@openui5/sap.ui.fl": "1.
|
|
25
|
-
"@openui5/sap.ui.mdc": "1.
|
|
26
|
-
"@openui5/sap.ui.integration": "1.
|
|
27
|
-
"@openui5/sap.ui.layout": "1.
|
|
28
|
-
"@openui5/sap.ui.rta": "1.
|
|
29
|
-
"@openui5/sap.ui.suite": "1.
|
|
30
|
-
"@openui5/sap.ui.table": "1.
|
|
31
|
-
"@openui5/sap.ui.unified": "1.
|
|
32
|
-
"@openui5/sap.ui.ux3": "1.
|
|
33
|
-
"@openui5/sap.uxap": "1.
|
|
17
|
+
"@openui5/sap.f": "1.130.0",
|
|
18
|
+
"@openui5/sap.m": "1.130.0",
|
|
19
|
+
"@openui5/sap.tnt": "1.130.0",
|
|
20
|
+
"@openui5/sap.ui.codeeditor": "1.130.0",
|
|
21
|
+
"@openui5/sap.ui.commons": "1.130.0",
|
|
22
|
+
"@openui5/sap.ui.core": "1.130.0",
|
|
23
|
+
"@openui5/sap.ui.dt": "1.130.0",
|
|
24
|
+
"@openui5/sap.ui.fl": "1.130.0",
|
|
25
|
+
"@openui5/sap.ui.mdc": "1.130.0",
|
|
26
|
+
"@openui5/sap.ui.integration": "1.130.0",
|
|
27
|
+
"@openui5/sap.ui.layout": "1.130.0",
|
|
28
|
+
"@openui5/sap.ui.rta": "1.130.0",
|
|
29
|
+
"@openui5/sap.ui.suite": "1.130.0",
|
|
30
|
+
"@openui5/sap.ui.table": "1.130.0",
|
|
31
|
+
"@openui5/sap.ui.unified": "1.130.0",
|
|
32
|
+
"@openui5/sap.ui.ux3": "1.130.0",
|
|
33
|
+
"@openui5/sap.uxap": "1.130.0"
|
|
34
34
|
}
|
|
35
35
|
}
|
|
@@ -10,19 +10,19 @@
|
|
|
10
10
|
/* note: adding border-top to the sibling row is not suitable as the sibling row can be hidden and in such case the selection border is lost */
|
|
11
11
|
.sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected,
|
|
12
12
|
.sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow {
|
|
13
|
-
box-shadow: inset 0px -0.0625rem
|
|
13
|
+
box-shadow: inset 0px -0.0625rem var(--sapList_SelectionBorderColor);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
/* selection border indicator was not visible on the last row as the td elements within the last row have a bottom border */
|
|
17
17
|
/* hence applying -0.125rem so that the selection border is visible */
|
|
18
18
|
.sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected:last-child,
|
|
19
19
|
.sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow:last-child {
|
|
20
|
-
box-shadow: inset 0px -0.125rem
|
|
20
|
+
box-shadow: inset 0px -0.125rem var(--sapList_SelectionBorderColor);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
|
|
24
|
-
|
|
23
|
+
/* Safari work-around as box-shadow is not supported on the <tr> element, */
|
|
24
|
+
/* hence adding the selection indicator box-shadow to the <td> element */
|
|
25
25
|
html[data-sap-ui-browser^="sf"] .sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected > td,
|
|
26
26
|
html[data-sap-ui-browser^="sf"] .sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow > td {
|
|
27
|
-
box-shadow: inset 0px -0.0625rem
|
|
27
|
+
box-shadow: inset 0px -0.0625rem var(--sapList_SelectionBorderColor);
|
|
28
28
|
}
|
|
@@ -3,39 +3,39 @@
|
|
|
3
3
|
/* Quartz Light theme */
|
|
4
4
|
/* ================================= */
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
/* ========================================================================== */
|
|
7
|
+
/* Variables overriding */
|
|
8
|
+
/* ========================================================================== */
|
|
9
9
|
|
|
10
|
-
@_sap_m_IconTabBar_TextColor:
|
|
10
|
+
@_sap_m_IconTabBar_TextColor: var(--sapContent_LabelColor);
|
|
11
11
|
@_sap_m_IconTabBar_TextShadow: none;
|
|
12
|
-
@_sap_m_IconTab_Bar_Separator_Line:
|
|
12
|
+
@_sap_m_IconTab_Bar_Separator_Line: var(--sapGroup_TitleBorderColor);
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
/* ==================== Cozy size ==================== */
|
|
15
15
|
|
|
16
|
-
|
|
16
|
+
/* Content arrow */
|
|
17
17
|
@_sap_m_IconTabBar_ContentArrowBorderWidth: 0.1875rem;
|
|
18
18
|
@_sap_m_IconTabBar_ContentArrowHeight: 0.875rem;
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
/* Inline mode */
|
|
21
21
|
@_sap_m_IconTabBar_InLineFilterMargin: 0.875rem 0 0 0;
|
|
22
22
|
@_sap_m_IconTabBar_InLineTextOnlyVerticalHeight: 2.75rem;
|
|
23
23
|
@_sap_m_IconTabBar_InLineTextOnlyContentArrowHeight: @_sap_m_IconTabBar_ContentArrowHeight;
|
|
24
24
|
|
|
25
|
-
|
|
25
|
+
/* TextOnly mode */
|
|
26
26
|
@_sap_m_IconTabBar_TextOnlyTabPadding: 0 0 0.125rem 0;
|
|
27
27
|
@_sap_m_IconTabBar_TextOnlyVerticalHeight: 3rem;
|
|
28
28
|
|
|
29
|
-
|
|
29
|
+
/* NoText mode */
|
|
30
30
|
@_sap_m_IconTabBar_NoTextFilterWidth: 3.125rem;
|
|
31
31
|
@_sap_m_IconTabBar_NoTextVerticalHeight: 3.75rem;
|
|
32
32
|
|
|
33
|
-
|
|
33
|
+
/* All tabs */
|
|
34
34
|
@_sap_m_IconTabBar_AllTabHeight: 2.875rem;
|
|
35
35
|
@_sap_m_IconTabBar_AllTabLineHeight: 2.875rem;
|
|
36
36
|
@_sap_m_IconTabBar_AllTabMarginBottom: 0.375rem;
|
|
37
37
|
|
|
38
|
-
|
|
38
|
+
/* Horizontal tabs */
|
|
39
39
|
@_sap_m_IconTabBar_HorizontalFilterHeight: 3.75rem;
|
|
40
40
|
@_sap_m_IconTabBar_HorizontalTabHeight: 2.75rem;
|
|
41
41
|
@_sap_m_IconTabBar_HorizontalWrapperHeight: 2.75rem;
|
|
@@ -44,18 +44,18 @@
|
|
|
44
44
|
@_sap_m_IconTabBar_HorizontalTextPaddingTop: 0.375rem;
|
|
45
45
|
@_sap_m_IconTabBar_HorizontalTextPaddingLeft: 0.125rem;
|
|
46
46
|
|
|
47
|
-
|
|
47
|
+
/* Vertical tabs */
|
|
48
48
|
@_sap_m_IconTabBar_VerticalHeight: 4.625rem;
|
|
49
49
|
@_sap_m_IconTabBar_VerticalContentArrowHeight: 0.625rem;
|
|
50
50
|
|
|
51
|
-
|
|
51
|
+
/* Filter icon */
|
|
52
52
|
@_sap_m_IconTabBar_FilterIconHeight: 2.75rem;
|
|
53
53
|
@_sap_m_IconTabBar_FilterIconWidth: 2.75rem;
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
/* Filter text */
|
|
56
56
|
@_sap_m_IconTabBar_FilterTextLineHeight: 0.875rem;
|
|
57
57
|
|
|
58
|
-
|
|
58
|
+
/* Separator */
|
|
59
59
|
@_sap_m_IconTabBar_SeparatorHeight: 2rem;
|
|
60
60
|
@_sap_m_IconTabBar_SeparatorMargin: 0.75rem 0.25rem 0;
|
|
61
61
|
@_sap_m_IconTabBar_TextOnlySeparatorMargin: 0.375rem 0.25rem 0.375rem;
|
|
@@ -63,79 +63,79 @@
|
|
|
63
63
|
@_sap_m_IconTabBar_SeparatorIconHeight: 2.75rem;
|
|
64
64
|
@__sap_m_IconTabBar_SeparatorIconLineHeight: 2.75rem;
|
|
65
65
|
|
|
66
|
-
|
|
66
|
+
/* Left and Right arrows */
|
|
67
67
|
@_sap_m_IconTabBar_ArrowScrollPadding: 0.875rem 0.4rem;
|
|
68
68
|
@_sap_m_IconTabBar_SplitContainerArrowScrollPadding: 0.875rem 0.4rem;
|
|
69
69
|
|
|
70
|
-
|
|
71
|
-
@_sap_m_IconTabBar_HeaderBackgroundTranslucent:
|
|
70
|
+
/* Header */
|
|
71
|
+
@_sap_m_IconTabBar_HeaderBackgroundTranslucent: var(--sapObjectHeader_Background);
|
|
72
72
|
|
|
73
73
|
@_sap_m_IconTabBar_HeaderBorderBottom: none;
|
|
74
|
-
@_sap_m_IconTabBar_HeaderShadow: 0 0.25rem 0.25rem -0.25rem fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0
|
|
74
|
+
@_sap_m_IconTabBar_HeaderShadow: 0 0.25rem 0.25rem -0.25rem fade(@sapUiContentShadowColor, 15), inset 0 -0.0625rem 0 0 var(--sapObjectHeader_BorderColor);
|
|
75
75
|
|
|
76
|
-
|
|
77
|
-
@_sap_m_IconTabBar_ContentBackground:
|
|
78
|
-
@_sap_m_IconTabBar_ContentBackgroundTranslucent:
|
|
76
|
+
/* Content */
|
|
77
|
+
@_sap_m_IconTabBar_ContentBackground: var(--sapBackgroundColor);
|
|
78
|
+
@_sap_m_IconTabBar_ContentBackgroundTranslucent: var(--sapGroup_ContentBackground);
|
|
79
79
|
|
|
80
|
-
|
|
80
|
+
/* ==================== Compact size ==================== */
|
|
81
81
|
|
|
82
|
-
|
|
82
|
+
/* Content arrow */
|
|
83
83
|
@_sap_m_IconTabBar_Compact_NoTextContentArrowHeight: 1rem;
|
|
84
84
|
@_sap_m_IconTabBar_Compact_ContentArrowHeight: 1rem;
|
|
85
85
|
@_sap_m_IconTabBar_Compact_NoTextContentArrowWidth: 2.375rem;
|
|
86
86
|
|
|
87
|
-
|
|
87
|
+
/* Inline mode (same as cozy) */
|
|
88
88
|
@_sap_m_IconTabBar_Compact_InLineVerticalTabHeight: @_sap_m_IconTabBar_InLineTextOnlyVerticalHeight;
|
|
89
89
|
@_sap_m_IconTabBar_Compact_InLineFilterTextMargin: @_sap_m_IconTabBar_InLineFilterMargin;
|
|
90
90
|
@_sap_m_IconTabBar_Compact_TextOnlyContentArrowHeight: @_sap_m_IconTabBar_VerticalContentArrowHeight;
|
|
91
91
|
|
|
92
|
-
|
|
92
|
+
/* TextOnly (same as cozy) */
|
|
93
93
|
@_sap_m_IconTabBar_Compact_TextOnlyVerticalHeight: @_sap_m_IconTabBar_TextOnlyVerticalHeight;
|
|
94
94
|
@_sap_m_IconTabBar_Compact_TextOnlyTabPadding: @_sap_m_IconTabBar_TextOnlyTabPadding;
|
|
95
95
|
@_sap_m_IconTabBar_Compact_TextOnlyHeadPadding: 0 0.925rem 0 0.1875rem;
|
|
96
96
|
@_sap_m_IconTabBar_Compact_TextOnlyTextLineHeight: 1rem;
|
|
97
97
|
@_sap_m_IconTabBar_Compact_TextOnlyTextPadding: 0;
|
|
98
98
|
|
|
99
|
-
|
|
99
|
+
/* NoText */
|
|
100
100
|
@_sap_m_IconTabBar_Compact_NoTextTabWidth: 2.375rem;
|
|
101
101
|
@_sap_m_IconTabBar_Compact_NoTextVerticalHeight: 3rem;
|
|
102
102
|
|
|
103
|
-
|
|
103
|
+
/* Horizontal */
|
|
104
104
|
@_sap_m_IconTabBar_Compact_HorizontalHeight: 3rem;
|
|
105
105
|
@_sap_m_IconTabBar_Compact_HorizontalContentArrowHeight: 1rem;
|
|
106
106
|
|
|
107
|
-
|
|
107
|
+
/* Vertical */
|
|
108
108
|
@_sap_m_IconTabBar_Compact_VerticalHeight: 3.875rem;
|
|
109
109
|
|
|
110
|
-
|
|
110
|
+
/* Filter text */
|
|
111
111
|
@_sap_m_IconTabBar_Compact_FilterTextPadding: 0.375rem 0 0;
|
|
112
112
|
|
|
113
|
-
|
|
113
|
+
/* Focus border */
|
|
114
114
|
@_sap_m_IconTabBar_Compact_HorizontalFocusBottom: 1rem;
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
/* =========== Phone =========== */
|
|
117
117
|
|
|
118
|
-
|
|
118
|
+
/* Content arrow */
|
|
119
119
|
@_sap_m_IconTabBar_Phone_ContentArrowHeight: 0.625rem;
|
|
120
120
|
|
|
121
121
|
@_sap_m_IconTabBar_Phone_TextOnlyContentArrowHeight: 0.5rem;
|
|
122
122
|
@_sap_m_IconTabBar_Phone_Compact_TextOnlyContentArrowHeight: 0.75rem;
|
|
123
123
|
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
124
|
+
/* ========================================================================== */
|
|
125
|
+
/* Variables */
|
|
126
|
+
/* ========================================================================== */
|
|
127
127
|
|
|
128
128
|
@_sap_m_IconTabBar_TextHoverColor: darken(@sapUiGroupTitleTextColor, 10);
|
|
129
|
-
@_sap_m_IconTabBar_SelectedTextColor:
|
|
129
|
+
@_sap_m_IconTabBar_SelectedTextColor: var(--sapSelectedColor);
|
|
130
130
|
@_sap_m_IconTabBar_SelectedTextHoverColor: darken(@sapUiSelected, 10);
|
|
131
131
|
@_sap_m_IconTabBar_ArrowScroll_AfterHeight: 1px;
|
|
132
132
|
|
|
133
|
-
|
|
134
|
-
@_sap_m_IconTabBar_ShellHeaderShadow:
|
|
133
|
+
/* =========== Shell =========== */
|
|
134
|
+
@_sap_m_IconTabBar_ShellHeaderShadow: var(--sapShell_Shadow);
|
|
135
135
|
|
|
136
136
|
/* Head Container */
|
|
137
137
|
.sapMITH {
|
|
138
|
-
z-index: 1;
|
|
138
|
+
z-index: 1; /* shows the bottom shadow of the ITHeader over the content of the ITB */
|
|
139
139
|
|
|
140
140
|
.sapMITBHead {
|
|
141
141
|
padding-top: 0.875rem;
|
|
@@ -228,9 +228,9 @@
|
|
|
228
228
|
border-bottom: none;
|
|
229
229
|
position: relative;
|
|
230
230
|
|
|
231
|
-
|
|
231
|
+
/* creates border bottom with rounded top corners */
|
|
232
232
|
&::after {
|
|
233
|
-
content:
|
|
233
|
+
content: '';
|
|
234
234
|
position: absolute;
|
|
235
235
|
bottom: 0;
|
|
236
236
|
left: 0;
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
/* Content Container */
|
|
252
252
|
|
|
253
253
|
.sapMITBContent {
|
|
254
|
-
border-bottom: 0.0625rem solid
|
|
254
|
+
border-bottom: 0.0625rem solid var(--sapObjectHeader_BorderColor);
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
/* Tab Filter Item */
|
|
@@ -271,11 +271,11 @@
|
|
|
271
271
|
}
|
|
272
272
|
|
|
273
273
|
.sapMITBFilterNeutral .sapMITBText {
|
|
274
|
-
color:
|
|
274
|
+
color: var(--sapNeutralTextColor);
|
|
275
275
|
}
|
|
276
276
|
|
|
277
277
|
.sapMITBFilterPositive .sapMITBText {
|
|
278
|
-
color:
|
|
278
|
+
color: var(--sapPositiveTextColor);
|
|
279
279
|
}
|
|
280
280
|
|
|
281
281
|
.sapMITBFilterPositive:hover .sapMITBText {
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
.sapMITBFilterNegative .sapMITBText {
|
|
286
|
-
color:
|
|
286
|
+
color: var(--sapNegativeTextColor);
|
|
287
287
|
}
|
|
288
288
|
|
|
289
289
|
.sapMITBFilterNegative:hover .sapMITBText {
|
|
@@ -291,7 +291,7 @@
|
|
|
291
291
|
}
|
|
292
292
|
|
|
293
293
|
.sapMITBFilterCritical .sapMITBText {
|
|
294
|
-
color:
|
|
294
|
+
color: var(--sapCriticalTextColor);
|
|
295
295
|
}
|
|
296
296
|
|
|
297
297
|
.sapMITBFilterCritical:hover .sapMITBText {
|
|
@@ -300,32 +300,32 @@
|
|
|
300
300
|
}
|
|
301
301
|
|
|
302
302
|
.sapMITBFilterIcon {
|
|
303
|
-
border: 1px solid
|
|
303
|
+
border: 1px solid var(--sapHighlightColor);
|
|
304
304
|
}
|
|
305
305
|
|
|
306
306
|
.sapMITBFilterDefault {
|
|
307
|
-
color:
|
|
308
|
-
border-color:
|
|
307
|
+
color: var(--sapHighlightColor);
|
|
308
|
+
border-color: var(--sapHighlightColor);
|
|
309
309
|
}
|
|
310
310
|
|
|
311
311
|
.sapMITBFilterNeutral {
|
|
312
|
-
color:
|
|
313
|
-
border-color:
|
|
312
|
+
color: var(--sapNeutralElementColor);
|
|
313
|
+
border-color: var(--sapNeutralElementColor);
|
|
314
314
|
}
|
|
315
315
|
|
|
316
316
|
.sapMITBFilterPositive {
|
|
317
|
-
color:
|
|
318
|
-
border-color:
|
|
317
|
+
color: var(--sapPositiveElementColor);
|
|
318
|
+
border-color: var(--sapPositiveElementColor);
|
|
319
319
|
}
|
|
320
320
|
|
|
321
321
|
.sapMITBFilterNegative {
|
|
322
|
-
color:
|
|
323
|
-
border-color:
|
|
322
|
+
color: var(--sapNegativeElementColor);
|
|
323
|
+
border-color: var(--sapNegativeElementColor);
|
|
324
324
|
}
|
|
325
325
|
|
|
326
326
|
.sapMITBFilterCritical {
|
|
327
|
-
color:
|
|
328
|
-
border-color:
|
|
327
|
+
color: var(--sapCriticalElementColor);
|
|
328
|
+
border-color: var(--sapCriticalElementColor);
|
|
329
329
|
}
|
|
330
330
|
|
|
331
331
|
.sapMITBSelected {
|
|
@@ -335,44 +335,44 @@
|
|
|
335
335
|
}
|
|
336
336
|
|
|
337
337
|
&.sapMITBFilterNeutral .sapMITBContentArrow::after {
|
|
338
|
-
background:
|
|
338
|
+
background: var(--sapNeutralElementColor);
|
|
339
339
|
}
|
|
340
340
|
|
|
341
341
|
&.sapMITBFilterPositive .sapMITBContentArrow::after {
|
|
342
|
-
background:
|
|
342
|
+
background: var(--sapPositiveElementColor);
|
|
343
343
|
}
|
|
344
344
|
|
|
345
345
|
&.sapMITBFilterNegative .sapMITBContentArrow::after {
|
|
346
|
-
background:
|
|
346
|
+
background: var(--sapNegativeElementColor);
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
&.sapMITBFilterCritical .sapMITBContentArrow::after {
|
|
350
|
-
background:
|
|
350
|
+
background: var(--sapCriticalElementColor);
|
|
351
351
|
}
|
|
352
352
|
|
|
353
353
|
.sapMITBFilterDefault {
|
|
354
354
|
background: @_sap_m_IconTabBar_SelectedTextColor;
|
|
355
|
-
color:
|
|
355
|
+
color: var(--sapContent_ContrastIconColor);
|
|
356
356
|
}
|
|
357
357
|
|
|
358
358
|
.sapMITBFilterNeutral {
|
|
359
|
-
background:
|
|
360
|
-
color:
|
|
359
|
+
background: var(--sapNeutralElementColor);
|
|
360
|
+
color: var(--sapGroup_ContentBackground);
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
.sapMITBFilterPositive {
|
|
364
|
-
background:
|
|
365
|
-
color:
|
|
364
|
+
background: var(--sapPositiveElementColor);
|
|
365
|
+
color: var(--sapGroup_ContentBackground);
|
|
366
366
|
}
|
|
367
367
|
|
|
368
368
|
.sapMITBFilterNegative {
|
|
369
|
-
background:
|
|
370
|
-
color:
|
|
369
|
+
background: var(--sapNegativeElementColor);
|
|
370
|
+
color: var(--sapGroup_ContentBackground);
|
|
371
371
|
}
|
|
372
372
|
|
|
373
373
|
.sapMITBFilterCritical {
|
|
374
|
-
background:
|
|
375
|
-
color:
|
|
374
|
+
background: var(--sapCriticalElementColor);
|
|
375
|
+
color: var(--sapGroup_ContentBackground);
|
|
376
376
|
}
|
|
377
377
|
}
|
|
378
378
|
|
|
@@ -396,6 +396,7 @@
|
|
|
396
396
|
}
|
|
397
397
|
|
|
398
398
|
.sapMITH.sapMITBNoText .sapMITBHead {
|
|
399
|
+
|
|
399
400
|
> .sapMITBSepLine {
|
|
400
401
|
margin: 0.25rem 0.25rem 0 0;
|
|
401
402
|
}
|
|
@@ -404,6 +405,7 @@
|
|
|
404
405
|
.sapMITH.sapUiSizeCompact {
|
|
405
406
|
|
|
406
407
|
&.sapMITBNoText .sapMITBHead {
|
|
408
|
+
|
|
407
409
|
> .sapMITBSepLine {
|
|
408
410
|
margin: 0 0.125rem 0 0.125rem;
|
|
409
411
|
}
|
|
@@ -423,9 +425,11 @@
|
|
|
423
425
|
}
|
|
424
426
|
|
|
425
427
|
&.sapMITBHorizontal {
|
|
428
|
+
|
|
426
429
|
.sapMITBTab {
|
|
427
430
|
margin-top: 0;
|
|
428
431
|
}
|
|
432
|
+
|
|
429
433
|
+ .sapMITBSepLine {
|
|
430
434
|
margin-top: 0.5rem;
|
|
431
435
|
}
|
|
@@ -446,7 +450,9 @@
|
|
|
446
450
|
|
|
447
451
|
/* Custom focus outline */
|
|
448
452
|
html.sap-desktop {
|
|
453
|
+
|
|
449
454
|
.sapMITBItem:not(.sapUiDnDDragging):focus.sapMITBAll {
|
|
455
|
+
|
|
450
456
|
&::after {
|
|
451
457
|
top: 0.75rem;
|
|
452
458
|
bottom: 1.75rem;
|
|
@@ -456,6 +462,7 @@ html.sap-desktop {
|
|
|
456
462
|
.sapMITH.sapUiSizeCompact {
|
|
457
463
|
|
|
458
464
|
.sapMITBItem:focus.sapMITBAll {
|
|
465
|
+
|
|
459
466
|
&::after {
|
|
460
467
|
bottom: 1.3rem;
|
|
461
468
|
top: 0.125rem;
|
|
@@ -464,11 +471,14 @@ html.sap-desktop {
|
|
|
464
471
|
}
|
|
465
472
|
|
|
466
473
|
.sapMITH {
|
|
474
|
+
|
|
467
475
|
.sapMITHStartOverflow,
|
|
468
476
|
.sapMITHEndOverflow {
|
|
477
|
+
|
|
469
478
|
.sapMITBItem {
|
|
479
|
+
|
|
470
480
|
&:active::after {
|
|
471
|
-
|
|
481
|
+
/* when overflow is pressed, make the focus white */
|
|
472
482
|
border-color: @_sap_m_IconTabBar_Overflow_TextColorPressed;
|
|
473
483
|
}
|
|
474
484
|
}
|
|
@@ -3,48 +3,46 @@
|
|
|
3
3
|
/* Fiori 3 theme */
|
|
4
4
|
/* =========================== */
|
|
5
5
|
|
|
6
|
-
@sapUiLinkSubtleColor: darken(@sapUiLink, 15);
|
|
7
|
-
|
|
8
6
|
.sapMLnkDsbl {
|
|
9
|
-
opacity:
|
|
7
|
+
opacity: var(--sapContent_DisabledOpacity);
|
|
10
8
|
outline: none;
|
|
11
9
|
cursor: default;
|
|
12
10
|
text-decoration: none;
|
|
13
11
|
}
|
|
14
12
|
|
|
15
13
|
.sapMLIBActive .sapMLnk {
|
|
16
|
-
color:
|
|
14
|
+
color: var(--sapList_Active_TextColor);
|
|
17
15
|
text-decoration: underline;
|
|
18
16
|
}
|
|
19
17
|
|
|
20
18
|
.sapMLnk.sapMLnkSubtle {
|
|
21
|
-
color:
|
|
19
|
+
color: var(--sapLink_SubtleColor);
|
|
22
20
|
text-decoration: none;
|
|
23
21
|
}
|
|
24
22
|
|
|
25
23
|
.sapMLnkSubtle:focus {
|
|
26
|
-
color:
|
|
24
|
+
color: var(--sapContent_FocusColor);
|
|
27
25
|
}
|
|
28
26
|
|
|
29
27
|
.sapMLnk:not(.sapMLnkDsbl) {
|
|
30
|
-
text-shadow:
|
|
28
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
31
29
|
}
|
|
32
30
|
|
|
33
31
|
.sapMLnk:hover:not(.sapMLnkDsbl) {
|
|
34
|
-
color:
|
|
32
|
+
color: var(--sapLink_Hover_Color);
|
|
35
33
|
}
|
|
36
34
|
|
|
37
35
|
.sapMLnk:active:not(.sapMLnkDsbl),
|
|
38
36
|
.sapMLnk:focus:not(.sapMLnkDsbl) {
|
|
39
|
-
color:
|
|
37
|
+
color: var(--sapLink_Active_Color);
|
|
40
38
|
}
|
|
41
39
|
|
|
42
40
|
/* align Link in Form with Label */
|
|
43
41
|
.sapUiFormEdit .sapMLnk {
|
|
44
42
|
margin-top: 0.875rem; /* don't use padding as this would stretch the focus outline */
|
|
45
|
-
margin-bottom: 0.625rem; /* for some reason browser adds 4px, display: block would lead to stretched focus outline*/
|
|
43
|
+
margin-bottom: 0.625rem; /* for some reason browser adds 4px, display: block would lead to stretched focus outline */
|
|
46
44
|
}
|
|
47
45
|
|
|
48
46
|
.sapMListTblRow.sapMLIBSelected .sapMLnk:not(.sapMLnkDsbl) {
|
|
49
|
-
text-shadow:
|
|
47
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
50
48
|
}
|
|
@@ -13,19 +13,19 @@
|
|
|
13
13
|
/* note: adding border-top to the sibling row is not suitable as the sibling row can be hidden and in such case the selection border is lost */
|
|
14
14
|
.sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected,
|
|
15
15
|
.sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow {
|
|
16
|
-
box-shadow: inset 0px -0.0625rem
|
|
16
|
+
box-shadow: inset 0px -0.0625rem var(--sapList_SelectionBorderColor);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
/* selection border indicator was not visible on the last row as the td elements within the last row have a bottom border */
|
|
20
20
|
/* hence applying -0.125rem so that the selection border is visible */
|
|
21
21
|
.sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected:last-child,
|
|
22
22
|
.sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow:last-child {
|
|
23
|
-
box-shadow: inset 0px -0.125rem
|
|
23
|
+
box-shadow: inset 0px -0.125rem var(--sapList_SelectionBorderColor);
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
|
|
27
|
-
|
|
26
|
+
/* Safari work-around as box-shadow is not supported on the <tr> element, */
|
|
27
|
+
/* hence adding the selection indicator box-shadow to the <td> element */
|
|
28
28
|
html[data-sap-ui-browser^="sf"] .sapMTableTBody:not(.sapMListTblHasPopin) > .sapMLIBSelected > td,
|
|
29
29
|
html[data-sap-ui-browser^="sf"] .sapMTableTBody.sapMListTblHasPopin > .sapMLIBSelected + .sapMListTblSubRow > td {
|
|
30
|
-
box-shadow: inset 0px -0.0625rem
|
|
30
|
+
box-shadow: inset 0px -0.0625rem var(--sapList_SelectionBorderColor);
|
|
31
31
|
}
|