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