@sapui5/sap.suite.ui.commons 1.145.1 → 1.147.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (214) 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 +83 -4
  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/CalculationBuilderInput.js +11 -0
  9. package/src/sap/suite/ui/commons/CalculationBuilderItem.js +16 -3
  10. package/src/sap/suite/ui/commons/CalculationBuilderValidationResult.js +1 -1
  11. package/src/sap/suite/ui/commons/CalculationBuilderVariable.js +1 -1
  12. package/src/sap/suite/ui/commons/CloudFilePicker.js +1 -1
  13. package/src/sap/suite/ui/commons/ControlProxy.js +7 -4
  14. package/src/sap/suite/ui/commons/MicroProcessFlow.js +1 -1
  15. package/src/sap/suite/ui/commons/MicroProcessFlowItem.js +1 -1
  16. package/src/sap/suite/ui/commons/ProcessFlowRenderer.js +3 -0
  17. package/src/sap/suite/ui/commons/collaboration/ContactHelper.js +5 -1
  18. package/src/sap/suite/ui/commons/collaboration/ContactPopover.fragment.xml +10 -10
  19. package/src/sap/suite/ui/commons/collaboration/MinimalContactPopover.fragment.xml +12 -10
  20. package/src/sap/suite/ui/commons/collaboration/ServiceContainer.js +12 -2
  21. package/src/sap/suite/ui/commons/flexibility/changeHandler/PropertyChangeMapper.js +1 -1
  22. package/src/sap/suite/ui/commons/imageeditor/CropCustomShapeHistoryItem.js +1 -1
  23. package/src/sap/suite/ui/commons/imageeditor/CropEllipseHistoryItem.js +1 -1
  24. package/src/sap/suite/ui/commons/imageeditor/CropRectangleHistoryItem.js +1 -1
  25. package/src/sap/suite/ui/commons/imageeditor/CustomSizeItem.js +1 -1
  26. package/src/sap/suite/ui/commons/imageeditor/FilterHistoryItem.js +1 -1
  27. package/src/sap/suite/ui/commons/imageeditor/FlipHistoryItem.js +1 -1
  28. package/src/sap/suite/ui/commons/imageeditor/HistoryItem.js +1 -1
  29. package/src/sap/suite/ui/commons/imageeditor/ImageEditor.js +1 -1
  30. package/src/sap/suite/ui/commons/imageeditor/ImageEditorContainer.js +1 -1
  31. package/src/sap/suite/ui/commons/imageeditor/ImageEditorResponsiveContainer.js +9 -6
  32. package/src/sap/suite/ui/commons/imageeditor/ResizeHistoryItem.js +1 -1
  33. package/src/sap/suite/ui/commons/imageeditor/RotateHistoryItem.js +1 -1
  34. package/src/sap/suite/ui/commons/library.js +4 -4
  35. package/src/sap/suite/ui/commons/messagebundle.properties +16 -8
  36. package/src/sap/suite/ui/commons/messagebundle_ar.properties +11 -5
  37. package/src/sap/suite/ui/commons/messagebundle_bg.properties +11 -5
  38. package/src/sap/suite/ui/commons/messagebundle_ca.properties +10 -4
  39. package/src/sap/suite/ui/commons/messagebundle_cnr.properties +11 -5
  40. package/src/sap/suite/ui/commons/messagebundle_cs.properties +7 -1
  41. package/src/sap/suite/ui/commons/messagebundle_cy.properties +11 -5
  42. package/src/sap/suite/ui/commons/messagebundle_da.properties +10 -4
  43. package/src/sap/suite/ui/commons/messagebundle_de.properties +8 -2
  44. package/src/sap/suite/ui/commons/messagebundle_el.properties +11 -5
  45. package/src/sap/suite/ui/commons/messagebundle_en.properties +11 -5
  46. package/src/sap/suite/ui/commons/messagebundle_en_GB.properties +11 -5
  47. package/src/sap/suite/ui/commons/messagebundle_en_US_saprigi.properties +9 -5
  48. package/src/sap/suite/ui/commons/messagebundle_es.properties +11 -5
  49. package/src/sap/suite/ui/commons/messagebundle_es_MX.properties +10 -4
  50. package/src/sap/suite/ui/commons/messagebundle_et.properties +6 -0
  51. package/src/sap/suite/ui/commons/messagebundle_fi.properties +10 -4
  52. package/src/sap/suite/ui/commons/messagebundle_fr.properties +11 -5
  53. package/src/sap/suite/ui/commons/messagebundle_fr_CA.properties +11 -5
  54. package/src/sap/suite/ui/commons/messagebundle_hi.properties +11 -5
  55. package/src/sap/suite/ui/commons/messagebundle_hr.properties +10 -4
  56. package/src/sap/suite/ui/commons/messagebundle_hu.properties +9 -3
  57. package/src/sap/suite/ui/commons/messagebundle_id.properties +12 -6
  58. package/src/sap/suite/ui/commons/messagebundle_it.properties +11 -5
  59. package/src/sap/suite/ui/commons/messagebundle_iw.properties +11 -5
  60. package/src/sap/suite/ui/commons/messagebundle_ja.properties +9 -3
  61. package/src/sap/suite/ui/commons/messagebundle_kk.properties +10 -4
  62. package/src/sap/suite/ui/commons/messagebundle_ko.properties +10 -4
  63. package/src/sap/suite/ui/commons/messagebundle_lt.properties +11 -5
  64. package/src/sap/suite/ui/commons/messagebundle_lv.properties +11 -5
  65. package/src/sap/suite/ui/commons/messagebundle_mk.properties +9 -3
  66. package/src/sap/suite/ui/commons/messagebundle_ms.properties +11 -5
  67. package/src/sap/suite/ui/commons/messagebundle_nl.properties +8 -2
  68. package/src/sap/suite/ui/commons/messagebundle_no.properties +10 -4
  69. package/src/sap/suite/ui/commons/messagebundle_pl.properties +11 -5
  70. package/src/sap/suite/ui/commons/messagebundle_pt.properties +11 -5
  71. package/src/sap/suite/ui/commons/messagebundle_pt_PT.properties +11 -5
  72. package/src/sap/suite/ui/commons/messagebundle_ro.properties +11 -5
  73. package/src/sap/suite/ui/commons/messagebundle_ru.properties +12 -6
  74. package/src/sap/suite/ui/commons/messagebundle_sh.properties +11 -5
  75. package/src/sap/suite/ui/commons/messagebundle_sk.properties +10 -4
  76. package/src/sap/suite/ui/commons/messagebundle_sl.properties +10 -4
  77. package/src/sap/suite/ui/commons/messagebundle_sr.properties +11 -5
  78. package/src/sap/suite/ui/commons/messagebundle_sv.properties +10 -4
  79. package/src/sap/suite/ui/commons/messagebundle_th.properties +11 -5
  80. package/src/sap/suite/ui/commons/messagebundle_tr.properties +8 -2
  81. package/src/sap/suite/ui/commons/messagebundle_uk.properties +14 -8
  82. package/src/sap/suite/ui/commons/messagebundle_vi.properties +11 -5
  83. package/src/sap/suite/ui/commons/messagebundle_zh_CN.properties +11 -5
  84. package/src/sap/suite/ui/commons/messagebundle_zh_TW.properties +11 -5
  85. package/src/sap/suite/ui/commons/networkgraph/Graph.js +149 -40
  86. package/src/sap/suite/ui/commons/networkgraph/GraphMap.js +25 -3
  87. package/src/sap/suite/ui/commons/networkgraph/KeyboardNavigator.js +332 -13
  88. package/src/sap/suite/ui/commons/networkgraph/Line.js +110 -12
  89. package/src/sap/suite/ui/commons/networkgraph/Node.js +67 -5
  90. package/src/sap/suite/ui/commons/networkgraph/Utils.js +249 -10
  91. package/src/sap/suite/ui/commons/networkgraph/layout/NoopLayout.js +55 -8
  92. package/src/sap/suite/ui/commons/networkgraph/util/ConnectionPathUtils.js +34 -4
  93. package/src/sap/suite/ui/commons/networkgraph/util/DependencyLayoutHelper.js +230 -82
  94. package/src/sap/suite/ui/commons/networkgraph/util/DragDropManager.js +52 -50
  95. package/src/sap/suite/ui/commons/networkgraph/util/PortManager.js +12 -3
  96. package/src/sap/suite/ui/commons/statusindicator/Circle.js +1 -1
  97. package/src/sap/suite/ui/commons/statusindicator/CustomShape.js +1 -1
  98. package/src/sap/suite/ui/commons/statusindicator/DiscreteThreshold.js +1 -1
  99. package/src/sap/suite/ui/commons/statusindicator/FillingOption.js +1 -1
  100. package/src/sap/suite/ui/commons/statusindicator/LibraryShape.js +1 -1
  101. package/src/sap/suite/ui/commons/statusindicator/Path.js +1 -1
  102. package/src/sap/suite/ui/commons/statusindicator/PropertyThreshold.js +1 -1
  103. package/src/sap/suite/ui/commons/statusindicator/Rectangle.js +1 -1
  104. package/src/sap/suite/ui/commons/statusindicator/Shape.js +1 -1
  105. package/src/sap/suite/ui/commons/statusindicator/ShapeGroup.js +1 -1
  106. package/src/sap/suite/ui/commons/statusindicator/SimpleShape.js +1 -1
  107. package/src/sap/suite/ui/commons/statusindicator/StatusIndicator.js +1 -1
  108. package/src/sap/suite/ui/commons/taccount/TAccount.js +1 -1
  109. package/src/sap/suite/ui/commons/taccount/TAccountGroup.js +1 -1
  110. package/src/sap/suite/ui/commons/taccount/TAccountItem.js +1 -1
  111. package/src/sap/suite/ui/commons/taccount/TAccountItemProperty.js +1 -1
  112. package/src/sap/suite/ui/commons/taccount/TAccountPanel.js +1 -1
  113. package/src/sap/suite/ui/commons/themes/base/BusinessCard.less +5 -4
  114. package/src/sap/suite/ui/commons/themes/base/CalculationBuilder.less +33 -24
  115. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderExpression.less +40 -31
  116. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderInput.less +26 -10
  117. package/src/sap/suite/ui/commons/themes/base/CalculationBuilderItem.less +76 -63
  118. package/src/sap/suite/ui/commons/themes/base/ChartContainer.less +8 -11
  119. package/src/sap/suite/ui/commons/themes/base/ChartTile.less +5 -8
  120. package/src/sap/suite/ui/commons/themes/base/CollaborationPopover.less +116 -106
  121. package/src/sap/suite/ui/commons/themes/base/DateRangeScroller.less +5 -5
  122. package/src/sap/suite/ui/commons/themes/base/DateRangeSliderInternal.less +9 -10
  123. package/src/sap/suite/ui/commons/themes/base/FacetOverview.less +9 -10
  124. package/src/sap/suite/ui/commons/themes/base/FeedItemHeader.less +9 -12
  125. package/src/sap/suite/ui/commons/themes/base/FeedTile.less +23 -27
  126. package/src/sap/suite/ui/commons/themes/base/GenericTile2X2.less +15 -15
  127. package/src/sap/suite/ui/commons/themes/base/HeaderCell.less +7 -6
  128. package/src/sap/suite/ui/commons/themes/base/HeaderContainer.less +35 -37
  129. package/src/sap/suite/ui/commons/themes/base/ImageEditor.less +28 -10
  130. package/src/sap/suite/ui/commons/themes/base/ImageEditorContainer.less +29 -22
  131. package/src/sap/suite/ui/commons/themes/base/InfoTile.less +10 -4
  132. package/src/sap/suite/ui/commons/themes/base/InfoTileSize.less +5 -4
  133. package/src/sap/suite/ui/commons/themes/base/KpiTile.less +10 -11
  134. package/src/sap/suite/ui/commons/themes/base/LaunchTile.less +9 -8
  135. package/src/sap/suite/ui/commons/themes/base/LinkActionSheet.less +14 -43
  136. package/src/sap/suite/ui/commons/themes/base/MicroProcessFlow.less +51 -47
  137. package/src/sap/suite/ui/commons/themes/base/MonitoringContent.less +5 -5
  138. package/src/sap/suite/ui/commons/themes/base/NetworkGraph.less +57 -62
  139. package/src/sap/suite/ui/commons/themes/base/NetworkGroup.less +61 -65
  140. package/src/sap/suite/ui/commons/themes/base/NetworkLine.less +58 -55
  141. package/src/sap/suite/ui/commons/themes/base/NetworkNode.less +3 -0
  142. package/src/sap/suite/ui/commons/themes/base/NetworkTooltip.less +21 -25
  143. package/src/sap/suite/ui/commons/themes/base/NoteTaker.less +13 -18
  144. package/src/sap/suite/ui/commons/themes/base/NoteTakerCard.less +26 -27
  145. package/src/sap/suite/ui/commons/themes/base/NoteTakerFeeder.less +22 -44
  146. package/src/sap/suite/ui/commons/themes/base/NumericTile.less +7 -5
  147. package/src/sap/suite/ui/commons/themes/base/PictureZoomIn.less +6 -5
  148. package/src/sap/suite/ui/commons/themes/base/ProcessFlow.less +57 -76
  149. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnection.less +71 -17
  150. package/src/sap/suite/ui/commons/themes/base/ProcessFlowConnectionLabel.less +9 -13
  151. package/src/sap/suite/ui/commons/themes/base/ProcessFlowLaneHeader.less +37 -96
  152. package/src/sap/suite/ui/commons/themes/base/ProcessFlowNode.less +219 -238
  153. package/src/sap/suite/ui/commons/themes/base/SemanticColorMixins.less +55 -0
  154. package/src/sap/suite/ui/commons/themes/base/SplitButton.less +7 -20
  155. package/src/sap/suite/ui/commons/themes/base/StatusIndicator.less +10 -9
  156. package/src/sap/suite/ui/commons/themes/base/TAccount.less +78 -73
  157. package/src/sap/suite/ui/commons/themes/base/TargetFilter.less +50 -58
  158. package/src/sap/suite/ui/commons/themes/base/ThingCollection.less +18 -13
  159. package/src/sap/suite/ui/commons/themes/base/ThreePanelThingViewer.less +14 -14
  160. package/src/sap/suite/ui/commons/themes/base/TileContent2X2.less +9 -13
  161. package/src/sap/suite/ui/commons/themes/base/Timeline.less +16 -19
  162. package/src/sap/suite/ui/commons/themes/base/TimelineItem.less +95 -103
  163. package/src/sap/suite/ui/commons/themes/base/UnifiedThingGroup.less +7 -9
  164. package/src/sap/suite/ui/commons/themes/base/UnifiedThingInspector.less +12 -9
  165. package/src/sap/suite/ui/commons/themes/base/VerticalNavigationBar.less +10 -15
  166. package/src/sap/suite/ui/commons/themes/base/ViewRepeater.less +8 -9
  167. package/src/sap/suite/ui/commons/themes/base/library.source.less +0 -2
  168. package/src/sap/suite/ui/commons/themes/sap_fiori_3/MicroProcessFlow.less +9 -3
  169. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnection.less +14 -7
  170. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowConnectionLabel.less +38 -35
  171. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowLaneHeader.less +29 -30
  172. package/src/sap/suite/ui/commons/themes/sap_fiori_3/ProcessFlowNode.less +158 -102
  173. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/MicroProcessFlow.less +9 -3
  174. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnection.less +14 -7
  175. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowConnectionLabel.less +38 -35
  176. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowLaneHeader.less +30 -31
  177. package/src/sap/suite/ui/commons/themes/sap_fiori_3_dark/ProcessFlowNode.less +157 -101
  178. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnection.less +14 -7
  179. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowConnectionLabel.less +38 -35
  180. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowLaneHeader.less +30 -31
  181. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcb/ProcessFlowNode.less +147 -101
  182. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnection.less +14 -7
  183. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowConnectionLabel.less +38 -35
  184. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowLaneHeader.less +30 -31
  185. package/src/sap/suite/ui/commons/themes/sap_fiori_3_hcw/ProcessFlowNode.less +158 -102
  186. package/src/sap/suite/ui/commons/themes/sap_horizon/MicroProcessFlow.less +5 -0
  187. package/src/sap/suite/ui/commons/themes/sap_horizon/NetworkLine.less +12 -8
  188. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnection.less +17 -10
  189. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowConnectionLabel.less +154 -133
  190. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowLaneHeader.less +30 -32
  191. package/src/sap/suite/ui/commons/themes/sap_horizon/ProcessFlowNode.less +113 -214
  192. package/src/sap/suite/ui/commons/themes/sap_horizon/TimelineItem.less +43 -39
  193. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/MicroProcessFlow.less +5 -0
  194. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/NetworkLine.less +12 -12
  195. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnection.less +17 -10
  196. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowConnectionLabel.less +154 -133
  197. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowLaneHeader.less +30 -31
  198. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/ProcessFlowNode.less +114 -216
  199. package/src/sap/suite/ui/commons/themes/sap_horizon_dark/TimelineItem.less +41 -39
  200. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/MicroProcessFlow.less +4 -4
  201. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnection.less +17 -10
  202. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowConnectionLabel.less +153 -131
  203. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowLaneHeader.less +29 -30
  204. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/ProcessFlowNode.less +159 -103
  205. package/src/sap/suite/ui/commons/themes/sap_horizon_hcb/TimelineItem.less +41 -39
  206. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/MicroProcessFlow.less +4 -4
  207. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnection.less +16 -9
  208. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowConnectionLabel.less +153 -131
  209. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowLaneHeader.less +29 -30
  210. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/ProcessFlowNode.less +157 -101
  211. package/src/sap/suite/ui/commons/themes/sap_horizon_hcw/TimelineItem.less +41 -39
  212. package/src/sap/suite/ui/commons/windowmessages/CollaborationMessageConsumer.js +3 -3
  213. package/src/sap/suite/ui/commons/themes/base/DateRangeSlider.less +0 -3
  214. package/src/sap/suite/ui/commons/themes/base/MonitoringTile.less +0 -3
