@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
@@ -5,61 +5,64 @@
5
5
 
6
6
  /* Regular */
7
7
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner {
8
- text-shadow: @sapUiContentTextShadow;
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: @sapButton_Emphasized_TextColor;
16
- background-color: @sapButton_Emphasized_Background;
17
- border-color: @sapButton_Emphasized_BorderColor;
18
- box-shadow: 0 0 0.125rem 1px @sapContent_Shadow1;
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: @sapButton_Negative_TextColor;
25
- background-color: @sapButton_Negative_Background;
26
- border-color: @sapButton_Negative_BorderColor;
27
- box-shadow: 0 0 0.125rem 1px @sapContent_Negative_Shadow;
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: @sapButton_Critical_TextColor;
34
- background-color: @sapButton_Critical_Background;
35
- border-color: @sapButton_Critical_BorderColor;
36
- box-shadow: 0 0 0.125rem 1px @sapContent_Critical_Shadow;
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: @sapButton_Success_TextColor;
43
- background-color: @sapButton_Success_Background;
44
- border-color: @sapButton_Success_BorderColor;
45
- box-shadow: 0 0 0.125rem 1px @sapContent_Positive_Shadow;
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: @sapButton_Emphasized_TextColor;
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: @sapButton_Negative_TextColor;
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: @sapButton_Critical_TextColor;
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: @sapButton_Success_TextColor;
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: @sapButton_TokenBackground;
75
- border-color: @sapButton_TokenBorderColor;
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: @sapUiNegativeText;
82
+ color: var(--sapNegativeTextColor);
79
83
  }
84
+
80
85
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
81
- color: @sapUiCriticalText;
86
+ color: var(--sapCriticalTextColor);
82
87
  }
88
+
83
89
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
84
- color: @sapUiPositiveText;
90
+ color: var(--sapPositiveTextColor);
85
91
  }
92
+
86
93
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) {
87
- color: @sapUiButtonTextColor;
94
+ color: var(--sapButton_TextColor);
88
95
  }
96
+
89
97
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNegative:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
90
- color: @sapUiNegativeElement;
98
+ color: var(--sapNegativeElementColor);
91
99
  }
100
+
92
101
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateCritical:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
93
- color: @sapUiCriticalElement;
102
+ color: var(--sapCriticalElementColor);
94
103
  }
104
+
95
105
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStatePositive:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
96
- color: @sapUiPositiveElement;
106
+ color: var(--sapPositiveElementColor);
97
107
  }
108
+
98
109
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelDimmed.sapSuiteUiCommonsLabelStateNeutral:not(.sapMBtnDisabled) > .sapMBtnInner:not(.sapSuiteUiCommonsProcessFlowLabelHover) > .sapMBtnIcon{
99
- color: @sapUiButtonTextColor;
110
+ color: var(--sapButton_TextColor);
100
111
  }
101
112
 
102
113
  /* Hover */
103
114
  .sapSuiteUiCommonsProcessFlowConnectionLabel:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
104
- background-color: @sapUiButtonHoverBackground;
105
- border-color: @sapUiButtonHoverBorderColor;
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: @sapUiNegativeText !important;
109
- 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;
110
122
  }
123
+
111
124
  .sapSuiteUiCommonsLabelStateCritical:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
112
- color: @sapUiCriticalText !important;
113
- 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;
114
127
  }
128
+
115
129
  .sapSuiteUiCommonsLabelStatePositive:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
116
- color: @sapUiPositiveText !important;
117
- 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;
118
132
  }
133
+
119
134
  .sapSuiteUiCommonsLabelStateNeutral:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) {
120
- color: @sapUiButtonTextColor !important;
121
- 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;
122
137
  }
138
+
123
139
  .sapSuiteUiCommonsLabelStateNegative:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
124
- color: @sapUiNegativeText !important;
140
+ color: var(--sapNegativeTextColor) !important;
125
141
  }
142
+
126
143
  .sapSuiteUiCommonsLabelStateCritical:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
127
- color: @sapUiCriticalText !important;
144
+ color: var(--sapCriticalTextColor) !important;
128
145
  }
