@sapui5/sap.suite.ui.commons 1.145.1 → 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 +83 -4
- 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/CalculationBuilderInput.js +11 -0
- 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/ControlProxy.js +7 -4
- 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/ProcessFlowRenderer.js +3 -0
- package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
- package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
- 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 +9 -6
- 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 +16 -8
- package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
- package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
- package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
- package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
- package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
- package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
- package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
- package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
- package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
- package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
- 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 +110 -12
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
- package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
- package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
- package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
- 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/windowmessages/CollaborationMessageConsumer.js +3 -3
- 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,21 +1,20 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlowNode */
|
|
3
|
-
/* Evening Horizon theme
|
|
4
|
-
/*
|
|
1
|
+
/* ===================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowNode */
|
|
3
|
+
/* Evening Horizon theme */
|
|
4
|
+
/* ===================================================== */
|
|
5
5
|
|
|
6
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular:
|
|
7
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular:
|
|
6
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular: var(--sapContent_ForegroundBorderColor);
|
|
7
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular: var(--sapGroup_ContentBackground);
|
|
8
8
|
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned: lighten(@sapUiContentForegroundBorderColor, 8);
|
|
9
|
-
@_sap_suite_ui_commons_ProcessFlowNode_TextColorPlanned:
|
|
10
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundHighlighted:
|
|
11
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed:
|
|
12
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed:
|
|
9
|
+
@_sap_suite_ui_commons_ProcessFlowNode_TextColorPlanned: var(--sapGroup_TitleTextColor);
|
|
10
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundHighlighted: var(--sapTile_Background);
|
|
11
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed: var(--sapTile_Background);
|
|
12
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed: var(--sapGroup_ContentBorderColor);
|
|
13
13
|
@_sap_suite_ui_commons_ProcessFlowNode_TextColorDimmed: lighten(@sapTile_TextColor, 20);
|
|
14
14
|
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover: darken(@sapUiGroupContentBackground, 5);
|
|
15
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused:
|
|
16
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused:
|
|
17
|
-
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed:
|
|
18
|
-
|
|
15
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused: var(--sapTile_Background);
|
|
16
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused: var(--sapLegendColor6);
|
|
17
|
+
@_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed: var(--sapGroup_ContentBorderColor);
|
|
19
18
|
|
|
20
19
|
/* border styles */
|
|
21
20
|
.sapSuiteUiCommonsProcessFlowNodeBorderStandard {
|
|
@@ -24,63 +23,66 @@
|
|
|
24
23
|
/* border color needs to be separated, otherwise border style for planned node is overwritten in belize_plus when color variable is loaded */
|
|
25
24
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
26
25
|
}
|
|
26
|
+
|
|
27
27
|
.sapSuiteUiCommonsProcessFlowNode1BorderStyle {
|
|
28
28
|
border-right: none !important;
|
|
29
29
|
border-bottom: none !important;
|
|
30
30
|
border-top-left-radius: 1rem !important;
|
|
31
31
|
}
|
|
32
|
+
|
|
32
33
|
.sapSuiteUiCommonsProcessFlowNode1FoldedBorderStyle {
|
|
33
34
|
border-style: none;
|
|
34
|
-
|
|
35
|
+
border-bottom-right-radius: 0.5rem !important;
|
|
35
36
|
}
|
|
37
|
+
|
|
36
38
|
.sapSuiteUiCommonsProcessFlowNode2BorderStyle {
|
|
37
39
|
border-left: none !important;
|
|
38
40
|
border-bottom: none !important;
|
|
39
41
|
border-top-right-radius: 1rem !important;
|
|
40
42
|
}
|
|
43
|
+
|
|
41
44
|
.sapSuiteUiCommonsProcessFlowNode3BorderStyle {
|
|
42
45
|
border-top: none !important;
|
|
43
46
|
border-bottom-left-radius: 1rem !important;
|
|
44
|
-
|
|
47
|
+
border-bottom-right-radius: 1rem !important;
|
|
45
48
|
}
|
|
49
|
+
|
|
46
50
|
/* ----- */
|
|
47
51
|
/* node0 */
|
|
48
52
|
/* ----- */
|
|
49
|
-
/* shadow for highlighted*/
|
|
53
|
+
/* shadow for highlighted */
|
|
50
54
|
.sapSuiteUiCommonsShadowedDivFoldedCorner,
|
|
51
55
|
.sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
|
|
52
56
|
position: absolute;
|
|
53
57
|
border: none;
|
|
54
|
-
height:
|
|
55
|
-
min-height:
|
|
56
|
-
max-height:
|
|
57
|
-
line-height:
|
|
58
|
+
height: 0;
|
|
59
|
+
min-height: 0;
|
|
60
|
+
max-height: 0;
|
|
61
|
+
line-height: 0;
|
|
58
62
|
transform: rotate(-45deg);
|
|
59
|
-
-ms-transform: rotate(-45deg);
|
|
60
|
-
-moz-transform: rotate(-45deg);
|
|
61
|
-
-webkit-transform: rotate(-45deg);
|
|
62
63
|
}
|
|
63
64
|
|
|
64
65
|
.sapSuiteUiCommonsShadowedDivCommon {
|
|
65
66
|
position: absolute;
|
|
66
67
|
border: none;
|
|
67
68
|
box-sizing: border-box;
|
|
68
|
-
-moz-box-sizing: border-box;
|
|
69
|
-
-webkit-box-sizing: border-box;
|
|
70
69
|
}
|
|
71
|
-
|
|
70
|
+
|
|
71
|
+
.sapSuiteUiCommonsProcessFlowNode2BorderStyle.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted {
|
|
72
72
|
border-left: none !important;
|
|
73
73
|
border-bottom: none !important;
|
|
74
74
|
border-top-right-radius: 1rem !important;
|
|
75
|
-
box-shadow: 2px -2px 0.125rem
|
|
75
|
+
box-shadow: 2px -2px 0.125rem 0 fade(@sapUiContentShadowColor, 30) !important;
|
|
76
76
|
}
|
|
77
|
+
|
|
77
78
|
.sapSuiteUiCommonsProcessFlowNode3BorderStyle.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted{
|
|
78
79
|
border-top: none !important;
|
|
79
80
|
border-bottom-left-radius: 1rem !important;
|
|
80
|
-
|
|
81
|
-
box-shadow: 2px 2px 0.125rem
|
|
81
|
+
border-bottom-right-radius: 1rem !important;
|
|
82
|
+
box-shadow: 2px 2px 0.125rem 0 fade(@sapUiContentShadowColor, 30), -2px 2px 0.125rem 0 fade(@sapUiContentShadowColor, 30) !important;
|
|
82
83
|
}
|
|
83
|
-
|
|
84
|
+
|
|
85
|
+
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
|
|
84
86
|
left: -0.18125rem;
|
|
85
87
|
top: 0.45rem;
|
|
86
88
|
width: 1.2375rem;
|
|
@@ -88,7 +90,8 @@
|
|
|
88
90
|
max-width: 1.2375rem;
|
|
89
91
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
90
92
|
}
|
|
91
|
-
|
|
93
|
+
|
|
94
|
+
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
|
|
92
95
|
left: -0.18125rem;
|
|
93
96
|
top: 0.5rem;
|
|
94
97
|
width: 1.25rem;
|
|
@@ -96,7 +99,8 @@
|
|
|
96
99
|
max-width: 1.25rem;
|
|
97
100
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
98
101
|
}
|
|
99
|
-
|
|
102
|
+
|
|
103
|
+
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
|
|
100
104
|
left: -0.18125rem;
|
|
101
105
|
top: 0.45rem;
|
|
102
106
|
width: 1.2375rem;
|
|
@@ -104,7 +108,8 @@
|
|
|
104
108
|
max-width: 1.2375rem;
|
|
105
109
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
106
110
|
}
|
|
107
|
-
|
|
111
|
+
|
|
112
|
+
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
|
|
108
113
|
left: -0.18125rem;
|
|
109
114
|
top: 0.5rem;
|
|
110
115
|
width: 1.25rem;
|
|
@@ -112,6 +117,7 @@
|
|
|
112
117
|
max-width: 1.25rem;
|
|
113
118
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
114
119
|
}
|
|
120
|
+
|
|
115
121
|
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
|
|
116
122
|
left: -0.13125rem;
|
|
117
123
|
top: 0.325rem;
|
|
@@ -120,7 +126,8 @@
|
|
|
120
126
|
max-width: 0.89375rem;
|
|
121
127
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
122
128
|
}
|
|
123
|
-
|
|
129
|
+
|
|
130
|
+
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
|
|
124
131
|
left: -0.125rem;
|
|
125
132
|
top: 0.375rem;
|
|
126
133
|
width: 0.9375rem;
|
|
@@ -128,6 +135,7 @@
|
|
|
128
135
|
max-width: 0.9375rem;
|
|
129
136
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
130
137
|
}
|
|
138
|
+
|
|
131
139
|
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCorner {
|
|
132
140
|
left: -0.13125rem;
|
|
133
141
|
top: 0.325rem;
|
|
@@ -136,6 +144,7 @@
|
|
|
136
144
|
max-width: 0.89375rem;
|
|
137
145
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
138
146
|
}
|
|
147
|
+
|
|
139
148
|
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerSafari {
|
|
140
149
|
left: -0.125rem;
|
|
141
150
|
top: 0.375rem;
|
|
@@ -144,161 +153,13 @@
|
|
|
144
153
|
max-width: 0.9375rem;
|
|
145
154
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
146
155
|
}
|
|
147
|
-
/*.sapSuiteUiCommonsShadowedDivBorderTop,
|
|
148
|
-
.sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
|
|
149
|
-
top: 0rem;
|
|
150
|
-
height: 0rem;
|
|
151
|
-
min-height: 0rem;
|
|
152
|
-
max-height: 0rem;
|
|
153
|
-
line-height: 0rem;
|
|
154
|
-
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
155
|
-
}
|
|
156
|
-
.sapSuiteUiCommonsShadowedDivBorderRight {
|
|
157
|
-
right: 0rem;
|
|
158
|
-
top: 0rem;
|
|
159
|
-
width: 0rem;
|
|
160
|
-
min-width: 0rem;
|
|
161
|
-
max-width: 0rem;
|
|
162
|
-
height: 100%;
|
|
163
|
-
min-height: 100%;
|
|
164
|
-
max-height: 100%;
|
|
165
|
-
line-height: 100%;
|
|
166
|
-
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
167
|
-
}
|
|
168
|
-
.sapSuiteUiCommonsShadowedDivBorderBottom {
|
|
169
|
-
left: 0rem;
|
|
170
|
-
bottom: 0rem;
|
|
171
|
-
width: 100%;
|
|
172
|
-
min-width: 100%;
|
|
173
|
-
max-width: 100%;
|
|
174
|
-
height: 0rem;
|
|
175
|
-
min-height: 0rem;
|
|
176
|
-
max-height: 0rem;
|
|
177
|
-
line-height: 0rem;
|
|
178
|
-
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
179
|
-
}
|
|
180
|
-
.sapSuiteUiCommonsShadowedDivBorderLeft,
|
|
181
|
-
.sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
|
|
182
|
-
left: 0rem;
|
|
183
|
-
width: 0rem;
|
|
184
|
-
min-width: 0rem;
|
|
185
|
-
max-width: 0rem;
|
|
186
|
-
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
187
|
-
}
|
|
188
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivBorderTop {
|
|
189
|
-
left: 0rem;
|
|
190
|
-
width: 11rem;
|
|
191
|
-
min-width: 11rem;
|
|
192
|
-
max-width: 11rem;
|
|
193
|
-
}
|
|
194
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
|
|
195
|
-
left: 1rem;
|
|
196
|
-
width: 10rem;
|
|
197
|
-
min-width: 10rem;
|
|
198
|
-
max-width: 10rem;
|
|
199
|
-
}
|
|
200
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivBorderLeft {
|
|
201
|
-
top: 0rem;
|
|
202
|
-
height: 13.8125rem;
|
|
203
|
-
min-height: 13.8125rem;
|
|
204
|
-
max-height: 13.8125rem;
|
|
205
|
-
line-height: 13.8125rem;
|
|
206
|
-
}
|
|
207
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel1 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
|
|
208
|
-
top: 1rem;
|
|
209
|
-
height: 12.8125rem;
|
|
210
|
-
min-height: 12.8125rem;
|
|
211
|
-
max-height: 12.8125rem;
|
|
212
|
-
line-height: 12.8125rem;
|
|
213
|
-
}
|
|
214
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivBorderTop {
|
|
215
|
-
left: 0rem;
|
|
216
|
-
width: 9rem;
|
|
217
|
-
min-width: 9rem;
|
|
218
|
-
max-width: 9rem;
|
|
219
|
-
}
|
|
220
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
|
|
221
|
-
left: 1rem;
|
|
222
|
-
width: 8rem;
|
|
223
|
-
min-width: 8rem;
|
|
224
|
-
max-width: 8rem;
|
|
225
|
-
}
|
|
226
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivBorderLeft {
|
|
227
|
-
top: 0rem;
|
|
228
|
-
height: 12.1875rem;
|
|
229
|
-
min-height: 12.1875rem;
|
|
230
|
-
max-height: 12.1875rem;
|
|
231
|
-
line-height: 12.1875rem;
|
|
232
|
-
}
|
|
233
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel2 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
|
|
234
|
-
top: 1rem;
|
|
235
|
-
height: 11.1875rem;
|
|
236
|
-
min-height: 11.1875rem;
|
|
237
|
-
max-height: 11.1875rem;
|
|
238
|
-
line-height: 11.1875rem;
|
|
239
|
-
}
|
|
240
|
-
|
|
241
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivBorderTop {
|
|
242
|
-
left: 0rem;
|
|
243
|
-
width: 6.5rem;
|
|
244
|
-
min-width: 6.5rem;
|
|
245
|
-
max-width: 6.5rem;
|
|
246
|
-
}
|
|
247
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
|
|
248
|
-
left: 0.75rem;
|
|
249
|
-
width: 5.75rem;
|
|
250
|
-
min-width: 5.75rem;
|
|
251
|
-
max-width: 5.75rem;
|
|
252
|
-
}
|
|
253
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivBorderLeft {
|
|
254
|
-
top: 0rem;
|
|
255
|
-
height: 8rem;
|
|
256
|
-
min-height: 8rem;
|
|
257
|
-
max-height: 8rem;
|
|
258
|
-
line-height: 8rem;
|
|
259
|
-
}
|
|
260
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel3 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
|
|
261
|
-
top: 0.75rem;
|
|
262
|
-
height: 7.25rem;
|
|
263
|
-
min-height: 7.25rem;
|
|
264
|
-
max-height: 7.25rem;
|
|
265
|
-
line-height: 7.25rem;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivBorderTop {
|
|
269
|
-
left: 0rem;
|
|
270
|
-
width: 3rem;
|
|
271
|
-
min-width: 3rem;
|
|
272
|
-
max-width: 3rem;
|
|
273
|
-
}
|
|
274
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderTop {
|
|
275
|
-
left: 0.75rem;
|
|
276
|
-
width: 2.25rem;
|
|
277
|
-
min-width: 2.25rem;
|
|
278
|
-
max-width: 2.25rem;
|
|
279
|
-
}
|
|
280
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivBorderLeft {
|
|
281
|
-
top: 0rem;
|
|
282
|
-
height: 3.75rem;
|
|
283
|
-
min-height: 3.75rem;
|
|
284
|
-
max-height: 3.75rem;
|
|
285
|
-
line-height: 3.75rem;
|
|
286
|
-
}
|
|
287
|
-
.sapSuiteUiCommonsProcessFlowNode0ZoomLevel4 > .sapSuiteUiCommonsShadowedDivFoldedCornerBorderLeft {
|
|
288
|
-
top: 0.75rem;
|
|
289
|
-
height: 3rem;
|
|
290
|
-
min-height: 3rem;
|
|
291
|
-
max-height: 3rem;
|
|
292
|
-
line-height: 3rem;
|
|
293
|
-
}
|
|
294
|
-
*/
|
|
295
156
|
|
|
296
157
|
/* Title */
|
|
297
158
|
.sapSuiteUiCommonsProcessFlowNode3Title > .sapSuiteUiCommonsProcessFlowNodeActive,
|
|
298
159
|
.sapSuiteUiCommonsProcessFlowNode3Title > .sapMText.sapSuiteUiCommonsProcessFlowNodeActive,
|
|
299
160
|
.sapSuiteUiCommonsProcessFlowNode3Title > .sapMTextMaxLine.sapSuiteUiCommonsProcessFlowNodeActive,
|
|
300
161
|
.sapSuiteUiCommonsProcessFlowNode3Title > .sapMTextMaxWidth.sapSuiteUiCommonsProcessFlowNodeActive {
|
|
301
|
-
color:
|
|
162
|
+
color: var(--sapContent_ContrastTextColor);
|
|
302
163
|
}
|
|
303
164
|
|
|
304
165
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed > .sapSuiteUiCommonsProcessFlowNode3Title > .sapSuiteUiCommonsProcessFlowNode3Title > .sapMText,
|
|
@@ -323,43 +184,54 @@
|
|
|
323
184
|
background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular;
|
|
324
185
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
325
186
|
}
|
|
187
|
+
|
|
326
188
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateRegular.sapSuiteUiCommonsProcessFlowNodeStatePlanned:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
|
|
327
189
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
328
190
|
}
|
|
191
|
+
|
|
329
192
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
|
|
330
193
|
background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHighlighted;
|
|
331
|
-
border-color:
|
|
194
|
+
border-color: var(--sapContent_DragAndDropActiveColor);
|
|
332
195
|
}
|
|
196
|
+
|
|
333
197
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
|
|
334
198
|
background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed;
|
|
335
199
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
|
|
336
200
|
}
|
|
201
|
+
|
|
337
202
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed.sapSuiteUiCommonsProcessFlowNodeStatePlanned:not(.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused) {
|
|
338
203
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
|
|
339
204
|
}
|
|
340
|
-
|
|
205
|
+
|
|
206
|
+
/* The focus div is an overlay of button which should not have background color */
|
|
341
207
|
.sapSuiteUiCommonsProcessFlowNodeHover:not(.sapMBtnFocusDiv) {
|
|
342
|
-
background-color:
|
|
208
|
+
background-color: var(--sapTile_Hover_Background) !important;
|
|
343
209
|
}
|
|
210
|
+
|
|
344
211
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed.sapSuiteUiCommonsProcessFlowNodeStatePlanned.sapSuiteUiCommonsProcessFlowNodeHover {
|
|
345
212
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
346
213
|
}
|
|
214
|
+
|
|
347
215
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed.sapSuiteUiCommonsProcessFlowNodeHover {
|
|
348
216
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
349
217
|
}
|
|
350
|
-
|
|
218
|
+
|
|
219
|
+
/* The focus div is an overlay of button which should not have background color */
|
|
351
220
|
.sapSuiteUiCommonsProcessFlowNodeActive:not(.sapMBtnFocusDiv) {
|
|
352
|
-
border-color:
|
|
353
|
-
background-color:
|
|
354
|
-
color:
|
|
221
|
+
border-color: var(--sapHighlightColor) !important;
|
|
222
|
+
background-color: var(--sapHighlightColor) !important;
|
|
223
|
+
color: var(--sapContent_ContrastTextColor) !important;
|
|
355
224
|
}
|
|
225
|
+
|
|
356
226
|
.sapSuiteUiCommonsProcessFlowNode0.sapSuiteUiCommonsProcessFlowNodeActive:not(.sapMBtnFocusDiv){
|
|
357
227
|
border-radius: 1rem !important;
|
|
358
228
|
}
|
|
229
|
+
|
|
359
230
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused {
|
|
360
231
|
background-color: @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused;
|
|
361
232
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
|
|
362
233
|
}
|
|
234
|
+
|
|
363
235
|
.sapSuiteUiCommonsProcessFlowNodeDisplayStateDimmed.sapSuiteUiCommonsProcessFlowNodeDisplayStateFocused {
|
|
364
236
|
border-color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
|
|
365
237
|
}
|
|
@@ -369,40 +241,48 @@
|
|
|
369
241
|
background-color: transparent !important;
|
|
370
242
|
}
|
|
371
243
|
|
|
372
|
-
/* node corner states
|
|
244
|
+
/* node corner states - dog ear */
|
|
373
245
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateRegular {
|
|
374
246
|
color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
375
247
|
}
|
|
248
|
+
|
|
376
249
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateRegular.sapSuiteUiCommonsProcessFlowFoldedCornerPlanned {
|
|
377
250
|
color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
378
251
|
}
|
|
252
|
+
|
|
379
253
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateHighlighted {
|
|
380
|
-
color:
|
|
254
|
+
color: var(--sapHighlightColor);
|
|
381
255
|
}
|
|
256
|
+
|
|
382
257
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateDimmed {
|
|
383
258
|
color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
|
|
384
259
|
}
|
|
260
|
+
|
|
385
261
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateDimmed.sapSuiteUiCommonsProcessFlowFoldedCornerPlanned {
|
|
386
262
|
color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
|
|
387
263
|
}
|
|
264
|
+
|
|
388
265
|
.sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive {
|
|
389
|
-
color:
|
|
390
|
-
border-color:
|
|
266
|
+
color: var(--sapContent_ContrastIconColor);
|
|
267
|
+
border-color: var(--sapContent_ContrastIconColor);
|
|
391
268
|
}
|
|
269
|
+
|
|
392
270
|
.sapSuiteUiCommonsProcessFlowFoldedCornerNode1.sapSuiteUiCommonsProcessFlowFoldedCornerNodeActive:not(.sapMBtnFocusDiv){
|
|
393
|
-
box-shadow: 5px 5px 0.125rem 1px
|
|
271
|
+
box-shadow: 5px 5px 0.125rem 1px var(--sapContent_DragAndDropActiveColor);
|
|
394
272
|
}
|
|
273
|
+
|
|
395
274
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateFocused,
|
|
396
275
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateFocused.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateRegular {
|
|
397
276
|
color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
|
|
398
277
|
}
|
|
278
|
+
|
|
399
279
|
.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateFocused.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateDimmed {
|
|
400
280
|
color: @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
|
|
401
281
|
}
|
|
402
282
|
|
|
403
283
|
/* Focus */
|
|
404
284
|
html.sap-desktop .sapSuiteUiCommonsProcessFlowNode0.sapSuiteUiCommonsProcessFlowFoldedCornerDisplayStateNavigation {
|
|
405
|
-
outline:
|
|
285
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
406
286
|
outline-offset: 0.0625rem !important;
|
|
407
287
|
border-radius: 1rem !important;
|
|
408
288
|
}
|
|
@@ -430,59 +310,77 @@ html.sap-desktop .sapSuiteUiCommonsProcessFlowNode0.sapSuiteUiCommonsProcessFlow
|
|
|
430
310
|
border-radius: 1rem;
|
|
431
311
|
z-index: 4;
|
|
432
312
|
}
|
|
313
|
+
|
|
433
314
|
.sapSuiteUiCommonsProcessFlowNodeAggregated {
|
|
434
|
-
box-shadow: 0.25rem
|
|
315
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
435
316
|
}
|
|
317
|
+
|
|
436
318
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedZoomLevel4 {
|
|
437
|
-
box-shadow: 0.125rem
|
|
319
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
438
320
|
}
|
|
321
|
+
|
|
439
322
|
.sapSuiteUiCommonsProcessFlowNodeAggregated.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted {
|
|
440
|
-
box-shadow: 0.25rem
|
|
323
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem var(--sapHighlightColor), 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem var(--sapHighlightColor);
|
|
441
324
|
}
|
|
325
|
+
|
|
442
326
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedZoomLevel4.sapSuiteUiCommonsProcessFlowNodeDisplayStateHighlighted {
|
|
443
|
-
box-shadow: 0.125rem
|
|
327
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem var(--sapHighlightColor), 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem var(--sapHighlightColor);
|
|
444
328
|
}
|
|
329
|
+
|
|
445
330
|
.sapSuiteUiCommonsProcessFlowNodeAggregated.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
|
|
446
|
-
box-shadow: 0.25rem
|
|
331
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
447
332
|
}
|
|
333
|
+
|
|
448
334
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedZoomLevel4.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
|
|
449
|
-
box-shadow: 0.125rem
|
|
335
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundRegular, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
450
336
|
}
|
|
337
|
+
|
|
451
338
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedFocused {
|
|
452
|
-
box-shadow: 0.25rem
|
|
339
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
|
|
453
340
|
}
|
|
341
|
+
|
|
454
342
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedFocusedZoomLevel4 {
|
|
455
|
-
box-shadow: 0.125rem
|
|
343
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundFocused, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocused;
|
|
456
344
|
}
|
|
345
|
+
|
|
457
346
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedFocused.sapSuiteUiCommonsProcessFlowNodeStateDimmed {
|
|
458
|
-
box-shadow: 0.25rem
|
|
347
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
|
|
459
348
|
}
|
|
349
|
+
|
|
460
350
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedFocusedZoomLevel4.sapSuiteUiCommonsProcessFlowNodeStateDimmed {
|
|
461
|
-
box-shadow: 0.125rem
|
|
351
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorFocusedDimmed;
|
|
462
352
|
}
|
|
353
|
+
|
|
463
354
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmed {
|
|
464
|
-
box-shadow: 0.25rem
|
|
355
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
|
|
465
356
|
}
|
|
357
|
+
|
|
466
358
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedZoomLevel4 {
|
|
467
|
-
box-shadow: 0.125rem
|
|
359
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorDimmed;
|
|
468
360
|
}
|
|
361
|
+
|
|
469
362
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedPressed,
|
|
470
363
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedPressed {
|
|
471
|
-
box-shadow: 0.25rem
|
|
364
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.1875rem var(--sapHighlightColor), 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.75rem 0 0 -0.375rem var(--sapHighlightColor);
|
|
472
365
|
}
|
|
366
|
+
|
|
473
367
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedPressedZoomLevel4,
|
|
474
368
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedPressedZoomLevel4 {
|
|
475
|
-
box-shadow: 0.125rem
|
|
369
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.1875rem 0 0 -0.0625rem var(--sapHighlightColor), 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundDimmed, 0.375rem 0 0 -0.125rem var(--sapHighlightColor);
|
|
476
370
|
}
|
|
371
|
+
|
|
477
372
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHovered {
|
|
478
|
-
box-shadow: 0.25rem
|
|
373
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
479
374
|
}
|
|
375
|
+
|
|
480
376
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHoveredZoomLevel4 {
|
|
481
|
-
box-shadow: 0.125rem
|
|
377
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegular;
|
|
482
378
|
}
|
|
379
|
+
|
|
483
380
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHovered.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
|
|
484
|
-
box-shadow: 0.25rem
|
|
381
|
+
box-shadow: 0.25rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.1875rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.625rem 0 0 -0.3125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.75rem 0 0 -0.375rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
485
382
|
}
|
|
383
|
+
|
|
486
384
|
.sapSuiteUiCommonsProcessFlowNodeAggregatedDimmedHoveredZoomLevel4.sapSuiteUiCommonsProcessFlowNodeStatePlanned {
|
|
487
|
-
box-shadow: 0.125rem
|
|
488
|
-
}
|
|
385
|
+
box-shadow: 0.125rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.1875rem 0 0 -0.0625rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned, 0.3125rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BackgroundHover, 0.375rem 0 0 -0.125rem @_sap_suite_ui_commons_ProcessFlowNode_BorderColorRegularPlanned;
|
|
386
|
+
}
|