@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.
Files changed (157) hide show
  1. package/package.json +1 -1
  2. package/src/sap/suite/ui/commons/.library +1 -1
  3. package/src/sap/suite/ui/commons/AriaProperties.js +1 -1
  4. package/src/sap/suite/ui/commons/CalculationBuilder.js +56 -2
  5. package/src/sap/suite/ui/commons/CalculationBuilderExpression.js +87 -14
  6. package/src/sap/suite/ui/commons/CalculationBuilderFunction.js +1 -1
  7. package/src/sap/suite/ui/commons/CalculationBuilderGroup.js +1 -1
  8. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  9. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  10. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  11. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  12. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  13. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  14. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +8 -8
  15. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +5 -5
  16. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  17. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  18. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  19. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  20. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  21. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/library.js +4 -4
  30. package/src/sap/suite/ui/commons/messagebundle.properties +12 -8
  31. package/src/sap/suite/ui/commons/messagebundle_mk.properties +1 -1
  32. package/src/sap/suite/ui/commons/networkgraph/Graph.js +138 -27
  33. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  34. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  35. package/src/sap/suite/ui/commons/networkgraph/Line.js +5 -1
  36. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  37. package/src/sap/suite/ui/commons/networkgraph/Utils.js +10 -0
  38. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  39. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +213 -74
  40. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  41. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  42. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  43. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  44. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  45. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  46. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  47. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  48. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  49. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  50. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  51. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  52. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  53. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  54. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  55. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  56. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  57. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  58. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  59. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  60. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  61. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  62. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  63. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  64. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  65. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  66. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  67. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  68. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  69. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  70. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  71. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  72. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  73. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  74. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  75. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  76. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  77. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  78. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  79. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  80. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  81. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  82. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  83. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  84. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  85. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  86. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  87. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  88. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  89. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  90. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  91. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  92. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  93. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  94. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  95. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  96. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  97. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  98. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  99. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  100. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  101. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  102. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  103. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  104. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  105. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  106. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  107. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  108. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  109. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  110. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  111. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  112. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  113. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  114. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  115. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  116. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  117. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  118. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  119. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  120. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  121. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  122. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  123. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  124. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  125. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  126. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  127. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  128. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  129. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  130. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  131. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  132. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  133. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  134. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  135. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  136. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  137. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  138. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  139. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  140. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  141. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  142. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  143. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  144. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  145. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  146. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  147. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  148. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  149. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  150. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  151. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  152. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  153. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  154. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  155. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  156. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  157. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,33 +1,40 @@
1
- /* =================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowConnection */
3
- /* Horizon Theme */
4
- /* =================================================== */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowConnection */
3
+ /* Morning Horizon theme */
4
+ /* =========================================================== */
5
5
 
6
- @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular: @sapContent_ForegroundBorderColor;
7
- @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected: @sapNeutralTextColor;
8
- @_sap_suite_ui_commons_ProcessFlowConnection_StateDimmed: @sapGroup_ContentBorderColor;
6
+ @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular: var(--sapContent_ForegroundBorderColor);
7
+ @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected: var(--sapNeutralTextColor);
8
+ @_sap_suite_ui_commons_ProcessFlowConnection_StateDimmed: var(--sapGroup_ContentBorderColor);
9
9
 
10
10
  .sapSuiteUiCommonsBorderLeftStateRegular {
11
11
  border-left-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular;
12
12
  }
13
+
13
14
  .sapSuiteUiCommonsBorderLeftStateHighlighted {
14
- border-left-color: @sapContent_DragAndDropActiveColor;
15
+ border-left-color: var(--sapContent_DragAndDropActiveColor);
15
16
  }
17
+
16
18
  .sapSuiteUiCommonsBorderLeftStateDimmed {
17
19
  border-left-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateDimmed;
18
20
  }
21
+
19
22
  .sapSuiteUiCommonsBorderLeftStateSelected {
20
23
  border-left-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected;
21
24
  }
25
+
22
26
  .sapSuiteUiCommonsBorderBottomStateRegular {
23
27
  border-bottom-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateRegular;
24
28
  }
29
+
25
30
  .sapSuiteUiCommonsBorderBottomStateHighlighted {
26
- border-bottom-color: @sapContent_DragAndDropActiveColor;
31
+ border-bottom-color: var(--sapContent_DragAndDropActiveColor);
27
32
  }
33
+
28
34
  .sapSuiteUiCommonsBorderBottomStateDimmed {
29
35
  border-bottom-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateDimmed;
30
36
  }