146
+
129
147
  .sapSuiteUiCommonsLabelStatePositive:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
130
- color: @sapUiPositiveText !important;
148
+ color: var(--sapPositiveTextColor) !important;
131
149
  }
150
+
132
151
  .sapSuiteUiCommonsLabelStateNeutral:hover:not(.sapMBtnDisabled) > .sapMBtnInner:not(:active) > .sapMBtnIcon {
133
- color: @sapUiButtonTextColor !important;
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: @sapUiNegativeText;
139
- background-color: @sapUiButtonRejectBackground;
140
- border-color: @sapUiButtonRejectBorderColor;
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: @sapUiCriticalText;
145
- background-color: @sapUiButtonAttentionBackground;
146
- border-color: @sapUiButtonAttentionBorderColor;
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: @sapUiPositiveText;
151
- background-color: @sapUiButtonAcceptBackground;
152
- border-color: @sapUiButtonAcceptBorderColor;
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: @sapUiButtonTextColor;
157
- background-color: @sapUiButtonBackground;
158
- border-color: @sapUiButtonBorderColor;
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: @sapUiNegativeElement;
186
+ color: var(--sapNegativeElementColor);
165
187
  }
188
+
166
189
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateCritical > .sapMBtnInner > .sapMBtnIcon {
167
- color: @sapUiCriticalElement;
190
+ color: var(--sapCriticalElementColor);
168
191
  }
192
+
169
193
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStatePositive > .sapMBtnInner > .sapMBtnIcon {
170
- color: @sapUiPositiveElement;
194
+ color: var(--sapPositiveElementColor);
171
195
  }
196
+
172
197
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapSuiteUiCommonsLabelStateNeutral > .sapMBtnInner > .sapMBtnIcon {
173
- color: @sapUiButtonTextColor;
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: @sapButton_Attention_Active_TextColor !important;
179
- background-color: @sapButton_Attention_Active_Background !important;
180
- 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;
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: @sapButton_Active_TextColor !important;
188
- background-color: @sapButton_Active_Background !important;
189
- 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;
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: @sapButton_Accept_Active_TextColor !important;
197
- background-color: @sapButton_Accept_Active_Background !important;
198
- 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;
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: @sapButton_Reject_Active_TextColor !important;
206
- background-color: @sapButton_Reject_Active_Background !important;
207
- 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;
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: @sapButton_Reject_Active_TextColor !important;
215
- background-color: @sapButton_Reject_Active_Background !important;
216
- 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;
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: @sapButton_Attention_Active_TextColor !important;
224
- background-color: @sapButton_Attention_Active_Background !important;
225
- 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;
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: @sapButton_Accept_Active_TextColor !important;
233
- background-color: @sapButton_Accept_Active_Background !important;
234
- 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;
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: @sapButton_Active_TextColor !important;
242
- background-color: @sapButton_Active_Background !important;
243
- 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;
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: @sapButton_Attention_Active_TextColor !important;
254
- background-color: @sapButton_Attention_Active_Background !important;
255
- 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;
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: @sapButton_Active_TextColor !important;
263
- background-color: @sapButton_Active_Background !important;
264
- 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;
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: @sapButton_Accept_Active_TextColor !important;
272
- background-color: @sapButton_Accept_Active_Background !important;
273
- 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;
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: @sapButton_Reject_Active_TextColor !important;
281
- background-color: @sapButton_Reject_Active_Background !important;
282
- 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;
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: @sapButton_Reject_Active_TextColor !important;
290
- background-color: @sapButton_Reject_Active_Background !important;
291
- 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;
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: @sapButton_Attention_Active_TextColor !important;
299
- background-color: @sapButton_Attention_Active_Background !important;
300
- 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;
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: @sapButton_Accept_Active_TextColor !important;
308
- background-color: @sapButton_Accept_Active_Background !important;
309
- 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;
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: @sapButton_Active_TextColor !important;
317
- background-color: @sapButton_Active_Background !important;
318
- 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;
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
- -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;
98
+ stroke: var(--sapGroup_ContentBackground);
99
+ fill: var(--sapGroup_ContentBackground);
101
100
  }