@@ -1,7 +1,7 @@
1
- /* ======================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlow.control */
3
- /* Base Theme */
4
- /* ======================================================== */
1
+ /* ================================================= */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlow */
3
+ /* Base theme */
4
+ /* ================================================= */
5
5
 
6
6
  /* Common styles */
7
7
  table.sapSuiteUiCommonsPF {
@@ -9,32 +9,27 @@ table.sapSuiteUiCommonsPF {
9
9
  -webkit-tap-highlight-color: transparent;
10
10
  padding: 1rem 1rem 2rem 1rem;
11
11
  table-layout: fixed;
12
- user-select: none;
13
- -ms-user-select: none;
14
- -moz-user-select: none;
15
12
  -webkit-user-select: none;
13
+ user-select: none;
16
14
  -webkit-user-drag: none;
17
15
  -webkit-touch-callout: none;
18
- -webkit-transition: -webkit-transform 0ms;
19
- -ms-touch-select: none;
16
+ transition: transform 0ms;
20
17
  touch-action: manipulation;
21
18
  }
22
19
 
23
20
  thead.sapSuiteUiCommonsPFHeaderFocused {
24
- outline: @sapUiContentFocusWidth @sapUiContentFocusStyle @sapUiContentFocusColor;
21
+ outline: var(--sapContent_FocusWidth) var(--sapContent_FocusStyle) var(--sapContent_FocusColor);
25
22
  }
26
23
 
27
- table.sapSuiteUiCommonsPF td, table.sapSuiteUiCommonsPF th {
24
+ table.sapSuiteUiCommonsPF td,
25
+ table.sapSuiteUiCommonsPF th {
28
26
  vertical-align: top;
29
27
  padding: 0;
30
- user-select: none;
31
- -ms-user-select: none;
32
- -moz-user-select: none;
33
28
  -webkit-user-select: none;
29
+ user-select: none;
34
30
  -webkit-user-drag: none;
35
31
  -webkit-touch-callout: none;
36
- -webkit-transition: -webkit-transform 0ms;
37
- -ms-touch-select: none;
32
+ transition: transform 0ms;
38
33
  touch-action: manipulation;
39
34
  -webkit-tap-highlight-color: transparent;
40
35
  }
@@ -99,7 +94,6 @@ table.sapSuiteUiCommonsPFZoomLevel1 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
99
94
  max-width: 13rem;
100
95
  }
101
96
 
102
-
103
97
  /* Styles for zoom level 2 */
104
98
  table.sapSuiteUiCommonsPFZoomLevel2 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+2),