37
+
31
38
  .sapSuiteUiCommonsBorderBottomStateSelected {
32
39
  border-bottom-color: @_sap_suite_ui_commons_ProcessFlowConnection_StateSelected;
33
- }
40
+ }
@@ -1,66 +1,68 @@
1
1
  /* ================================================================ */
2
2
  /* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel */
3
- /* Horizon Theme */
3
+ /* Morning Horizon theme */
4
4
  /* ================================================================ */
5
5
 
6
-
7
6
  /* Regular */
8
7
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner {
9
- text-shadow: @sapUiContentTextShadow;
8
+ text-shadow: var(--sapContent_TextShadow);
10
9
  }
11
10
 
12
11
  /* Selected/Highlighted */
13
12
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
14
13
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
15
14
  background-image: none;
16
- color: @sapButton_Emphasized_TextColor;
17
- background-color: @sapButton_Emphasized_Background;
18
- border-color: @sapButton_Emphasized_BorderColor;
19
- box-shadow: 0 0 0.125rem 1px @sapContent_Shadow1;
20
- -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);
21
19
  }
20
+
22
21
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
23
22
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
24
23
  background-image: none;
25
- color: @sapButton_Negative_TextColor;
26
- background-color: @sapButton_Negative_Background;
27
- border-color: @sapButton_Negative_BorderColor;
28
- box-shadow: 0 0 0.125rem 1px @sapContent_Negative_Shadow;
29
- -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);
30
28
  }
29
+
31
30
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
32
31
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
33
32
  background-image: none;
34
- color: @sapButton_Critical_TextColor;
35
- background-color: @sapButton_Critical_Background;
36
- border-color: @sapButton_Critical_BorderColor;
37
- box-shadow: 0 0 0.125rem 1px @sapContent_Critical_Shadow;
38
- -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);
39
37
  }
38
+
40
39
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover),
41
40
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
42
41
  background-image: none;
43
- color: @sapButton_Success_TextColor;
44
- background-color: @sapButton_Success_Background;
45
- border-color: @sapButton_Success_BorderColor;
46
- box-shadow: 0 0 0.125rem 1px @sapContent_Positive_Shadow;
47
- -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);
48
46
  }
47
+
49
48
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
50
49
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
51
- color: @sapButton_Emphasized_TextColor;
50
+ color: var(--sapButton_Emphasized_TextColor);
52
51
  }
52
+
53
53
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
54
54
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
55
- color: @sapButton_Negative_TextColor;
55
+ color: var(--sapButton_Negative_TextColor);
56
56
  }
57
+
57
58
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
58
59
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
59
- color: @sapButton_Critical_TextColor;
60
+ color: var(--sapButton_Critical_TextColor);
60
61
  }
62
+
61
63
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelSelected.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon,
62
64
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelHighlighted.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
63
- color: @sapButton_Success_TextColor;
65
+ color: var(--sapButton_Success_TextColor);
64
66
  }
65
67
 
66
68
  /* Disabled */
@@ -72,253 +74,272 @@
72
74
  /* Dimmed */
73
75
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
74
76
  background-image: none;
75
- background-color: @sapButton_TokenBackground;
76
- border-color: @sapButton_TokenBorderColor;
77
+ background-color: var(--sapButton_TokenBackground);
78
+ border-color: var(--sapButton_TokenBorderColor);
77
79
  }
80
+
78
81
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
79
- color: @sapUiNegativeText;
82
+ color: var(--sapNegativeTextColor);
80
83
  }
84
+
81
85
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
82
- color: @sapUiCriticalText;
86
+ color: var(--sapCriticalTextColor);
83
87
  }
88
+
84
89
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
85
- color: @sapUiPositiveText;
90
+ color: var(--sapPositiveTextColor);
86
91
  }
92
+
87
93
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
88
- color: @sapUiButtonTextColor;
94
+ color: var(--sapButton_TextColor);
89
95
  }
96
+
90
97
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
91
- color: @sapUiNegativeElement;
98
+ color: var(--sapNegativeElementColor);
92
99
  }
100
+
93
101
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
94
- color: @sapUiCriticalElement;
102
+ color: var(--sapCriticalElementColor);
95
103
  }
104
+
96
105
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
97
- color: @sapUiPositiveElement;
106
+ color: var(--sapPositiveElementColor);
98
107
  }
