@openui5/themelib_sap_horizon 1.131.1 → 1.132.1

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 (184) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +5 -12
  4. package/src/sap/f/themes/sap_horizon/CardHeaders.less +12 -0
  5. package/src/sap/f/themes/sap_horizon/library.source.less +2 -1
  6. package/src/sap/f/themes/sap_horizon_dark/Card.less +5 -16
  7. package/src/sap/f/themes/sap_horizon_dark/CardHeaders.less +12 -0
  8. package/src/sap/f/themes/sap_horizon_dark/library.source.less +2 -1
  9. package/src/sap/f/themes/sap_horizon_hcb/Card.less +1 -25
  10. package/src/sap/f/themes/sap_horizon_hcb/CardHeaders.less +28 -0
  11. package/src/sap/f/themes/sap_horizon_hcb/library.source.less +2 -1
  12. package/src/sap/f/themes/sap_horizon_hcw/Card.less +1 -25
  13. package/src/sap/f/themes/sap_horizon_hcw/CardHeaders.less +28 -0
  14. package/src/sap/f/themes/sap_horizon_hcw/library.source.less +2 -1
  15. package/src/sap/m/themes/sap_horizon/MessagePage.less +4 -2
  16. package/src/sap/m/themes/sap_horizon/MessageStrip.less +17 -17
  17. package/src/sap/m/themes/sap_horizon/MessageToast.less +0 -1
  18. package/src/sap/m/themes/sap_horizon/MessageView.less +14 -9
  19. package/src/sap/m/themes/sap_horizon/MultiComboBox.less +9 -1
  20. package/src/sap/m/themes/sap_horizon/NewsContent.less +23 -12
  21. package/src/sap/m/themes/sap_horizon/ObjectHeader.less +18 -15
  22. package/src/sap/m/themes/sap_horizon/Page.less +39 -13
  23. package/src/sap/m/themes/sap_horizon/Panel.less +16 -15
  24. package/src/sap/m/themes/sap_horizon/PlanningCalendar.less +31 -20
  25. package/src/sap/m/themes/sap_horizon/Popover.less +39 -22
  26. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +45 -41
  27. package/src/sap/m/themes/sap_horizon/PullToRefresh.less +2 -2
  28. package/src/sap/m/themes/sap_horizon/QuickView.less +4 -6
  29. package/src/sap/m/themes/sap_horizon/RadioButton.less +47 -36
  30. package/src/sap/m/themes/sap_horizon/RangeSlider.less +22 -18
  31. package/src/sap/m/themes/sap_horizon/RatingIndicator.less +17 -11
  32. package/src/sap/m/themes/sap_horizon/SearchField.less +18 -18
  33. package/src/sap/m/themes/sap_horizon/SegmentedButton.less +107 -69
  34. package/src/sap/m/themes/sap_horizon/SelectList.less +15 -17
  35. package/src/sap/m/themes/sap_horizon/Shell.less +2 -1
  36. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarGrid.less +57 -28
  37. package/src/sap/m/themes/sap_horizon/SinglePlanningCalendarMonthGrid.less +3 -2
  38. package/src/sap/m/themes/sap_horizon/library.source.less +1 -1
  39. package/src/sap/m/themes/sap_horizon_dark/MessagePage.less +4 -2
  40. package/src/sap/m/themes/sap_horizon_dark/MessageStrip.less +16 -16
  41. package/src/sap/m/themes/sap_horizon_dark/MessageView.less +14 -9
  42. package/src/sap/m/themes/sap_horizon_dark/MultiComboBox.less +4 -1
  43. package/src/sap/m/themes/sap_horizon_dark/NewsContent.less +23 -12
  44. package/src/sap/m/themes/sap_horizon_dark/ObjectHeader.less +18 -15
  45. package/src/sap/m/themes/sap_horizon_dark/Page.less +41 -13
  46. package/src/sap/m/themes/sap_horizon_dark/Panel.less +17 -15
  47. package/src/sap/m/themes/sap_horizon_dark/PlanningCalendar.less +31 -20
  48. package/src/sap/m/themes/sap_horizon_dark/Popover.less +38 -22
  49. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +44 -40
  50. package/src/sap/m/themes/sap_horizon_dark/PullToRefresh.less +1 -1
  51. package/src/sap/m/themes/sap_horizon_dark/QuickView.less +5 -6
  52. package/src/sap/m/themes/sap_horizon_dark/RadioButton.less +46 -35
  53. package/src/sap/m/themes/sap_horizon_dark/RangeSlider.less +22 -18
  54. package/src/sap/m/themes/sap_horizon_dark/RatingIndicator.less +16 -9
  55. package/src/sap/m/themes/sap_horizon_dark/SearchField.less +19 -18
  56. package/src/sap/m/themes/sap_horizon_dark/SegmentedButton.less +110 -69
  57. package/src/sap/m/themes/sap_horizon_dark/SelectList.less +15 -17
  58. package/src/sap/m/themes/sap_horizon_dark/Shell.less +2 -1
  59. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarGrid.less +55 -27
  60. package/src/sap/m/themes/sap_horizon_dark/SinglePlanningCalendarMonthGrid.less +3 -2
  61. package/src/sap/m/themes/sap_horizon_dark/library.source.less +1 -1
  62. package/src/sap/m/themes/sap_horizon_hcb/MessagePage.less +4 -2
  63. package/src/sap/m/themes/sap_horizon_hcb/MessageStrip.less +3 -3
  64. package/src/sap/m/themes/sap_horizon_hcb/MessageView.less +12 -9
  65. package/src/sap/m/themes/sap_horizon_hcb/ObjectHeader.less +18 -16
  66. package/src/sap/m/themes/sap_horizon_hcb/Page.less +34 -13
  67. package/src/sap/m/themes/sap_horizon_hcb/Panel.less +7 -7
  68. package/src/sap/m/themes/sap_horizon_hcb/PlanningCalendar.less +13 -13
  69. package/src/sap/m/themes/sap_horizon_hcb/Popover.less +42 -26
  70. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +44 -40
  71. package/src/sap/m/themes/sap_horizon_hcb/QuickView.less +3 -4
  72. package/src/sap/m/themes/sap_horizon_hcb/RadioButton.less +47 -33
  73. package/src/sap/m/themes/sap_horizon_hcb/RangeSlider.less +24 -18
  74. package/src/sap/m/themes/sap_horizon_hcb/RatingIndicator.less +15 -8
  75. package/src/sap/m/themes/sap_horizon_hcb/SearchField.less +20 -20
  76. package/src/sap/m/themes/sap_horizon_hcb/SegmentedButton.less +58 -29
  77. package/src/sap/m/themes/sap_horizon_hcb/SelectList.less +10 -10
  78. package/src/sap/m/themes/sap_horizon_hcb/Shell.less +7 -3
  79. package/src/sap/m/themes/sap_horizon_hcb/SinglePlanningCalendarGrid.less +39 -19
  80. package/src/sap/m/themes/sap_horizon_hcb/StandardListItem.less +6 -0
  81. package/src/sap/m/themes/sap_horizon_hcb/library.source.less +1 -1
  82. package/src/sap/m/themes/sap_horizon_hcb/shared.less +4 -3
  83. package/src/sap/m/themes/sap_horizon_hcw/MessagePage.less +4 -2
  84. package/src/sap/m/themes/sap_horizon_hcw/MessageStrip.less +3 -3
  85. package/src/sap/m/themes/sap_horizon_hcw/MessageView.less +12 -9
  86. package/src/sap/m/themes/sap_horizon_hcw/ObjectHeader.less +18 -16
  87. package/src/sap/m/themes/sap_horizon_hcw/Page.less +34 -13
  88. package/src/sap/m/themes/sap_horizon_hcw/Panel.less +7 -7
  89. package/src/sap/m/themes/sap_horizon_hcw/PlanningCalendar.less +13 -13
  90. package/src/sap/m/themes/sap_horizon_hcw/Popover.less +43 -26
  91. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +44 -40
  92. package/src/sap/m/themes/sap_horizon_hcw/QuickView.less +3 -4
  93. package/src/sap/m/themes/sap_horizon_hcw/RadioButton.less +47 -33
  94. package/src/sap/m/themes/sap_horizon_hcw/RangeSlider.less +24 -18
  95. package/src/sap/m/themes/sap_horizon_hcw/RatingIndicator.less +15 -8
  96. package/src/sap/m/themes/sap_horizon_hcw/SearchField.less +20 -20
  97. package/src/sap/m/themes/sap_horizon_hcw/SegmentedButton.less +54 -28
  98. package/src/sap/m/themes/sap_horizon_hcw/SelectList.less +10 -10
  99. package/src/sap/m/themes/sap_horizon_hcw/Shell.less +7 -3
  100. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarGrid.less +39 -19
  101. package/src/sap/m/themes/sap_horizon_hcw/SinglePlanningCalendarMonthGrid.less +1 -0
  102. package/src/sap/m/themes/sap_horizon_hcw/StandardListItem.less +6 -0
  103. package/src/sap/m/themes/sap_horizon_hcw/library.source.less +1 -1
  104. package/src/sap/m/themes/sap_horizon_hcw/shared.less +4 -3
  105. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +100 -161
  106. package/src/sap/tnt/themes/sap_horizon/library.source.less +1 -1
  107. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +101 -160
  108. package/src/sap/tnt/themes/sap_horizon_dark/library.source.less +1 -1
  109. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +84 -77
  110. package/src/sap/tnt/themes/sap_horizon_hcb/library.source.less +1 -1
  111. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +84 -76
  112. package/src/sap/tnt/themes/sap_horizon_hcw/library.source.less +1 -1
  113. package/src/sap/ui/codeeditor/themes/sap_horizon/library.source.less +1 -1
  114. package/src/sap/ui/codeeditor/themes/sap_horizon_dark/library.source.less +1 -1
  115. package/src/sap/ui/codeeditor/themes/sap_horizon_hcb/library.source.less +1 -1
  116. package/src/sap/ui/codeeditor/themes/sap_horizon_hcw/library.source.less +1 -1
  117. package/src/sap/ui/commons/themes/sap_horizon/library.source.less +1 -1
  118. package/src/sap/ui/commons/themes/sap_horizon_dark/library.source.less +1 -1
  119. package/src/sap/ui/commons/themes/sap_horizon_hcb/library.source.less +1 -1
  120. package/src/sap/ui/commons/themes/sap_horizon_hcw/library.source.less +1 -1
  121. package/src/sap/ui/core/themes/sap_horizon/.theme +2 -2
  122. package/src/sap/ui/core/themes/sap_horizon/base.less +148 -114
  123. package/src/sap/ui/core/themes/sap_horizon/global.less +113 -1
  124. package/src/sap/ui/core/themes/sap_horizon/library.source.less +1 -1
  125. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +2 -2
  126. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +139 -105
  127. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +113 -1
  128. package/src/sap/ui/core/themes/sap_horizon_dark/library.source.less +1 -1
  129. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +2 -2
  130. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +144 -110
  131. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +113 -1
  132. package/src/sap/ui/core/themes/sap_horizon_hcb/library.source.less +1 -1
  133. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +2 -2
  134. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +144 -110
  135. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +113 -1
  136. package/src/sap/ui/core/themes/sap_horizon_hcw/library.source.less +1 -1
  137. package/src/sap/ui/dt/themes/sap_horizon/library.source.less +1 -1
  138. package/src/sap/ui/dt/themes/sap_horizon_dark/library.source.less +1 -1
  139. package/src/sap/ui/dt/themes/sap_horizon_hcb/library.source.less +1 -1
  140. package/src/sap/ui/dt/themes/sap_horizon_hcw/library.source.less +1 -1
  141. package/src/sap/ui/fl/themes/sap_horizon/library.source.less +1 -1
  142. package/src/sap/ui/fl/themes/sap_horizon_dark/library.source.less +1 -1
  143. package/src/sap/ui/fl/themes/sap_horizon_hcb/library.source.less +1 -1
  144. package/src/sap/ui/fl/themes/sap_horizon_hcw/library.source.less +1 -1
  145. package/src/sap/ui/integration/themes/sap_horizon/ListContent.less +1 -1
  146. package/src/sap/ui/integration/themes/sap_horizon/TableContent.less +1 -1
  147. package/src/sap/ui/integration/themes/sap_horizon/library.source.less +1 -1
  148. package/src/sap/ui/integration/themes/sap_horizon_dark/ListContent.less +1 -1
  149. package/src/sap/ui/integration/themes/sap_horizon_dark/TableContent.less +1 -1
  150. package/src/sap/ui/integration/themes/sap_horizon_dark/library.source.less +1 -1
  151. package/src/sap/ui/integration/themes/sap_horizon_hcb/library.source.less +1 -1
  152. package/src/sap/ui/integration/themes/sap_horizon_hcw/library.source.less +1 -1
  153. package/src/sap/ui/layout/themes/sap_horizon/library.source.less +1 -1
  154. package/src/sap/ui/layout/themes/sap_horizon_dark/library.source.less +1 -1
  155. package/src/sap/ui/layout/themes/sap_horizon_hcb/library.source.less +1 -1
  156. package/src/sap/ui/layout/themes/sap_horizon_hcw/library.source.less +1 -1
  157. package/src/sap/ui/mdc/themes/sap_horizon/library.source.less +1 -1
  158. package/src/sap/ui/mdc/themes/sap_horizon_dark/library.source.less +1 -1
  159. package/src/sap/ui/mdc/themes/sap_horizon_hcb/library.source.less +1 -1
  160. package/src/sap/ui/mdc/themes/sap_horizon_hcw/library.source.less +1 -1
  161. package/src/sap/ui/rta/themes/sap_horizon/library.source.less +1 -1
  162. package/src/sap/ui/rta/themes/sap_horizon_dark/library.source.less +1 -1
  163. package/src/sap/ui/rta/themes/sap_horizon_hcb/library.source.less +1 -1
  164. package/src/sap/ui/rta/themes/sap_horizon_hcw/library.source.less +1 -1
  165. package/src/sap/ui/suite/themes/sap_horizon/library.source.less +1 -1
  166. package/src/sap/ui/suite/themes/sap_horizon_dark/library.source.less +1 -1
  167. package/src/sap/ui/suite/themes/sap_horizon_hcb/library.source.less +1 -1
  168. package/src/sap/ui/suite/themes/sap_horizon_hcw/library.source.less +1 -1
  169. package/src/sap/ui/table/themes/sap_horizon/library.source.less +1 -1
  170. package/src/sap/ui/table/themes/sap_horizon_dark/library.source.less +1 -1
  171. package/src/sap/ui/table/themes/sap_horizon_hcb/library.source.less +1 -1
  172. package/src/sap/ui/table/themes/sap_horizon_hcw/library.source.less +1 -1
  173. package/src/sap/ui/unified/themes/sap_horizon/library.source.less +1 -1
  174. package/src/sap/ui/unified/themes/sap_horizon_dark/library.source.less +1 -1
  175. package/src/sap/ui/unified/themes/sap_horizon_hcb/library.source.less +1 -1
  176. package/src/sap/ui/unified/themes/sap_horizon_hcw/library.source.less +1 -1
  177. package/src/sap/ui/ux3/themes/sap_horizon/library.source.less +1 -1
  178. package/src/sap/ui/ux3/themes/sap_horizon_dark/library.source.less +1 -1
  179. package/src/sap/ui/ux3/themes/sap_horizon_hcb/library.source.less +1 -1
  180. package/src/sap/ui/ux3/themes/sap_horizon_hcw/library.source.less +1 -1
  181. package/src/sap/uxap/themes/sap_horizon/library.source.less +1 -1
  182. package/src/sap/uxap/themes/sap_horizon_dark/library.source.less +1 -1
  183. package/src/sap/uxap/themes/sap_horizon_hcb/library.source.less +1 -1
  184. package/src/sap/uxap/themes/sap_horizon_hcw/library.source.less +1 -1
