@sapui5/sap.suite.ui.commons 1.146.0 → 1.147.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/package.json +1 -1
- package/src/sap/suite/ui/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +56 -2
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +4 -4
- package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
- package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
- package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
- package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
- package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
- package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
- package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
- package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
- package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
- package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
- package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
- package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
- package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
- package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
- package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
- package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
- package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
- package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
- package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
- package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
- package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
- package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
- package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
- package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
- package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
- package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
- package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
- package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
- package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
- package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
- package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
- package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
- package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
- package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
- package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
- package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
- package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
- package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/TimelineItem
|
|
3
|
-
/*
|
|
1
|
+
/* ================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/TimelineItem */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================== */
|
|
4
5
|
|
|
5
6
|
.sapSuiteUiCommonsTimelineItemUserPicture {
|
|
6
7
|
margin: 0.3rem;
|
|
@@ -10,10 +11,10 @@
|
|
|
10
11
|
}
|
|
11
12
|
|
|
12
13
|
.sapSuiteUiCommonsTimelineItemHeader {
|
|
13
|
-
margin:
|
|
14
|
+
margin: 0;
|
|
14
15
|
line-height: normal;
|
|
15
16
|
word-wrap: break-word;
|
|
16
|
-
font-family:
|
|
17
|
+
font-family: var(--sapFontFamily);
|
|
17
18
|
overflow: hidden;
|
|
18
19
|
text-overflow: ellipsis;
|
|
19
20
|
}
|
|
@@ -28,7 +29,7 @@
|
|
|
28
29
|
}
|
|
29
30
|
|
|
30
31
|
.sapSuiteUiCommonsTimelineItemShellBottom > .sapMTB {
|
|
31
|
-
border-bottom:
|
|
32
|
+
border-bottom: 0;
|
|
32
33
|
height: auto;
|
|
33
34
|
}
|
|
34
35
|
|
|
@@ -59,7 +60,7 @@
|
|
|
59
60
|
}
|
|
60
61
|
|
|
61
62
|
.sapSuiteUiCommonsTimelineItemHTop .sapSuiteUiCommonsTimelineItemArrow {
|
|
62
|
-
transform: translateX(
|
|
63
|
+
transform: translateX(0) translateY(0) rotate(225deg);
|
|
63
64
|
}
|
|
64
65
|
|
|
65
66
|
.sapMFeedListItemLinkExpandCollapse {
|
|
@@ -67,7 +68,7 @@
|
|
|
67
68
|
}
|
|
68
69
|
|
|
69
70
|
.sapSuiteUiCommonsTimelineItem {
|
|
70
|
-
border-bottom:
|
|
71
|
+
border-bottom: 0;
|
|
71
72
|
height: 90pt;
|
|
72
73
|
width: 100%;
|
|
73
74
|
border-bottom: 0;
|
|
@@ -76,7 +77,7 @@
|
|
|
76
77
|
}
|
|
77
78
|
|
|
78
79
|
.sapSuiteUiCommonsTimelineItemOdd {
|
|
79
|
-
border-bottom:
|
|
80
|
+
border-bottom: 0;
|
|
80
81
|
height: auto;
|
|
81
82
|
width: 100%;
|
|
82
83
|
border-bottom: 0;
|
|
@@ -89,7 +90,7 @@
|
|
|
89
90
|
}
|
|
90
91
|
|
|
91
92
|
.sapSuiteUiCommonsTimelineItemEven {
|
|
92
|
-
border-bottom:
|
|
93
|
+
border-bottom: 0;
|
|
93
94
|
height: auto;
|
|
94
95
|
width: 100%;
|
|
95
96
|
border-bottom: 0;
|
|
@@ -121,7 +122,7 @@
|
|
|
121
122
|
width: 100%;
|
|
122
123
|
}
|
|
123
124
|
|
|
124
|
-
.sapSuiteUiCommonsTimelineItemUlWrapper
|
|
125
|
+
.sapSuiteUiCommonsTimelineItemUlWrapper::after {
|
|
125
126
|
clear: both;
|
|
126
127
|
}
|
|
127
128
|
|
|
@@ -154,7 +155,7 @@
|
|
|
154
155
|
width: 0.0625rem;
|
|
155
156
|
height: 100%;
|
|
156
157
|
top: 2.1rem;
|
|
157
|
-
left: 22.
|
|
158
|
+
left: 22.93rem;
|
|
158
159
|
}
|
|
159
160
|
|
|
160
161
|
.sapSuiteUiCommonsTimelineItemBarEven {
|
|
@@ -171,18 +172,17 @@
|
|
|
171
172
|
left: 0.5rem;
|
|
172
173
|
height: 2rem;
|
|
173
174
|
width: 1.875rem;
|
|
174
|
-
padding: 0.375rem
|
|
175
|
-
|
|
175
|
+
padding: 0.375rem 0 0 0;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemIconOdd {
|
|
179
179
|
position: absolute;
|
|
180
180
|
font-size: 1.375rem;
|
|
181
|
-
top:
|
|
181
|
+
top: 0;
|
|
182
182
|
left: 22rem;
|
|
183
183
|
height: 2rem;
|
|
184
184
|
width: 1.875rem;
|
|
185
|
-
padding: 0.375rem
|
|
185
|
+
padding: 0.375rem 0 0 0;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
188
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemNoIconOdd {
|
|
@@ -199,16 +199,13 @@
|
|
|
199
199
|
width: 12px;
|
|
200
200
|
height: 12px;
|
|
201
201
|
border: 1px solid;
|
|
202
|
-
|
|
203
|
-
transform: translateX(0px) translateY(0px) rotate(45deg);
|
|
204
|
-
-moz-transform: translateX(0px) translateY(0px) rotate(45deg);
|
|
202
|
+
transform: translateX(0) translateY(0) rotate(45deg);
|
|
205
203
|
z-index: 1;
|
|
206
204
|
}
|
|
207
205
|
|
|
208
206
|
.sapSuiteUiCommonsTimelineItemWrapperV.sapSuiteUiCommonsTimelineItemWrapperVLeft .sapSuiteUiCommonsTimelineItemArrow {
|
|
209
207
|
border-bottom: none;
|
|
210
208
|
border-left: none;
|
|
211
|
-
|
|
212
209
|
left: 8px;
|
|
213
210
|
margin-left: auto;
|
|
214
211
|
}
|
|
@@ -224,12 +221,12 @@
|
|
|
224
221
|
}
|
|
225
222
|
|
|
226
223
|
.sapSuiteUiCommonsTimelineItemOutline:focus {
|
|
227
|
-
outline:
|
|
224
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
228
225
|
outline-offset: 1px;
|
|
229
226
|
}
|
|
230
227
|
|
|
231
228
|
.sapSuiteUiCommonsTimelineGroupHeaderMainWrapper:focus {
|
|
232
|
-
outline:
|
|
229
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
233
230
|
outline-offset: 1px;
|
|
234
231
|
}
|
|
235
232
|
|
|
@@ -264,8 +261,10 @@
|
|
|
264
261
|
padding: 0.5rem 0.5rem 0.5rem 0.5rem;
|
|
265
262
|
}
|
|
266
263
|
|
|
267
|
-
.sapSuiteUiCommonsTimeline .sapMLIBContent span,
|
|
268
|
-
.
|
|
264
|
+
.sapSuiteUiCommonsTimeline .sapMLIBContent span,
|
|
265
|
+
.sapSuiteUiCommonsTimeline .sapMLIBContent .sapMText,
|
|
266
|
+
.sapSuiteUiCommonsTimelineH .sapMLIBContent span,
|
|
267
|
+
.sapSuiteUiCommonsTimelineH .sapMLIBContent .sapMText {
|
|
269
268
|
cursor: pointer;
|
|
270
269
|
}
|
|
271
270
|
|
|
@@ -287,7 +286,7 @@
|
|
|
287
286
|
}
|
|
288
287
|
|
|
289
288
|
.sapSuiteUiCommonsTimelineItemShellDateTime {
|
|
290
|
-
font-family:
|
|
289
|
+
font-family: var(--sapFontFamily);
|
|
291
290
|
font-size: 0.75rem;
|
|
292
291
|
font-weight: normal;
|
|
293
292
|
}
|
|
@@ -324,7 +323,7 @@
|
|
|
324
323
|
height: 92px;
|
|
325
324
|
}
|
|
326
325
|
|
|
327
|
-
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderBarWrapper .sapSuiteUiCommonsTimelineItemBarNoIcon.sapSuiteUiCommonsTimelineGroupNextExpanded.sapSuiteUiCommonsTimelineItemBarV{
|
|
326
|
+
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderBarWrapper .sapSuiteUiCommonsTimelineItemBarNoIcon.sapSuiteUiCommonsTimelineGroupNextExpanded.sapSuiteUiCommonsTimelineItemBarV {
|
|
328
327
|
height: 100px;
|
|
329
328
|
}
|
|
330
329
|
|
|
@@ -347,43 +346,36 @@
|
|
|
347
346
|
left: 50%;
|
|
348
347
|
width: 1px;
|
|
349
348
|
height: calc(~"100% - 26px");
|
|
350
|
-
height: webkit-calc(~"100% - 26px");
|
|
351
349
|
top: 45px;
|
|
352
350
|
}
|
|
353
351
|
|
|
354
352
|
.sapSuiteUiCommonsTimelineItemBarNoIcon.sapSuiteUiCommonsTimelineItemBarV {
|
|
355
353
|
top: 39px;
|
|
356
354
|
height: calc(~"100% - 13px");
|
|
357
|
-
height: webkit-calc(~"100% - 13px");
|
|
358
355
|
}
|
|
359
356
|
|
|
360
357
|
.sapSuiteUiCommonsTimelineItemUlWrapper > li:last-child .sapSuiteUiCommonsTimelineItemBarV {
|
|
361
358
|
height: 100%;
|
|
362
359
|
height: calc(~"100% - 12px");
|
|
363
|
-
height: webkit-calc(~"100% - 12px");
|
|
364
360
|
}
|
|
365
361
|
|
|
366
362
|
.sapSuiteUiCommonsTimelineItemUlWrapper > li:last-child .sapSuiteUiCommonsTimelineItemBarNoIcon.sapSuiteUiCommonsTimelineItemBarV {
|
|
367
363
|
height: 100%;
|
|
368
364
|
height: calc(~"100% - 5px");
|
|
369
|
-
height: webkit-calc(~"100% - 5px");
|
|
370
365
|
}
|
|
371
366
|
|
|
372
367
|
.sapSuiteUiCommonsTimelineItemUlWrapper > li:last-child .sapSuiteUiCommonsTimelineItemBarV.sapSuiteUiCommonsTimelineGroupNextExpanded {
|
|
373
368
|
height: 100%;
|
|
374
369
|
height: calc(~"100% + 33px");
|
|
375
|
-
height: webkit-calc(~"100% + 33px");
|
|
376
370
|
}
|
|
377
371
|
|
|
378
372
|
.sapSuiteUiCommonsTimelineItemUlWrapper > li:last-child .sapSuiteUiCommonsTimelineItemBarNoIcon.sapSuiteUiCommonsTimelineItemBarV.sapSuiteUiCommonsTimelineGroupNextExpanded {
|
|
379
373
|
height: 100%;
|
|
380
374
|
height: calc(~"100% + 47px");
|
|
381
|
-
height: webkit-calc(~"100% + 47px");
|
|
382
375
|
}
|
|
383
376
|
|
|
384
377
|
.sapSuiteUiCommonsTimelineItemUlWrapper:last-of-type > li:last-child .sapSuiteUiCommonsTimelineItemBarV {
|
|
385
378
|
height: calc(~"100% - 42px");
|
|
386
|
-
height: webkit-calc(~"100% - 42px");;
|
|
387
379
|
}
|
|
388
380
|
|
|
389
381
|
.sapSuiteUiCommonsTimelineItemBarWrapperV {
|
|
@@ -403,7 +395,7 @@
|
|
|
403
395
|
}
|
|
404
396
|
|
|
405
397
|
.sapSuiteUiCommonsTimelineItemBar.sapSuiteUiCommonsTimelineItemBarBottom {
|
|
406
|
-
height:
|
|
398
|
+
height: 0;
|
|
407
399
|
top: 0;
|
|
408
400
|
}
|
|
409
401
|
|
|
@@ -419,12 +411,11 @@
|
|
|
419
411
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemIcon {
|
|
420
412
|
position: absolute;
|
|
421
413
|
font-size: 1.375rem;
|
|
422
|
-
top:
|
|
414
|
+
top: 0;
|
|
423
415
|
left: 0.5rem;
|
|
424
416
|
height: 2rem;
|
|
425
417
|
width: 1.875rem;
|
|
426
|
-
padding: 0.375rem
|
|
427
|
-
|
|
418
|
+
padding: 0.375rem 0 0 0;
|
|
428
419
|
}
|
|
429
420
|
|
|
430
421
|
.sapSuiteUiCommonsTimelineItemWrapper {
|
|
@@ -447,7 +438,7 @@
|
|
|
447
438
|
height: auto;
|
|
448
439
|
border: 0.0625rem solid;
|
|
449
440
|
padding: 0 0 0 0;
|
|
450
|
-
font-family:
|
|
441
|
+
font-family: var(--sapFontFamily);
|
|
451
442
|
border-radius: 3px;
|
|
452
443
|
cursor: pointer;
|
|
453
444
|
}
|
|
@@ -473,9 +464,7 @@
|
|
|
473
464
|
}
|
|
474
465
|
|
|
475
466
|
.sapSuiteUiCommonsTimelineItemArrow {
|
|
476
|
-
|
|
477
|
-
transform: translateX(0px) translateY(0px) rotate(45deg);
|
|
478
|
-
-moz-transform: translateX(0px) translateY(0px) rotate(45deg);
|
|
467
|
+
transform: translateX(0) translateY(0) rotate(45deg);
|
|
479
468
|
}
|
|
480
469
|
|
|
481
470
|
.sapSuiteUiCommonsTimelineItemDot.sapSuiteUiCommonsTimelineItemDotBottom {
|
|
@@ -591,7 +580,8 @@
|
|
|
591
580
|
vertical-align: top;
|
|
592
581
|
}
|
|
593
582
|
|
|
594
|
-
.sapUiSizeCozy .sapSuiteUiCommonsTimelineHorizontalMiddleLine li,
|
|
583
|
+
.sapUiSizeCozy .sapSuiteUiCommonsTimelineHorizontalMiddleLine li,
|
|
584
|
+
.sapUiSizeCondensed .sapSuiteUiCommonsTimelineHorizontalMiddleLine li {
|
|
595
585
|
height: 36px;
|
|
596
586
|
}
|
|
597
587
|
|
|
@@ -615,18 +605,18 @@
|
|
|
615
605
|
|
|
616
606
|
.sapSuiteUiCommonsTimelineItemUlWrapperV {
|
|
617
607
|
display: inline-block;
|
|
618
|
-
padding-left:
|
|
608
|
+
padding-left: 0;
|
|
619
609
|
}
|
|
620
610
|
|
|
621
611
|
.sapSuiteUiCommonsTimelineItemUlWrapper {
|
|
622
|
-
padding-left:
|
|
623
|
-
margin-bottom:
|
|
624
|
-
margin-top:
|
|
612
|
+
padding-left: 0;
|
|
613
|
+
margin-bottom: 0;
|
|
614
|
+
margin-top: 0;
|
|
625
615
|
}
|
|
626
616
|
|
|
627
617
|
.sapSuiteUiCommonsTimelineGetMoreUlWrapper {
|
|
628
|
-
padding-left:
|
|
629
|
-
margin-top:
|
|
618
|
+
padding-left: 0;
|
|
619
|
+
margin-top: 0;
|
|
630
620
|
}
|
|
631
621
|
|
|
632
622
|
.sapSuiteUiCommonsTimelineItem {
|
|
@@ -638,7 +628,7 @@
|
|
|
638
628
|
padding-bottom: 5px;
|
|
639
629
|
}
|
|
640
630
|
|
|
641
|
-
.sapSuiteUiCommonsTimelineHorizontalScrollingLine>li:last-of-type:not(.sapSuiteUiCommonsTimelineItemGetMoreButton) {
|
|
631
|
+
.sapSuiteUiCommonsTimelineHorizontalScrollingLine > li:last-of-type:not(.sapSuiteUiCommonsTimelineItemGetMoreButton) {
|
|
642
632
|
width: 300px;
|
|
643
633
|
}
|
|
644
634
|
|
|
@@ -654,16 +644,17 @@
|
|
|
654
644
|
vertical-align: top;
|
|
655
645
|
position: relative;
|
|
656
646
|
}
|
|
657
|
-
|
|
647
|
+
|
|
648
|
+
.sapSuiteUiCommonsTimelineContentsH .sapSuiteUiCommonsTimelineGroupHeader.sapSuiteUiCommonsTimelineGroupCollapsed {
|
|
658
649
|
padding-right: 200px;
|
|
659
650
|
min-height: 60px;
|
|
660
651
|
}
|
|
661
652
|
|
|
662
|
-
.sapSuiteUiCommonsTimelineContentsH .sapSuiteUiCommonsTimelineGroupHeader .sapSuiteUiCommonsTimelineGroupExpanded{
|
|
663
|
-
padding-right:
|
|
653
|
+
.sapSuiteUiCommonsTimelineContentsH .sapSuiteUiCommonsTimelineGroupHeader .sapSuiteUiCommonsTimelineGroupExpanded {
|
|
654
|
+
padding-right: 0;
|
|
664
655
|
}
|
|
665
656
|
|
|
666
|
-
.sapSuiteUiCommonsTimelineContentsH .sapSuiteUiCommonsTimelineGroupHeader{
|
|
657
|
+
.sapSuiteUiCommonsTimelineContentsH .sapSuiteUiCommonsTimelineGroupHeader {
|
|
667
658
|
margin-right: -40px;
|
|
668
659
|
margin-left: 5px;
|
|
669
660
|
padding-top: 20.25px;
|
|
@@ -719,15 +710,14 @@
|
|
|
719
710
|
justify-content: center;
|
|
720
711
|
align-items: center;
|
|
721
712
|
z-index: 15;
|
|
722
|
-
color:
|
|
713
|
+
color: var(--sapButton_IconColor);
|
|
723
714
|
}
|
|
724
715
|
|
|
725
716
|
.sapUiSizeCompact .sapSuiteUiCommonsTimelineGroupHeaderIconWrapper {
|
|
726
|
-
margin-top:
|
|
727
|
-
margin-bottom:
|
|
717
|
+
margin-top: 0;
|
|
718
|
+
margin-bottom: 0;
|
|
728
719
|
}
|
|
729
720
|
|
|
730
|
-
|
|
731
721
|
.sapSuiteUiCommonsTimelineGroupHeaderIconWrapper span {
|
|
732
722
|
font-size: 18px;
|
|
733
723
|
}
|
|
@@ -780,12 +770,11 @@
|
|
|
780
770
|
position: absolute;
|
|
781
771
|
height: 100%;
|
|
782
772
|
height: calc(~"100% - 40px");
|
|
783
|
-
height: webkit-calc(~"100% - 40x");
|
|
784
773
|
width: 1px;
|
|
785
774
|
border-left: 1px dashed;
|
|
786
775
|
}
|
|
787
776
|
|
|
788
|
-
.sapSuiteUiCommonsTimelineScrollH .sapSuiteUiCommonsTimelineGroupHeaderLine{
|
|
777
|
+
.sapSuiteUiCommonsTimelineScrollH .sapSuiteUiCommonsTimelineGroupHeaderLine {
|
|
789
778
|
margin-left: 21px;
|
|
790
779
|
}
|
|
791
780
|
|
|
@@ -797,7 +786,7 @@
|
|
|
797
786
|
position: relative;
|
|
798
787
|
align-self: center;
|
|
799
788
|
bottom: auto;
|
|
800
|
-
margin-right:
|
|
789
|
+
margin-right: 0;
|
|
801
790
|
margin-left: auto;
|
|
802
791
|
left: -4px;
|
|
803
792
|
border-bottom: none;
|
|
@@ -826,16 +815,18 @@
|
|
|
826
815
|
.sapSuiteUiCommonsTimelineItemGroupCollapsedBar {
|
|
827
816
|
width: 200px;
|
|
828
817
|
}
|
|
829
|
-
|
|
818
|
+
|
|
819
|
+
.sapSuiteUiCommonsTimelineContentsH .sapSuiteUiCommonsTimelineGroupHeader .sapSuiteUiCommonsTimelineGroupHeaderMainWrapper {
|
|
830
820
|
max-width: 190px;
|
|
831
821
|
padding-right: 2px;
|
|
832
822
|
}
|
|
833
823
|
|
|
834
|
-
.sapSuiteUiCommonsTimelineScrollH .sapSuiteUiCommonsTimelineGroupHeader .sapSuiteUiCommonsTimelineGroupHeaderSpanWrapper{
|
|
824
|
+
.sapSuiteUiCommonsTimelineScrollH .sapSuiteUiCommonsTimelineGroupHeader .sapSuiteUiCommonsTimelineGroupHeaderSpanWrapper {
|
|
835
825
|
overflow: hidden;
|
|
836
826
|
}
|
|
837
827
|
|
|
838
|
-
.sapSuiteUiCommonsTimelineItemShowMore .sapMBtnInner,
|
|
828
|
+
.sapSuiteUiCommonsTimelineItemShowMore .sapMBtnInner,
|
|
829
|
+
.sapSuiteUiCommonsTimelineItemShowMore .sapMBtn {
|
|
839
830
|
height: auto;
|
|
840
831
|
}
|
|
841
832
|
|
|
@@ -863,7 +854,6 @@
|
|
|
863
854
|
width: 29px;
|
|
864
855
|
}
|
|
865
856
|
|
|
866
|
-
|
|
867
857
|
.sapSuiteUiCommonsTimelineItemBarDivWrapper {
|
|
868
858
|
display: flex;
|
|
869
859
|
height: 100%;
|
|
@@ -881,7 +871,8 @@
|
|
|
881
871
|
align-items: flex-end;
|
|
882
872
|
}
|
|
883
873
|
|
|
884
|
-
.sapSuiteUiCommonsTimelineItemBarIconWrapperV,
|
|
874
|
+
.sapSuiteUiCommonsTimelineItemBarIconWrapperV,
|
|
875
|
+
.sapSuiteUiCommonsTimelineItemIconWrapper {
|
|
885
876
|
min-width: 26px;
|
|
886
877
|
height: 100%;
|
|
887
878
|
display: flex;
|
|
@@ -894,7 +885,7 @@
|
|
|
894
885
|
height: 27px;
|
|
895
886
|
}
|
|
896
887
|
|
|
897
|
-
.sapSuiteUiCommonsTimelineGroupHeaderBarWrapper .sapSuiteUiCommonsTimelineItemBarIconWrapperV{
|
|
888
|
+
.sapSuiteUiCommonsTimelineGroupHeaderBarWrapper .sapSuiteUiCommonsTimelineItemBarIconWrapperV {
|
|
898
889
|
height: auto;
|
|
899
890
|
}
|
|
900
891
|
|
|
@@ -902,16 +893,17 @@
|
|
|
902
893
|
font-size: 1.375rem;
|
|
903
894
|
}
|
|
904
895
|
|
|
905
|
-
.sapSuiteUiCommonsTimelineItemGroupBarIconWrapper{
|
|
896
|
+
.sapSuiteUiCommonsTimelineItemGroupBarIconWrapper {
|
|
906
897
|
display: flex;
|
|
907
898
|
align-items: center;
|
|
908
899
|
}
|
|
909
900
|
|
|
910
901
|
.sapSuiteUiCommonsTimelineHorizontalBottomLine .sapSuiteUiCommonsTimelineGroupHeaderMainWrapper {
|
|
911
902
|
align-self: flex-end;
|
|
912
|
-
bottom:
|
|
903
|
+
bottom: 0;
|
|
913
904
|
}
|
|
914
|
-
|
|
905
|
+
|
|
906
|
+
.sapSuiteUiCommonsTimelineHorizontalBottomLine .sapSuiteUiCommonsTimelineGroupHeaderDirectChild {
|
|
915
907
|
height: 100%;
|
|
916
908
|
display: flex;
|
|
917
909
|
position: absolute;
|
|
@@ -959,7 +951,7 @@
|
|
|
959
951
|
position: relative;
|
|
960
952
|
width: 100%;
|
|
961
953
|
height: 1px;
|
|
962
|
-
margin-top:
|
|
954
|
+
margin-top: 0;
|
|
963
955
|
border-left: none;
|
|
964
956
|
margin-right: -6px;
|
|
965
957
|
border-bottom: 1px dashed;
|
|
@@ -977,7 +969,8 @@
|
|
|
977
969
|
margin-top: -14px;
|
|
978
970
|
}
|
|
979
971
|
|
|
980
|
-
.sapUiSizeCozy .sapSuiteUiCommonsTimelineItemGetMoreButtonH,
|
|
972
|
+
.sapUiSizeCozy .sapSuiteUiCommonsTimelineItemGetMoreButtonH,
|
|
973
|
+
.sapUiSizeCondensed .sapSuiteUiCommonsTimelineItemGetMoreButtonH {
|
|
981
974
|
margin-top: -0.25rem;
|
|
982
975
|
height: 40px !important;
|
|
983
976
|
}
|
|
@@ -989,13 +982,13 @@
|
|
|
989
982
|
.sapSuiteUiCommonsTimelineItemTextWrapper {
|
|
990
983
|
overflow: hidden;
|
|
991
984
|
position: relative;
|
|
992
|
-
-webkit-box-orient: vertical;
|
|
993
985
|
display: -webkit-box;
|
|
986
|
+
-webkit-box-orient: vertical;
|
|
994
987
|
text-overflow: ellipsis;
|
|
995
988
|
}
|
|
996
989
|
|
|
997
990
|
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderLineWrapper,
|
|
998
|
-
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderLine{
|
|
991
|
+
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderLine {
|
|
999
992
|
border: none;
|
|
1000
993
|
}
|
|
1001
994
|
|
|
@@ -1025,85 +1018,84 @@
|
|
|
1025
1018
|
bottom: -6px;
|
|
1026
1019
|
}
|
|
1027
1020
|
|
|
1028
|
-
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineItemArrow{
|
|
1021
|
+
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineItemArrow {
|
|
1029
1022
|
display: none;
|
|
1030
1023
|
}
|
|
1031
1024
|
|
|
1032
1025
|
/* COLORS */
|
|
1033
1026
|
.sapSuiteUiCommonsTimelineNoStatus {
|
|
1034
|
-
color:
|
|
1027
|
+
color: var(--sapContent_NonInteractiveIconColor);
|
|
1035
1028
|
}
|
|
1036
1029
|
|
|
1037
1030
|
.sapSuiteUiCommonsTimelineStatusInformation,
|
|
1038
1031
|
.sapSuiteUiCommonsTimelineItemWrapperV .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusInformation,
|
|
1039
1032
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusInformation {
|
|
1040
|
-
color:
|
|
1033
|
+
color: var(--sapInformativeElementColor);
|
|
1041
1034
|
text-shadow: @sapUiShadowText;
|
|
1042
1035
|
}
|
|
1043
1036
|
|
|
1044
1037
|
.sapSuiteUiCommonsTimelineStatusSuccess,
|
|
1045
1038
|
.sapSuiteUiCommonsTimelineItemWrapperV .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusSuccess,
|
|
1046
1039
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusSuccess {
|
|
1047
|
-
color:
|
|
1040
|
+
color: var(--sapPositiveElementColor);
|
|
1048
1041
|
text-shadow: @sapUiShadowText;
|
|
1049
1042
|
}
|
|
1050
1043
|
|
|
1051
1044
|
.sapSuiteUiCommonsTimelineStatusError,
|
|
1052
1045
|
.sapSuiteUiCommonsTimelineItemWrapperV .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusError,
|
|
1053
1046
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusError {
|
|
1054
|
-
color:
|
|
1047
|
+
color: var(--sapNegativeElementColor);
|
|
1055
1048
|
text-shadow: @sapUiShadowText;
|
|
1056
1049
|
}
|
|
1057
1050
|
|
|
1058
1051
|
.sapSuiteUiCommonsTimelineStatusWarning,
|
|
1059
1052
|
.sapSuiteUiCommonsTimelineItemWrapperV .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusWarning,
|
|
1060
1053
|
.sapSuiteUiCommonsTimelineItemWrapper .sapSuiteUiCommonsTimelineItemNoIcon.sapSuiteUiCommonsTimelineStatusWarning {
|
|
1061
|
-
color:
|
|
1054
|
+
color: var(--sapCriticalElementColor);
|
|
1062
1055
|
text-shadow: @sapUiShadowText;
|
|
1063
1056
|
}
|
|
1064
1057
|
|
|
1065
1058
|
.sapSuiteUiCommonsTimelineItemNoIcon {
|
|
1066
|
-
border: 1px solid
|
|
1067
|
-
background-color:
|
|
1059
|
+
border: 1px solid var(--sapContent_NonInteractiveIconColor);
|
|
1060
|
+
background-color: var(--sapContent_NonInteractiveIconColor);
|
|
1068
1061
|
}
|
|
1069
1062
|
|
|
1070
1063
|
.sapSuiteUiCommonsTimelineItemBarV, .sapSuiteUiCommonsTimelineItemBarH {
|
|
1071
|
-
background-color:
|
|
1064
|
+
background-color: var(--sapContent_ForegroundBorderColor);
|
|
1072
1065
|
}
|
|
1073
1066
|
|
|
1074
1067
|
.sapSuiteUiCommonsTimelineItemBox {
|
|
1075
|
-
border-color:
|
|
1076
|
-
background-color:
|
|
1068
|
+
border-color: var(--sapGroup_ContentBorderColor);
|
|
1069
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
1077
1070
|
}
|
|
1078
1071
|
|
|
1079
1072
|
.sapSuiteUiCommonsTimelineItemArrow, .sapSuiteUiCommonsTimelineGroupHeaderLineWrapper {
|
|
1080
|
-
border-color:
|
|
1081
|
-
color:
|
|
1073
|
+
border-color: var(--sapGroup_ContentBorderColor);
|
|
1074
|
+
color: var(--sapGroup_ContentBorderColor);
|
|
1082
1075
|
}
|
|
1083
1076
|
|
|
1084
1077
|
.sapSuiteUiCommonsTimelineItemArrow {
|
|
1085
|
-
background-color:
|
|
1078
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
1086
1079
|
}
|
|
1087
1080
|
|
|
1088
1081
|
.sapSuiteUiCommonsTimelineItemShellDateTime {
|
|
1089
|
-
color:
|
|
1082
|
+
color: var(--sapContent_LabelColor);
|
|
1090
1083
|
}
|
|
1091
1084
|
|
|
1092
1085
|
.sapSuiteUiCommonsTimelineItemTextWrapper, .sapSuiteUiCommonsTimelineItemShellHdr {
|
|
1093
|
-
color:
|
|
1086
|
+
color: var(--sapList_TextColor);
|
|
1094
1087
|
}
|
|
1095
1088
|
|
|
1096
1089
|
.sapSuiteUiCommonsTimelineGroupHeaderWrapper {
|
|
1097
|
-
color:
|
|
1090
|
+
color: var(--sapButton_TextColor);
|
|
1098
1091
|
}
|
|
1099
1092
|
|
|
1100
1093
|
.sapSuiteUiCommonsTimelineGroupHeaderWrapper,
|
|
1101
1094
|
.sapSuiteUiCommonsTimelineGroupHeaderMainWrapper .sapSuiteUiCommonsTimelineItemArrow,
|
|
1102
1095
|
.sapSuiteUiCommonsTimelineScrollerIconWrapper {
|
|
1103
|
-
border-color:
|
|
1096
|
+
border-color: var(--sapButton_BorderColor);
|
|
1104
1097
|
}
|
|
1105
1098
|
|
|
1106
|
-
|
|
1107
1099
|
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderWrapper,
|
|
1108
1100
|
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderMainWrapper .sapSuiteUiCommonsTimelineItemArrow,
|
|
1109
1101
|
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineScrollerIconWrapper {
|
|
@@ -1119,19 +1111,18 @@
|
|
|
1119
1111
|
background-color: @sapUiFieldActiveBackground
|
|
1120
1112
|
}
|
|
1121
1113
|
|
|
1122
|
-
|
|
1123
1114
|
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderWrapper:hover,
|
|
1124
1115
|
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderWrapper:hover .sapSuiteUiCommonsTimelineItemArrow,
|
|
1125
1116
|
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderMainWrapper:hover .sapSuiteUiCommonsTimelineItemArrow {
|
|
1126
|
-
background-color:
|
|
1127
|
-
border-color:
|
|
1117
|
+
background-color: var(--sapButton_Hover_Background);
|
|
1118
|
+
border-color: var(--sapButton_Hover_BorderColor);
|
|
1128
1119
|
}
|
|
1129
1120
|
|
|
1130
1121
|
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderWrapper,
|
|
1131
1122
|
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderWrapper .sapSuiteUiCommonsTimelineItemArrow,
|
|
1132
1123
|
.sapSuiteUiCommonsTimelineGroupCollapsed .sapSuiteUiCommonsTimelineGroupHeaderMainWrapper .sapSuiteUiCommonsTimelineItemArrow {
|
|
1133
|
-
background-color:
|
|
1134
|
-
border-color:
|
|
1124
|
+
background-color: var(--sapButton_Background);
|
|
1125
|
+
border-color: var(--sapButton_BorderColor);
|
|
1135
1126
|
}
|
|
1136
1127
|
|
|
1137
1128
|
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderWrapper:hover {
|
|
@@ -1139,7 +1130,7 @@
|
|
|
1139
1130
|
border-color: @sapUiToggleButtonPressedHoverBorderColor;
|
|
1140
1131
|
}
|
|
1141
1132
|
|
|
1142
|
-
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderWrapper{
|
|
1133
|
+
.sapSuiteUiCommonsTimelineGroupExpanded .sapSuiteUiCommonsTimelineGroupHeaderWrapper {
|
|
1143
1134
|
color: @sapUiToggleButtonPressedTextColor;
|
|
1144
1135
|
border-color: @sapUiToggleButtonPressedBorderColor;
|
|
1145
1136
|
}
|
|
@@ -1152,14 +1143,15 @@
|
|
|
1152
1143
|
background-color: @sapUiFieldActiveBackground !important;
|
|
1153
1144
|
}
|
|
1154
1145
|
|
|
1155
|
-
.sapSuiteUiCommonsTimelineInfoBarFilter, .sapSuiteUiCommonsTimelineInfoBarRangeFilter,
|
|
1156
|
-
|
|
1146
|
+
.sapSuiteUiCommonsTimelineInfoBarFilter, .sapSuiteUiCommonsTimelineInfoBarRangeFilter,
|
|
1147
|
+
.sapSuiteUiCommonsTimelineCustomMessageWrapper {
|
|
1148
|
+
border: 1px solid var(--sapList_BorderColor);
|
|
1157
1149
|
}
|
|
1158
1150
|
|
|
1159
1151
|
.sapSuiteUiCommonsTimelineScrollV .sapSuiteUiCommonsTimelineGroupHeaderLineWrapper {
|
|
1160
|
-
border-bottom-color:
|
|
1152
|
+
border-bottom-color: var(--sapContent_ForegroundBorderColor);
|
|
1161
1153
|
}
|
|
1162
1154
|
|
|
1163
1155
|
.sapSuiteUiCommonsTimelineGroupHeaderLine {
|
|
1164
|
-
border-left-color:
|
|
1165
|
-
}
|
|
1156
|
+
border-left-color: var(--sapContent_ForegroundBorderColor);
|
|
1157
|
+
}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/UnifiedThingGroup
|
|
3
|
-
/*
|
|
1
|
+
/* ======================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/UnifiedThingGroup */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================= */
|
|
4
5
|
|
|
5
6
|
.sapSuiteUtg {
|
|
6
7
|
padding: 20px 32px;
|
|
7
8
|
}
|
|
9
|
+
|
|
8
10
|
.sap-phone .sapSuiteUtg {
|
|
9
11
|
margin: 0;
|
|
10
12
|
}
|
|
@@ -37,14 +39,10 @@
|
|
|
37
39
|
padding: 1rem 1rem 0.5rem 1rem;
|
|
38
40
|
}
|
|
39
41
|
|
|
40
|
-
.sapSuiteUtgContent {
|
|
41
|
-
}
|
|
42
|
-
|
|
43
42
|
.sapSuiteUtg > .sapSuiteUtgContent .sapMLabel {
|
|
44
|
-
color:
|
|
43
|
+
color: var(--sapContent_LabelColor);
|
|
45
44
|
}
|
|
46
45
|
|
|
47
46
|
.sapSuiteUtgContentTopIndent {
|
|
48
47
|
padding-top: 1.5rem;
|
|
49
|
-
}
|
|
50
|
-
|
|
48
|
+
}
|