108
+
99
109
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
100
- color: @sapUiButtonTextColor;
110
+ color: var(--sapButton_TextColor);
101
111
  }
102
112
 
103
113
  /* Hover */
104
114
  .sapSuiteUiCommonsProcessFlowConnectionLabel:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
105
- background-color: @sapUiButtonHoverBackground;
106
- border-color: @sapUiButtonHoverBorderColor;
115
+ background-color: var(--sapButton_Hover_Background);
116
+ border-color: var(--sapButton_Hover_BorderColor);
107
117
  }
118
+
108
119
  .sapSuiteUiCommonsLabelStateNegative:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
109
- color: @sapUiNegativeText !important;
110
- box-shadow: 0 0 0.125rem 1px @sapContent_Negative_Shadow !important;
120
+ color: var(--sapNegativeTextColor) !important;
121
+ box-shadow: 0 0 0.125rem 1px var(--sapContent_Negative_Shadow) !important;
111
122
  }
123
+
112
124
  .sapSuiteUiCommonsLabelStateCritical:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
113
- color: @sapUiCriticalText !important;
114
- box-shadow: 0 0 0.125rem 1px @sapUiContentCriticalShadow !important;
125
+ color: var(--sapCriticalTextColor) !important;
126
+ box-shadow: 0 0 0.125rem 1px var(--sapContent_Critical_Shadow) !important;
115
127
  }
128
+
116
129
  .sapSuiteUiCommonsLabelStatePositive:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
117
- color: @sapUiPositiveText !important;
118
- box-shadow: 0 0 0.125rem 1px @sapUiContentPositiveShadow !important;
130
+ color: var(--sapPositiveTextColor) !important;
131
+ box-shadow: 0 0 0.125rem 1px var(--sapContent_Positive_Shadow) !important;
119
132
  }
133
+
120
134
  .sapSuiteUiCommonsLabelStateNeutral:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
121
- color: @sapUiButtonTextColor !important;
122
- box-shadow: 0 0 0.125rem 1px @sapUiContentInteractionShadow !important;
135
+ color: var(--sapButton_TextColor) !important;
136
+ box-shadow: 0 0 0.125rem 1px var(--sapContent_Interaction_Shadow) !important;
123
137
  }
138
+
124
139
  .sapSuiteUiCommonsLabelStateNegative:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
125
- color: @sapUiNegativeText !important;
140
+ color: var(--sapNegativeTextColor) !important;
126
141
  }
142
+
127
143
  .sapSuiteUiCommonsLabelStateCritical:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
128
- color: @sapUiCriticalText !important;
144
+ color: var(--sapCriticalTextColor) !important;
129
145
  }
146
+
130
147
  .sapSuiteUiCommonsLabelStatePositive:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
131
- color: @sapUiPositiveText !important;
148
+ color: var(--sapPositiveTextColor) !important;
132
149
  }
150
+
133
151
  .sapSuiteUiCommonsLabelStateNeutral:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
134
- color: @sapUiButtonTextColor !important;
152
+ color: var(--sapButton_TextColor) !important;
135
153
  }
136
154
 
137
155
  /* Configure inner text element, background and border of Label for specific state. */
138
156
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner {
139
- color: @sapUiNegativeText;
140
- background-color: @sapUiButtonRejectBackground;
141
- border-color: @sapUiButtonRejectBorderColor;
157
+ color: var(--sapNegativeTextColor);
158
+ background-color: var(--sapButton_Reject_Background);
159
+ border-color: var(--sapButton_Reject_BorderColor);
142
160
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
143
161
  }
162
+
144
163
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner {
145
- color: @sapUiCriticalText;
146
- background-color: @sapUiButtonAttentionBackground;
147
- border-color: @sapUiButtonAttentionBorderColor;
164
+ color: var(--sapCriticalTextColor);
165
+ background-color: var(--sapButton_Attention_Background);
166
+ border-color: var(--sapButton_Attention_BorderColor);
148
167
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
149
168
  }
169
+
150
170
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner {
151
- color: @sapUiPositiveText;
152
- background-color: @sapUiButtonAcceptBackground;
153
- border-color: @sapUiButtonAcceptBorderColor;
171
+ color: var(--sapPositiveTextColor);
172
+ background-color: var(--sapButton_Accept_Background);
173
+ border-color: var(--sapButton_Accept_BorderColor);
154
174
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
155
175
  }
