@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
|
@@ -5,61 +5,64 @@
|
|
|
5
5
|
|
|
6
6
|
/* Regular */
|
|
7
7
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner {
|
|
8
|
-
text-shadow:
|
|
8
|
+
text-shadow: var(--sapContent_TextShadow);
|
|
9
9
|
}
|
|
10
10
|
|
|
11
11
|
/* Selected/Highlighted */
|
|
12
12
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
|
|
13
13
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
14
14
|
background-image: none;
|
|
15
|
-
color:
|
|
16
|
-
background-color:
|
|
17
|
-
border-color:
|
|
18
|
-
box-shadow: 0 0 0.125rem 1px
|
|
19
|
-
-webkit-box-shadow: 0 0 0.125rem 1px @sapContent_Shadow1;
|
|
15
|
+
color: var(--sapButton_Emphasized_TextColor);
|
|
16
|
+
background-color: var(--sapButton_Emphasized_Background);
|
|
17
|
+
border-color: var(--sapButton_Emphasized_BorderColor);
|
|
18
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Shadow1);
|
|
20
19
|
}
|
|
20
|
+
|
|
21
21
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
|
|
22
22
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
23
23
|
background-image: none;
|
|
24
|
-
color:
|
|
25
|
-
background-color:
|
|
26
|
-
border-color:
|
|
27
|
-
box-shadow: 0 0 0.125rem 1px
|
|
28
|
-
-webkit-box-shadow: 0 0 0.125rem 1px @sapContent_Negative_Shadow;
|
|
24
|
+
color: var(--sapButton_Negative_TextColor);
|
|
25
|
+
background-color: var(--sapButton_Negative_Background);
|
|
26
|
+
border-color: var(--sapButton_Negative_BorderColor);
|
|
27
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Negative_Shadow);
|
|
29
28
|
}
|
|
29
|
+
|
|
30
30
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
|
|
31
31
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
32
32
|
background-image: none;
|
|
33
|
-
color:
|
|
34
|
-
background-color:
|
|
35
|
-
border-color:
|
|
36
|
-
box-shadow: 0 0 0.125rem 1px
|
|
37
|
-
-webkit-box-shadow: 0 0 0.125rem 1px @sapContent_Critical_Shadow;
|
|
33
|
+
color: var(--sapButton_Critical_TextColor);
|
|
34
|
+
background-color: var(--sapButton_Critical_Background);
|
|
35
|
+
border-color: var(--sapButton_Critical_BorderColor);
|
|
36
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Critical_Shadow);
|
|
38
37
|
}
|
|
38
|
+
|
|
39
39
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
|
|
40
40
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
41
41
|
background-image: none;
|
|
42
|
-
color:
|
|
43
|
-
background-color:
|
|
44
|
-
border-color:
|
|
45
|
-
box-shadow: 0 0 0.125rem 1px
|
|
46
|
-
-webkit-box-shadow: 0 0 0.125rem 1px @sapContent_Positive_Shadow;
|
|
42
|
+
color: var(--sapButton_Success_TextColor);
|
|
43
|
+
background-color: var(--sapButton_Success_Background);
|
|
44
|
+
border-color: var(--sapButton_Success_BorderColor);
|
|
45
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Positive_Shadow);
|
|
47
46
|
}
|
|
47
|
+
|
|
48
48
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
|
|
49
49
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
50
|
-
color:
|
|
50
|
+
color: var(--sapButton_Emphasized_TextColor);
|
|
51
51
|
}
|
|
52
|
+
|
|
52
53
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
|
|
53
54
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
54
|
-
color:
|
|
55
|
+
color: var(--sapButton_Negative_TextColor);
|
|
55
56
|
}
|
|
57
|
+
|
|
56
58
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
|
|
57
59
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
58
|
-
color:
|
|
60
|
+
color: var(--sapButton_Critical_TextColor);
|
|
59
61
|
}
|
|
62
|
+
|
|
60
63
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
|
|
61
64
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
62
|
-
color:
|
|
65
|
+
color: var(--sapButton_Success_TextColor);
|
|
63
66
|
}
|
|
64
67
|
|
|
65
68
|
/* Disabled */
|
|
@@ -71,253 +74,272 @@
|
|
|
71
74
|
/* Dimmed */
|
|
72
75
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
73
76
|
background-image: none;
|
|
74
|
-
background-color:
|
|
75
|
-
border-color:
|
|
77
|
+
background-color: var(--sapButton_TokenBackground);
|
|
78
|
+
border-color: var(--sapButton_TokenBorderColor);
|
|
76
79
|
}
|
|
80
|
+
|
|
77
81
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
78
|
-
color:
|
|
82
|
+
color: var(--sapNegativeTextColor);
|
|
79
83
|
}
|
|
84
|
+
|
|
80
85
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
81
|
-
color:
|
|
86
|
+
color: var(--sapCriticalTextColor);
|
|
82
87
|
}
|
|
88
|
+
|
|
83
89
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
84
|
-
color:
|
|
90
|
+
color: var(--sapPositiveTextColor);
|
|
85
91
|
}
|
|
92
|
+
|
|
86
93
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
|
|
87
|
-
color:
|
|
94
|
+
color: var(--sapButton_TextColor);
|
|
88
95
|
}
|
|
96
|
+
|
|
89
97
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
90
|
-
color:
|
|
98
|
+
color: var(--sapNegativeElementColor);
|
|
91
99
|
}
|
|
100
|
+
|
|
92
101
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
93
|
-
color:
|
|
102
|
+
color: var(--sapCriticalElementColor);
|
|
94
103
|
}
|
|
104
|
+
|
|
95
105
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
96
|
-
color:
|
|
106
|
+
color: var(--sapPositiveElementColor);
|
|
97
107
|
}
|
|
108
|
+
|
|
98
109
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
|
|
99
|
-
color:
|
|
110
|
+
color: var(--sapButton_TextColor);
|
|
100
111
|
}
|
|
101
112
|
|
|
102
113
|
/* Hover */
|
|
103
114
|
.sapSuiteUiCommonsProcessFlowConnectionLabel:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
|
|
104
|
-
background-color:
|
|
105
|
-
border-color:
|
|
115
|
+
background-color: var(--sapButton_Hover_Background);
|
|
116
|
+
border-color: var(--sapButton_Hover_BorderColor);
|
|
106
117
|
}
|
|
118
|
+
|
|
107
119
|
.sapSuiteUiCommonsLabelStateNegative:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
|
|
108
|
-
color:
|
|
109
|
-
box-shadow: 0 0 0.125rem 1px
|
|
120
|
+
color: var(--sapNegativeTextColor) !important;
|
|
121
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Negative_Shadow) !important;
|
|
110
122
|
}
|
|
123
|
+
|
|
111
124
|
.sapSuiteUiCommonsLabelStateCritical:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
|
|
112
|
-
color:
|
|
113
|
-
box-shadow: 0 0 0.125rem 1px
|
|
125
|
+
color: var(--sapCriticalTextColor) !important;
|
|
126
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Critical_Shadow) !important;
|
|
114
127
|
}
|
|
128
|
+
|
|
115
129
|
.sapSuiteUiCommonsLabelStatePositive:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
|
|
116
|
-
color:
|
|
117
|
-
box-shadow: 0 0 0.125rem 1px
|
|
130
|
+
color: var(--sapPositiveTextColor) !important;
|
|
131
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Positive_Shadow) !important;
|
|
118
132
|
}
|
|
133
|
+
|
|
119
134
|
.sapSuiteUiCommonsLabelStateNeutral:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
|
|
120
|
-
color:
|
|
121
|
-
box-shadow: 0 0 0.125rem 1px
|
|
135
|
+
color: var(--sapButton_TextColor) !important;
|
|
136
|
+
box-shadow: 0 0 0.125rem 1px var(--sapContent_Interaction_Shadow) !important;
|
|
122
137
|
}
|
|
138
|
+
|
|
123
139
|
.sapSuiteUiCommonsLabelStateNegative:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
|
|
124
|
-
color:
|
|
140
|
+
color: var(--sapNegativeTextColor) !important;
|
|
125
141
|
}
|
|
142
|
+
|
|
126
143
|
.sapSuiteUiCommonsLabelStateCritical:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
|
|
127
|
-
color:
|
|
144
|
+
color: var(--sapCriticalTextColor) !important;
|
|
128
145
|
}
|
|
146
|
+
|
|
129
147
|
.sapSuiteUiCommonsLabelStatePositive:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
|
|
130
|
-
color:
|
|
148
|
+
color: var(--sapPositiveTextColor) !important;
|
|
131
149
|
}
|
|
150
|
+
|
|
132
151
|
.sapSuiteUiCommonsLabelStateNeutral:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
|
|
133
|
-
color:
|
|
152
|
+
color: var(--sapButton_TextColor) !important;
|
|
134
153
|
}
|
|
135
154
|
|
|
136
155
|
/* Configure inner text element, background and border of Label for specific state. */
|
|
137
156
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner {
|
|
138
|
-
color:
|
|
139
|
-
background-color:
|
|
140
|
-
border-color:
|
|
157
|
+
color: var(--sapNegativeTextColor);
|
|
158
|
+
background-color: var(--sapButton_Reject_Background);
|
|
159
|
+
border-color: var(--sapButton_Reject_BorderColor);
|
|
141
160
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
142
161
|
}
|
|
162
|
+
|
|
143
163
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner {
|
|
144
|
-
color:
|
|
145
|
-
background-color:
|
|
146
|
-
border-color:
|
|
164
|
+
color: var(--sapCriticalTextColor);
|
|
165
|
+
background-color: var(--sapButton_Attention_Background);
|
|
166
|
+
border-color: var(--sapButton_Attention_BorderColor);
|
|
147
167
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
148
168
|
}
|
|
169
|
+
|
|
149
170
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner {
|
|
150
|
-
color:
|
|
151
|
-
background-color:
|
|
152
|
-
border-color:
|
|
171
|
+
color: var(--sapPositiveTextColor);
|
|
172
|
+
background-color: var(--sapButton_Accept_Background);
|
|
173
|
+
border-color: var(--sapButton_Accept_BorderColor);
|
|
153
174
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
154
175
|
}
|
|
176
|
+
|
|
155
177
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner {
|
|
156
|
-
color:
|
|
157
|
-
background-color:
|
|
158
|
-
border-color:
|
|
178
|
+
color: var(--sapButton_TextColor);
|
|
179
|
+
background-color: var(--sapButton_Background);
|
|
180
|
+
border-color: var(--sapButton_BorderColor);
|
|
159
181
|
box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
|
|
160
182
|
}
|
|
161
183
|
|
|
162
184
|
/* Configure inner icon element of Label for specific state. */
|
|
163
185
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner > .sapMBtnIcon {
|
|
164
|
-
color:
|
|
186
|
+
color: var(--sapNegativeElementColor);
|
|
165
187
|
}
|
|
188
|
+
|
|
166
189
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner > .sapMBtnIcon {
|
|
167
|
-
color:
|
|
190
|
+
color: var(--sapCriticalElementColor);
|
|
168
191
|
}
|
|
192
|
+
|
|
169
193
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner > .sapMBtnIcon {
|
|
170
|
-
color:
|
|
194
|
+
color: var(--sapPositiveElementColor);
|
|
171
195
|
}
|
|
196
|
+
|
|
172
197
|
.sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner > .sapMBtnIcon {
|
|
173
|
-
color:
|
|
198
|
+
color: var(--sapButton_TextColor);
|
|
174
199
|
}
|
|
175
200
|
|
|
176
201
|
/* handle the keyboard press event for active state (both text and icon) */
|
|
177
202
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapMBtnActive{
|
|
178
|
-
color:
|
|
179
|
-
background-color:
|
|
180
|
-
border-color:
|
|
203
|
+
color: var(--sapButton_Attention_Active_TextColor) !important;
|
|
204
|
+
background-color: var(--sapButton_Attention_Active_Background) !important;
|
|
205
|
+
border-color: var(--sapButton_Attention_Active_BorderColor) !important;
|
|
181
206
|
box-shadow: none;
|
|
182
|
-
-webkit-box-shadow: none;
|
|
183
207
|
text-shadow: none;
|
|
184
208
|
outline-style: none;
|
|
185
209
|
}
|
|
210
|
+
|
|
186
211
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive{
|
|
187
|
-
color:
|
|
188
|
-
background-color:
|
|
189
|
-
border-color:
|
|
212
|
+
color: var(--sapButton_Active_TextColor) !important;
|
|
213
|
+
background-color: var(--sapButton_Active_Background) !important;
|
|
214
|
+
border-color: var(--sapButton_Active_BorderColor) !important;
|
|
190
215
|
box-shadow: none;
|
|
191
|
-
-webkit-box-shadow: none;
|
|
192
216
|
text-shadow: none;
|
|
193
217
|
outline-style: none;
|
|
194
218
|
}
|
|
219
|
+
|
|
195
220
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive{
|
|
196
|
-
color:
|
|
197
|
-
background-color:
|
|
198
|
-
border-color:
|
|
221
|
+
color: var(--sapButton_Accept_Active_TextColor) !important;
|
|
222
|
+
background-color: var(--sapButton_Accept_Active_Background) !important;
|
|
223
|
+
border-color: var(--sapButton_Accept_Active_BorderColor) !important;
|
|
199
224
|
box-shadow: none;
|
|
200
|
-
-webkit-box-shadow: none;
|
|
201
225
|
text-shadow: none;
|
|
202
226
|
outline-style: none;
|
|
203
227
|
}
|
|
228
|
+
|
|
204
229
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive {
|
|
205
|
-
color:
|
|
206
|
-
background-color:
|
|
207
|
-
border-color:
|
|
230
|
+
color: var(--sapButton_Reject_Active_TextColor) !important;
|
|
231
|
+
background-color: var(--sapButton_Reject_Active_Background) !important;
|
|
232
|
+
border-color: var(--sapButton_Reject_Active_BorderColor) !important;
|
|
208
233
|
box-shadow: none;
|
|
209
|
-
-webkit-box-shadow: none;
|
|
210
234
|
text-shadow: none;
|
|
211
235
|
outline-style: none;
|
|
212
236
|
}
|
|
237
|
+
|
|
213
238
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon{
|
|
214
|
-
color:
|
|
215
|
-
background-color:
|
|
216
|
-
border-color:
|
|
239
|
+
color: var(--sapButton_Reject_Active_TextColor) !important;
|
|
240
|
+
background-color: var(--sapButton_Reject_Active_Background) !important;
|
|
241
|
+
border-color: var(--sapButton_Reject_Active_BorderColor) !important;
|
|
217
242
|
box-shadow: none;
|
|
218
|
-
-webkit-box-shadow: none;
|
|
219
243
|
text-shadow: none;
|
|
220
244
|
outline-style: none;
|
|
221
245
|
}
|
|
246
|
+
|
|
222
247
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon{
|
|
223
|
-
color:
|
|
224
|
-
background-color:
|
|
225
|
-
border-color:
|
|
248
|
+
color: var(--sapButton_Attention_Active_TextColor) !important;
|
|
249
|
+
background-color: var(--sapButton_Attention_Active_Background) !important;
|
|
250
|
+
border-color: var(--sapButton_Attention_Active_BorderColor) !important;
|
|
226
251
|
box-shadow: none;
|
|
227
|
-
-webkit-box-shadow: none;
|
|
228
252
|
text-shadow: none;
|
|
229
253
|
outline-style: none;
|
|
230
254
|
}
|
|
255
|
+
|
|
231
256
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon{
|
|
232
|
-
color:
|
|
233
|
-
background-color:
|
|
234
|
-
border-color:
|
|
257
|
+
color: var(--sapButton_Accept_Active_TextColor) !important;
|
|
258
|
+
background-color: var(--sapButton_Accept_Active_Background) !important;
|
|
259
|
+
border-color: var(--sapButton_Accept_Active_BorderColor) !important;
|
|
235
260
|
box-shadow: none;
|
|
236
|
-
-webkit-box-shadow: none;
|
|
237
261
|
text-shadow: none;
|
|
238
262
|
outline-style: none;
|
|
239
263
|
}
|
|
264
|
+
|
|
240
265
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon {
|
|
241
|
-
color:
|
|
242
|
-
background-color:
|
|
243
|
-
border-color:
|
|
266
|
+
color: var(--sapButton_Active_TextColor) !important;
|
|
267
|
+
background-color: var(--sapButton_Active_Background) !important;
|
|
268
|
+
border-color: var(--sapButton_Active_BorderColor) !important;
|
|
244
269
|
box-shadow: none;
|
|
245
|
-
-webkit-box-shadow: none;
|
|
246
270
|
text-shadow: none;
|
|
247
271
|
outline-style: none;
|
|
248
272
|
}
|
|
249
273
|
|
|
250
|
-
|
|
251
274
|
/* handle the mouse press event for active state (both text and icon) */
|
|
252
275
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive{
|
|
253
|
-
color:
|
|
254
|
-
background-color:
|
|
255
|
-
border-color:
|
|
276
|
+
color: var(--sapButton_Attention_Active_TextColor) !important;
|
|
277
|
+
background-color: var(--sapButton_Attention_Active_Background) !important;
|
|
278
|
+
border-color: var(--sapButton_Attention_Active_BorderColor) !important;
|
|
256
279
|
box-shadow: none;
|
|
257
|
-
-webkit-box-shadow: none;
|
|
258
280
|
text-shadow: none;
|
|
259
281
|
outline-style: none;
|
|
260
282
|
}
|
|
283
|
+
|
|
261
284
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive{
|
|
262
|
-
color:
|
|
263
|
-
background-color:
|
|
264
|
-
border-color:
|
|
285
|
+
color: var(--sapButton_Active_TextColor) !important;
|
|
286
|
+
background-color: var(--sapButton_Active_Background) !important;
|
|
287
|
+
border-color: var(--sapButton_Active_BorderColor) !important;
|
|
265
288
|
box-shadow: none;
|
|
266
|
-
-webkit-box-shadow: none;
|
|
267
289
|
text-shadow: none;
|
|
268
290
|
outline-style: none;
|
|
269
291
|
}
|
|
292
|
+
|
|
270
293
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive{
|
|
271
|
-
color:
|
|
272
|
-
background-color:
|
|
273
|
-
border-color:
|
|
294
|
+
color: var(--sapButton_Accept_Active_TextColor) !important;
|
|
295
|
+
background-color: var(--sapButton_Accept_Active_Background) !important;
|
|
296
|
+
border-color: var(--sapButton_Accept_Active_BorderColor) !important;
|
|
274
297
|
box-shadow: none;
|
|
275
|
-
-webkit-box-shadow: none;
|
|
276
298
|
text-shadow: none;
|
|
277
299
|
outline-style: none;
|
|
278
300
|
}
|
|
301
|
+
|
|
279
302
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive {
|
|
280
|
-
color:
|
|
281
|
-
background-color:
|
|
282
|
-
border-color:
|
|
303
|
+
color: var(--sapButton_Reject_Active_TextColor) !important;
|
|
304
|
+
background-color: var(--sapButton_Reject_Active_Background) !important;
|
|
305
|
+
border-color: var(--sapButton_Reject_Active_BorderColor) !important;
|
|
283
306
|
box-shadow: none;
|
|
284
|
-
-webkit-box-shadow: none;
|
|
285
307
|
text-shadow: none;
|
|
286
308
|
outline-style: none;
|
|
287
309
|
}
|
|
310
|
+
|
|
288
311
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon{
|
|
289
|
-
color:
|
|
290
|
-
background-color:
|
|
291
|
-
border-color:
|
|
312
|
+
color: var(--sapButton_Reject_Active_TextColor) !important;
|
|
313
|
+
background-color: var(--sapButton_Reject_Active_Background) !important;
|
|
314
|
+
border-color: var(--sapButton_Reject_Active_BorderColor) !important;
|
|
292
315
|
box-shadow: none;
|
|
293
|
-
-webkit-box-shadow: none;
|
|
294
316
|
text-shadow: none;
|
|
295
317
|
outline-style: none;
|
|
296
318
|
}
|
|
319
|
+
|
|
297
320
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon{
|
|
298
|
-
color:
|
|
299
|
-
background-color:
|
|
300
|
-
border-color:
|
|
321
|
+
color: var(--sapButton_Attention_Active_TextColor) !important;
|
|
322
|
+
background-color: var(--sapButton_Attention_Active_Background) !important;
|
|
323
|
+
border-color: var(--sapButton_Attention_Active_BorderColor) !important;
|
|
301
324
|
box-shadow: none;
|
|
302
|
-
-webkit-box-shadow: none;
|
|
303
325
|
text-shadow: none;
|
|
304
326
|
outline-style: none;
|
|
305
327
|
}
|
|
328
|
+
|
|
306
329
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon{
|
|
307
|
-
color:
|
|
308
|
-
background-color:
|
|
309
|
-
border-color:
|
|
330
|
+
color: var(--sapButton_Accept_Active_TextColor) !important;
|
|
331
|
+
background-color: var(--sapButton_Accept_Active_Background) !important;
|
|
332
|
+
border-color: var(--sapButton_Accept_Active_BorderColor) !important;
|
|
310
333
|
box-shadow: none;
|
|
311
|
-
-webkit-box-shadow: none;
|
|
312
334
|
text-shadow: none;
|
|
313
335
|
outline-style: none;
|
|
314
336
|
}
|
|
337
|
+
|
|
315
338
|
:not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon {
|
|
316
|
-
color:
|
|
317
|
-
background-color:
|
|
318
|
-
border-color:
|
|
339
|
+
color: var(--sapButton_Active_TextColor) !important;
|
|
340
|
+
background-color: var(--sapButton_Active_Background) !important;
|
|
341
|
+
border-color: var(--sapButton_Active_BorderColor) !important;
|
|
319
342
|
box-shadow: none;
|
|
320
|
-
-webkit-box-shadow: none;
|
|
321
343
|
text-shadow: none;
|
|
322
344
|
outline-style: none;
|
|
323
|
-
}
|
|
345
|
+
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
/*
|
|
2
|
-
/* CSS for sap.suite.ui.commons/ProcessFlowLaneHeader */
|
|
3
|
-
/* Horizon High Contrast White theme
|
|
4
|
-
/*
|
|
1
|
+
/* =========================================================== */
|
|
2
|
+
/* CSS for control sap.suite.ui.commons/ProcessFlowLaneHeader */
|
|
3
|
+
/* Horizon High Contrast White theme */
|
|
4
|
+
/* =========================================================== */
|
|
5
5
|
|
|
6
6
|
@_sap_suite_ui_commons_ProcessFlowLaneHeader_PositiveColor: lighten(@sapUiPositiveElement, 6);
|
|
7
7
|
@_sap_suite_ui_commons_ProcessFlowLaneHeader_NegativeColor: lighten(@sapUiNegativeElement, 6);
|
|
@@ -10,92 +10,91 @@
|
|
|
10
10
|
|
|
11
11
|
.suiteUiProcessFlowLaneHeaderDonutSvg {
|
|
12
12
|
-webkit-tap-highlight-color: transparent;
|
|
13
|
-
|
|
13
|
+
transform: translate3d(0, 0, 0);
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.suiteUiProcessFlowLaneHeaderIconContainer {
|
|
17
17
|
-webkit-tap-highlight-color: transparent;
|
|
18
|
-
|
|
18
|
+
transform: translate3d(0, 0, 0);
|
|
19
19
|
}
|
|
20
20
|
|
|
21
21
|
.suiteUiProcessFlowLaneHeaderStartEndSymbolContainer {
|
|
22
22
|
border: none;
|
|
23
23
|
-webkit-tap-highlight-color: transparent;
|
|
24
|
-
|
|
24
|
+
transform: translate3d(0, 0, 0);
|
|
25
25
|
}
|
|
26
26
|
|
|
27
27
|
.suiteUiProcessFlowLaneHeaderProcessSymbolContainer {
|
|
28
28
|
border: none;
|
|
29
29
|
-webkit-tap-highlight-color: transparent;
|
|
30
|
-
|
|
30
|
+
transform: translate3d(0, 0, 0);
|
|
31
31
|
}
|
|
32
32
|
|
|
33
33
|
.suiteUiProcessFlowLaneHeaderProcessSymbol {
|
|
34
34
|
background-color: transparent;
|
|
35
35
|
text-shadow: @sapUiShadowText;
|
|
36
|
-
-webkit-text-shadow: @sapUiShadowText;
|
|
37
36
|
-webkit-tap-highlight-color: transparent;
|
|
38
|
-
|
|
37
|
+
transform: translate3d(0, 0, 0);
|
|
39
38
|
}
|
|
40
39
|
|
|
41
40
|
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon,
|
|
42
41
|
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon,
|
|
43
|
-
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon
|
|
42
|
+
.suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon::before {
|
|
44
43
|
-webkit-tap-highlight-color: transparent;
|
|
45
|
-
|
|
44
|
+
transform: translate3d(0, 0, 0);
|
|
46
45
|
}
|
|
47
46
|
|
|
48
47
|
.suiteUiProcessFlowLaneHeaderNoSelection {
|
|
49
48
|
-webkit-tap-highlight-color: transparent;
|
|
50
|
-
|
|
49
|
+
transform: translate3d(0, 0, 0);
|
|
51
50
|
}
|
|
52
51
|
|
|
53
52
|
.suiteUiCommonsProcessFlowHeaderIconFill {
|
|
54
|
-
fill:
|
|
55
|
-
stroke:
|
|
53
|
+
fill: var(--sapGroup_ContentBackground);
|
|
54
|
+
stroke: var(--sapContent_ForegroundBorderColor);
|
|
56
55
|
}
|
|
57
56
|
|
|
58
57
|
.suiteUiCommonsProcessFlowHeaderPositiveColor {
|
|
59
|
-
fill:
|
|
58
|
+
fill: var(--sapChart_Good);
|
|
60
59
|
}
|
|
61
60
|
|
|
62
61
|
.suiteUiCommonsProcessFlowHeaderNegativeColor {
|
|
63
|
-
fill:
|
|
62
|
+
fill: var(--sapChart_Bad);
|
|
64
63
|
}
|
|
65
64
|
|
|
66
65
|
.suiteUiCommonsProcessFlowHeaderNeutralColor {
|
|
67
|
-
fill:
|
|
66
|
+
fill: var(--sapChart_Neutral);
|
|
68
67
|
}
|
|
69
68
|
|
|
70
69
|
.suiteUiCommonsProcessFlowHeaderCriticalColor {
|
|
71
|
-
fill:
|
|
70
|
+
fill: var(--sapChart_Critical);
|
|
72
71
|
}
|
|
73
72
|
|
|
74
73
|
.suiteUiCommonsProcessFlowHeaderPlannedColor {
|
|
75
|
-
fill:
|
|
74
|
+
fill: var(--sapGroup_ContentBackground);
|
|
76
75
|
}
|
|
77
76
|
|
|
78
77
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPositiveColor {
|
|
79
|
-
stroke:
|
|
80
|
-
fill:
|
|
78
|
+
stroke: var(--sapChart_Good);
|
|
79
|
+
fill: var(--sapGroup_ContentBackground);
|
|
81
80
|
}
|
|
82
81
|
|
|
83
82
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNegativeColor {
|
|
84
|
-
stroke:
|
|
85
|
-
fill:
|
|
83
|
+
stroke: var(--sapChart_Bad);
|
|
84
|
+
fill: var(--sapGroup_ContentBackground);
|
|
86
85
|
}
|
|
87
86
|
|
|
88
87
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNeutralColor {
|
|
89
|
-
stroke:
|
|
90
|
-
fill:
|
|
88
|
+
stroke: var(--sapChart_Neutral);
|
|
89
|
+
fill: var(--sapGroup_ContentBackground);
|
|
91
90
|
}
|
|
92
91
|
|
|
93
92
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderCriticalColor {
|
|
94
|
-
stroke:
|
|
95
|
-
fill:
|
|
93
|
+
stroke: var(--sapChart_Critical);
|
|
94
|
+
fill: var(--sapGroup_ContentBackground);
|
|
96
95
|
}
|
|
97
96
|
|
|
98
97
|
.suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPlannedColor {
|
|
99
|
-
stroke:
|
|
100
|
-
fill:
|
|
98
|
+
stroke: var(--sapGroup_ContentBackground);
|
|
99
|
+
fill: var(--sapGroup_ContentBackground);
|
|
101
100
|
}
|