105
99
  table.sapSuiteUiCommonsPFZoomLevel2 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+4) {
@@ -133,7 +127,6 @@ table.sapSuiteUiCommonsPFZoomLevel2 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
133
127
  max-width: 10rem;
134
128
  }
135
129
 
136
-
137
130
  /* Styles for zoom level 3 */
138
131
  table.sapSuiteUiCommonsPFZoomLevel3 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+2),
139
132
  table.sapSuiteUiCommonsPFZoomLevel3 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+4) {
@@ -167,7 +160,6 @@ table.sapSuiteUiCommonsPFZoomLevel3 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
167
160
  max-width: 8.5rem;
168
161
  }
169
162
 
170
-
171
163
  /* Styles for zoom level 4 */
172
164
  table.sapSuiteUiCommonsPFZoomLevel4 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+2),
173
165
  table.sapSuiteUiCommonsPFZoomLevel4 > thead > tr.sapSuiteUiCommonsPFHeaderHidden > th:nth-child(5n+4) {
@@ -201,7 +193,6 @@ table.sapSuiteUiCommonsPFZoomLevel4 > thead > tr.sapSuiteUiCommonsPFHeaderRow >
201
193
  max-width: 6rem;
202
194
  }
203
195
 
204
-
205
196
  /* Table cell paddings for flow nodes table body */