176
+
156
177
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner {
157
- color: @sapUiButtonTextColor;
158
- background-color: @sapUiButtonBackground;
159
- border-color: @sapUiButtonBorderColor;
178
+ color: var(--sapButton_TextColor);
179
+ background-color: var(--sapButton_Background);
180
+ border-color: var(--sapButton_BorderColor);
160
181
  box-shadow: 0 0 0.125rem 1px fade(@sapUiContentShadowColor, 30);
161
182
  }
162
183
 
163
184
  /* Configure inner icon element of Label for specific state. */
164
185
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner > .sapMBtnIcon {
165
- color: @sapUiNegativeElement;
186
+ color: var(--sapNegativeElementColor);
166
187
  }
188
+
167
189
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner > .sapMBtnIcon {
168
- color: @sapUiCriticalElement;
190
+ color: var(--sapCriticalElementColor);
169
191
  }
192
+
170
193
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner > .sapMBtnIcon {
171
- color: @sapUiPositiveElement;
194
+ color: var(--sapPositiveElementColor);
172
195
  }
196
+
173
197
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner > .sapMBtnIcon {
174
- color: @sapUiButtonTextColor;
198
+ color: var(--sapButton_TextColor);
175
199
  }
176
200
 
177
201
  /* handle the keyboard press event for active state (both text and icon) */
178
202
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapMBtnActive{
179
- color: @sapButton_Attention_Active_TextColor !important;
180
- background-color: @sapButton_Attention_Active_Background !important;
181
- border-color: @sapButton_Attention_Active_BorderColor !important;
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;
182
206
  box-shadow: none;
183
- -webkit-box-shadow: none;
184
207
  text-shadow: none;
185
208
  outline-style: none;
186
209
  }
210
+
187
211
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive{
188
- color: @sapButton_Active_TextColor !important;
189
- background-color: @sapButton_Active_Background !important;
190
- border-color: @sapButton_Active_BorderColor !important;
212
+ color: var(--sapButton_Active_TextColor) !important;
213
+ background-color: var(--sapButton_Active_Background) !important;
214
+ border-color: var(--sapButton_Active_BorderColor) !important;
191
215
  box-shadow: none;
192
- -webkit-box-shadow: none;
193
216
  text-shadow: none;
194
217
  outline-style: none;
195
218
  }
219
+
196
220
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive{
197
- color: @sapButton_Accept_Active_TextColor !important;
198
- background-color: @sapButton_Accept_Active_Background !important;
199
- border-color: @sapButton_Accept_Active_BorderColor !important;
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;
200
224
  box-shadow: none;
201
- -webkit-box-shadow: none;
202
225
  text-shadow: none;
203
226
  outline-style: none;
204
227
  }
228
+
205
229
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive {
206
- color: @sapButton_Reject_Active_TextColor !important;
207
- background-color: @sapButton_Reject_Active_Background !important;
208
- border-color: @sapButton_Reject_Active_BorderColor !important;
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;
209
233
  box-shadow: none;
210
- -webkit-box-shadow: none;
211
234
  text-shadow: none;
212
235
  outline-style: none;
213
236
  }
237
+
214
238
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon{
215
- color: @sapButton_Reject_Active_TextColor !important;
216
- background-color: @sapButton_Reject_Active_Background !important;
217
- border-color: @sapButton_Reject_Active_BorderColor !important;
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;
218
242
  box-shadow: none;
219
- -webkit-box-shadow: none;
220
243
  text-shadow: none;
221
244
  outline-style: none;
222
245
  }
246
+
223
247
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon{
224
- color: @sapButton_Attention_Active_TextColor !important;
225
- background-color: @sapButton_Attention_Active_Background !important;
226
- border-color: @sapButton_Attention_Active_BorderColor !important;
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;
227
251
  box-shadow: none;
228
- -webkit-box-shadow: none;
229
252
  text-shadow: none;
230
253
  outline-style: none;
231
254
  }
255
+
232
256
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon{
233
- color: @sapButton_Accept_Active_TextColor !important;
234
- background-color: @sapButton_Accept_Active_Background !important;
235
- border-color: @sapButton_Accept_Active_BorderColor !important;
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;
236
260
  box-shadow: none;
237
- -webkit-box-shadow: none;
238
261
  text-shadow: none;
239
262
  outline-style: none;
240
263
  }
