@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,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlow
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlow */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================= */
|
|
5
5
|
|
|
6
6
|
/* Common styles */
|
|
7
7
|
table.sapSuiteUiCommonsPF {
|
|
@@ -9,32 +9,27 @@ table.sapSuiteUiCommonsPF {
|
|
|
9
9
|
-webkit-tap-highlight-color: transparent;
|
|
10
10
|
padding: 1rem 1rem 2rem 1rem;
|
|
11
11
|
table-layout: fixed;
|
|
12
|
-
user-select: none;
|
|
13
|
-
-ms-user-select: none;
|
|
14
|
-
-moz-user-select: none;
|
|
15
12
|
-webkit-user-select: none;
|
|
13
|
+
user-select: none;
|
|
16
14
|
-webkit-user-drag: none;
|
|
17
15
|
-webkit-touch-callout: none;
|
|
18
|
-
|
|
19
|
-
-ms-touch-select: none;
|
|
16
|
+
transition: transform 0ms;
|
|
20
17
|
touch-action: manipulation;
|
|
21
18
|
}
|
|
22
19
|
|
|
23
20
|
thead.sapSuiteUiCommonsPFHeaderFocused {
|
|
24
|
-
outline:
|
|
21
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
25
22
|
}
|
|
26
23
|
|
|
27
|
-
table.sapSuiteUiCommonsPF td,
|
|
24
|
+
table.sapSuiteUiCommonsPF td,
|
|
25
|
+
table.sapSuiteUiCommonsPF th {
|
|
28
26
|
vertical-align: top;
|
|
29
27
|
padding: 0;
|
|
30
|
-
user-select: none;
|
|
31
|
-
-ms-user-select: none;
|
|
32
|
-
-moz-user-select: none;
|
|
33
28
|
-webkit-user-select: none;
|
|
29
|
+
user-select: none;
|
|
34
30
|
-webkit-user-drag: none;
|
|
35
31
|
-webkit-touch-callout: none;
|
|
36
|
-
|
|
37
|
-
-ms-touch-select: none;
|
|
32
|
+
transition: transform 0ms;
|
|
38
33
|
touch-action: manipulation;
|
|
39
34
|
-webkit-tap-highlight-color: transparent;
|
|
40
35
|
}
|
|
@@ -99,7 +94,6 @@ table.sapSuiteUiCommonsPFZoomLevel1 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
|
|
|
99
94
|
max-width: 13rem;
|
|
100
95
|
}
|
|
101
96
|
|
|
102
|
-
|
|
103
97
|
/* Styles for zoom level 2 */
|
|
104
98
|
table.sapSuiteUiCommonsPFZoomLevel2 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+2),
|
|
105
99
|
table.sapSuiteUiCommonsPFZoomLevel2 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+4) {
|
|
@@ -133,7 +127,6 @@ table.sapSuiteUiCommonsPFZoomLevel2 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
|
|
|
133
127
|
max-width: 10rem;
|
|
134
128
|
}
|
|
135
129
|
|
|
136
|
-
|
|
137
130
|
/* Styles for zoom level 3 */
|
|
138
131
|
table.sapSuiteUiCommonsPFZoomLevel3 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+2),
|
|
139
132
|
table.sapSuiteUiCommonsPFZoomLevel3 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+4) {
|
|
@@ -167,7 +160,6 @@ table.sapSuiteUiCommonsPFZoomLevel3 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
|
|
|
167
160
|
max-width: 8.5rem;
|
|
168
161
|
}
|
|
169
162
|
|
|
170
|
-
|
|
171
163
|
/* Styles for zoom level 4 */
|
|
172
164
|
table.sapSuiteUiCommonsPFZoomLevel4 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+2),
|
|
173
165
|
table.sapSuiteUiCommonsPFZoomLevel4 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+4) {
|
|
@@ -201,7 +193,6 @@ table.sapSuiteUiCommonsPFZoomLevel4 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
|
|
|
201
193
|
max-width: 6rem;
|
|
202
194
|
}
|
|
203
195
|
|
|
204
|
-
|
|
205
196
|
/* Table cell paddings for flow nodes table body */
|
|
206
197
|
table.sapSuiteUiCommonsPF > tbody div.sapSuiteUiCommonsProcessFlowNode {
|
|
207
198
|
margin-top: 0.5rem;
|
|
@@ -212,6 +203,7 @@ table.sapSuiteUiCommonsPF > tbody div.sapSuiteUiCommonsProcessFlowNode {
|
|
|
212
203
|
display: block;
|
|
213
204
|
height: inherit;
|
|
214
205
|
-webkit-user-select: none;
|
|
206
|
+
user-select: none;
|
|
215
207
|
min-height: 7rem;
|
|
216
208
|
min-width: 13rem;
|
|
217
209
|
width: 100%;
|
|
@@ -221,104 +213,95 @@ table.sapSuiteUiCommonsPF > tbody div.sapSuiteUiCommonsProcessFlowNode {
|
|
|
221
213
|
.sapSuiteUiScrollContainerPF {
|
|
222
214
|
clear: both;
|
|
223
215
|
display: block;
|
|
224
|
-
user-select: none;
|
|
225
|
-
-ms-user-select: none;
|
|
226
|
-
-moz-user-select: none;
|
|
227
216
|
-webkit-user-select: none;
|
|
217
|
+
user-select: none;
|
|
228
218
|
-webkit-user-drag: none;
|
|
229
219
|
-webkit-touch-callout: none;
|
|
230
|
-
-ms-touch-select: none;
|
|
231
220
|
touch-action: manipulation;
|
|
232
221
|
-webkit-overflow-scrolling: touch;
|
|
233
222
|
height: 100%;
|
|
234
|
-
margin:
|
|
223
|
+
margin: 0 2.8rem 0 2.8rem;
|
|
235
224
|
overflow: hidden;
|
|
236
225
|
-webkit-tap-highlight-color: transparent;
|
|
237
226
|
}
|
|
238
227
|
|
|
239
228
|
.sap-phone .sapSuiteUiScrollContainerPF,
|
|
240
229
|
.sap-tablet .sapSuiteUiScrollContainerPF{
|
|
241
|
-
margin:
|
|
230
|
+
margin: 0 1.6rem 0 1.6rem;
|
|
242
231
|
overflow: auto;
|
|
243
232
|
}
|
|
244
233
|
|
|
245
|
-
.sapSuiteUiScrollContainerPF::-webkit-scrollbar {
|
|
246
|
-
display: none;
|
|
247
|
-
overflow: hidden;
|
|
248
|
-
}
|
|
249
|
-
|
|
250
234
|
.sapSuiteUiScrollContainerPF > * {
|
|
251
235
|
clear: both;
|
|
252
236
|
float: none;
|
|
253
237
|
display: inline-block;
|
|
254
238
|
position: relative;
|
|
255
|
-
user-select: none;
|
|
256
|
-
-ms-user-select: none;
|
|
257
|
-
-moz-user-select: none;
|
|
258
239
|
-webkit-user-select: none;
|
|
240
|
+
user-select: none;
|
|
259
241
|
-webkit-user-drag: none;
|
|
260
242
|
-webkit-touch-callout: none;
|
|
261
|
-
|
|
262
|
-
-
|
|
263
|
-
-webkit-transform-origin: 0rem 0rem;
|
|
243
|
+
transition: transform 0ms;
|
|
244
|
+
transform-origin: 0 0;
|
|
264
245
|
overflow: hidden;
|
|
265
246
|
-webkit-tap-highlight-color: transparent;
|
|
266
247
|
}
|
|
267
248
|
|
|
268
249
|
/* Selector for BlackBerry 'bb' and Chrome/Fiori-App - 'cr'.
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
html[data-sap-ui-browser^="cr"] .sapSuiteUiScrollContainerPF >
|
|
274
|
-
|
|
275
|
-
-webkit-transform: translate3d(0,0,0);
|
|
250
|
+
* Used to enable hardware acceleration.
|
|
251
|
+
* Possible solution for the future:
|
|
252
|
+
* https://developer.mozilla.org/de/docs/Web/CSS/will-change
|
|
253
|
+
*/
|
|
254
|
+
html[data-sap-ui-browser^="cr"] .sapSuiteUiScrollContainerPF > * {
|
|
255
|
+
transform: translate3d(0,0,0);
|
|
276
256
|
}
|
|
277
257
|
|
|
278
258
|
.sapSuiteUiScrollContainerPF div:focus {
|
|
279
259
|
outline: none;
|
|
280
260
|
}
|
|
281
261
|
|
|
282
|
-
.sapSuiteUiGrabCursorPF,
|
|
283
|
-
|
|
284
|
-
cursor:
|
|
262
|
+
.sapSuiteUiGrabCursorPF,
|
|
263
|
+
.sapSuiteUiGrabCursorPF .sapMText {
|
|
264
|
+
cursor: grab;
|
|
285
265
|
}
|
|
286
266
|
|
|
287
|
-
.sapSuiteUiGrabbingCursorPF,
|
|
288
|
-
|
|
289
|
-
cursor:
|
|
267
|
+
.sapSuiteUiGrabbingCursorPF,
|
|
268
|
+
.sapSuiteUiGrabbingCursorPF .sapMText {
|
|
269
|
+
cursor: grabbing;
|
|
290
270
|
}
|
|
291
271
|
|
|
292
|
-
.sapSuiteUiGrabCursorIEPF,
|
|
272
|
+
.sapSuiteUiGrabCursorIEPF,
|
|
273
|
+
.sapSuiteUiGrabCursorIEPF .sapMText {
|
|
293
274
|
cursor: all-scroll;
|
|
294
275
|
}
|
|
295
276
|
|
|
296
|
-
.sapSuiteUiGrabbingCursorIEPF,
|
|
277
|
+
.sapSuiteUiGrabbingCursorIEPF,
|
|
278
|
+
.sapSuiteUiGrabbingCursorIEPF .sapMText {
|
|
297
279
|
cursor: all-scroll;
|
|
298
280
|
}
|
|
299
281
|
|
|
300
|
-
.sapSuiteUiDefaultCursorPF,
|
|
282
|
+
.sapSuiteUiDefaultCursorPF,
|
|
283
|
+
.sapSuiteUiDefaultCursorPF .sapMText {
|
|
301
284
|
cursor: default;
|
|
302
285
|
}
|
|
303
286
|
|
|
304
287
|
table.sapSuiteUiCommonsPF > tbody > tr:first-child {
|
|
305
|
-
height
|
|
288
|
+
height: 0.5rem;
|
|
306
289
|
}
|
|
307
290
|
|
|
308
291
|
table.sapSuiteUiCommonsPFZoomLevel1 > tbody > tr:not(:first-child) > td:first-child {
|
|
309
|
-
height
|
|
292
|
+
height: 14.81rem;
|
|
310
293
|
}
|
|
311
294
|
|
|
312
295
|
table.sapSuiteUiCommonsPFZoomLevel2 > tbody > tr:not(:first-child) > td:first-child {
|
|
313
|
-
height
|
|
296
|
+
height: 13.56rem;
|
|
314
297
|
}
|
|
315
298
|
|
|
316
299
|
table.sapSuiteUiCommonsPFZoomLevel3 > tbody > tr:not(:first-child) > td:first-child {
|
|
317
|
-
height
|
|
300
|
+
height: 9.5rem;
|
|
318
301
|
}
|
|
319
302
|
|
|
320
303
|
table.sapSuiteUiCommonsPFZoomLevel4 > tbody > tr:not(:first-child) > td:first-child {
|
|
321
|
-
height
|
|
304
|
+
height: 4.75rem;
|
|
322
305
|
}
|
|
323
306
|
|
|
324
307
|
.sapPFHArrowScroll {
|
|
@@ -326,66 +309,64 @@ table.sapSuiteUiCommonsPFZoomLevel4 > tbody > tr:not(:first-child) > td:first-ch
|
|
|
326
309
|
cursor: pointer;
|
|
327
310
|
position: absolute;
|
|
328
311
|
top: 2.5rem;
|
|
329
|
-
color:
|
|
312
|
+
color: var(--sapContent_IconColor);
|
|
330
313
|
text-shadow: @sapUiShadowText;
|
|
331
314
|
}
|
|
332
315
|
|
|
333
316
|
.sap-phone .sapPFHArrowScroll,
|
|
334
317
|
.sap-tablet .sapPFHArrowScroll,
|
|
335
|
-
html[data-sap-ui-os=win8] .sapPFHArrowScroll,
|
|
336
318
|
.sap-phone .suiteUiPFHCounter,
|
|
337
|
-
.sap-tablet .suiteUiPFHCounter
|
|
338
|
-
html[data-sap-ui-os=win8] .suiteUiPFHCounter {
|
|
319
|
+
.sap-tablet .suiteUiPFHCounter {
|
|
339
320
|
top: 2.45rem;
|
|
340
321
|
}
|
|
341
322
|
|
|
342
323
|
.sapPFHArrowScrollLeft {
|
|
343
|
-
left:
|
|
324
|
+
left: 0;
|
|
344
325
|
padding: 0.5rem 1rem;
|
|
345
326
|
}
|
|
346
327
|
|
|
347
328
|
.sapPFHArrowScrollRight {
|
|
348
|
-
right:
|
|
329
|
+
right: 0;
|
|
349
330
|
padding: 0.5rem 1rem;
|
|
350
331
|
}
|
|
351
332
|
|
|
352
|
-
.suiteUiPFHCounter{
|
|
333
|
+
.suiteUiPFHCounter {
|
|
353
334
|
font-weight: normal;
|
|
354
335
|
top: 2.5rem;
|
|
355
336
|
position: absolute;
|
|
356
337
|
}
|
|
357
338
|
|
|
358
|
-
.suiteUiPFHCounterLeft{
|
|
339
|
+
.suiteUiPFHCounterLeft {
|
|
359
340
|
left: 0.8rem;
|
|
360
341
|
padding: 0.6rem 1rem;
|
|
361
342
|
}
|
|
362
343
|
|
|
363
|
-
.suiteUiPFHCounterRight{
|
|
344
|
+
.suiteUiPFHCounterRight {
|
|
364
345
|
right: 0.8rem;
|
|
365
346
|
padding: 0.6rem 1rem;
|
|
366
347
|
}
|
|
367
348
|
|
|
368
349
|
.sap-phone .suiteUiPFHCounterLeft,
|
|
369
|
-
.sap-tablet .suiteUiPFHCounterLeft{
|
|
350
|
+
.sap-tablet .suiteUiPFHCounterLeft {
|
|
370
351
|
left: 0.1rem;
|
|
371
352
|
padding: 0.6rem 0.5rem;
|
|
372
353
|
}
|
|
373
354
|
|
|
374
355
|
.sap-phone .suiteUiPFHCounterRight,
|
|
375
|
-
.sap-tablet .suiteUiPFHCounterRight{
|
|
356
|
+
.sap-tablet .suiteUiPFHCounterRight {
|
|
376
357
|
right: 0.1rem;
|
|
377
358
|
padding: 0.6rem 0.5rem;
|
|
378
359
|
}
|
|
379
360
|
|
|
380
361
|
.sap-phone .sapPFHArrowScrollLeft,
|
|
381
362
|
.sap-tablet .sapPFHArrowScrollLeft {
|
|
382
|
-
left:
|
|
363
|
+
left: 0;
|
|
383
364
|
padding: 0.5rem 0;
|
|
384
365
|
}
|
|
385
366
|
|
|
386
367
|
.sap-phone .sapPFHArrowScrollRight,
|
|
387
368
|
.sap-tablet .sapPFHArrowScrollRight {
|
|
388
|
-
right:
|
|
369
|
+
right: 0;
|
|
389
370
|
padding: 0.5rem 0;
|
|
390
371
|
}
|
|
391
372
|
|
|
@@ -406,7 +387,7 @@ html[data-sap-ui-os=win8] .suiteUiPFHCounter {
|
|
|
406
387
|
|
|
407
388
|
html.sap-desktop .sapPFHArrowScroll:hover,
|
|
408
389
|
html.sap-desktop .sapPFHArrowScroll:active {
|
|
409
|
-
color:
|
|
390
|
+
color: var(--sapHighlightColor);
|
|
410
391
|
}
|
|
411
392
|
|
|
412
393
|
.sapPFHArrowScroll:focus,
|
|
@@ -415,13 +396,13 @@ html.sap-desktop .sapPFHArrowScroll:active {
|
|
|
415
396
|
}
|
|
416
397
|
|
|
417
398
|
.suiteUiPFHCounter {
|
|
418
|
-
font-family:
|
|
419
|
-
font-size:
|
|
420
|
-
color:
|
|
399
|
+
font-family: var(--sapFontFamily);
|
|
400
|
+
font-size: var(--sapFontSmallSize);
|
|
401
|
+
color: var(--sapGroup_TitleTextColor);
|
|
421
402
|
text-shadow: @sapUiShadowText;
|
|
422
403
|
}
|
|
423
404
|
|
|
424
405
|
.sapSuiteUiCommonsProcessFlowZIndexForConnectors {
|
|
425
406
|
position: relative;
|
|
426
407
|
z-index: 0;
|
|
427
|
-
}
|
|
408
|
+
}
|
|
@@ -1,207 +1,261 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlowConnection
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* =========================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowConnection */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* =========================================================== */
|
|
5
5
|
|
|
6
6
|
.sapSuiteUiCommonsParentPosition {
|
|
7
7
|
position: relative;
|
|
8
8
|
}
|
|
9
|
+
|
|
9
10
|
.sapSuiteUiCommonsFloatLeft {
|
|
10
11
|
float: left;
|
|
11
12
|
}
|
|
13
|
+
|
|
12
14
|
.sapSuiteUiCommonsFloatClear {
|
|
13
15
|
clear: both;
|
|
14
16
|
}
|
|
17
|
+
|
|
15
18
|
.sapSuiteUiCommonsBoxMiddleWidth {
|
|
16
19
|
width: 0.125rem;
|
|
17
20
|
}
|
|
21
|
+
|
|
18
22
|
.sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth {
|
|
19
23
|
width: 0.09375rem;
|
|
20
24
|
}
|
|
25
|
+
|
|
21
26
|
html[data-sap-ui-browser^="cr"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth,
|
|
22
27
|
html[data-sap-ui-os^="iOS"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth,
|
|
23
28
|
html[data-sap-ui-browser^="sf"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth {
|
|
24
29
|
width: 0.125rem;
|
|
25
30
|
}
|
|
26
|
-
|
|
27
|
-
width: 0.14rem;
|
|
28
|
-
}
|
|
29
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth {
|
|
30
|
-
width: 0.1rem;
|
|
31
|
-
}
|
|
31
|
+
|
|
32
32
|
.sapSuiteUiCommonsBoxMiddleBorderWidth {
|
|
33
|
-
width:
|
|
33
|
+
width: 0;
|
|
34
34
|
}
|
|
35
|
+
|
|
35
36
|
/* The left part of the arrow before the branch */
|
|
36
37
|
.sapSuiteUiCommonsBoxZoom1Width {
|
|
37
38
|
width: 1.9375rem;
|
|
38
39
|
}
|
|
40
|
+
|
|
39
41
|
.sapSuiteUiCommonsBoxZoom2Width {
|
|
40
42
|
width: 1.4375rem;
|
|
41
43
|
}
|
|
44
|
+
|
|
42
45
|
.sapSuiteUiCommonsBoxZoom3Width {
|
|
43
46
|
width: 1.9375rem;
|
|
44
47
|
}
|
|
48
|
+
|
|
45
49
|
.sapSuiteUiCommonsBoxZoom4Width {
|
|
46
50
|
width: 2.4375rem;
|
|
47
51
|
}
|
|
48
|
-
|
|
52
|
+
|
|
53
|
+
/* The left part of the arrow before the branch when PF has labels */
|
|
49
54
|
.sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxZoom1Width {
|
|
50
55
|
width: 1rem;
|
|
51
56
|
}
|
|
57
|
+
|
|
52
58
|
.sapSuiteUiCommonsBoxZoom2Width.sapSuiteUiCommonsPFWithLabel {
|
|
53
59
|
width: 1rem;
|
|
54
60
|
}
|
|
61
|
+
|
|
55
62
|
.sapSuiteUiCommonsBoxZoom3Width.sapSuiteUiCommonsPFWithLabel {
|
|
56
63
|
width: 1rem;
|
|
57
64
|
}
|
|
65
|
+
|
|
58
66
|
.sapSuiteUiCommonsBoxZoom4Width.sapSuiteUiCommonsPFWithLabel {
|
|
59
67
|
width: 1rem;
|
|
60
68
|
}
|
|
69
|
+
|
|
61
70
|
/* The connection when there is no arrow. */
|
|
62
71
|
.sapSuiteUiCommonsBoxZoom1WidthWithLabel {
|
|
63
72
|
width: 7rem;
|
|
64
73
|
}
|
|
65
|
-
|
|
74
|
+
|
|
75
|
+
/* Blackberry doesn't work fine with 6rem instead, works for 5.99rem */
|
|
66
76
|
html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom1WidthWithLabel {
|
|
67
77
|
width: 5.99rem;
|
|
68
78
|
}
|
|
79
|
+
|
|
69
80
|
.sapSuiteUiCommonsBoxZoom2WidthWithLabel {
|
|
70
81
|
width: 7rem;
|
|
71
82
|
}
|
|
83
|
+
|
|
72
84
|
html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom2WidthWithLabel {
|
|
73
85
|
width: 5.99rem;
|
|
74
86
|
}
|
|
87
|
+
|
|
75
88
|
.sapSuiteUiCommonsBoxZoom3WidthWithLabel {
|
|
76
89
|
width: 7rem;
|
|
77
90
|
}
|
|
91
|
+
|
|
78
92
|
html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom3WidthWithLabel {
|
|
79
93
|
width: 5.99rem;
|
|
80
94
|
}
|
|
95
|
+
|
|
81
96
|
.sapSuiteUiCommonsBoxZoom4WidthWithLabel {
|
|
82
97
|
width: 7rem;
|
|
83
98
|
}
|
|
99
|
+
|
|
84
100
|
html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom4WidthWithLabel {
|
|
85
101
|
width: 5.99rem;
|
|
86
102
|
}
|
|
103
|
+
|
|
87
104
|
/* The right part of the arrow, after the branch. */
|
|
88
105
|
.sapSuiteUiCommonsBoxArrowZoom1Width {
|
|
89
106
|
width: 1.3125rem;
|
|
90
107
|
}
|
|
108
|
+
|
|
91
109
|
.sapSuiteUiCommonsBoxArrowZoom2Width {
|
|
92
110
|
width: 0.8125rem;
|
|
93
111
|
}
|
|
112
|
+
|
|
94
113
|
.sapSuiteUiCommonsBoxArrowZoom3Width {
|
|
95
114
|
width: 1.3125rem;
|
|
96
115
|
}
|
|
116
|
+
|
|
97
117
|
.sapSuiteUiCommonsBoxArrowZoom4Width {
|
|
98
118
|
width: 1.8125rem;
|
|
99
119
|
}
|
|
120
|
+
|
|
100
121
|
/* The right part of the arrow, after the branch when PF has labels. */
|
|
101
122
|
.sapSuiteUiCommonsBoxArrowZoom1Width.sapSuiteUiCommonsPFWithLabel {
|
|
102
123
|
width: 5.45rem;
|
|
103
124
|
}
|
|
125
|
+
|
|
104
126
|
.sapSuiteUiCommonsBoxArrowZoom2Width.sapSuiteUiCommonsPFWithLabel {
|
|
105
127
|
width: 5.45rem;
|
|
106
128
|
}
|
|
129
|
+
|
|
107
130
|
.sapSuiteUiCommonsBoxArrowZoom3Width.sapSuiteUiCommonsPFWithLabel {
|
|
108
131
|
width: 5.45rem;
|
|
109
132
|
}
|
|
133
|
+
|
|
110
134
|
.sapSuiteUiCommonsBoxArrowZoom4Width.sapSuiteUiCommonsPFWithLabel {
|
|
111
135
|
width: 5.45rem;
|
|
112
136
|
}
|
|
137
|
+
|
|
113
138
|
.sapSuiteUiCommonsBoxWideWidth {
|
|
114
139
|
width: 100%;
|
|
115
140
|
}
|
|
141
|
+
|
|
116
142
|
/* The whole arrow, when there is no branch. */
|
|
117
143
|
.sapSuiteUiCommonsBoxWideArrowZoom1Width {
|
|
118
144
|
width: 3.375rem;
|
|
119
145
|
}
|
|
146
|
+
|
|
120
147
|
.sapSuiteUiCommonsBoxWideArrowZoom2Width {
|
|
121
148
|
width: 2.375rem;
|
|
122
149
|
}
|
|
150
|
+
|
|
123
151
|
.sapSuiteUiCommonsBoxWideArrowZoom3Width {
|
|
124
152
|
width: 3.375rem;
|
|
125
153
|
}
|
|
154
|
+
|
|
126
155
|
.sapSuiteUiCommonsBoxWideArrowZoom4Width {
|
|
127
156
|
width: 4.375rem;
|
|
128
157
|
}
|
|
158
|
+
|
|
129
159
|
/* The whole arrow, when there is no branch and PF has labels. */
|
|
130
160
|
.sapSuiteUiCommonsBoxWideArrowZoom1Width.sapSuiteUiCommonsPFWithLabel {
|
|
131
161
|
width: 6.5rem;
|
|
132
162
|
}
|
|
163
|
+
|
|
133
164
|
.sapSuiteUiCommonsBoxWideArrowZoom2Width.sapSuiteUiCommonsPFWithLabel {
|
|
134
165
|
width: 6.5rem;
|
|
135
166
|
}
|
|
167
|
+
|
|
136
168
|
.sapSuiteUiCommonsBoxWideArrowZoom3Width.sapSuiteUiCommonsPFWithLabel {
|
|
137
169
|
width: 6.5rem;
|
|
138
170
|
}
|
|
171
|
+
|
|
139
172
|
.sapSuiteUiCommonsBoxWideArrowZoom4Width.sapSuiteUiCommonsPFWithLabel {
|
|
140
173
|
width: 6.5rem;
|
|
141
174
|
}
|
|
175
|
+
|
|
142
176
|
.sapSuiteUiCommonsBoxWideZoom1Height {
|
|
143
177
|
height: 14.8125rem;
|
|
144
178
|
}
|
|
179
|
+
|
|
145
180
|
.sapSuiteUiCommonsBoxWideZoom2Height {
|
|
146
181
|
height: 13.5625rem;
|
|
147
182
|
}
|
|
183
|
+
|
|
148
184
|
.sapSuiteUiCommonsBoxWideZoom3Height {
|
|
149
185
|
height: 9.5rem;
|
|
150
186
|
}
|
|
187
|
+
|
|
151
188
|
.sapSuiteUiCommonsBoxWideZoom4Height {
|
|
152
189
|
height: 4.75rem;
|
|
153
190
|
}
|
|
191
|
+
|
|
154
192
|
.sapSuiteUiCommonsBoxTopZoom1Height {
|
|
155
193
|
height: 6rem;
|
|
156
194
|
}
|
|
195
|
+
|
|
157
196
|
.sapSuiteUiCommonsBoxTopZoom2Height {
|
|
158
197
|
height: 5.5625rem;
|
|
159
198
|
}
|
|
199
|
+
|
|
160
200
|
.sapSuiteUiCommonsBoxTopZoom3Height {
|
|
161
201
|
height: 4.0625rem;
|
|
162
202
|
}
|
|
203
|
+
|
|
163
204
|
.sapSuiteUiCommonsBoxTopZoom4Height {
|
|
164
205
|
height: 1.75rem;
|
|
165
206
|
}
|
|
207
|
+
|
|
166
208
|
.sapSuiteUiCommonsBoxMiddleHeight {
|
|
167
209
|
height: 0.125rem;
|
|
168
210
|
}
|
|
211
|
+
|
|
169
212
|
.sapSuiteUiCommonsBoxMiddleBorderHeight {
|
|
170
|
-
height:
|
|
213
|
+
height: 0;
|
|
171
214
|
}
|
|
215
|
+
|
|
172
216
|
.sapSuiteUiCommonsBoxBottomZoom1Height {
|
|
173
217
|
height: 8.6875rem;
|
|
174
218
|
}
|
|
219
|
+
|
|
175
220
|
.sapSuiteUiCommonsBoxBottomZoom2Height {
|
|
176
221
|
height: 7.875rem;
|
|
177
222
|
}
|
|
223
|
+
|
|
178
224
|
.sapSuiteUiCommonsBoxBottomZoom3Height {
|
|
179
225
|
height: 5.3125rem;
|
|
180
226
|
}
|
|
227
|
+
|
|
181
228
|
.sapSuiteUiCommonsBoxBottomZoom4Height {
|
|
182
229
|
height: 2.875rem;
|
|
183
230
|
}
|
|
231
|
+
|
|
184
232
|
.sapSuiteUiCommonsBorderLeft {
|
|
185
233
|
border-left-width: 0.125rem;
|
|
186
234
|
}
|
|
235
|
+
|
|
187
236
|
.sapSuiteUiCommonsBorderBottom {
|
|
188
237
|
border-bottom-width: 0.125rem;
|
|
189
238
|
}
|
|
239
|
+
|
|
190
240
|
.sapSuiteUiCommonsBorderLeftTypeNormal {
|
|
191
241
|
border-left-style: solid;
|
|
192
242
|
}
|
|
243
|
+
|
|
193
244
|
.sapSuiteUiCommonsBorderLeftTypePlanned {
|
|
194
245
|
border-left-style: dashed;
|
|
195
246
|
}
|
|
247
|
+
|
|
196
248
|
.sapSuiteUiCommonsBorderBottomTypeNormal {
|
|
197
249
|
border-bottom-style: solid;
|
|
198
250
|
}
|
|
251
|
+
|
|
199
252
|
.sapSuiteUiCommonsBorderBottomTypePlanned {
|
|
200
253
|
border-bottom-style: dashed;
|
|
201
254
|
}
|
|
255
|
+
|
|
202
256
|
.sapSuiteUiCommonsArrowRight {
|
|
203
|
-
width:
|
|
204
|
-
height:
|
|
257
|
+
width: 0;
|
|
258
|
+
height: 0;
|
|
205
259
|
position: absolute;
|
|
206
260
|
right: -1rem;
|
|
207
261
|
bottom: -0.3125rem;
|
|
@@ -210,4 +264,4 @@ html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom4WidthWithLabel {
|
|
|
210
264
|
border-top-color: transparent;
|
|
211
265
|
border-bottom-color: transparent;
|
|
212
266
|
border-width: 0.25rem 0.5rem;
|
|
213
|
-
}
|
|
267
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlowConnectionLabel
|
|
3
|
-
/* Base
|
|
4
|
-
/*
|
|
1
|
+
/* ================================================================ */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================================ */
|
|
5
5
|
|
|
6
6
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn {
|
|
7
7
|
position: absolute;
|
|
@@ -15,9 +15,9 @@
|
|
|
15
15
|
font-size: @sapMFontMediumSize;
|
|
16
16
|
height: 1.5rem;
|
|
17
17
|
text-shadow: none;
|
|
18
|
-
font-family:
|
|
18
|
+
font-family: var(--sapFontFamily);
|
|
19
19
|
font-weight: normal;
|
|
20
|
-
padding:
|
|
20
|
+
padding: 0 0.2rem 0 0.2rem;
|
|
21
21
|
min-width: 2rem;
|
|
22
22
|
border-radius: 0.19rem;
|
|
23
23
|
}
|
|
@@ -32,12 +32,7 @@
|
|
|
32
32
|
|
|
33
33
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner > .sapMBtnIcon {
|
|
34
34
|
line-height: 1.35rem;
|
|
35
|
-
font-size:
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
/* Corrects the vertical alignment of Icon in IE */
|
|
39
|
-
html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner > .sapMBtnIcon {
|
|
40
|
-
line-height: 1.4rem;
|
|
35
|
+
font-size: var(--sapFontLargeSize);
|
|
41
36
|
}
|
|
42
37
|
|
|
43
38
|
/* Centers icon if icon only (without text) is used */
|
|
@@ -62,7 +57,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowConnectionLabel.sap
|
|
|
62
57
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtnDisabled {
|
|
63
58
|
opacity: 1;
|
|
64
59
|
}
|
|
60
|
+
|
|
65
61
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtnDisabled > .sapMBtnInner > .sapMBtnContent,
|
|
66
62
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtnDisabled > .sapMBtnInner > .sapMBtnIcon {
|
|
67
63
|
opacity: 0.5;
|
|
68
|
-
}
|
|
64
|
+
}
|