206
197
  table.sapSuiteUiCommonsPF > tbody div.sapSuiteUiCommonsProcessFlowNode {
207
198
  margin-top: 0.5rem;
@@ -212,6 +203,7 @@ table.sapSuiteUiCommonsPF > tbody div.sapSuiteUiCommonsProcessFlowNode {
212
203
  display: block;
213
204
  height: inherit;
214
205
  -webkit-user-select: none;
206
+ user-select: none;
215
207
  min-height: 7rem;
216
208
  min-width: 13rem;
217
209
  width: 100%;
@@ -221,104 +213,95 @@ table.sapSuiteUiCommonsPF > tbody div.sapSuiteUiCommonsProcessFlowNode {
221
213
  .sapSuiteUiScrollContainerPF {
222
214
  clear: both;
223
215
  display: block;
224
- user-select: none;
225
- -ms-user-select: none;
226
- -moz-user-select: none;
227
216
  -webkit-user-select: none;
217
+ user-select: none;
228
218
  -webkit-user-drag: none;
229
219
  -webkit-touch-callout: none;
230
- -ms-touch-select: none;
231
220
  touch-action: manipulation;
232
221
  -webkit-overflow-scrolling: touch;
233
222
  height: 100%;
234
- margin: 0rem 2.8rem 0rem 2.8rem;
223
+ margin: 0 2.8rem 0 2.8rem;
235
224
  overflow: hidden;
236
225
  -webkit-tap-highlight-color: transparent;
237
226
  }
238
227
 
239
228
  .sap-phone .sapSuiteUiScrollContainerPF,
240
229
  .sap-tablet .sapSuiteUiScrollContainerPF{
241
- margin: 0rem 1.6rem 0rem 1.6rem;
230
+ margin: 0 1.6rem 0 1.6rem;
242
231
  overflow: auto;
243
232
  }
244
233
 
245
- .sapSuiteUiScrollContainerPF::-webkit-scrollbar {
246
- display: none;
247
- overflow: hidden;
248
- }
249
-
250
234
  .sapSuiteUiScrollContainerPF > * {
251
235
  clear: both;
252
236
  float: none;
253
237
  display: inline-block;
254
238
  position: relative;
255
- user-select: none;
256
- -ms-user-select: none;
257
- -moz-user-select: none;
258
239
  -webkit-user-select: none;
240
+ user-select: none;
259
241
  -webkit-user-drag: none;
260
242
  -webkit-touch-callout: none;
261
- -ms-touch-select: none;
262
- -webkit-transition: -webkit-transform 0ms;
263
- -webkit-transform-origin: 0rem 0rem;
243
+ transition: transform 0ms;
244
+ transform-origin: 0 0;
264
245
  overflow: hidden;
265
246
  -webkit-tap-highlight-color: transparent;
266
247
  }
267
248
 
268
249
  /* Selector for BlackBerry 'bb' and Chrome/Fiori-App - 'cr'.
269
- * Used to enable hardware acceleration.
270
- * Possible solution for the future:
271
- * https://developer.mozilla.org/de/docs/Web/CSS/will-change
272
- */
273
- html[data-sap-ui-browser^="cr"] .sapSuiteUiScrollContainerPF > *,
274
- html[data-sap-ui-os^="bb"] .sapSuiteUiScrollContainerPF > * {
275
- -webkit-transform: translate3d(0,0,0);
250
+ * Used to enable hardware acceleration.
251
+ * Possible solution for the future:
252
+ * https://developer.mozilla.org/de/docs/Web/CSS/will-change
253
+ */
254
+ html[data-sap-ui-browser^="cr"] .sapSuiteUiScrollContainerPF > * {
255
+ transform: translate3d(0,0,0);
276
256
  }
277
257
 
278
258
  .sapSuiteUiScrollContainerPF div:focus {
279
259
  outline: none;
280
260
  }
281
261
 
282
- .sapSuiteUiGrabCursorPF, .sapSuiteUiGrabCursorPF .sapMText {
283
- cursor: -webkit-grab;
284
- cursor: -moz-grab;
262
+ .sapSuiteUiGrabCursorPF,
263
+ .sapSuiteUiGrabCursorPF .sapMText {
264
+ cursor: grab;
285
265
  }
286
266
 
287
- .sapSuiteUiGrabbingCursorPF, .sapSuiteUiGrabbingCursorPF .sapMText {
288
- cursor: -webkit-grabbing;
289
- cursor: -moz-grabbing;
267
+ .sapSuiteUiGrabbingCursorPF,
268
+ .sapSuiteUiGrabbingCursorPF .sapMText {
269
+ cursor: grabbing;
290
270
  }
291
271
 
292
- .sapSuiteUiGrabCursorIEPF, .sapSuiteUiGrabCursorIEPF .sapMText {
272
+ .sapSuiteUiGrabCursorIEPF,
273
+ .sapSuiteUiGrabCursorIEPF .sapMText {
293
274
  cursor: all-scroll;
294
275
  }
295
276
 
296
- .sapSuiteUiGrabbingCursorIEPF, .sapSuiteUiGrabbingCursorIEPF .sapMText {
277
+ .sapSuiteUiGrabbingCursorIEPF,
278
+ .sapSuiteUiGrabbingCursorIEPF .sapMText {
297
279
  cursor: all-scroll;
298
280
  }
299
281
 
300
- .sapSuiteUiDefaultCursorPF, .sapSuiteUiDefaultCursorPF .sapMText {
282
+ .sapSuiteUiDefaultCursorPF,
283
+ .sapSuiteUiDefaultCursorPF .sapMText {
301
284
  cursor: default;
302
285
  }
303
286
 
304
287
  table.sapSuiteUiCommonsPF > tbody > tr:first-child {
305
- height : 0.5rem;
288
+ height: 0.5rem;
306
289
  }
307
290
 
308
291
  table.sapSuiteUiCommonsPFZoomLevel1 > tbody > tr:not(:first-child) > td:first-child {
309
- height : 14.81rem;
292
+ height: 14.81rem;
310
293
  }
311
294
 
312
295
  table.sapSuiteUiCommonsPFZoomLevel2 > tbody > tr:not(:first-child) > td:first-child {
313
- height : 13.56rem;
296
+ height: 13.56rem;
314
297
  }
315
298
 
316
299
  table.sapSuiteUiCommonsPFZoomLevel3 > tbody > tr:not(:first-child) > td:first-child {
317
- height : 9.5rem;
300
+ height: 9.5rem;
318
301
  }
319
302
 
320
303
  table.sapSuiteUiCommonsPFZoomLevel4 > tbody > tr:not(:first-child) > td:first-child {
321
- height : 4.75rem;
304
+ height: 4.75rem;
322
305
  }
323
306
 
324
307
  .sapPFHArrowScroll {
@@ -326,66 +309,64 @@ table.sapSuiteUiCommonsPFZoomLevel4 > tbody > tr:not(:first-child) > td:first-ch
326
309
  cursor: pointer;
327
310
  position: absolute;
328
311
  top: 2.5rem;
329
- color: @sapUiContentIconColor;
312
+ color: var(--sapContent_IconColor);
330
313
  text-shadow: @sapUiShadowText;
331
314
  }
332
315
 
333
316
  .sap-phone .sapPFHArrowScroll,
334
317
  .sap-tablet .sapPFHArrowScroll,
335
- html[data-sap-ui-os=win8] .sapPFHArrowScroll,
336
318
  .sap-phone .suiteUiPFHCounter,
337
- .sap-tablet .suiteUiPFHCounter,
338
- html[data-sap-ui-os=win8] .suiteUiPFHCounter {
319
+ .sap-tablet .suiteUiPFHCounter {
339
320
  top: 2.45rem;
340
321
  }
341
322
 
342
323
  .sapPFHArrowScrollLeft {
343
- left: 0rem;
324
+ left: 0;
344
325
  padding: 0.5rem 1rem;
345
326
  }
346
327
 
347
328
  .sapPFHArrowScrollRight {
348
- right: 0rem;
329
+ right: 0;
349
330
  padding: 0.5rem 1rem;
350
331
  }
351
332
 
352
- .suiteUiPFHCounter{
333
+ .suiteUiPFHCounter {
353
334
  font-weight: normal;
354
335
  top: 2.5rem;
355
336
  position: absolute;
356
337
  }
357
338
 
358
- .suiteUiPFHCounterLeft{
339
+ .suiteUiPFHCounterLeft {
359
340
  left: 0.8rem;
360
341
  padding: 0.6rem 1rem;
361
342
  }
362
343
 
363
- .suiteUiPFHCounterRight{
344
+ .suiteUiPFHCounterRight {
364
345
  right: 0.8rem;
365
346
  padding: 0.6rem 1rem;
366
347
  }
367
348
 
368
349
  .sap-phone .suiteUiPFHCounterLeft,
369
- .sap-tablet .suiteUiPFHCounterLeft{
350
+ .sap-tablet .suiteUiPFHCounterLeft {
370
351
  left: 0.1rem;
371
352
  padding: 0.6rem 0.5rem;
372
353
  }
373
354
 
374
355
  .sap-phone .suiteUiPFHCounterRight,
375
- .sap-tablet .suiteUiPFHCounterRight{
356
+ .sap-tablet .suiteUiPFHCounterRight {
376
357
  right: 0.1rem;
377
358
  padding: 0.6rem 0.5rem;
378
359
  }
379
360
 
380
361
  .sap-phone .sapPFHArrowScrollLeft,
381
362
  .sap-tablet .sapPFHArrowScrollLeft {
382
- left: 0rem;
363
+ left: 0;
383
364
  padding: 0.5rem 0;
384
365
  }
385
366
 
386
367
  .sap-phone .sapPFHArrowScrollRight,
387
368
  .sap-tablet .sapPFHArrowScrollRight {
388
- right: 0rem;
369
+ right: 0;
389
370
  padding: 0.5rem 0;
390
371
  }
391
372
 
@@ -406,7 +387,7 @@ html[data-sap-ui-os=win8] .suiteUiPFHCounter {
406
387
 
407
388
  html.sap-desktop .sapPFHArrowScroll:hover,
408
389
  html.sap-desktop .sapPFHArrowScroll:active {
409
- color: @sapUiHighlight;
390
+ color: var(--sapHighlightColor);
410
391
  }
411
392
 
412
393
  .sapPFHArrowScroll:focus,
@@ -415,13 +396,13 @@ html.sap-desktop .sapPFHArrowScroll:active {
415
396
  }
416
397
 
417
398
  .suiteUiPFHCounter {
418
- font-family: @sapUiFontFamily;
419
- font-size: @sapMFontSmallSize;
420
- color: @sapUiGroupTitleTextColor;
399
+ font-family: var(--sapFontFamily);
400
+ font-size: var(--sapFontSmallSize);
401
+ color: var(--sapGroup_TitleTextColor);
421
402
  text-shadow: @sapUiShadowText;
422
403
  }
423
404
 
424
405
  .sapSuiteUiCommonsProcessFlowZIndexForConnectors {
425
406
  position: relative;
426
407
  z-index: 0;
427
- }
408
+ }
@@ -1,207 +1,261 @@
1
- /* ================================================================== */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowConnection.control */
3
- /* Base Theme */
4
- /* ================================================================== */
1
+ /* =========================================================== */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowConnection */
3
+ /* Base theme */
4
+ /* =========================================================== */
5
5
 
6
6
  .sapSuiteUiCommonsParentPosition {
7
7
  position: relative;
8
8
  }
9
+
9
10
  .sapSuiteUiCommonsFloatLeft {
10
11
  float: left;
11
12
  }
13
+
12
14
  .sapSuiteUiCommonsFloatClear {
13
15
  clear: both;
14
16
  }
17
+
15
18
  .sapSuiteUiCommonsBoxMiddleWidth {
16
19
  width: 0.125rem;
17
20
  }
21
+
18
22
  .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth {
19
23
  width: 0.09375rem;
20
24
  }
25
+
21
26
  html[data-sap-ui-browser^="cr"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth,
22
27
  html[data-sap-ui-os^="iOS"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth,
23
28
  html[data-sap-ui-browser^="sf"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth {
24
29
  width: 0.125rem;
25
30
  }
26
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsBoxMiddleWidth {
27
- width: 0.14rem;
28
- }
29
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxMiddleWidth {
30
- width: 0.1rem;
31
- }
31
+
32
32
  .sapSuiteUiCommonsBoxMiddleBorderWidth {
33
- width: 0rem;
33
+ width: 0;
34
34
  }
35
+
35
36
  /* The left part of the arrow before the branch */
36
37
  .sapSuiteUiCommonsBoxZoom1Width {
37
38
  width: 1.9375rem;
38
39
  }
40
+
39
41
  .sapSuiteUiCommonsBoxZoom2Width {
40
42
  width: 1.4375rem;
41
43
  }
44
+
42
45
  .sapSuiteUiCommonsBoxZoom3Width {
43
46
  width: 1.9375rem;
44
47
  }
48
+
45
49
  .sapSuiteUiCommonsBoxZoom4Width {
46
50
  width: 2.4375rem;
47
51
  }
48
- /* The left part of the arrow before the branch when PF has labels*/
52
+
53
+ /* The left part of the arrow before the branch when PF has labels */
49
54
  .sapSuiteUiCommonsPFWithLabel.sapSuiteUiCommonsBoxZoom1Width {
50
55
  width: 1rem;
51
56
  }
57
+
52
58
  .sapSuiteUiCommonsBoxZoom2Width.sapSuiteUiCommonsPFWithLabel {
53
59
  width: 1rem;
54
60
  }
61
+
55
62
  .sapSuiteUiCommonsBoxZoom3Width.sapSuiteUiCommonsPFWithLabel {
56
63
  width: 1rem;
57
64
  }
65
+
58
66
  .sapSuiteUiCommonsBoxZoom4Width.sapSuiteUiCommonsPFWithLabel {
59
67
  width: 1rem;
60
68
  }
69
+
61
70
  /* The connection when there is no arrow. */
62
71
  .sapSuiteUiCommonsBoxZoom1WidthWithLabel {
63
72
  width: 7rem;
64
73
  }
65
- /*Blackberry doesn't work fine with 6rem instead, works for 5.99rem*/
74
+
75
+ /* Blackberry doesn't work fine with 6rem instead, works for 5.99rem */
66
76
  html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom1WidthWithLabel {
67
77
  width: 5.99rem;
68
78
  }
79
+
69
80
  .sapSuiteUiCommonsBoxZoom2WidthWithLabel {
70
81
  width: 7rem;
71
82
  }
83
+
72
84
  html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom2WidthWithLabel {
73
85
  width: 5.99rem;
74
86
  }
87
+
75
88
  .sapSuiteUiCommonsBoxZoom3WidthWithLabel {
76
89
  width: 7rem;
77
90
  }
91
+
78
92
  html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom3WidthWithLabel {
79
93
  width: 5.99rem;
80
94
  }
95
+
81
96
  .sapSuiteUiCommonsBoxZoom4WidthWithLabel {
82
97
  width: 7rem;
83
98
  }
99
+
84
100
  html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom4WidthWithLabel {
85
101
  width: 5.99rem;
86
102
  }
103
+
87
104
  /* The right part of the arrow, after the branch. */
88
105
  .sapSuiteUiCommonsBoxArrowZoom1Width {
89
106
  width: 1.3125rem;
90
107
  }
108
+
91
109
  .sapSuiteUiCommonsBoxArrowZoom2Width {
92
110
  width: 0.8125rem;
93
111
  }
112
+
94
113
  .sapSuiteUiCommonsBoxArrowZoom3Width {
95
114
  width: 1.3125rem;
96
115
  }
116
+
97
117
  .sapSuiteUiCommonsBoxArrowZoom4Width {
98
118
  width: 1.8125rem;
99
119
  }
120
+
100
121
  /* The right part of the arrow, after the branch when PF has labels. */
101
122
  .sapSuiteUiCommonsBoxArrowZoom1Width.sapSuiteUiCommonsPFWithLabel {
102
123
  width: 5.45rem;
103
124
  }
125
+
104
126
  .sapSuiteUiCommonsBoxArrowZoom2Width.sapSuiteUiCommonsPFWithLabel {
105
127
  width: 5.45rem;
106
128
  }
129
+
107
130
  .sapSuiteUiCommonsBoxArrowZoom3Width.sapSuiteUiCommonsPFWithLabel {
108
131
  width: 5.45rem;
109
132
  }
133
+
110
134
  .sapSuiteUiCommonsBoxArrowZoom4Width.sapSuiteUiCommonsPFWithLabel {
111
135
  width: 5.45rem;
112
136
  }
137
+
113
138
  .sapSuiteUiCommonsBoxWideWidth {
114
139
  width: 100%;
115
140
  }
141
+
116
142
  /* The whole arrow, when there is no branch. */
117
143
  .sapSuiteUiCommonsBoxWideArrowZoom1Width {
118
144
  width: 3.375rem;
119
145
  }
146
+
120
147
  .sapSuiteUiCommonsBoxWideArrowZoom2Width {
121
148
  width: 2.375rem;
122
149
  }
150
+
123
151
  .sapSuiteUiCommonsBoxWideArrowZoom3Width {
124
152
  width: 3.375rem;
125
153
  }
154
+
126
155
  .sapSuiteUiCommonsBoxWideArrowZoom4Width {
127
156
  width: 4.375rem;
128
157
  }
158
+
129
159
  /* The whole arrow, when there is no branch and PF has labels. */
130
160
  .sapSuiteUiCommonsBoxWideArrowZoom1Width.sapSuiteUiCommonsPFWithLabel {
131
161
  width: 6.5rem;
132
162
  }
163
+
133
164
  .sapSuiteUiCommonsBoxWideArrowZoom2Width.sapSuiteUiCommonsPFWithLabel {
134
165
  width: 6.5rem;
135
166
  }
167
+
136
168
  .sapSuiteUiCommonsBoxWideArrowZoom3Width.sapSuiteUiCommonsPFWithLabel {
137
169
  width: 6.5rem;
138
170
  }
171
+
139
172
  .sapSuiteUiCommonsBoxWideArrowZoom4Width.sapSuiteUiCommonsPFWithLabel {
140
173
  width: 6.5rem;
141
174
  }
175
+
142
176
  .sapSuiteUiCommonsBoxWideZoom1Height {
143
177
  height: 14.8125rem;
144
178
  }
179
+
145
180
  .sapSuiteUiCommonsBoxWideZoom2Height {
146
181
  height: 13.5625rem;
147
182
  }
183
+
148
184
  .sapSuiteUiCommonsBoxWideZoom3Height {
149
185
  height: 9.5rem;
150
186
  }
187
+
151
188
  .sapSuiteUiCommonsBoxWideZoom4Height {
152
189
  height: 4.75rem;
153
190
  }
191
+
154
192
  .sapSuiteUiCommonsBoxTopZoom1Height {
155
193
  height: 6rem;
156
194
  }
195
+
157
196
  .sapSuiteUiCommonsBoxTopZoom2Height {
158
197
  height: 5.5625rem;
159
198
  }
199
+
160
200
  .sapSuiteUiCommonsBoxTopZoom3Height {
161
201
  height: 4.0625rem;
162
202
  }
203
+
163
204
  .sapSuiteUiCommonsBoxTopZoom4Height {
164
205
  height: 1.75rem;
165
206
  }
207
+
166
208
  .sapSuiteUiCommonsBoxMiddleHeight {
167
209
  height: 0.125rem;
168
210
  }
211
+
169
212
  .sapSuiteUiCommonsBoxMiddleBorderHeight {
170
- height: 0rem;
213
+ height: 0;
171
214
  }
215
+
172
216
  .sapSuiteUiCommonsBoxBottomZoom1Height {
173
217
  height: 8.6875rem;
174
218
  }
219
+
175
220
  .sapSuiteUiCommonsBoxBottomZoom2Height {
176
221
  height: 7.875rem;
177
222
  }
223
+
178
224
  .sapSuiteUiCommonsBoxBottomZoom3Height {
179
225
  height: 5.3125rem;
180
226
  }
227
+
181
228
  .sapSuiteUiCommonsBoxBottomZoom4Height {
182
229
  height: 2.875rem;
183
230
  }
231
+
184
232
  .sapSuiteUiCommonsBorderLeft {
185
233
  border-left-width: 0.125rem;
186
234
  }
235
+
187
236
  .sapSuiteUiCommonsBorderBottom {
188
237
  border-bottom-width: 0.125rem;
189
238
  }
239
+
190
240
  .sapSuiteUiCommonsBorderLeftTypeNormal {
191
241
  border-left-style: solid;
192
242
  }
243
+
193
244
  .sapSuiteUiCommonsBorderLeftTypePlanned {
194
245
  border-left-style: dashed;
195
246
  }
247
+
196
248
  .sapSuiteUiCommonsBorderBottomTypeNormal {
197
249
  border-bottom-style: solid;
198
250
  }
251
+
199
252
  .sapSuiteUiCommonsBorderBottomTypePlanned {
200
253
  border-bottom-style: dashed;
201
254
  }
255
+
202
256
  .sapSuiteUiCommonsArrowRight {
203
- width: 0rem;
204
- height: 0rem;
257
+ width: 0;
258
+ height: 0;
205
259
  position: absolute;
206
260
  right: -1rem;
207
261
  bottom: -0.3125rem;
@@ -210,4 +264,4 @@ html[data-sap-ui-os^="bb"] .sapSuiteUiCommonsBoxZoom4WidthWithLabel {
210
264
  border-top-color: transparent;
211
265
  border-bottom-color: transparent;
212
266
  border-width: 0.25rem 0.5rem;
213
- }
267
+ }
@@ -1,7 +1,7 @@
1
- /* ======================================================================= */
2
- /* CSS for sap.suite.ui.commons/ProcessFlowConnectionLabel.control */
3
- /* Base Theme */
4
- /* ======================================================================= */
1
+ /* ================================================================ */
2
+ /* CSS for control sap.suite.ui.commons/ProcessFlowConnectionLabel */
3
+ /* Base theme */
4
+ /* ================================================================ */
5
5
 
6
6
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn {
7
7
  position: absolute;
@@ -15,9 +15,9 @@
15
15
  font-size: @sapMFontMediumSize;
16
16
  height: 1.5rem;
17
17
  text-shadow: none;
18
- font-family: @sapUiFontFamily;
18
+ font-family: var(--sapFontFamily);
19
19
  font-weight: normal;
20
- padding: 0rem 0.2rem 0rem 0.2rem;
20
+ padding: 0 0.2rem 0 0.2rem;
21
21
  min-width: 2rem;
22
22
  border-radius: 0.19rem;
23
23
  }
@@ -32,12 +32,7 @@
32
32
 
33
33
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner > .sapMBtnIcon {
34
34
  line-height: 1.35rem;
35
- font-size: @sapFontLargeSize;
36
- }
37
-
38
- /* Corrects the vertical alignment of Icon in IE */
39
- html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtn > .sapMBtnInner > .sapMBtnIcon {
40
- line-height: 1.4rem;
35
+ font-size: var(--sapFontLargeSize);
41
36
  }
42
37
 
43
38
  /* Centers icon if icon only (without text) is used */
@@ -62,7 +57,8 @@ html[data-sap-ui-browser^="ie"] .sapSuiteUiCommonsProcessFlowConnectionLabel.sap
62
57
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtnDisabled {
63
58
  opacity: 1;
64
59
  }
60
+
65
61
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtnDisabled > .sapMBtnInner > .sapMBtnContent,
66
62
  .sapSuiteUiCommonsProcessFlowConnectionLabel.sapMBtnDisabled > .sapMBtnInner > .sapMBtnIcon {
67
63
  opacity: 0.5;
68
- }
64
+ }