264
+
241
265
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapMBtnActive > .sapMBtnIcon {
242
- color: @sapButton_Active_TextColor !important;
243
- background-color: @sapButton_Active_Background !important;
244
- border-color: @sapButton_Active_BorderColor !important;
266
+ color: var(--sapButton_Active_TextColor) !important;
267
+ background-color: var(--sapButton_Active_Background) !important;
268
+ border-color: var(--sapButton_Active_BorderColor) !important;
245
269
  box-shadow: none;
246
- -webkit-box-shadow: none;
247
270
  text-shadow: none;
248
271
  outline-style: none;
249
272
  }
250
273
 
251
-
252
274
  /* handle the mouse press event for active state (both text and icon) */
253
275
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive{
254
- color: @sapButton_Attention_Active_TextColor !important;
255
- background-color: @sapButton_Attention_Active_Background !important;
256
- border-color: @sapButton_Attention_Active_BorderColor !important;
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;
257
279
  box-shadow: none;
258
- -webkit-box-shadow: none;
259
280
  text-shadow: none;
260
281
  outline-style: none;
261
282
  }
283
+
262
284
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive{
263
- color: @sapButton_Active_TextColor !important;
264
- background-color: @sapButton_Active_Background !important;
265
- border-color: @sapButton_Active_BorderColor !important;
285
+ color: var(--sapButton_Active_TextColor) !important;
286
+ background-color: var(--sapButton_Active_Background) !important;
287
+ border-color: var(--sapButton_Active_BorderColor) !important;
266
288
  box-shadow: none;
267
- -webkit-box-shadow: none;
268
289
  text-shadow: none;
269
290
  outline-style: none;
270
291
  }
292
+
271
293
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive{
272
- color: @sapButton_Accept_Active_TextColor !important;
273
- background-color: @sapButton_Accept_Active_Background !important;
274
- border-color: @sapButton_Accept_Active_BorderColor !important;
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;
275
297
  box-shadow: none;
276
- -webkit-box-shadow: none;
277
298
  text-shadow: none;
278
299
  outline-style: none;
279
300
  }
301
+
280
302
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive {
281
- color: @sapButton_Reject_Active_TextColor !important;
282
- background-color: @sapButton_Reject_Active_Background !important;
283
- border-color: @sapButton_Reject_Active_BorderColor !important;
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;
284
306
  box-shadow: none;
285
- -webkit-box-shadow: none;
286
307
  text-shadow: none;
287
308
  outline-style: none;
288
309
  }
310
+
289
311
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNegative > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon{
290
- color: @sapButton_Reject_Active_TextColor !important;
291
- background-color: @sapButton_Reject_Active_Background !important;
292
- border-color: @sapButton_Reject_Active_BorderColor !important;
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;
293
315
  box-shadow: none;
294
- -webkit-box-shadow: none;
295
316
  text-shadow: none;
296
317
  outline-style: none;
297
318
  }
319
+
298
320
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon{
299
- color: @sapButton_Attention_Active_TextColor !important;
300
- background-color: @sapButton_Attention_Active_Background !important;
301
- border-color: @sapButton_Attention_Active_BorderColor !important;
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;
302
324
  box-shadow: none;
303
- -webkit-box-shadow: none;
304
325
  text-shadow: none;
305
326
  outline-style: none;
306
327
  }
328
+
307
329
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon{
308
- color: @sapButton_Accept_Active_TextColor !important;
309
- background-color: @sapButton_Accept_Active_Background !important;
310
- border-color: @sapButton_Accept_Active_BorderColor !important;
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;
311
333
  box-shadow: none;
312
- -webkit-box-shadow: none;
313
334
  text-shadow: none;
314
335
  outline-style: none;
315
336
  }