@@ -7,14 +7,15 @@
7
7
  .sapMOHC.sapMOHBgTranslucent,
8
8
  .sapMOH.sapMOHBgSolid,
9
9
  .sapMOHC.sapMOHBgSolid {
10
- background-color: @sapUiObjectHeaderBackground;
10
+ background-color: var(--sapObjectHeader_Background);
11
11
  }
12
12
 
13
13
  .sapMOHC.sapMOHBgTranslucent,
14
14
  .sapMOHC.sapMOHBgSolid {
15
- border-bottom: 0.0625rem solid @sapUiObjectHeaderBorderColor;
15
+ border-bottom: 0.0625rem solid var(--sapObjectHeader_BorderColor);
16
16
  box-shadow: none;
17
17
  }
18
+
18
19
  .sapMOH.sapMOHBgTransparent,
19
20
  .sapMOHC.sapMOHBgTransparent {
20
21
  background: transparent;
@@ -41,13 +42,13 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
41
42
  .sapMOHTitle.sapMOHTitleActive:focus > h6 span,
42
43
  .sapMOHIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus,
43
44
  .sapMOHTitleArrow .sapUiIcon:focus {
44
- outline: 1px dotted @sapUiContentFocusColor;
45
+ outline: 1px dotted var(--sapContent_FocusColor);
45
46
  outline-offset: -1px;
46
47
  }
47
48
 
48
- /*** styles for responsive object header ***/
49
+ /**styles for responsive object header */
49
50
  .sapMOHRTitle h1 {
50
- font-size: @sapMFontHeader3Size;
51
+ font-size: var(--sapFontHeader3Size);
51
52
  }
52
53
 
53
54
  .sapMOHR:not(.sapMOHRNoBorder) {
@@ -56,7 +57,7 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
56
57
 
57
58
  .sapMOHR.sapMOHRBgSolid,
58
59
  .sapMOHR.sapMOHRBgTranslucent {
59
- background: @sapUiObjectHeaderBackground;
60
+ background: var(--sapObjectHeader_Background);
60
61
  }
61
62
 
62
63
  .sapMOHR.sapMOHRBgTransparent {
@@ -64,18 +65,19 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
64
65
  }
65
66
 
66
67
  .sapMOHRTitleArrow .sapUiIcon:focus {
67
- outline: 1px dotted @sapUiContentFocusColor;
68
+ outline: 1px dotted var(--sapContent_FocusColor);
68
69
  outline-offset: -1px;
69
70
  }
70
71
 
71
72
  .sapMOHRIcon.sapMPointer .sapUiIcon.sapUiIconPointer:focus {
72
- &:before {
73
- outline: 1px dotted @sapUiContentFocusColor;
73
+
74
+ &::before {
75
+ outline: 1px dotted var(--sapContent_FocusColor);
74
76
  }
75
77
  }
76
78
 
77
79
  .sapMOHRTitleActive .sapMOHRTitleText:focus {
78
- outline: 1px dotted @sapUiContentFocusColor;
80
+ outline: 1px dotted var(--sapContent_FocusColor);
79
81
  outline-offset: -1px;
80
82
  }
81
83
 
@@ -85,22 +87,23 @@ a.sapMOHTitle.sapMOHTitleActive:hover > h1 .sapMText {
85
87
  .sapMOHTitle h3 .sapMText,
86
88
  .sapMOHTitle h2 .sapMText,
87
89
  .sapMOHTitle h1 .sapMText {
88
- font-family: @sapUiObjectHeaderTitleFontFamily;
89
- font-size: @sapUiObjectHeaderTitleFontSize;
90
- color: @sapUiObjectHeaderTitleTextColor;
90
+ font-family: var(--sapObjectHeader_Title_FontFamily);
91
+ font-size: var(--sapObjectHeader_Title_FontSize);
92
+ color: var(--sapObjectHeader_Title_TextColor);
91
93
  }
92
94
 
93
95
  html.sap-phone {
96
+
94
97
  .sapMOHTitle h6 .sapMText,
95
98
  .sapMOHTitle h5 .sapMText,
96
99
  .sapMOHTitle h4 .sapMText,
97
100
  .sapMOHTitle h3 .sapMText,
98
101
  .sapMOHTitle h2 .sapMText,
99
102
  .sapMOHTitle h1 .sapMText {
100
- font-size: @sapUiObjectHeaderTitleSnappedFontSize;
103
+ font-size: var(--sapObjectHeader_Title_SnappedFontSize);
101
104
  }
102
105
  }
103
106
 
104
107
  .sapMOHIntro .sapMText {
105
- color: @sapUiObjectHeaderSubtitleTextColor;
108
+ color: var(--sapObjectHeader_Subtitle_TextColor);
106
109
  }
@@ -13,32 +13,35 @@
13
13
  position: relative;
14
14
  z-index: 2;
15
15
  }
16
- &:after {
17
- content: "";
16
+
17
+ &::after {
18
+ content: '';
18
19
  position: absolute;
19
20
  height: 1px;
20
21
  bottom: 0;
21
22
  width: 100%;
22
- box-shadow: inset 0 -0.0625rem @sapUiPageHeaderBorderColor, 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15);
23
+ box-shadow: inset 0 -0.0625rem var(--sapPageHeader_BorderColor), 0 0 0.25rem 0 fade(@sapUiContentShadowColor, 15);
23
24
  z-index: 1;
24
25
  }
25
26
  }
26
27
 
27
28
  .sapMPageWithHeader.sapMPageWithSubHeader {
29
+
28
30
  .sapMPageHeader {
29
31
  box-shadow: none;
30
- &:after {
32
+
33
+ &::after {
31
34
  box-shadow: none;
32
35
  }
33
36
  }
34
37
  }
35
38
 
36
39
  .sapMPageBgStandard {
37
- background-color: @sapUiBaseBG;
40
+ background-color: var(--sapBackgroundColor);
38
41
  }
39
42
 
40
43
  .sapMPageBgSolid {
41
- background-color: @sapUiBaseBG;
44
+ background-color: var(--sapBackgroundColor);
42
45
  }
43
46
 
44
47
  .sapMPageBgTransperant {
@@ -46,7 +49,7 @@
46
49
  }
47
50
 
48
51
  .sapMPageBgList {
49
- background-color: @sapUiGroupContentBackground;
52
+ background-color: var(--sapGroup_ContentBackground);
50
53
  }
51
54
 
52
55
  /* The following overrides for sap_belize/sap_belize_plus are only intended for apps inside FLP (Ushell) */
@@ -54,7 +57,7 @@
54
57
 
55
58
  /* In sap_belize_plus backgroundDesign=Standard maps to Solid */
56
59
  .sapMPageBgStandard {
57
- background-color: @sapUiBaseBG;
60
+ background-color: var(--sapBackgroundColor);
58
61
  }
59
62
 
60
63
  /* For the pages in the master part of sap.m.SplitApp backgroundDesign=Standard maps to Transparent */
@@ -74,30 +77,36 @@
74
77
  opacity: 1;
75
78
 
76
79
  .sapMIBar {
77
- border-radius: @sapElement_BorderCornerRadius;
80
+ border-radius: var(--sapElement_BorderCornerRadius);
78
81
  }
79
82
 
80
83
  .sapMIBar-CTX.sapMFooter-CTX {
81
- box-shadow: @sapUiContentShadow1;
84
+ box-shadow: var(--sapContent_Shadow1);
82
85
  border: none;
83
86
  }
84
87
  }
85
88
 
86
89
  html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
90
+
87
91
  @keyframes bounceShow {
92
+
88
93
  0% {
89
94
  transform: translateY(100%);
90
95
  opacity: 0;
91
96
  }
97
+
92
98
  100% {
93
99
  opacity: 1;
94
100
  }
95
101
  }
102
+
96
103
  @keyframes bounceHide {
104
+
97
105
  0% {
98
106
  transform: translateY(-5%);
99
107
  opacity: 1;
100
108
  }
109
+
101
110
  100% {
102
111
  transform: translateY(100%);
103
112
  opacity: 0;
@@ -106,6 +115,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
106
115
  }
107
116
 
108
117
  .sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
118
+
109
119
  & + section,
110
120
  & + .sapUiHiddenPlaceholder + section {
111
121
  top: 0;
@@ -117,6 +127,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
117
127
  }
118
128
 
119
129
  .sapMPage.sapF2CollapsedHeader > .sapMPageHeader {
130
+
120
131
  & + section,
121
132
  & + .sapUiHiddenPlaceholder + section {
122
133
  top: 0;
@@ -133,6 +144,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
133
144
  }
134
145
 
135
146
  .sapMPage {
147
+
136
148
  > .sapMPageHeader + section,
137
149
  > .sapMPageSubHeader + section,
138
150
  > .sapMPageHeader + .sapUiHiddenPlaceholder + section {
@@ -149,6 +161,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
149
161
  }
150
162
 
151
163
  .sapUiSizeCompact .sapF2CollapsedHeader.sapMPageWithHeader {
164
+
152
165
  > section {
153
166
  top: 0;
154
167
  }
@@ -158,6 +171,7 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
158
171
  }
159
172
 
160
173
  .sapMPageWithHeader {
174
+
161
175
  &.sapFShellBar-CTX > section {
162
176
  top: 3.25rem;
163
177
  }
@@ -166,24 +180,34 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
166
180
  }
167
181
  }
168
182
 
169
- .sapMPageHeader, .sapMPageSubHeader, .sapMPageFooter {
170
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
171
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
183
+ .sapMPageHeader,
184
+ .sapMPageSubHeader,
185
+ .sapMPageFooter {
186
+
187
+ .sapUi-Std-PaddingS,
188
+ .sapUi-Std-PaddingM,
189
+ .sapUi-Std-PaddingL,
190
+ .sapUi-Std-PaddingXL {
191
+
172
192
  &.sapMBar {
173
193
  box-sizing: border-box;
194
+
174
195
  .sapMBarLeft {
175
196
  padding-left: inherit;
176
197
  }
198
+
177
199
  .sapMBarRight {
178
200
  padding-right: inherit;
179
201
  }
180
202
  }
181
203
  }
182
204
  }
205
+
183
206
  .sapUi-Std-PaddingS,
184
207
  .sapUi-Std-PaddingM,
185
208
  .sapUi-Std-PaddingL,
186
209
  .sapUi-Std-PaddingXL {
210
+
187
211
  &.sapMPageFloatingFooter.sapMPageFooter {
188
212
  margin: 0.5rem 0;
189
213
  width: auto;
@@ -207,9 +231,11 @@ html[data-sap-ui-animation='on'] .sapMPageWithFloatingFooter {
207
231
  }
208
232
 
209
233
  .sapMPageWithHeader {
234
+
210
235
  &.sapFShellBar-CTX > section {
211
236
  top: 3.25rem;
212
237
  }
238
+
213
239
  &.sapMPageWithSubHeader.sapFShellBar-CTX > section {
214
240
  top: 5.75rem;
215
241
  }
@@ -5,11 +5,11 @@
5
5
 
6
6
  .sapMPanel {
7
7
  min-height: 2.75rem;
8
- border-radius: @sapElement_BorderCornerRadius;
8
+ border-radius: var(--sapElement_BorderCornerRadius);
9
9
 
10
10
  .sapMPanelWrappingDiv:not(.sapMPanelWrappingDivExpanded),
11
11
  .sapMPanelWrappingDivTb:not(.sapMPanelWrappingDivTbExpanded) {
12
- border-radius: @sapElement_BorderCornerRadius;
12
+ border-radius: var(--sapElement_BorderCornerRadius);
13
13
  overflow: hidden;
14
14
  }
15
15
  }
@@ -21,11 +21,11 @@
21
21
  }
22
22
 
23
23
  .sapMPanelBGSolid {
24
- background-color: @sapUiGroupContentBackground;
24
+ background-color: var(--sapGroup_ContentBackground);
25
25
  }
26
26
 
27
27
  .sapMPanelBGTranslucent {
28
- background-color: @sapUiGroupContentBackground;
28
+ background-color: var(--sapGroup_ContentBackground);
29
29
  }
30
30
 
31
31
  .sapMPanelBGTransparent {
@@ -38,13 +38,13 @@
38
38
  .sapMPanelWrappingDiv,
39
39
  /* do not want border if expanded and if only header text */
40
40
  .sapMPanelWrappingDivTb {
41
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
42
- background: @sapGroup_ContentBackground;
41
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
42
+ background: var(--sapGroup_ContentBackground);
43
43
  }
44
44
 
45
45
  .sapMPanelWrappingDiv.sapMPanelWrappingDivExpanded,
46
46
  .sapMPanelWrappingDivTb.sapMPanelWrappingDivTbExpanded {
47
- border-bottom: 0.0625rem solid @sapUiGroupTitleBorderColor;
47
+ border-bottom: 0.0625rem solid var(--sapGroup_TitleBorderColor);
48
48
  }
49
49
 
50
50
  .sapMPanelWrappingDivTb .sapMTB.sapMTBStandard {
@@ -52,14 +52,15 @@
52
52
  }
53
53
 
54
54
  .sapMPanelExpandable .sapMPanelWrappingDiv {
55
+
55
56
  &.sapMPanelWrappingDivExpanded:focus {
56
- border-top-left-radius: @sapElement_BorderCornerRadius;
57
- border-top-right-radius: @sapElement_BorderCornerRadius;
57
+ border-top-left-radius: var(--sapElement_BorderCornerRadius);
58
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
58
59
  outline-offset: -0.125rem;
59
60
  }
60
61
 
61
62
  &:not(.sapMPanelWrappingDivExpanded):focus {
62
- border-radius: @sapElement_BorderCornerRadius;
63
+ border-radius: var(--sapElement_BorderCornerRadius);
63
64
  outline-offset: -0.125rem;
64
65
  }
65
66
  }
@@ -88,22 +89,22 @@
88
89
  }
89
90
 
90
91
  .sapMPanel.sapMPanelExpandable .sapMPanelWrappingDivTb {
92
+
91
93
  & .sapMPanelHeaderTB {
92
94
  border-top-left-radius: 0;
93
95
  margin-left: 2.75rem;
94
96
  }
95
97
 
96
98
  &:not(.sapMPanelWrappingDivTbExpanded) .sapMPanelHeaderTB {
97
- border-bottom-right-radius: @sapElement_BorderCornerRadius;
98
- border-top-right-radius: @sapElement_BorderCornerRadius;
99
+ border-bottom-right-radius: var(--sapElement_BorderCornerRadius);
100
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
99
101
  }
100
102
 
101
103
  &.sapMPanelWrappingDivTbExpanded .sapMPanelHeaderTB {
102
- border-top-right-radius: @sapElement_BorderCornerRadius;
104
+ border-top-right-radius: var(--sapElement_BorderCornerRadius);
103
105
  }
104
-
105
106
  }
106
107
 
107
108
  .sapMPanelWrappingDiv .sapUiIcon {
108
- color: @sapButton_Lite_TextColor;
109
+ color: var(--sapButton_Lite_TextColor);
109
110
  }
@@ -7,8 +7,8 @@
7
7
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(even):not(.sapMListTblSubRow),
8
8
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(4n+3),
9
9
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMLIB:nth-child(4n+3),
10
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n){
11
- background-color: @sapUiListAlternatingBackground;
10
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n) {
11
+ background-color: var(--sapList_AlternatingBackground);
12
12
  }
13
13
 
14
14
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBHoverable:hover,
@@ -16,8 +16,8 @@
16
16
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover + .sapMListTblSubRow,
17
17
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover,
18
18
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBHoverable:hover + .sapMListTblSubRow,
19
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBHoverable:hover{
20
- background-color: @sapUiListHoverBackground;
19
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBHoverable:hover {
20
+ background-color: var(--sapList_Hover_Background);
21
21
  }
22
22
 
23
23
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBSelected,
@@ -26,8 +26,8 @@
26
26
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected + .sapMListTblSubRow,
27
27
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected,
28
28
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected + .sapMListTblSubRow,
29
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected{
30
- background-color: @sapUiListSelectionBackgroundColor;
29
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected {
30
+ background-color: var(--sapList_SelectionBackgroundColor);
31
31
  }
32
32
 
33
33
  .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(even):not(.sapMListTblSubRow).sapMLIBSelected.sapMLIBHoverable:hover,
@@ -36,22 +36,22 @@
36
36
  .sapMSize0.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover + .sapMListTblSubRow,
37
37
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover,
38
38
  .sapMSize1.sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr:nth-child(4n+3).sapMLIBSelected.sapMLIBHoverable:hover + .sapMListTblSubRow,
39
- .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected.sapMLIBHoverable:hover{
39
+ .sapMPlanCal:not(.sapMPlanCalSuppressAlternatingRowColors) > .sapMList > table > tbody > tr.sapMListTblSubRow:nth-child(4n).sapMLIBSelected.sapMLIBHoverable:hover {
40
40
  background-color: @sapUiListSelectionHoverBackground;
41
41
  }
42
42
 
43
43
  /* Calendar overstyling */
44
44
 
45
45
  html.sap-desktop .sapMPlanCal .sapUiCalItem:not(.sapUiCalItemSel):hover {
46
- background-color: @sapUiListHoverBackground;
46
+ background-color: var(--sapList_Hover_Background);
47
47
  }
48
48
 
49
49
  html.sap-desktop .sapMPlanCal .sapUiCalItemWeekEnd:not(.sapUiCalItemSel):hover {
50
- background-color: @sapUiListHoverBackground;
50
+ background-color: var(--sapList_Hover_Background);
51
51
  }
52
52
 
53
53
  html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hover {
54
- background-color: @sapUiListAlternatingBackground;
54
+ background-color: var(--sapList_AlternatingBackground);
55
55
  }
56
56
 
57
57
  .sapMPlanCal .sapMPlanCalRowHead .sapMSLIImg {
@@ -63,9 +63,9 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
63
63
 
64
64
  .sapMPlanCal .sapMListTbl .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
65
65
  border-radius: 0.25rem;
66
- background-color: @sapUiAccent7;
67
- color: @sapUiContentContrastTextColor;
68
- font-size: @sapMFontHeader4Size;
66
+ background-color: var(--sapAccentColor7);
67
+ color: var(--sapContent_ContrastTextColor);
68
+ font-size: var(--sapFontHeader4Size);
69
69
  }
70
70
 
71
71
  .sapMPlanCalRowHead .sapMSLI,
@@ -75,23 +75,30 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
75
75
 
76
76
  .sapMPlanCal {
77
77
  border-radius: 0.5rem;
78
+
78
79
  .sapUiCalDatesRow {
79
- .sapUiCalItemSel:focus > .sapUiCalItemText:after {
80
+
81
+ .sapUiCalItemSel:focus > .sapUiCalItemText::after {
80
82
  left: 0.015rem;
81
83
  right: 0.015rem;
82
84
  }
83
85
  }
86
+
84
87
  .sapUiCalTimesRow {
85
- .sapUiCalItemSel:focus > .sapUiCalItemText:after {
88
+
89
+ .sapUiCalItemSel:focus > .sapUiCalItemText::after {
86
90
  left: 0.0rem;
87
91
  right: 0.0rem;
88
92
  }
89
93
  }
94
+
90
95
  .sapUiCalMonthsRow {
96
+
91
97
  .sapUiCalItemSel:not(.sapUiCalItemSelBetween) > .sapUiCalItemText {
92
98
  position: initial;
93
99
  }
94
- .sapUiCalItemSel:focus > .sapUiCalItemText:after {
100
+
101
+ .sapUiCalItemSel:focus > .sapUiCalItemText::after {
95
102
  left: 0;
96
103
  }
97
104
  }
@@ -102,19 +109,23 @@ html.sap-desktop .sapMPlanCal .sapUiCalItemOtherMonth:not(.sapUiCalItemSel):hove
102
109
  }
103
110
 
104
111
  .sapMPlanCal .sapMListTbl {
112
+
105
113
  .sapMSLIImgIcon.sapUiIcon:not(.sapMLIBImgNav):not(.sapMBtnIcon) {
106
- border-radius: @sapGroup_BorderCornerRadius;
107
- background-color: @sapAccentBackgroundColor5;
108
- color: @sapAccentColor5;
109
- font-size: @sapMFontHeader4Size;
114
+ border-radius: var(--sapGroup_BorderCornerRadius);
115
+ background-color: var(--sapAccentBackgroundColor5);
116
+ color: var(--sapAccentColor5);
117
+ font-size: var(--sapFontHeader4Size);
110
118
  }
119
+
111
120
  .sapUiIcon {
112
121
  line-height: 1rem;
113
122
  }
123
+
114
124
  .sapUiCalendarAppArrowIconLeft.sapUiIcon,
115
125
  .sapUiCalendarAppArrowIconRight.sapUiIcon {
116
126
  line-height: 1;
117
127
  }
128
+
118
129
  .sapMFlexItem .sapMText {
119
130
  line-height: inherit;
120
131
  }
@@ -3,33 +3,38 @@
3
3
  /* Horizon theme */
4
4
  /* ============================== */
5
5
 
6
- .sapMPopoverArr:after {
7
- background: @sapUiGroupContentBackground;
8
- box-shadow: @sapUiContentShadow2;
6
+ .sapMPopoverArr::after {
7
+ background: var(--sapGroup_ContentBackground);
8
+ box-shadow: var(--sapContent_Shadow2);
9
9
  }
10
10
 
11
11
  .sapMPopoverWithBar > .sapMPopoverArr {
12
- &.sapMPopoverArrUp:after,
13
- &.sapMPopoverHeaderAlignArr:after {
14
- background-color: @sapUiPageHeaderBackground;
12
+
13
+ &.sapMPopoverArrUp::after,
14
+ &.sapMPopoverHeaderAlignArr::after {
15
+ background-color: var(--sapPageHeader_Background);
15
16
  }
16
17
  }
17
18
 
18
- .sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr:after {
19
- background-color: @sapUiPageFooterBackground;
19
+ .sapMPopoverWithFooter > .sapMPopoverArr.sapMPopoverFooterAlignArr::after {
20
+ background-color: var(--sapPageFooter_Background);
20
21
  }
21
22
 
22
23
  .sapMPopover .sapMIBar.sapMHeader-CTX {
23
- background-color: @sapUiPageHeaderBackground;
24
+ background-color: var(--sapPageHeader_Background);
24
25
  }
25
26
 
26
27
  .sapMPopover .sapMIBar.sapMSubHeader-CTX {
27
- background-color: @sapUiPageHeaderBackground;
28
+ background-color: var(--sapPageHeader_Background);
28
29
  }
29
30
 
30
31
  .sapUiSizeCompact {
31
- .sapMPopoverFooter, .sapMPopoverHeader {
32
- .sapMIBar, .sapMBar {
32
+
33
+ .sapMPopoverFooter,
34
+ .sapMPopoverHeader {
35
+
36
+ .sapMIBar,
37
+ .sapMBar {
33
38
  height: 2.5rem;
34
39
 
35
40
  & > .sapMBarLeft,
@@ -54,31 +59,43 @@
54
59
  }
55
60
  }
56
61
 
57
- .sapMPopoverHeader, .sapMPopoverSubHeader {
62
+ .sapMPopoverHeader,
63
+ .sapMPopoverSubHeader {
58
64
  position: relative;
59
65
  z-index: 2;
60
66
 
61
67
  .sapMBar {
68
+
62
69
  .sapMBarContainer {
63
70
  padding-left: 0;
64
71
  padding-right: 0;
65
72
  }
73
+
66
74
  .sapMBarLeft {
67
75
  padding-left: 1rem;
68
76
  }
77
+
69
78
  .sapMBarMiddle .sapMBarContainer {
70
79
  padding: 0 1rem;
71
80
  }
81
+
72
82
  .sapMBarRight {
73
83
  padding-right: 1rem;
74
84
  }
75
85
  }
76
86
  }
77
87
 
78
- .sapMPopoverHeader, .sapMPopoverFooter, .sapMPopoverSubHeader {
79
- .sapUi-Std-PaddingS, .sapUi-Std-PaddingM,
80
- .sapUi-Std-PaddingL, .sapUi-Std-PaddingXL {
88
+ .sapMPopoverHeader,
89
+ .sapMPopoverFooter,
90
+ .sapMPopoverSubHeader {
91
+
92
+ .sapUi-Std-PaddingS,
93
+ .sapUi-Std-PaddingM,
94
+ .sapUi-Std-PaddingL,
95
+ .sapUi-Std-PaddingXL {
96
+
81
97
  &.sapMBar {
98
+
82
99
  .sapMBarMiddle .sapMBarPH {
83
100
  padding-left: 0;
84
101
  padding-right: 0;
@@ -104,7 +121,7 @@
104
121
  }
105
122
 
106
123
  .sapMPopover {
107
- border-radius: @sapUiPopoverBorderCornerRadius;
124
+ border-radius: var(--sapPopover_BorderCornerRadius);
108
125
 
109
126
  .sapMPopoverCont {
110
127
  padding: 0.0625rem;
@@ -112,17 +129,17 @@
112
129
 
113
130
  &.sapMPopoverWithoutBar .sapMPopoverCont,
114
131
  .sapMIBar.sapMHeader-CTX {
115
- border-top-right-radius: @sapUiPopoverBorderCornerRadius;
116
- border-top-left-radius: @sapUiPopoverBorderCornerRadius;
132
+ border-top-right-radius: var(--sapPopover_BorderCornerRadius);
133
+ border-top-left-radius: var(--sapPopover_BorderCornerRadius);
117
134
  }
118
135
 
119
136
  &.sapMPopoverWithoutFooter .sapMPopoverCont,
120
137
  .sapMIBar.sapMFooter-CTX {
121
- border-bottom-right-radius: @sapUiPopoverBorderCornerRadius;
122
- border-bottom-left-radius: @sapUiPopoverBorderCornerRadius;
138
+ border-bottom-right-radius: var(--sapPopover_BorderCornerRadius);
139
+ border-bottom-left-radius: var(--sapPopover_BorderCornerRadius);
123
140
  }
124
141
  }
125
142
 
126
143
  .sapMPopoverResizeHandle {
127
- color: @sapButton_Lite_TextColor;
144
+ color: var(--sapButton_Lite_TextColor);
128
145
  }