@sapui5/sap.suite.ui.commons 1.146.0 → 1.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/sap/suite/ui/commons/.library +1 -1
- package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilder.js +56 -2
- package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
- package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
- package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
- package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
- package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
- package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
- package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
- package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
- package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
- package/src/sap/suite/ui/commons/library.js +4 -4
- package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
- package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
- package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
- package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
- package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
- package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
- package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
- package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
- package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
- package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
- package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
- package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
- package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
- package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
- package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
- package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
- package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
- package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
- package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
- package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
- package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
- package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
- package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
- package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
- package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
- package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
- package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
- package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
- package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
- package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
- package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
- package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
- package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
- package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
- package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
- package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
- package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
- package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
- package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
- package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
- package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
- package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
- package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
- package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
- package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
- package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
- package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
- package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
- package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
- package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
- package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
- package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
- package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
- package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
- package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
- package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
- package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
- package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
- package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
- package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
- package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
- package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
- package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
- package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
- package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
- package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for control sap.suite.ui.commons/NetworkGroup
|
|
3
|
-
/*
|
|
1
|
+
/* ================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/NetworkGroup */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================== */
|
|
4
5
|
|
|
5
6
|
.sapSuiteUiCommonsNetworkGroup {
|
|
6
7
|
background-color: transparent;
|
|
7
|
-
border:
|
|
8
|
+
border: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
8
9
|
border-radius: 5px;
|
|
9
10
|
position: absolute;
|
|
10
11
|
}
|
|
@@ -22,20 +23,17 @@
|
|
|
22
23
|
border-left-style: dashed;
|
|
23
24
|
}
|
|
24
25
|
|
|
25
|
-
|
|
26
26
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane:first-of-type {
|
|
27
27
|
border-left-style: solid;
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.sapSuiteUiCommonsNetworkGraphRightLeft.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane:first-of-type {
|
|
31
|
-
border:
|
|
31
|
+
border: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
32
32
|
border-left-style: dashed;
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.sapSuiteUiCommonsNetworkGroup:not(.sapSuiteUiCommonsNetworkGroupSwimLane) {
|
|
36
|
-
|
|
37
|
-
-moz-box-shadow: @sapUiContentShadow2;
|
|
38
|
-
box-shadow: @sapUiContentShadow2;
|
|
36
|
+
box-shadow: var(--sapContent_Shadow2);
|
|
39
37
|
}
|
|
40
38
|
|
|
41
39
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane {
|
|
@@ -47,21 +45,21 @@
|
|
|
47
45
|
}
|
|
48
46
|
|
|
49
47
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane:last-of-type {
|
|
50
|
-
border-right:
|
|
48
|
+
border-right: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
51
49
|
}
|
|
52
50
|
|
|
53
51
|
.sapSuiteUiCommonsNetworkGraphRightLeft.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane:last-of-type {
|
|
54
|
-
border-left:
|
|
52
|
+
border-left: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
55
53
|
border-right: none;
|
|
56
54
|
}
|
|
57
55
|
|
|
58
56
|
.sapSuiteUiCommonsNetworkGraphRightLeft .sapSuiteUiCommonsNetworkGroupHeader {
|
|
59
|
-
|
|
57
|
+
margin-right: 0.0625rem;
|
|
60
58
|
}
|
|
61
59
|
|
|
62
60
|
.sapSuiteUiCommonsNetworkGroupHeader {
|
|
63
|
-
border-bottom:
|
|
64
|
-
background-color:
|
|
61
|
+
border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
62
|
+
background-color: var(--sapNeutralBackground);
|
|
65
63
|
border-top-left-radius: 3px;
|
|
66
64
|
border-top-right-radius: 3px;
|
|
67
65
|
height: 32px;
|
|
@@ -78,13 +76,12 @@
|
|
|
78
76
|
.sapSuiteUiCommonsNetworkGroupHeaderInnerIcons {
|
|
79
77
|
padding-right: 3px;
|
|
80
78
|
flex-direction: row-reverse;
|
|
81
|
-
|
|
82
79
|
flex-shrink: 0;
|
|
83
80
|
}
|
|
84
81
|
|
|
85
82
|
.sapSuiteUiCommonsNetworkGroupHeaderMenuIcon,
|
|
86
83
|
.sapSuiteUiCommonsNetworkGroupHeaderInnerText > div {
|
|
87
|
-
color:
|
|
84
|
+
color: var(--sapTextColor);
|
|
88
85
|
}
|
|
89
86
|
|
|
90
87
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane .sapSuiteUiCommonsNetworkGroupHeader {
|
|
@@ -107,7 +104,6 @@
|
|
|
107
104
|
.sapSuiteUiCommonsNetworkGroupHeaderInner > * {
|
|
108
105
|
padding: 4px;
|
|
109
106
|
margin: 1px;
|
|
110
|
-
|
|
111
107
|
overflow: hidden;
|
|
112
108
|
text-overflow: ellipsis;
|
|
113
109
|
}
|
|
@@ -116,18 +112,22 @@
|
|
|
116
112
|
width: 40px;
|
|
117
113
|
}
|
|
118
114
|
|
|
115
|
+
html[dir=rtl] .sapUiSizeCozy .sapSuiteUiCommonsNetworkGraphHeaderCheckboxInner .sapMCbMark {
|
|
116
|
+
transform: scaleX(-1);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
119
|
.sapSuiteUiCommonsNetworkGroupHeaderMenuIcon {
|
|
120
120
|
cursor: pointer;
|
|
121
121
|
pointer-events: all;
|
|
122
122
|
}
|
|
123
123
|
|
|
124
124
|
.sapSuiteUiCommonsNetworkGroupHeaderMenuIcon:focus {
|
|
125
|
-
outline: 1px dashed
|
|
125
|
+
outline: 1px dashed var(--sapContent_FocusColor);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.sapSuiteUiCommonsNetworkGroupHeaderMenuIcon:hover {
|
|
129
|
-
background-color:
|
|
130
|
-
color:
|
|
129
|
+
background-color: var(--sapButton_Hover_Background);
|
|
130
|
+
color: var(--sapTextColor) !important;
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.sapSuiteUiCommonsNetworkGraphMapContent .sapSuiteUiCommonsNetworkGroupHeaderMenuIcon {
|
|
@@ -135,14 +135,13 @@
|
|
|
135
135
|
pointer-events: none;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
-
|
|
138
|
+
/* vertical swim lane */
|
|
139
139
|
.sapSuiteUiCommonsNetworkGroupVerticalSwimLane .sapSuiteUiCommonsNetworkGroupHeader {
|
|
140
140
|
justify-content: flex-end;
|
|
141
141
|
height: 100%;
|
|
142
142
|
width: 2rem;
|
|
143
143
|
flex-direction: column-reverse;
|
|
144
|
-
|
|
145
|
-
border-right: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiListBorderColor;
|
|
144
|
+
border-right: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapList_BorderColor);
|
|
146
145
|
}
|
|
147
146
|
|
|
148
147
|
.sapSuiteUiCommonsNetworkGroupVerticalSwimLane .sapSuiteUiCommonsNetworkGroupHeaderInner {
|
|
@@ -172,22 +171,21 @@
|
|
|
172
171
|
.sapSuiteUiCommonsNetworkGroupHeaderStatus {
|
|
173
172
|
width: 0.375rem;
|
|
174
173
|
height: 100%;
|
|
175
|
-
|
|
176
174
|
flex-shrink: 0;
|
|
177
175
|
}
|
|
178
176
|
|
|
179
177
|
.sapSuiteUiCommonsNetworkGroupVerticalSwimLane .sapSuiteUiCommonsNetworkGroupHeader {
|
|
180
|
-
border:
|
|
178
|
+
border: var(--sapField_BorderStyle);
|
|
181
179
|
}
|
|
182
180
|
|
|
183
181
|
.sapSuiteUiCommonsNetworkGroupVerticalSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom .sapSuiteUiCommonsNetworkGroupHeader {
|
|
184
|
-
border:
|
|
185
|
-
border-right:
|
|
182
|
+
border: var(--sapField_BorderStyle);
|
|
183
|
+
border-right: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapList_BorderColor);
|
|
186
184
|
}
|
|
187
185
|
|
|
188
186
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom {
|
|
189
187
|
border-left-style: solid;
|
|
190
|
-
border-right:
|
|
188
|
+
border-right: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
191
189
|
}
|
|
192
190
|
|
|
193
191
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom {
|
|
@@ -196,7 +194,7 @@
|
|
|
196
194
|
}
|
|
197
195
|
|
|
198
196
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom.sapSuiteUiCommonsNetworkGroupCollapsed .sapSuiteUiCommonsNetworkGroupHeader {
|
|
199
|
-
border:
|
|
197
|
+
border: var(--sapField_BorderStyle);
|
|
200
198
|
}
|
|
201
199
|
|
|
202
200
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom:first-of-type {
|
|
@@ -204,18 +202,18 @@
|
|
|
204
202
|
}
|
|
205
203
|
|
|
206
204
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupTopBottom:last-of-type {
|
|
207
|
-
border-bottom:
|
|
205
|
+
border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
208
206
|
}
|
|
209
207
|
|
|
210
208
|
.sapSuiteUiCommonsNetworkGroupVerticalSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop .sapSuiteUiCommonsNetworkGroupHeader {
|
|
211
|
-
border:
|
|
212
|
-
border-right:
|
|
209
|
+
border: var(--sapField_BorderStyle);
|
|
210
|
+
border-right: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapList_BorderColor);
|
|
213
211
|
height: 99%;
|
|
214
212
|
}
|
|
215
213
|
|
|
216
214
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop {
|
|
217
215
|
border-left-style: solid;
|
|
218
|
-
border-right:
|
|
216
|
+
border-right: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
219
217
|
}
|
|
220
218
|
|
|
221
219
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop {
|
|
@@ -224,11 +222,11 @@
|
|
|
224
222
|
}
|
|
225
223
|
|
|
226
224
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop.sapSuiteUiCommonsNetworkGroupCollapsed .sapSuiteUiCommonsNetworkGroupHeader {
|
|
227
|
-
border:
|
|
225
|
+
border: var(--sapField_BorderStyle);
|
|
228
226
|
}
|
|
229
227
|
|
|
230
228
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop:first-of-type {
|
|
231
|
-
border-bottom:
|
|
229
|
+
border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
232
230
|
|
|
233
231
|
.sapSuiteUiCommonsNetworkGroupHeader {
|
|
234
232
|
height: 100%;
|
|
@@ -236,80 +234,78 @@
|
|
|
236
234
|
}
|
|
237
235
|
|
|
238
236
|
.sapSuiteUiCommonsNetworkGroup.sapSuiteUiCommonsNetworkGroupSwimLane.sapSuiteUiCommonsNetworkGroupBottomTop:last-of-type {
|
|
239
|
-
border-top:
|
|
237
|
+
border-top: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapNeutralBorderColor);
|
|
240
238
|
}
|
|
241
239
|
|
|
242
|
-
|
|
240
|
+
/* status */
|
|
243
241
|
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkGroupHeaderStatus {
|
|
244
|
-
background-color:
|
|
242
|
+
background-color: var(--sapPositiveElementColor);
|
|
245
243
|
}
|
|
246
244
|
|
|
247
245
|
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkGroupHeaderStatus {
|
|
248
|
-
background-color:
|
|
246
|
+
background-color: var(--sapNegativeElementColor);
|
|
249
247
|
}
|
|
250
248
|
|
|
251
249
|
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkGroupHeaderStatus {
|
|
252
|
-
background-color:
|
|
250
|
+
background-color: var(--sapChart_Critical);
|
|
253
251
|
}
|
|
254
252
|
|
|
255
253
|
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkGroupHeaderStatus {
|
|
256
|
-
background-color:
|
|
254
|
+
background-color: var(--sapHighlightColor);
|
|
257
255
|
}
|
|
258
256
|
|
|
259
257
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkGroupHeader *,
|
|
260
258
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkGroupHeader *,
|
|
261
259
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkGroupHeader *,
|
|
262
260
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkGroupHeader * {
|
|
263
|
-
color:
|
|
261
|
+
color: var(--sapTextColor);
|
|
264
262
|
}
|
|
265
263
|
|
|
266
264
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkGroupHeader {
|
|
267
|
-
background-color:
|
|
268
|
-
border-color:
|
|
265
|
+
background-color: var(--sapSuccessBackground);
|
|
266
|
+
border-color: var(--sapSuccessBorderColor);
|
|
269
267
|
}
|
|
270
268
|
|
|
271
269
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementSuccess {
|
|
272
|
-
border-color:
|
|
270
|
+
border-color: var(--sapSuccessBorderColor);
|
|
273
271
|
}
|
|
274
272
|
|
|
275
273
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkGroupHeader {
|
|
276
|
-
background-color:
|
|
277
|
-
border-color:
|
|
274
|
+
background-color: var(--sapErrorBackground);
|
|
275
|
+
border-color: var(--sapErrorBorderColor);
|
|
278
276
|
}
|
|
279
277
|
|
|
280
278
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementError {
|
|
281
|
-
border-color:
|
|
279
|
+
border-color: var(--sapErrorBorderColor);
|
|
282
280
|
}
|
|
283
281
|
|
|
284
282
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkGroupHeader {
|
|
285
|
-
background-color:
|
|
286
|
-
border-color:
|
|
283
|
+
background-color: var(--sapWarningBackground);
|
|
284
|
+
border-color: var(--sapWarningBorderColor);
|
|
287
285
|
}
|
|
288
286
|
|
|
289
287
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementWarning {
|
|
290
|
-
border-color:
|
|
288
|
+
border-color: var(--sapWarningBorderColor);
|
|
291
289
|
}
|
|
292
290
|
|
|
293
291
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkGroupHeader {
|
|
294
|
-
background-color:
|
|
295
|
-
border-color:
|
|
292
|
+
background-color: var(--sapInformationBackground);
|
|
293
|
+
border-color: var(--sapInformationBorderColor);
|
|
296
294
|
}
|
|
297
295
|
|
|
298
296
|
.sapSuiteUiCommonsNetworkGroupClassic.sapSuiteUiCommonsNetworkElementInformation {
|
|
299
|
-
border-color:
|
|
297
|
+
border-color: var(--sapInformationBorderColor);
|
|
300
298
|
}
|
|
301
299
|
|
|
302
|
-
|
|
300
|
+
/* top group */
|
|
303
301
|
.sapSuiteUiCommonsNetworkTopGroup {
|
|
304
302
|
position: absolute;
|
|
305
|
-
|
|
306
303
|
display: flex;
|
|
307
304
|
align-items: center;
|
|
308
|
-
|
|
309
|
-
border-bottom: @sapUiElementBorderWidth @sapUiContentFocusStyle @sapUiListBorderColor;
|
|
305
|
+
border-bottom: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapList_BorderColor);
|
|
310
306
|
}
|
|
311
307
|
|
|
312
|
-
html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroup {
|
|
308
|
+
html[dir='rtl'] .sapSuiteUiCommonsNetworkTopGroup {
|
|
313
309
|
justify-content: flex-end;
|
|
314
310
|
}
|
|
315
311
|
|
|
@@ -317,7 +313,7 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroup {
|
|
|
317
313
|
justify-content: flex-end;
|
|
318
314
|
}
|
|
319
315
|
|
|
320
|
-
html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroupRight {
|
|
316
|
+
html[dir='rtl'] .sapSuiteUiCommonsNetworkTopGroupRight {
|
|
321
317
|
justify-content: normal;
|
|
322
318
|
}
|
|
323
319
|
|
|
@@ -336,16 +332,16 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroupRight {
|
|
|
336
332
|
flex-direction: row-reverse;
|
|
337
333
|
}
|
|
338
334
|
|
|
339
|
-
html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroupHeader {
|
|
335
|
+
html[dir='rtl'] .sapSuiteUiCommonsNetworkTopGroupHeader {
|
|
340
336
|
flex-direction: row-reverse;
|
|
341
337
|
}
|
|
342
338
|
|
|
343
|
-
html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroupRight .sapSuiteUiCommonsNetworkTopGroupHeader {
|
|
339
|
+
html[dir='rtl'] .sapSuiteUiCommonsNetworkTopGroupRight .sapSuiteUiCommonsNetworkTopGroupHeader {
|
|
344
340
|
flex-direction: row;
|
|
345
341
|
}
|
|
346
342
|
|
|
347
343
|
.sapSuiteUiCommonsNetworkTopGroupDelimiter {
|
|
348
|
-
border-left:
|
|
344
|
+
border-left: var(--sapElement_BorderWidth) var(--sapField_Selector_ReadOnly_BorderStyle) var(--sapList_BorderColor);
|
|
349
345
|
top: 32px;
|
|
350
346
|
height: 100%;
|
|
351
347
|
left: 50%;
|
|
@@ -353,5 +349,5 @@ html[dir=rtl] .sapSuiteUiCommonsNetworkTopGroupRight .sapSuiteUiCommonsNetworkTo
|
|
|
353
349
|
}
|
|
354
350
|
|
|
355
351
|
.sapSuiteUiCommonsNetworkGroupHeaderMenuIcon.sapSuiteUiCommonsNetworkElementFocus {
|
|
356
|
-
outline:
|
|
357
|
-
}
|
|
352
|
+
outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
|
|
353
|
+
}
|
|
@@ -1,6 +1,11 @@
|
|
|
1
|
+
/* ================================================= */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/NetworkLine */
|
|
3
|
+
/* Base theme */
|
|
4
|
+
/* ================================================= */
|
|
5
|
+
|
|
1
6
|
.sapSuiteUiCommonsNetworkLineInvisibleWrapper {
|
|
2
7
|
stroke-width: 8;
|
|
3
|
-
stroke: transparent; /* Transparent stroke for hit-testing. as "none" effectively disables the stroke rendering entirely, which also eliminates the hit-test area of the SVG path*/
|
|
8
|
+
stroke: transparent; /* Transparent stroke for hit-testing. as "none" effectively disables the stroke rendering entirely, which also eliminates the hit-test area of the SVG path */
|
|
4
9
|
pointer-events: stroke;
|
|
5
10
|
fill: none;
|
|
6
11
|
}
|
|
@@ -8,7 +13,7 @@
|
|
|
8
13
|
.sapSuiteUiCommonsNetworkLinePath {
|
|
9
14
|
fill: none;
|
|
10
15
|
pointer-events: none;
|
|
11
|
-
stroke:
|
|
16
|
+
stroke: var(--sapNeutralBorderColor);
|
|
12
17
|
}
|
|
13
18
|
|
|
14
19
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
@@ -23,17 +28,17 @@
|
|
|
23
28
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineArrow,
|
|
24
29
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
25
30
|
stroke-width: 2;
|
|
26
|
-
stroke:
|
|
31
|
+
stroke: var(--sapContent_DragAndDropActiveColor);
|
|
27
32
|
}
|
|
28
33
|
|
|
29
34
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineArrow,
|
|
30
35
|
.sapSuiteUiCommonsNetworkLines .sapSuiteUiCommonsNetworkElementSelected .sapSuiteUiCommonsNetworkLineNipple {
|
|
31
|
-
fill:
|
|
36
|
+
fill: var(--sapContent_DragAndDropActiveColor);
|
|
32
37
|
}
|
|
33
38
|
|
|
34
39
|
.sapSuiteUiCommonsNetworkLineArrow {
|
|
35
|
-
fill:
|
|
36
|
-
stroke:
|
|
40
|
+
fill: var(--sapNeutralBorderColor);
|
|
41
|
+
stroke: var(--sapNeutralBorderColor);
|
|
37
42
|
pointer-events: none;
|
|
38
43
|
shape-rendering: geometricPrecision !important;
|
|
39
44
|
}
|
|
@@ -44,7 +49,7 @@
|
|
|
44
49
|
|
|
45
50
|
/* Colors - status */
|
|
46
51
|
.sapSuiteUiCommonsNetworkLineNipple {
|
|
47
|
-
fill:
|
|
52
|
+
fill: var(--sapNeutralBorderColor);
|
|
48
53
|
shape-rendering: auto !important;
|
|
49
54
|
}
|
|
50
55
|
.sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
@@ -53,14 +58,14 @@
|
|
|
53
58
|
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
54
59
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
55
60
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
56
|
-
stroke:
|
|
61
|
+
stroke: var(--sapWarningBorderColor);
|
|
57
62
|
}
|
|
58
63
|
|
|
59
64
|
.sapSuiteUiCommonsNetworkElementWarning.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineArrow,
|
|
60
65
|
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineArrow,
|
|
61
66
|
.sapSuiteUiCommonsNetworkElementWarning .sapSuiteUiCommonsNetworkLineNipple {
|
|
62
|
-
stroke:
|
|
63
|
-
fill:
|
|
67
|
+
stroke: var(--sapWarningBorderColor);
|
|
68
|
+
fill: var(--sapWarningBorderColor);
|
|
64
69
|
}
|
|
65
70
|
|
|
66
71
|
.sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
@@ -69,14 +74,14 @@
|
|
|
69
74
|
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
70
75
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
71
76
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
72
|
-
stroke:
|
|
77
|
+
stroke: var(--sapErrorBorderColor);
|
|
73
78
|
}
|
|
74
79
|
|
|
75
80
|
.sapSuiteUiCommonsNetworkElementError.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineArrow,
|
|
76
81
|
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineArrow,
|
|
77
82
|
.sapSuiteUiCommonsNetworkElementError .sapSuiteUiCommonsNetworkLineNipple {
|
|
78
|
-
stroke:
|
|
79
|
-
fill:
|
|
83
|
+
stroke: var(--sapErrorBorderColor);
|
|
84
|
+
fill: var(--sapErrorBorderColor);
|
|
80
85
|
}
|
|
81
86
|
|
|
82
87
|
.sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
@@ -85,34 +90,32 @@
|
|
|
85
90
|
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
86
91
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
87
92
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
88
|
-
stroke:
|
|
93
|
+
stroke: var(--sapSuccessBorderColor);
|
|
89
94
|
}
|
|
90
95
|
|
|
91
96
|
.sapSuiteUiCommonsNetworkElementSuccess.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineArrow,
|
|
92
97
|
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineArrow,
|
|
93
98
|
.sapSuiteUiCommonsNetworkElementSuccess .sapSuiteUiCommonsNetworkLineNipple {
|
|
94
|
-
stroke:
|
|
95
|
-
fill:
|
|
99
|
+
stroke: var(--sapSuccessBorderColor);
|
|
100
|
+
fill: var(--sapSuccessBorderColor);
|
|
96
101
|
}
|
|
97
102
|
|
|
98
|
-
|
|
99
103
|
.sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLinePath,
|
|
100
104
|
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLinePath,
|
|
101
105
|
.sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
102
106
|
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
103
107
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineTextBoxBackground,
|
|
104
108
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
105
|
-
stroke:
|
|
109
|
+
stroke: var(--sapInformationBorderColor);
|
|
106
110
|
}
|
|
107
111
|
|
|
108
112
|
.sapSuiteUiCommonsNetworkElementInformation.sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineArrow,
|
|
109
113
|
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineArrow,
|
|
110
114
|
.sapSuiteUiCommonsNetworkElementInformation .sapSuiteUiCommonsNetworkLineNipple {
|
|
111
|
-
stroke:
|
|
112
|
-
fill:
|
|
115
|
+
stroke: var(--sapInformationBorderColor);
|
|
116
|
+
fill: var(--sapInformationBorderColor);
|
|
113
117
|
}
|
|
114
118
|
|
|
115
|
-
|
|
116
119
|
/* Line style */
|
|
117
120
|
.sapSuiteUiCommonsNetworkDashedLine {
|
|
118
121
|
stroke-dasharray: 5, 5
|
|
@@ -121,28 +124,31 @@
|
|
|
121
124
|
.sapSuiteUiCommonsNetworkDottedLine {
|
|
122
125
|
stroke-dasharray: 2, 2
|
|
123
126
|
}
|
|
127
|
+
|
|
124
128
|
.sapSuiteUiCommonsNetworkLine.sapSuiteUiCommonsNetworkElementFocus {
|
|
129
|
+
|
|
125
130
|
.sapSuiteUiCommonsNetworkLinePath{
|
|
126
|
-
stroke:
|
|
131
|
+
stroke: var(--sapContent_DragAndDropActiveColor);
|
|
127
132
|
}
|
|
133
|
+
|
|
128
134
|
.sapSuiteUiCommonsNetworkLineArrow {
|
|
129
|
-
stroke:
|
|
130
|
-
fill:
|
|
135
|
+
stroke: var(--sapContent_DragAndDropActiveColor);
|
|
136
|
+
fill: var(--sapContent_DragAndDropActiveColor);
|
|
131
137
|
}
|
|
132
138
|
}
|
|
133
139
|
|
|
134
140
|
.sapSuiteUiCommonsNetworkLineFocus {
|
|
135
|
-
stroke:
|
|
141
|
+
stroke: var(--sapContent_FocusColor);
|
|
136
142
|
stroke-width: 2px;
|
|
137
143
|
stroke-dasharray: 0, 0;
|
|
138
|
-
|
|
144
|
+
stroke-linecap: round;
|
|
139
145
|
fill: none;
|
|
140
146
|
pointer-events: none;
|
|
141
147
|
display: none;
|
|
142
148
|
}
|
|
143
149
|
|
|
144
150
|
.sapSuiteUiCommonsNetworkGraph.sapSuiteUiCommonsNetworkGraphLayered.sapSuiteUiCommonsNetworkGraphCrispEdges .sapSuiteUiCommonsNetworkGraphSvg path.sapSuiteUiCommonsNetworkLineFocus {
|
|
145
|
-
|
|
151
|
+
shape-rendering: geometricprecision;
|
|
146
152
|
}
|
|
147
153
|
|
|
148
154
|
.sapSuiteUiCommonsNetworkElementFocus .sapSuiteUiCommonsNetworkLineFocus {
|
|
@@ -155,18 +161,18 @@
|
|
|
155
161
|
}
|
|
156
162
|
|
|
157
163
|
.sapSuiteUiCommonsNetworkGraphLineTooltip {
|
|
158
|
-
background-color:
|
|
164
|
+
background-color: var(--sapContent_ForegroundColor);
|
|
159
165
|
align-self: flex-start;
|
|
160
166
|
padding: 8px;
|
|
161
|
-
color:
|
|
167
|
+
color: var(--sapTextColor);
|
|
162
168
|
margin-right: 10px;
|
|
163
169
|
border-radius: 5px;
|
|
164
|
-
border:
|
|
170
|
+
border: var(--sapElement_BorderWidth) var(--sapContent_FocusStyle) var(--sapContent_DragAndDropActiveColor);
|
|
165
171
|
position: relative;
|
|
166
172
|
}
|
|
167
173
|
|
|
168
174
|
.sapSuiteUiCommonsNetworkGraphLineTooltipArrow {
|
|
169
|
-
font-family
|
|
175
|
+
font-family:var(--sapContent_IconFontFamily);
|
|
170
176
|
margin-left: 8px;
|
|
171
177
|
vertical-align: middle;
|
|
172
178
|
font-size: @sapMFontMediumSize;
|
|
@@ -185,18 +191,15 @@
|
|
|
185
191
|
width: 300px;
|
|
186
192
|
height: 300px;
|
|
187
193
|
border-radius: 50%;
|
|
188
|
-
|
|
189
194
|
display: none;
|
|
190
|
-
|
|
191
195
|
background: white;
|
|
192
196
|
}
|
|
193
197
|
|
|
194
|
-
|
|
195
198
|
.sapSuiteUiCommonsNetworkGraphDivInnerCloned {
|
|
196
199
|
position: absolute !important;
|
|
197
200
|
top: 0 !important;;
|
|
198
201
|
z-index: -1 !important;;
|
|
199
|
-
border:
|
|
202
|
+
border: var(--sapField_BorderStyle) !important;
|
|
200
203
|
}
|
|
201
204
|
|
|
202
205
|
.sapSuiteUiCommonsNetworkGraphTooltips {
|
|
@@ -211,9 +214,9 @@
|
|
|
211
214
|
left: -9px;
|
|
212
215
|
width: 0;
|
|
213
216
|
height: 0;
|
|
214
|
-
border-top: 10px
|
|
215
|
-
border-bottom: 10px
|
|
216
|
-
border-right:9px
|
|
217
|
+
border-top: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
218
|
+
border-bottom: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
219
|
+
border-right:9px var(--sapContent_FocusStyle) var(--sapContent_DragAndDropActiveColor);
|
|
217
220
|
}
|
|
218
221
|
|
|
219
222
|
.sapSuiteUiCommonsNetworkGraphTooltipRightArrow {
|
|
@@ -221,9 +224,9 @@
|
|
|
221
224
|
width: 0;
|
|
222
225
|
right: -9px;
|
|
223
226
|
height: 0;
|
|
224
|
-
border-top: 10px
|
|
225
|
-
border-bottom: 10px
|
|
226
|
-
border-left: 9px
|
|
227
|
+
border-top: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
228
|
+
border-bottom: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
229
|
+
border-left: 9px var(--sapContent_FocusStyle) var(--sapContent_DragAndDropActiveColor);
|
|
227
230
|
}
|
|
228
231
|
|
|
229
232
|
.sapSuiteUiCommonsNetworkGraphTooltipBottomArrow {
|
|
@@ -231,9 +234,9 @@
|
|
|
231
234
|
bottom: -9px;
|
|
232
235
|
width: 0;
|
|
233
236
|
height: 0;
|
|
234
|
-
border-left: 10px
|
|
235
|
-
border-right: 10px
|
|
236
|
-
border-top: 9px solid
|
|
237
|
+
border-left: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
238
|
+
border-right: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
239
|
+
border-top: 9px solid var(--sapContent_DragAndDropActiveColor);
|
|
237
240
|
}
|
|
238
241
|
|
|
239
242
|
.sapSuiteUiCommonsNetworkGraphTooltipTopArrow {
|
|
@@ -241,9 +244,9 @@
|
|
|
241
244
|
top: -9px;
|
|
242
245
|
width: 0;
|
|
243
246
|
height: 0;
|
|
244
|
-
border-left: 10px
|
|
245
|
-
border-right: 10px
|
|
246
|
-
border-bottom: 9px
|
|
247
|
+
border-left: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
248
|
+
border-right: 10px var(--sapContent_FocusStyle) var(--sapButton_Lite_BorderColor);
|
|
249
|
+
border-bottom: 9px var(--sapContent_FocusStyle) var(--sapContent_DragAndDropActiveColor);
|
|
247
250
|
}
|
|
248
251
|
|
|
249
252
|
.sapSuiteUiCommonsNetworkGraphLineTooltipDualArrow {
|
|
@@ -256,9 +259,9 @@
|
|
|
256
259
|
|
|
257
260
|
.sapSuiteUiCommonsNetworkLineText {
|
|
258
261
|
font-size: 12px;
|
|
259
|
-
font-family:
|
|
260
|
-
fill:
|
|
261
|
-
text-shadow:
|
|
262
|
+
font-family: var(--sapFontFamily);
|
|
263
|
+
fill: var(--sapTextColor);
|
|
264
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
262
265
|
pointer-events: all;
|
|
263
266
|
text-anchor: middle;
|
|
264
267
|
dominant-baseline: central;
|
|
@@ -269,21 +272,21 @@
|
|
|
269
272
|
}
|
|
270
273
|
|
|
271
274
|
.sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
272
|
-
fill:
|
|
273
|
-
stroke:
|
|
275
|
+
fill: var(--sapNeutralBackground);
|
|
276
|
+
stroke: var(--sapNeutralBorderColor);
|
|
274
277
|
stroke-width: 1;
|
|
275
278
|
pointer-events: all;
|
|
276
279
|
}
|
|
277
280
|
|
|
278
281
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementFocus .sapSuiteUiCommonsNetworkLineTextBoxBackground {
|
|
279
|
-
stroke:
|
|
282
|
+
stroke: var(--sapContent_FocusColor) !important;
|
|
280
283
|
stroke-width: 2;
|
|
281
284
|
}
|
|
282
285
|
|
|
283
286
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementFocus .sapSuiteUiCommonsNetworkLineText {
|
|
284
|
-
|
|
287
|
+
font-weight: bold;
|
|
285
288
|
}
|
|
286
289
|
|
|
287
290
|
.sapSuiteUiCommonsNetworkLineTexts .sapSuiteUiCommonsNetworkElementHighlight .sapSuiteUiCommonsNetworkLineText {
|
|
288
|
-
|
|
291
|
+
font-weight: bold;
|
|
289
292
|
}
|
|
@@ -895,6 +895,9 @@
|
|
|
895
895
|
// auto-create border-color class with all different semantic colors
|
|
896
896
|
.sapSuiteBorderSemanticColor(borderSemanticColor);
|
|
897
897
|
|
|
898
|
+
// auto-create outline-color class with all different semantic colors
|
|
899
|
+
.sapSuiteOutlineSemanticColor(outlineSemanticColor);
|
|
900
|
+
|
|
898
901
|
// auto-create border-color class with all different semantic colors
|
|
899
902
|
.sapSuiteStrokeSemanticColor(strokeSemanticColor);
|
|
900
903
|
|