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