@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,3 +1,8 @@
|
|
|
1
|
+
/* ====================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/MicroProcessFlow */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ====================================================== */
|
|
5
|
+
|
|
1
6
|
.sapSuiteUiCommonsMicroProcessFlow {
|
|
2
7
|
display: flex;
|
|
3
8
|
flex-direction: row;
|
|
@@ -18,7 +23,6 @@
|
|
|
18
23
|
display: flex;
|
|
19
24
|
flex-direction: row;
|
|
20
25
|
margin: 2px;
|
|
21
|
-
|
|
22
26
|
width: 100%;
|
|
23
27
|
}
|
|
24
28
|
|
|
@@ -35,9 +39,9 @@
|
|
|
35
39
|
width: 18px;
|
|
36
40
|
height: 18px;
|
|
37
41
|
border-radius: 50%;
|
|
38
|
-
border: 1px solid
|
|
39
|
-
color:
|
|
40
|
-
background-color:
|
|
42
|
+
border: 1px solid var(--sapNeutralBorderColor);
|
|
43
|
+
color: var(--sapNeutralBorderColor);
|
|
44
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
41
45
|
display: flex;
|
|
42
46
|
align-items: center;
|
|
43
47
|
justify-content: center;
|
|
@@ -50,100 +54,99 @@
|
|
|
50
54
|
|
|
51
55
|
.sapSuiteUiCommonsMicroProcessFlowItemContent:focus,
|
|
52
56
|
.sapSuiteUiCommonsMicroProcessFlowItem:focus {
|
|
53
|
-
outline:
|
|
57
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
54
58
|
outline-offset: 1px;
|
|
55
59
|
}
|
|
56
60
|
|
|
57
61
|
.sapSuiteUiCommonsMicroProcessFlow:focus {
|
|
58
|
-
outline:
|
|
62
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
59
63
|
outline-offset: 1px;
|
|
60
64
|
}
|
|
61
65
|
|
|
62
|
-
|
|
63
66
|
.sapSuiteUiCommonsMicroProcessFlowItem .sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon):not(.sapFAvatarTypeIcon) {
|
|
64
67
|
font-size: 0.75rem;
|
|
65
68
|
}
|
|
66
69
|
|
|
67
70
|
.sapSuiteUiCommonsMicroProcessFlowItemStandard {
|
|
68
|
-
color:
|
|
71
|
+
color: var(--sapNeutralBorderColor);
|
|
69
72
|
}
|
|
70
73
|
|
|
71
74
|
.sapSuiteUiCommonsMicroProcessFlowItemSuccess {
|
|
72
|
-
border-color:
|
|
73
|
-
background-color:
|
|
75
|
+
border-color: var(--sapSuccessBorderColor);
|
|
76
|
+
background-color: var(--sapButton_Success_Background);
|
|
74
77
|
}
|
|
75
78
|
|
|
76
79
|
.sapSuiteUiCommonsMicroProcessFlowItemError {
|
|
77
|
-
border-color:
|
|
78
|
-
background-color:
|
|
80
|
+
border-color: var(--sapErrorBorderColor);
|
|
81
|
+
background-color: var(--sapButton_Negative_Background);
|
|
79
82
|
}
|
|
80
83
|
|
|
81
84
|
.sapSuiteUiCommonsMicroProcessFlowItemWarning {
|
|
82
|
-
border-color:
|
|
83
|
-
background-color:
|
|
85
|
+
border-color: var(--sapWarningBorderColor);
|
|
86
|
+
background-color: var(--sapButton_Critical_Background);
|
|
84
87
|
}
|
|
85
88
|
|
|
86
89
|
.sapSuiteUiCommonsMicroProcessFlowItemInformation {
|
|
87
|
-
|
|
88
|
-
|
|
90
|
+
border-color: var(--sapInformationBorderColor);
|
|
91
|
+
background-color: var(--sapInformationBackground);
|
|
89
92
|
}
|
|
90
93
|
|
|
91
94
|
.sapSuiteUiCommonsMicroProcessFlowItemNone {
|
|
92
|
-
border-color:
|
|
93
|
-
|
|
95
|
+
border-color: var(--sapNeutralBorderColor);
|
|
96
|
+
background-color: var(--sapNeutralBackground);
|
|
94
97
|
}
|
|
95
98
|
|
|
96
99
|
.sapSuiteUiCommonsMicroProcessFlowItemError .sapSuiteUiCommonsMicroProcessFlowItemIcon{
|
|
97
|
-
color:
|
|
98
|
-
text-shadow:
|
|
100
|
+
color: var(--sapContent_ContrastTextColor);
|
|
101
|
+
text-shadow: var(--sapContent_ContrastTextShadow);
|
|
99
102
|
}
|
|
100
103
|
|
|
101
104
|
.sapSuiteUiCommonsMicroProcessFlowItemInformation .sapSuiteUiCommonsMicroProcessFlowItemIcon {
|
|
102
|
-
color:
|
|
105
|
+
color: var(--sapInformativeTextColor);
|
|
103
106
|
}
|
|
104
107
|
|
|
105
108
|
.sapSuiteUiCommonsMicroProcessFlowItemWarning .sapSuiteUiCommonsMicroProcessFlowItemIcon {
|
|
106
|
-
color:
|
|
107
|
-
text-shadow:
|
|
109
|
+
color: var(--sapContent_ContrastTextColor);
|
|
110
|
+
text-shadow: var(--sapContent_ContrastTextShadow);
|
|
108
111
|
}
|
|
109
112
|
|
|
110
113
|
.sapSuiteUiCommonsMicroProcessFlowItemSuccess .sapSuiteUiCommonsMicroProcessFlowItemIcon {
|
|
111
|
-
color:
|
|
112
|
-
text-shadow:
|
|
114
|
+
color: var(--sapContent_ContrastTextColor);
|
|
115
|
+
text-shadow: var(--sapContent_ContrastTextShadow);
|
|
113
116
|
}
|
|
114
117
|
|
|
115
118
|
.sapSuiteUiCommonsMicroProcessFlowItemNone .sapSuiteUiCommonsMicroProcessFlowItemIcon {
|
|
116
|
-
color:
|
|
119
|
+
color: var(--sapChart_Sequence_Neutral_Minus2);
|
|
117
120
|
}
|
|
118
121
|
|
|
119
122
|
.sapSuiteUiCommonsMicroProcessFlowItemSuccess:hover {
|
|
120
|
-
background-color:
|
|
121
|
-
border-color:
|
|
122
|
-
color:
|
|
123
|
+
background-color: var(--sapButton_Success_Hover_Background);
|
|
124
|
+
border-color: var(--sapSuccessBorderColor);
|
|
125
|
+
color: var(--sapButton_Success_Hover_TextColor);
|
|
123
126
|
}
|
|
124
127
|
|
|
125
128
|
.sapSuiteUiCommonsMicroProcessFlowItemWarning:hover {
|
|
126
|
-
background-color:
|
|
127
|
-
border-color:
|
|
128
|
-
color
|
|
129
|
+
background-color: var(--sapButton_Critical_Hover_Background);
|
|
130
|
+
border-color: var(--sapWarningBorderColor);
|
|
131
|
+
color: var(--sapButton_Critical_Hover_TextColor);
|
|
129
132
|
}
|
|
130
133
|
|
|
131
134
|
.sapSuiteUiCommonsMicroProcessFlowItemError:hover {
|
|
132
|
-
background-color:
|
|
133
|
-
border-color:
|
|
134
|
-
color:
|
|
135
|
+
background-color: var(--sapButton_Negative_Hover_Background);
|
|
136
|
+
border-color: var(--sapErrorBorderColor);
|
|
137
|
+
color: var(--sapButton_Negative_Hover_TextColor);
|
|
135
138
|
}
|
|
136
139
|
|
|
137
140
|
.sapSuiteUiCommonsMicroProcessFlowItemInformation:hover {
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
+
background-color: var(--sapButton_Information_Hover_Background);
|
|
142
|
+
border-color: var(--sapInformationBorderColor);
|
|
143
|
+
color: var(--sapButton_Information_Hover_TextColor);
|
|
141
144
|
}
|
|
142
145
|
|
|
143
146
|
.sapSuiteUiCommonsMicroProcessFlowItemNone:hover {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
+
background-color: var(--sapChart_Sequence_Neutral_Plus2);
|
|
148
|
+
border-color: var(--sapChart_Sequence_Neutral_BorderColor);
|
|
149
|
+
color: var(--sapChart_Sequence_Neutral_Minus2);
|
|
147
150
|
}
|
|
148
151
|
|
|
149
152
|
.sapSuiteUiCommonsMicroProcessFlowItemWrapper {
|
|
@@ -156,7 +159,7 @@
|
|
|
156
159
|
|
|
157
160
|
.sapSuiteUiCommonsMicroProcessFlowItemSeparator {
|
|
158
161
|
height: 1px;
|
|
159
|
-
background-color:
|
|
162
|
+
background-color: var(--sapContent_ForegroundBorderColor);
|
|
160
163
|
margin-left: 3px;
|
|
161
164
|
margin-right: 3px;
|
|
162
165
|
flex-grow: 1;
|
|
@@ -185,7 +188,7 @@
|
|
|
185
188
|
.sapSuiteUiCommonsMicroProcessFlowItemOnHoldElement {
|
|
186
189
|
width: 4px;
|
|
187
190
|
height: 20px;
|
|
188
|
-
background-color:
|
|
191
|
+
background-color: var(--sapNegativeElementColor);
|
|
189
192
|
}
|
|
190
193
|
|
|
191
194
|
.sapSuiteUiCommonsMicroProcessFlowItemIntermediary {
|
|
@@ -209,8 +212,9 @@
|
|
|
209
212
|
.sapSuiteUiCommonsMicroProcessFlowItemPressed:hover .sapSuiteUiCommonsMicroProcessFlowItemIcon{
|
|
210
213
|
color:var(--sapContent_ContrastIconColor);
|
|
211
214
|
}
|
|
215
|
+
|
|
212
216
|
.sapSuiteUiCommonsMicroProcessFlowItemPressed:hover .sapSuiteUiCommonsMicroProcessFlowItem {
|
|
213
|
-
background-color:
|
|
217
|
+
background-color: var(--sapHighlightColor);
|
|
214
218
|
}
|
|
215
219
|
|
|
216
220
|
.sapSuiteUiCommonsMicroProcessFlowItemHiddenSeparator {
|
|
@@ -239,11 +243,11 @@
|
|
|
239
243
|
|
|
240
244
|
.sapSuiteUiCommonsMicroProcessFlowArrow {
|
|
241
245
|
cursor: pointer;
|
|
242
|
-
color:
|
|
246
|
+
color: var(--sapContent_IconColor);
|
|
243
247
|
}
|
|
244
248
|
|
|
245
249
|
.sapSuiteUiCommonsMicroProcessFlowArrow:hover {
|
|
246
|
-
color:
|
|
250
|
+
color: var(--sapHighlightColor);
|
|
247
251
|
}
|
|
248
252
|
|
|
249
253
|
.sapSuiteUiCommonsMicroProcessFlowLeftLabel {
|
|
@@ -260,4 +264,4 @@
|
|
|
260
264
|
|
|
261
265
|
.sapSuiteUiCommonsMicroProcessFlowScroller:focus {
|
|
262
266
|
outline: none;
|
|
263
|
-
}
|
|
267
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
/*
|
|
3
|
-
/*
|
|
4
|
-
/*
|
|
1
|
+
/* ======================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/MonitoringContent */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ======================================================= */
|
|
5
5
|
|
|
6
6
|
.sapSuiteUiCommonsMC {
|
|
7
7
|
position: relative;
|
|
@@ -79,4 +79,4 @@
|
|
|
79
79
|
.sapSuiteUiCommonsMCIcon.Loading,
|
|
80
80
|
.sapSuiteUiCommonsMCIcon.Failed {
|
|
81
81
|
opacity: 0.25;
|
|
82
|
-
}
|
|
82
|
+
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/NetworkGraph
|
|
3
|
-
/*
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
/* ================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/NetworkGraph */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================== */
|
|
5
|
+
|
|
6
|
+
.sapMSelectList li[data-islast='true'],
|
|
7
|
+
.sapMSelectList li[data-islast='true'] {
|
|
8
|
+
border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapContent_ForegroundBorderColor);
|
|
7
9
|
}
|
|
8
10
|
|
|
9
11
|
.sapSuiteUiCommonsNetworkGraph {
|
|
@@ -18,15 +20,13 @@
|
|
|
18
20
|
}
|
|
19
21
|
|
|
20
22
|
.sapSuiteUiCommonsNetworkGraph:focus {
|
|
21
|
-
outline:
|
|
22
|
-
outline-offset:
|
|
23
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
24
|
+
outline-offset: 0;
|
|
23
25
|
}
|
|
24
26
|
|
|
25
27
|
.sapSuiteUiCommonsNetworkGraphPanning {
|
|
26
28
|
cursor: move;
|
|
27
29
|
cursor: grabbing;
|
|
28
|
-
cursor: -moz-grabbing;
|
|
29
|
-
cursor: -webkit-grabbing;
|
|
30
30
|
}
|
|
31
31
|
|
|
32
32
|
.sapSuiteUiCommonsNetworkGraphEventWrapper {
|
|
@@ -35,12 +35,12 @@
|
|
|
35
35
|
}
|
|
36
36
|
|
|
37
37
|
.sapSuiteUiCommonsNetworkGraphContentWrapperAccessibility {
|
|
38
|
-
position:absolute;
|
|
38
|
+
position: absolute;
|
|
39
39
|
left:-10000px;
|
|
40
|
-
top:auto;
|
|
41
|
-
width:1px;
|
|
42
|
-
height:1px;
|
|
43
|
-
overflow:hidden;
|
|
40
|
+
top: auto;
|
|
41
|
+
width: 1px;
|
|
42
|
+
height: 1px;
|
|
43
|
+
overflow: hidden;
|
|
44
44
|
}
|
|
45
45
|
|
|
46
46
|
.sapSuiteUiCommonsNetworkGraphScroller {
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
|
|
59
59
|
.sapSuiteUiCommonsNetworkGraphInnerScrollerCenter.sapSuiteUiCommonsNetworkGraphInnerScrollerNoMargin {
|
|
60
60
|
margin: 0;
|
|
61
|
-
height:fit-content;
|
|
61
|
+
height: fit-content;
|
|
62
62
|
min-height: 0;
|
|
63
63
|
}
|
|
64
64
|
|
|
@@ -67,15 +67,15 @@
|
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
.sapSuiteUiCommonsNetworkGraphBackgroundWhite {
|
|
70
|
-
background-color:
|
|
70
|
+
background-color: var(--sapGroup_ContentBackground);
|
|
71
71
|
}
|
|
72
72
|
|
|
73
73
|
.sapSuiteUiCommonsNetworkGraphBackgroundDefault {
|
|
74
|
-
background-color:
|
|
74
|
+
background-color: var(--sapBackgroundColor);
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
.sapSuiteFlickerFreeRect {
|
|
78
|
-
fill:
|
|
78
|
+
fill: var(--sapBackgroundColor);
|
|
79
79
|
width: 1000px;
|
|
80
80
|
height: 1000px;
|
|
81
81
|
}
|
|
@@ -92,14 +92,12 @@
|
|
|
92
92
|
flex-shrink: 0;
|
|
93
93
|
overflow: hidden;
|
|
94
94
|
position: absolute;
|
|
95
|
-
//margin: auto;
|
|
96
|
-
|
|
97
95
|
transform-origin: top left;
|
|
98
96
|
pointer-events: none;
|
|
99
97
|
}
|
|
100
98
|
|
|
101
99
|
.sapSuiteUiCommonsNetworkGraphContainerOverlay {
|
|
102
|
-
background-color:
|
|
100
|
+
background-color: var(--sapList_Background);
|
|
103
101
|
width: 100%;
|
|
104
102
|
height: 100%;
|
|
105
103
|
}
|
|
@@ -109,11 +107,17 @@
|
|
|
109
107
|
pointer-events: none;
|
|
110
108
|
}
|
|
111
109
|
|
|
110
|
+
html[dir=rtl] .sapSuiteUiCommonsNetworkGraphIcon {
|
|
111
|
+
transform-box: fill-box;
|
|
112
|
+
transform-origin: center;
|
|
113
|
+
transform: scaleX(-1);
|
|
114
|
+
}
|
|
115
|
+
|
|
112
116
|
.sapSuiteUiCommonsNetworkGraphSvg .sapSuiteUiCommonsNetworkGraphIcon,
|
|
113
117
|
.sapSuiteUiCommonsNetworkGraphDivActionButton .sapSuiteUiCommonsNetworkGraphIcon,
|
|
114
118
|
.sapSuiteUiCommonsNetworkTopGroup .sapSuiteUiCommonsNetworkGraphIcon,
|
|
115
119
|
.sapSuiteUiCommonsNetworkGroupHeader .sapSuiteUiCommonsNetworkGraphIcon {
|
|
116
|
-
font-family:
|
|
120
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
117
121
|
}
|
|
118
122
|
|
|
119
123
|
.sapSuiteUiCommonsNetworkGraphLegend {
|
|
@@ -132,7 +136,7 @@
|
|
|
132
136
|
}
|
|
133
137
|
|
|
134
138
|
.sapSuiteUiCommonsNetworkGraphContentWrapper:focus {
|
|
135
|
-
outline:
|
|
139
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
136
140
|
outline-offset: 1px;
|
|
137
141
|
}
|
|
138
142
|
|
|
@@ -140,15 +144,12 @@
|
|
|
140
144
|
outline: none;
|
|
141
145
|
}
|
|
142
146
|
|
|
143
|
-
|
|
147
|
+
/** Legend **/
|
|
144
148
|
.sapSuiteUiCommonsNetworkGraphLegendLine {
|
|
145
149
|
display: flex;
|
|
146
150
|
flex-direction: row;
|
|
147
151
|
align-items: center;
|
|
148
152
|
margin-bottom: 2px;
|
|
149
|
-
|
|
150
|
-
width: -webkit-fit-content;
|
|
151
|
-
width: -moz-fit-content;
|
|
152
153
|
width: fit-content;
|
|
153
154
|
}
|
|
154
155
|
|
|
@@ -162,15 +163,15 @@
|
|
|
162
163
|
}
|
|
163
164
|
|
|
164
165
|
.sapSuiteUiCommonsNetworkGraphLegendLine:hover {
|
|
165
|
-
background-color:
|
|
166
|
+
background-color: var(--sapButton_Hover_Background);
|
|
166
167
|
}
|
|
167
168
|
|
|
168
169
|
.sapSuiteUiCommonsNetworkGraphLegendColorLine {
|
|
169
170
|
width: 10px;
|
|
170
171
|
height: 10px;
|
|
171
172
|
margin: 6px;
|
|
172
|
-
background-color:
|
|
173
|
-
border:
|
|
173
|
+
background-color: var(--sapContent_ForegroundBorderColor);
|
|
174
|
+
border: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapContent_ForegroundBorderColor);
|
|
174
175
|
flex-shrink: 0; /* Prevent shrinking */
|
|
175
176
|
}
|
|
176
177
|
|
|
@@ -178,10 +179,10 @@
|
|
|
178
179
|
margin-right: 5px;
|
|
179
180
|
}
|
|
180
181
|
|
|
181
|
-
|
|
182
|
+
/** Attributes **/
|
|
182
183
|
.sapSuiteUiCommonsNetworkGraphSvg .sapSuiteUiCommonsNetworkGraphAttribute {
|
|
183
|
-
font-size:
|
|
184
|
-
fill:
|
|
184
|
+
font-size: var(--sapFontSmallSize);
|
|
185
|
+
fill: var(--sapTextColor);
|
|
185
186
|
}
|
|
186
187
|
|
|
187
188
|
.sapSuiteUiCommonsNetworkGraphSvg .sapSuiteUiCommonsNetworkGraphAttributeValue {
|
|
@@ -193,19 +194,19 @@
|
|
|
193
194
|
}
|
|
194
195
|
|
|
195
196
|
.sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementSuccess {
|
|
196
|
-
background-color:
|
|
197
|
+
background-color: var(--sapSuccessBorderColor);
|
|
197
198
|
}
|
|
198
199
|
|
|
199
200
|
.sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementError {
|
|
200
|
-
background-color:
|
|
201
|
+
background-color: var(--sapErrorBorderColor);
|
|
201
202
|
}
|
|
202
203
|
|
|
203
204
|
.sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementInformation {
|
|
204
|
-
background-color:
|
|
205
|
+
background-color: var(--sapHighlightColor);
|
|
205
206
|
}
|
|
206
207
|
|
|
207
208
|
.sapSuiteUiCommonsNetworkGraphLegendColorLine.sapSuiteUiCommonsNetworkElementWarning {
|
|
208
|
-
background-color:
|
|
209
|
+
background-color: var(--sapWarningBorderColor);
|
|
209
210
|
}
|
|
210
211
|
|
|
211
212
|
.sapSuiteUiCommonsNetworkAlertWrapper {
|
|
@@ -214,33 +215,32 @@
|
|
|
214
215
|
left: 0;
|
|
215
216
|
width: 100%;
|
|
216
217
|
height: 100%;
|
|
217
|
-
background-color:
|
|
218
|
+
background-color: var(--sapTextColor);
|
|
218
219
|
opacity: 0;
|
|
219
220
|
pointer-events: none;
|
|
220
221
|
transition: opacity ease-in-out;
|
|
221
|
-
|
|
222
222
|
z-index: 500;
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.sapSuiteUiCommonsNetworkAlertText {
|
|
226
226
|
font-size: 1.375rem;
|
|
227
|
-
color:
|
|
227
|
+
color: var(--sapTile_Background);
|
|
228
228
|
position: relative;
|
|
229
229
|
margin: 0;
|
|
230
230
|
top: 50%;
|
|
231
|
-
-webkit-transform: translateY(-50%);
|
|
232
|
-
-ms-transform: translateY(-50%);
|
|
233
231
|
transform: translateY(-50%);
|
|
234
232
|
text-align: center;
|
|
235
233
|
}
|
|
236
234
|
|
|
237
|
-
/*
|
|
238
|
-
/* CSS for control sap.suite.ui.commons/GraphMap
|
|
239
|
-
/*
|
|
235
|
+
/* ============================================== */
|
|
236
|
+
/* CSS for control sap.suite.ui.commons/GraphMap */
|
|
237
|
+
/* ============================================== */
|
|
238
|
+
|
|
240
239
|
.sapSuiteUiCommonsNetworkGraphMapDivNodes {
|
|
241
240
|
pointer-events: none;
|
|
242
241
|
transform-origin: top left;
|
|
243
242
|
position: absolute;
|
|
243
|
+
width: 100%;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
246
|
.sapSuiteUiCommonsNetworkGraphMapSvg {
|
|
@@ -258,7 +258,8 @@
|
|
|
258
258
|
width: 100%;
|
|
259
259
|
}
|
|
260
260
|
|
|
261
|
-
html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups
|
|
261
|
+
html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups,
|
|
262
|
+
html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivNodes {
|
|
262
263
|
transform-origin: top right;
|
|
263
264
|
}
|
|
264
265
|
|
|
@@ -269,7 +270,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
269
270
|
|
|
270
271
|
.sapSuiteUiCommonsNetworkGraphMapBoundary {
|
|
271
272
|
fill: none;
|
|
272
|
-
stroke:
|
|
273
|
+
stroke: var(--sapContent_ForegroundBorderColor);
|
|
273
274
|
vector-effect: non-scaling-stroke;
|
|
274
275
|
stroke-width: 2px;
|
|
275
276
|
shape-rendering: crispEdges;
|
|
@@ -281,7 +282,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
281
282
|
align-items: center;
|
|
282
283
|
padding-left: 10px;
|
|
283
284
|
padding-right: 10px;
|
|
284
|
-
border-bottom:
|
|
285
|
+
border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapGroup_TitleBorderColor);
|
|
285
286
|
flex-shrink: 0;
|
|
286
287
|
box-sizing: border-box;
|
|
287
288
|
}
|
|
@@ -291,7 +292,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
291
292
|
}
|
|
292
293
|
|
|
293
294
|
.sapSuiteUiCommonsNetworkGraphMapNavigator {
|
|
294
|
-
stroke:
|
|
295
|
+
stroke: var(--sapActiveColor);
|
|
295
296
|
fill: none;
|
|
296
297
|
stroke-width: 2px;
|
|
297
298
|
vector-effect: non-scaling-stroke;
|
|
@@ -309,8 +310,8 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
309
310
|
}
|
|
310
311
|
|
|
311
312
|
.sapSuiteUiCommonsNetworkGraphMapTitleText {
|
|
312
|
-
font-size:
|
|
313
|
-
color:
|
|
313
|
+
font-size: var(--sapFontLargeSize);
|
|
314
|
+
color: var(--sapTextColor);
|
|
314
315
|
}
|
|
315
316
|
|
|
316
317
|
.sapSuiteUiCommonsNetworkGraphMap {
|
|
@@ -321,7 +322,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
321
322
|
|
|
322
323
|
.sapSuiteNetworkGraphErrorText {
|
|
323
324
|
margin: 5px;
|
|
324
|
-
color:
|
|
325
|
+
color: var(--sapErrorBorderColor);
|
|
325
326
|
}
|
|
326
327
|
|
|
327
328
|
.sapSuiteUiCommonsNetworkGraph.sapSuiteUiCommonsNetworkGraphLayered.sapSuiteUiCommonsNetworkGraphCrispEdges .sapSuiteUiCommonsNetworkGraphSvg path,
|
|
@@ -345,7 +346,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
345
346
|
}
|
|
346
347
|
|
|
347
348
|
.sapSuiteUiCommonsNetworkGraphLaneIcon {
|
|
348
|
-
font-family:
|
|
349
|
+
font-family: var(--sapContent_IconFontFamily);
|
|
349
350
|
pointer-events: none;
|
|
350
351
|
}
|
|
351
352
|
|
|
@@ -359,10 +360,8 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
359
360
|
position: absolute;
|
|
360
361
|
pointer-events: none;
|
|
361
362
|
transform-origin: top left;
|
|
362
|
-
|
|
363
363
|
width: 100%;
|
|
364
364
|
height: 100%;
|
|
365
|
-
|
|
366
365
|
z-index: 8;
|
|
367
366
|
}
|
|
368
367
|
|
|
@@ -375,11 +374,9 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
375
374
|
}
|
|
376
375
|
|
|
377
376
|
.sapSuiteUiCommonsNetworkGraphDivGroups {
|
|
378
|
-
//pointer-events: none;
|
|
379
377
|
transform-origin: top left;
|
|
380
378
|
position: absolute;
|
|
381
379
|
overflow: hidden;
|
|
382
|
-
|
|
383
380
|
width: 100%;
|
|
384
381
|
}
|
|
385
382
|
|
|
@@ -407,7 +404,6 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
407
404
|
margin-right: auto;
|
|
408
405
|
margin-top: auto;
|
|
409
406
|
margin-bottom: auto;
|
|
410
|
-
|
|
411
407
|
display: flex;
|
|
412
408
|
flex-direction: unset;
|
|
413
409
|
align-items: center;
|
|
@@ -418,7 +414,6 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
418
414
|
margin-right: auto;
|
|
419
415
|
margin-top: auto;
|
|
420
416
|
margin-bottom: auto;
|
|
421
|
-
|
|
422
417
|
display: flex;
|
|
423
418
|
flex-direction: unset;
|
|
424
419
|
align-items: center;
|
|
@@ -437,6 +432,6 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkGraphMapDivGroups {
|
|
|
437
432
|
}
|
|
438
433
|
|
|
439
434
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkElementFocus {
|
|
440
|
-
outline:
|
|
435
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
441
436
|
outline-offset: 1px;
|
|
442
|
-
|
|
437
|
+
}
|