337
+
316
338
  :not(.sapMBtnDisabled).sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner.sapSuiteUiCommonsProcessFlowLabelActive > .sapMBtnIcon {
317
- color: @sapButton_Active_TextColor !important;
318
- background-color: @sapButton_Active_Background !important;
319
- border-color: @sapButton_Active_BorderColor !important;
339
+ color: var(--sapButton_Active_TextColor) !important;
340
+ background-color: var(--sapButton_Active_Background) !important;
341
+ border-color: var(--sapButton_Active_BorderColor) !important;
320
342
  box-shadow: none;
321
- -webkit-box-shadow: none;
322
343
  text-shadow: none;
323
344
  outline-style: none;
324
- }
345
+ }
@@ -1,7 +1,7 @@
1
- /* =================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowLaneHeader */
3
- /* Horizon Theme */
4
- /* =================================================== */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowLaneHeader */
3
+ /* Morning Horizon 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,93 +10,91 @@
10
10
 
11
11
  .suiteUiProcessFlowLaneHeaderDonutSvg {
12
12
  -webkit-tap-highlight-color: transparent;
13
- -webkit-transform: translate3d(0, 0, 0);
13
+ transform: translate3d(0, 0, 0);
14
14
  }
15
15
 
16
16
  .suiteUiProcessFlowLaneHeaderIconContainer {
17
17
  -webkit-tap-highlight-color: transparent;
18
- -webkit-transform: translate3d(0, 0, 0);
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
- -webkit-transform: translate3d(0, 0, 0);
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
- -webkit-transform: translate3d(0, 0, 0);
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
- -webkit-transform: translate3d(0, 0, 0);
37
+ transform: translate3d(0, 0, 0);
39
38
  }
40
39
 
41
40
  .suiteUiProcessFlowLaneHeaderProcessSymbolIcon,
42
41
  .suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon,
43
- .suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon:before {
42
+ .suiteUiProcessFlowLaneHeaderProcessSymbolIcon > .sapUiIcon::before {
44
43
  -webkit-tap-highlight-color: transparent;
45
- -webkit-transform: translate3d(0, 0, 0);
44
+ transform: translate3d(0, 0, 0);
46
45
  }
47
46
 
48
47
  .suiteUiProcessFlowLaneHeaderNoSelection {
49
48
  -webkit-tap-highlight-color: transparent;
50
- -webkit-transform: translate3d(0, 0, 0);
49
+ transform: translate3d(0, 0, 0);
51
50
  }
52
51
 
53
52
  .suiteUiCommonsProcessFlowHeaderIconFill {
54
- fill: @sapGroup_ContentBackground;
55
- stroke: @sapContent_ForegroundBorderColor;
53
+ fill: var(--sapGroup_ContentBackground);
54
+ stroke: var(--sapContent_ForegroundBorderColor);
56
55
  }
57
56
 
58
57
  .suiteUiCommonsProcessFlowHeaderPositiveColor {
59
- fill: @sapChart_Good;
58
+ fill: var(--sapChart_Good);
60
59
  }
61
60
 
62
61
  .suiteUiCommonsProcessFlowHeaderNegativeColor {
63
- fill: @sapChart_Bad;
62
+ fill: var(--sapChart_Bad);
64
63
  }
65
64
 
66
65
  .suiteUiCommonsProcessFlowHeaderNeutralColor {
67
- fill: @sapChart_Neutral;
66
+ fill: var(--sapChart_Neutral);
68
67
  }
69
68
 
70
69
  .suiteUiCommonsProcessFlowHeaderCriticalColor {
71
- fill: @sapChart_Critical;
70
+ fill: var(--sapChart_Critical);
72
71
  }
73
72
 
74
73
  .suiteUiCommonsProcessFlowHeaderPlannedColor {
75
- fill: @sapUiGroupContentBackground;
74
+ fill: var(--sapGroup_ContentBackground);
76
75
  }
77
76
 
78
77
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPositiveColor {
79
- stroke: @sapChart_Good;
80
- fill: @sapGroup_ContentBackground;
78
+ stroke: var(--sapChart_Good);
79
+ fill: var(--sapGroup_ContentBackground);
81
80
  }
82
81
 
83
82
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNegativeColor {
84
- stroke: @sapChart_Bad;
85
- fill: @sapGroup_ContentBackground;
83
+ stroke: var(--sapChart_Bad);
84
+ fill: var(--sapGroup_ContentBackground);
86
85
  }
87
86
 
88
87
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderNeutralColor {
89
- stroke: @sapChart_Neutral;
90
- fill: @sapGroup_ContentBackground;
88
+ stroke: var(--sapChart_Neutral);
89
+ fill: var(--sapGroup_ContentBackground);
91
90
  }
92
91
 
93
92
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderCriticalColor {
94
- stroke: @sapChart_Critical;
95
- fill: @sapGroup_ContentBackground;
93
+ stroke: var(--sapChart_Critical);
94
+ fill: var(--sapGroup_ContentBackground);
96
95
  }
97
96
 
98
97
  .suiteUiCommonsProcessFlowHeaderIconFill.suiteUiCommonsProcessFlowHeaderPlannedColor {
99
- stroke: @sapUiGroupContentBackground;
100
- fill: @sapUiGroupContentBackground;
101
- }
102
-
98
+ stroke: var(--sapGroup_ContentBackground);
99
+ fill: var(--sapGroup_ContentBackground);
100
+ }