@openui5/themelib_sap_horizon 1.130.1 → 1.131.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 (136) hide show
  1. package/THIRDPARTY.txt +1 -1
  2. package/package.json +18 -18
  3. package/src/sap/f/themes/sap_horizon/Card.less +0 -4
  4. package/src/sap/f/themes/sap_horizon/DynamicPageTitle.less +0 -7
  5. package/src/sap/f/themes/sap_horizon_dark/DynamicPageTitle.less +0 -7
  6. package/src/sap/m/themes/sap_horizon/Carousel.less +0 -1
  7. package/src/sap/m/themes/sap_horizon/CheckBox.less +54 -46
  8. package/src/sap/m/themes/sap_horizon/CustomTile.less +1 -1
  9. package/src/sap/m/themes/sap_horizon/FeedInput.less +2 -2
  10. package/src/sap/m/themes/sap_horizon/GenericTag.less +37 -37
  11. package/src/sap/m/themes/sap_horizon/GenericTile.less +201 -130
  12. package/src/sap/m/themes/sap_horizon/HeaderContainer.less +3 -3
  13. package/src/sap/m/themes/sap_horizon/IconTabBar.less +1 -1
  14. package/src/sap/m/themes/sap_horizon/InputBase.less +25 -23
  15. package/src/sap/m/themes/sap_horizon/Label.less +2 -2
  16. package/src/sap/m/themes/sap_horizon/LightBox.less +2 -3
  17. package/src/sap/m/themes/sap_horizon/ListBase.less +7 -7
  18. package/src/sap/m/themes/sap_horizon/ListItemBase.less +1 -1
  19. package/src/sap/m/themes/sap_horizon/MenuButton.less +21 -14
  20. package/src/sap/m/themes/sap_horizon/MessageBox.less +8 -8
  21. package/src/sap/m/themes/sap_horizon/NotificationListGroup.less +1 -1
  22. package/src/sap/m/themes/sap_horizon/ObjectAttribute.less +3 -3
  23. package/src/sap/m/themes/sap_horizon/ObjectListItem.less +3 -3
  24. package/src/sap/m/themes/sap_horizon/ObjectMarker.less +4 -2
  25. package/src/sap/m/themes/sap_horizon/ObjectNumber.less +71 -63
  26. package/src/sap/m/themes/sap_horizon/ObjectStatus.less +141 -116
  27. package/src/sap/m/themes/sap_horizon/OverflowToolbarAssociativePopover.less +12 -9
  28. package/src/sap/m/themes/sap_horizon/ProgressIndicator.less +2 -2
  29. package/src/sap/m/themes/sap_horizon_dark/Carousel.less +0 -1
  30. package/src/sap/m/themes/sap_horizon_dark/CheckBox.less +54 -46
  31. package/src/sap/m/themes/sap_horizon_dark/CustomTile.less +1 -1
  32. package/src/sap/m/themes/sap_horizon_dark/FeedInput.less +2 -2
  33. package/src/sap/m/themes/sap_horizon_dark/GenericTag.less +36 -36
  34. package/src/sap/m/themes/sap_horizon_dark/GenericTile.less +191 -124
  35. package/src/sap/m/themes/sap_horizon_dark/HeaderContainer.less +3 -3
  36. package/src/sap/m/themes/sap_horizon_dark/IconTabBar.less +1 -1
  37. package/src/sap/m/themes/sap_horizon_dark/InputBase.less +26 -24
  38. package/src/sap/m/themes/sap_horizon_dark/Label.less +2 -2
  39. package/src/sap/m/themes/sap_horizon_dark/LightBox.less +2 -3
  40. package/src/sap/m/themes/sap_horizon_dark/ListBase.less +7 -7
  41. package/src/sap/m/themes/sap_horizon_dark/ListItemBase.less +1 -1
  42. package/src/sap/m/themes/sap_horizon_dark/MenuButton.less +16 -10
  43. package/src/sap/m/themes/sap_horizon_dark/MessageBox.less +8 -8
  44. package/src/sap/m/themes/sap_horizon_dark/NotificationListGroup.less +1 -1
  45. package/src/sap/m/themes/sap_horizon_dark/ObjectAttribute.less +3 -3
  46. package/src/sap/m/themes/sap_horizon_dark/ObjectListItem.less +3 -3
  47. package/src/sap/m/themes/sap_horizon_dark/ObjectMarker.less +3 -1
  48. package/src/sap/m/themes/sap_horizon_dark/ObjectNumber.less +71 -63
  49. package/src/sap/m/themes/sap_horizon_dark/ObjectStatus.less +142 -118
  50. package/src/sap/m/themes/sap_horizon_dark/OverflowToolbarAssociativePopover.less +12 -9
  51. package/src/sap/m/themes/sap_horizon_dark/ProgressIndicator.less +2 -2
  52. package/src/sap/m/themes/sap_horizon_dark/Table.less +0 -4
  53. package/src/sap/m/themes/sap_horizon_hcb/Carousel.less +0 -1
  54. package/src/sap/m/themes/sap_horizon_hcb/CheckBox.less +55 -47
  55. package/src/sap/m/themes/sap_horizon_hcb/CustomTile.less +1 -1
  56. package/src/sap/m/themes/sap_horizon_hcb/FeedInput.less +20 -17
  57. package/src/sap/m/themes/sap_horizon_hcb/FeedListItem.less +3 -2
  58. package/src/sap/m/themes/sap_horizon_hcb/GenericTag.less +40 -40
  59. package/src/sap/m/themes/sap_horizon_hcb/GenericTile.less +98 -55
  60. package/src/sap/m/themes/sap_horizon_hcb/HeaderContainer.less +6 -6
  61. package/src/sap/m/themes/sap_horizon_hcb/IconTabBar.less +4 -0
  62. package/src/sap/m/themes/sap_horizon_hcb/InputBase.less +23 -20
  63. package/src/sap/m/themes/sap_horizon_hcb/Label.less +1 -1
  64. package/src/sap/m/themes/sap_horizon_hcb/LightBox.less +3 -2
  65. package/src/sap/m/themes/sap_horizon_hcb/ListBase.less +12 -12
  66. package/src/sap/m/themes/sap_horizon_hcb/ListItemBase.less +3 -3
  67. package/src/sap/m/themes/sap_horizon_hcb/MenuButton.less +9 -5
  68. package/src/sap/m/themes/sap_horizon_hcb/MenuListItem.less +1 -1
  69. package/src/sap/m/themes/sap_horizon_hcb/MessageBox.less +1 -1
  70. package/src/sap/m/themes/sap_horizon_hcb/NotificationListGroup.less +1 -1
  71. package/src/sap/m/themes/sap_horizon_hcb/ObjectAttribute.less +3 -3
  72. package/src/sap/m/themes/sap_horizon_hcb/ObjectListItem.less +4 -4
  73. package/src/sap/m/themes/sap_horizon_hcb/ObjectNumber.less +8 -8
  74. package/src/sap/m/themes/sap_horizon_hcb/ObjectStatus.less +140 -129
  75. package/src/sap/m/themes/sap_horizon_hcb/OverflowToolbarAssociativePopover.less +5 -2
  76. package/src/sap/m/themes/sap_horizon_hcb/ProgressIndicator.less +2 -2
  77. package/src/sap/m/themes/sap_horizon_hcw/Carousel.less +0 -1
  78. package/src/sap/m/themes/sap_horizon_hcw/CheckBox.less +55 -47
  79. package/src/sap/m/themes/sap_horizon_hcw/CustomTile.less +1 -1
  80. package/src/sap/m/themes/sap_horizon_hcw/FeedInput.less +17 -15
  81. package/src/sap/m/themes/sap_horizon_hcw/FeedListItem.less +3 -2
  82. package/src/sap/m/themes/sap_horizon_hcw/GenericTag.less +41 -41
  83. package/src/sap/m/themes/sap_horizon_hcw/GenericTile.less +100 -57
  84. package/src/sap/m/themes/sap_horizon_hcw/HeaderContainer.less +6 -6
  85. package/src/sap/m/themes/sap_horizon_hcw/IconTabBar.less +4 -0
  86. package/src/sap/m/themes/sap_horizon_hcw/InputBase.less +22 -20
  87. package/src/sap/m/themes/sap_horizon_hcw/Label.less +1 -1
  88. package/src/sap/m/themes/sap_horizon_hcw/LightBox.less +3 -4
  89. package/src/sap/m/themes/sap_horizon_hcw/ListBase.less +12 -12
  90. package/src/sap/m/themes/sap_horizon_hcw/ListItemBase.less +3 -3
  91. package/src/sap/m/themes/sap_horizon_hcw/MenuButton.less +9 -5
  92. package/src/sap/m/themes/sap_horizon_hcw/MenuListItem.less +1 -1
  93. package/src/sap/m/themes/sap_horizon_hcw/MessageBox.less +1 -1
  94. package/src/sap/m/themes/sap_horizon_hcw/NotificationListGroup.less +1 -1
  95. package/src/sap/m/themes/sap_horizon_hcw/ObjectAttribute.less +3 -3
  96. package/src/sap/m/themes/sap_horizon_hcw/ObjectListItem.less +4 -4
  97. package/src/sap/m/themes/sap_horizon_hcw/ObjectNumber.less +9 -8
  98. package/src/sap/m/themes/sap_horizon_hcw/ObjectStatus.less +141 -131
  99. package/src/sap/m/themes/sap_horizon_hcw/OverflowToolbarAssociativePopover.less +5 -2
  100. package/src/sap/m/themes/sap_horizon_hcw/ProgressIndicator.less +2 -2
  101. package/src/sap/tnt/themes/sap_horizon/SideNavigation.less +1 -3
  102. package/src/sap/tnt/themes/sap_horizon/ToolHeader.less +0 -21
  103. package/src/sap/tnt/themes/sap_horizon/ToolPage.less +2 -11
  104. package/src/sap/tnt/themes/sap_horizon_dark/SideNavigation.less +1 -3
  105. package/src/sap/tnt/themes/sap_horizon_dark/ToolHeader.less +0 -21
  106. package/src/sap/tnt/themes/sap_horizon_dark/ToolPage.less +2 -11
  107. package/src/sap/tnt/themes/sap_horizon_hcb/SideNavigation.less +1 -3
  108. package/src/sap/tnt/themes/sap_horizon_hcb/ToolHeader.less +0 -18
  109. package/src/sap/tnt/themes/sap_horizon_hcb/ToolPage.less +0 -10
  110. package/src/sap/tnt/themes/sap_horizon_hcw/SideNavigation.less +1 -3
  111. package/src/sap/tnt/themes/sap_horizon_hcw/ToolHeader.less +0 -18
  112. package/src/sap/tnt/themes/sap_horizon_hcw/ToolPage.less +0 -10
  113. package/src/sap/ui/core/themes/sap_horizon/.theme +1 -1
  114. package/src/sap/ui/core/themes/sap_horizon/base.less +414 -18
  115. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.ttf +0 -0
  116. package/src/sap/ui/core/themes/sap_horizon/fonts/SAP-icons.woff2 +0 -0
  117. package/src/sap/ui/core/themes/sap_horizon/global.less +32 -0
  118. package/src/sap/ui/core/themes/sap_horizon_dark/.theme +1 -1
  119. package/src/sap/ui/core/themes/sap_horizon_dark/base.less +412 -16
  120. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.ttf +0 -0
  121. package/src/sap/ui/core/themes/sap_horizon_dark/fonts/SAP-icons.woff2 +0 -0
  122. package/src/sap/ui/core/themes/sap_horizon_dark/global.less +32 -0
  123. package/src/sap/ui/core/themes/sap_horizon_hcb/.theme +1 -1
  124. package/src/sap/ui/core/themes/sap_horizon_hcb/base.less +421 -25
  125. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.ttf +0 -0
  126. package/src/sap/ui/core/themes/sap_horizon_hcb/fonts/SAP-icons.woff2 +0 -0
  127. package/src/sap/ui/core/themes/sap_horizon_hcb/global.less +32 -0
  128. package/src/sap/ui/core/themes/sap_horizon_hcw/.theme +1 -1
  129. package/src/sap/ui/core/themes/sap_horizon_hcw/base.less +420 -24
  130. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.ttf +0 -0
  131. package/src/sap/ui/core/themes/sap_horizon_hcw/fonts/SAP-icons.woff2 +0 -0
  132. package/src/sap/ui/core/themes/sap_horizon_hcw/global.less +32 -0
  133. package/src/sap/ui/unified/themes/sap_horizon/Menu.less +1 -1
  134. package/src/sap/ui/unified/themes/sap_horizon_dark/Menu.less +1 -1
  135. package/src/sap/uxap/themes/sap_horizon/ObjectPageSubSection.less +0 -5
  136. package/src/sap/uxap/themes/sap_horizon_dark/ObjectPageSubSection.less +0 -5
@@ -203,7 +203,7 @@
203
203
  .sapMPIText {
204
204
  padding: 0;
205
205
  position: absolute;
206
- top: 0;
206
+ top: 0.125rem;
207
207
  left: 0;
208
208
  margin-bottom: 0.1875rem;
209
209
  font-size: @sapUiProgressFontSize;
@@ -214,7 +214,7 @@
214
214
  max-width: 100%;
215
215
 
216
216
  &.sapMPITextRight {
217
- top: -1.3125rem;
217
+ top: -1.25rem;
218
218
  right: -0.0675rem;
219
219
  }
220
220
  }
@@ -26,10 +26,6 @@
26
26
  border-top-color: transparent;
27
27
  }
28
28
 
29
- .sapMTableRowCustomFocus:focus > :not(.sapMListTblDummyCell:last-child)::before {
30
- margin-right: 0; // Avoid gaps in the focus viszualization between the cells
31
- }
32
-
33
29
  .sapMListTblDummyCell:last-child {
34
30
  background-color: @sapUiListBackground;
35
31
  }
@@ -20,7 +20,6 @@
20
20
  @_sap_m_Carousel_PageIndicatorWidthSizeL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
21
21
  @_sap_m_Carousel_PageIndicatorWidthSizeXL: @_sap_m_Carousel_PageIndicatorWidthSizeS;
22
22
  @_sap_m_Carousel_PageIndicatorContainerPadding: 0.5rem;
23
- @_sap_m_Carousel_ContentArrowBoxShadow: var(--sapContent_Shadow1);
24
23
  @_sap_m_Carousel_BulletInactiveBackground: transparent;
25
24
  @_sap_m_Carousel_BulletInactiveBorderColor: var(--sapContent_ForegroundBorderColor);
26
25
  @_sap_m_Carousel_BulletActiveBackground: var(--sapContent_Selected_ForegroundColor);
@@ -19,15 +19,15 @@
19
19
  top: 0.6875rem;
20
20
  left: 0.6875rem;
21
21
  box-sizing: border-box;
22
- border-radius: @sapUiFieldBorderCornerRadius;
23
- background-color: @sapUiFieldBackground;
24
- border: @sapUiFieldBorderWidth @sapUiFieldBorderColor solid;
22
+ border-radius: var(--sapField_BorderCornerRadius);
23
+ background-color: var(--sapField_Background);
24
+ border: var(--sapField_BorderWidth) var(--sapField_BorderColor) solid;
25
25
  display: flex;
26
26
  align-items: center;
27
27
  justify-content: center;
28
- color: @sapUiContentSelectedForegroundColor;
28
+ color: var(--sapContent_Selected_ForegroundColor);
29
29
 
30
- &.sapMCbMarkChecked:before {
30
+ &.sapMCbMarkChecked::before {
31
31
  font-size: 1rem;
32
32
  color: currentColor;
33
33
  }
@@ -38,38 +38,39 @@
38
38
  }
39
39
 
40
40
  .sapMCbBgDis {
41
- opacity: @sapUiContentDisabledOpacity;
41
+ opacity: var(--sapContent_DisabledOpacity);
42
42
  }
43
43
 
44
44
  .sapMCbRo .sapMCbBg {
45
- background-color: @sapUiFieldReadOnlyBackground;
46
- border: @sapUiElementBorderWidth solid @sapUiFieldReadOnlyBorderColor;
45
+ background-color: var(--sapField_ReadOnly_Background);
46
+ border: var(--sapElement_BorderWidth) solid var(--sapField_ReadOnly_BorderColor);
47
47
  }
48
48
 
49
- .sapMCbRo > .sapMCbBg.sapMCbMarkChecked:before {
50
- color: @sapUiFieldTextColor;
49
+ .sapMCbRo > .sapMCbBg.sapMCbMarkChecked::before {
50
+ color: var(--sapField_TextColor);
51
51
  }
52
52
 
53
53
  .sapMCb:not(.sapMCbErr):not(.sapMCbWarn):not(.sapMCbInfo):not(.sapMCbSucc):hover .sapMCbHoverable {
54
- border: @sapUiFieldBorderWidth @sapField_BorderStyle @sapUiFieldHoverBorderColor;
55
- color: @sapUiContentSelectedForegroundColor;
56
- background-color: @sapSelectedColor;
54
+ border: var(--sapField_BorderWidth) var(--sapField_BorderStyle) var(--sapField_Hover_BorderColor);
55
+ color: var(--sapContent_Selected_ForegroundColor);
56
+ background-color: var(--sapSelectedColor);
57
57
  }
58
58
 
59
59
  .sapMCb:hover .sapMCbHoverable {
60
- background-color: @sapUiFieldHoverBackground;
60
+ background-color: var(--sapField_Hover_Background);
61
61
  }
62
62
 
63
- // value state
63
+ /* value state */
64
64
  .sapMCbErr {
65
+
65
66
  &:hover .sapMCbBg,
66
- .sapMCbBg{
67
- background-color: @sapUiFieldInvalidBackground;
67
+ .sapMCbBg {
68
+ background-color: var(--sapField_InvalidBackground);
68
69
  }
69
70
 
70
71
  .sapMCbBg {
71
- border: @sapUiFieldInvalidBorderWidth dashed @sapUiFieldInvalidColor;
72
- color: @sapUiFieldInvalidColor;
72
+ border: var(--sapField_InvalidBorderWidth) dashed var(--sapField_InvalidColor);
73
+ color: var(--sapField_InvalidColor);
73
74
 
74
75
  &.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
75
76
  border-width: 0.1875rem;
@@ -78,10 +79,11 @@
78
79
  }
79
80
 
80
81
  .sapMCbWarn {
82
+
81
83
  .sapMCbBg {
82
- background-color: @sapUiFieldWarningBackground;
83
- border: @sapUiFieldWarningBorderWidth dashed @sapUiFieldWarningColor;
84
- color: @sapUiFieldWarningColor;
84
+ background-color: var(--sapField_WarningBackground);
85
+ border: var(--sapField_WarningBorderWidth) dashed var(--sapField_WarningColor);
86
+ color: var(--sapField_WarningColor);
85
87
 
86
88
  &.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
87
89
  border-width: 0.1875rem;
@@ -90,10 +92,11 @@
90
92
  }
91
93
 
92
94
  .sapMCbInfo {
95
+
93
96
  .sapMCbBg {
94
- background-color: @sapUiFieldInformationBackground;
95
- border: @sapUiFieldInformationBorderWidth dashed @sapUiFieldInformationColor;
96
- color: @sapUiFieldInformationColor;
97
+ background-color: var(--sapField_InformationBackground);
98
+ border: var(--sapField_InformationBorderWidth) dashed var(--sapField_InformationColor);
99
+ color: var(--sapField_InformationColor);
97
100
 
98
101
  &.sapMCbMarkChecked.sapMCbMarkPartiallyChecked::before {
99
102
  border-width: 0.25rem;
@@ -102,10 +105,11 @@
102
105
  }
103
106
 
104
107
  .sapMCbSucc {
108
+
105
109
  .sapMCbBg {
106
- background-color: @sapUiFieldSuccessBackground;
107
- border: @sapUiFieldSuccessBorderWidth solid @sapUiFieldSuccessColor;
108
- color: @sapUiFieldSuccessColor;
110
+ background-color: var(--sapField_SuccessBackground);
111
+ border: var(--sapField_SuccessBorderWidth) solid var(--sapField_SuccessColor);
112
+ color: var(--sapField_SuccessColor);
109
113
  }
110
114
  }
111
115
 
@@ -116,13 +120,14 @@
116
120
  .sapMCbDisplayOnly .sapMCbBg {
117
121
  top: 0.5625rem;
118
122
  left: 0.5625rem;
119
- &:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked:before {
120
- color: @sapTextColor;
123
+
124
+ &:not(.sapMCbMarkPartiallyChecked).sapMCbMarkChecked::before {
125
+ color: var(--sapTextColor);
121
126
  font-size: 1rem;
122
127
  }
123
128
 
124
- &:not(.sapMCbMarkPartiallyChecked):before {
125
- color: @sapTextColor;
129
+ &:not(.sapMCbMarkPartiallyChecked)::before {
130
+ color: var(--sapTextColor);
126
131
  font-size: 1rem;
127
132
  }
128
133
 
@@ -139,26 +144,26 @@
139
144
  }
140
145
  }
141
146
 
142
- // FOCUS
147
+ /* FOCUS */
143
148
  .sapMCb {
144
149
  outline: none;
145
150
  }
146
151
 
147
- .sapMCb:focus:before {
148
- content: "";
149
- border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
152
+ .sapMCb:focus::before {
153
+ content: '';
154
+ border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
150
155
  inset: 0.3125rem;
151
156
  position: absolute;
152
- border-radius: @sapUiFieldBorderCornerRadius;
157
+ border-radius: var(--sapField_BorderCornerRadius);
153
158
  }
154
159
 
155
160
  .sapMCb.sapMCbHasLabel {
156
161
  padding-right: 0.3125rem;
157
162
  }
158
163
 
159
- .sapMCb.sapMCbHasLabel:focus:before {
160
- content: "";
161
- border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
164
+ .sapMCb.sapMCbHasLabel:focus::before {
165
+ content: '';
166
+ border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
162
167
  top: 0.3125rem;
163
168
  left: 0.3125rem;
164
169
  bottom: 0.3125rem;
@@ -169,21 +174,23 @@
169
174
 
170
175
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
171
176
  .sapUiForm {
177
+
172
178
  .sapMCbBg {
173
179
  left: 0;
174
180
  }
175
181
 
176
182
  .sapMCb {
177
- padding-left: 2.0625rem; // to have right gap between checkbox and label
183
+ padding-left: 2.0625rem; /* to have right gap between checkbox and label */
178
184
  }
179
185
 
180
- .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before,
181
- .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus:before {
186
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus::before,
187
+ .sapMCb:not(.sapMCbBgDis):not(.sapMCbHasLabel):focus::before {
182
188
  left: -0.25rem; /* more is not possible as this would cut off the focus border */
183
189
  }
184
190
  }
185
191
 
186
192
  .sapUiSizeCompact {
193
+
187
194
  .sapMCb {
188
195
  height: 2rem;
189
196
  padding-left: 2rem;
@@ -195,9 +202,9 @@
195
202
  width: 1rem;
196
203
  top: 0.5rem;
197
204
  left: 0.5rem;
198
- border-radius: @sapUiFieldBorderCornerRadius;
205
+ border-radius: var(--sapField_BorderCornerRadius);
199
206
 
200
- &.sapMCbMarkChecked:before {
207
+ &.sapMCbMarkChecked::before {
201
208
  font-size: 0.75rem;
202
209
  }
203
210
 
@@ -226,15 +233,16 @@
226
233
 
227
234
  /* In Form Checkbox needs to be left aligned to bi in line with other controls (as Form itself has a padding) */
228
235
  .sapUiForm {
236
+
229
237
  .sapMCbBg {
230
238
  left: 0;
231
239
  }
232
240
 
233
241
  .sapMCb {
234
- padding-left: 1.5rem; // to have right gap between checkbox and label
242
+ padding-left: 1.5rem; /* to have right gap between checkbox and label */
235
243
  }
236
244
 
237
- .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus:before {
245
+ .sapMCb:not(.sapMCbBgDis).sapMCbHasLabel:focus::before {
238
246
  left: -0.1875rem;
239
247
  }
240
248
  }
@@ -4,5 +4,5 @@
4
4
  /* ================================== */
5
5
 
6
6
  .sapMCustomTile:focus {
7
- outline: 2px dotted @sapUiContentFocusColor;
7
+ outline: 2px dotted var(--sapContent_FocusColor);
8
8
  }
@@ -1,28 +1,31 @@
1
1
  /* ================================== */
2
2
  /* CSS for control sap.m/FeedInput */
3
3
  /* Horizon High Contrast Black theme */
4
- /* ==========0======================= */
4
+ /* ================================== */
5
5
 
6
6
  .sapMFeedIn {
7
- background-color: @sapGroup_ContentBackground;
7
+ background-color: var(--sapGroup_ContentBackground);
8
8
  }
9
+
9
10
  .sapMFeedInFigure {
10
- border-color: @sapUiHcReducedAltForeground;
11
+ border-color: @sapUiHcReducedAltForeground;
11
12
  }
13
+
12
14
  .sapMFeedIn .sapMBtn {
13
- position: absolute;
14
- right: 0rem;
15
- bottom: 0rem;
16
- border-width: @sapButton_BorderWidth;
17
- border-radius: @sapButton_BorderCornerRadius;
18
- background-color:@sapGroup_ContentBackground;
19
- font-size: @sapFontSize;
20
- font-family: @sapFontSemiboldDuplexFamily;
15
+ position: absolute;
16
+ right: 0;
17
+ bottom: 0;
18
+ border-width: var(--sapButton_BorderWidth);
19
+ border-radius: var(--sapButton_BorderCornerRadius);
20
+ background-color: var(--sapGroup_ContentBackground);
21
+ font-size: @sapFontSize;
22
+ font-family: var(--sapFontSemiboldDuplexFamily);
21
23
  }
22
- .sapMFeedIn .sapMBtnInner{
23
- padding:0;
24
- border-radius: @sapButton_BorderCornerRadius;
25
- background-color:@sapButton_Background;
26
- border: 1px solid @sapButton_BorderColor;
27
- color:@sapButton_TextColor
24
+
25
+ .sapMFeedIn .sapMBtnInner {
26
+ padding: 0;
27
+ border-radius: var(--sapButton_BorderCornerRadius);
28
+ background-color: var(--sapButton_Background);
29
+ border: 1px solid var(--sapButton_BorderColor);
30
+ color: var(--sapButton_TextColor);
28
31
  }
@@ -3,12 +3,13 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* =================================== */
5
5
 
6
- .sapMFeedListItemImage, .sapMFeedListItemImageInactive,
6
+ .sapMFeedListItemImage,
7
+ .sapMFeedListItemImageInactive,
7
8
  .sapMLIBActive .sapMFeedListItem span.sapMFeedListItemImage,
8
9
  .sapMLIBActive .sapMFeedListItem span.sapMFeedListItemImageInactive {
9
10
  color: @sapUiHcReducedAltForeground;
10
11
  }
11
12
 
12
13
  .sapMFeedListItemImage.sapMImgFocusable:focus {
13
- outline-width: 2px;
14
+ outline-width: 2px;
14
15
  }
@@ -3,73 +3,73 @@
3
3
  /* Horizon High Contrast Black theme */
4
4
  /* ================================== */
5
5
 
6
- @sapMGenericTagBorderWidth: 0.375rem;
7
- @sapMGenericTagIconPaddingRight: 0.375rem;
8
- @sapMGenericTagHeightCozy: @sapMGenericTagHeightCompact;
6
+ @_sap_m_GenericTag_BorderWidth: 0.375rem;
7
+ @_sap_m_GenericTag_IconPaddingRight: 0.375rem;
8
+ @_sap_m_GenericTag_HeightCozy: @_sap_m_GenericTag_HeightCompact;
9
9
 
10
10
  .sapMGenericTagWrap {
11
- box-shadow: @sapUiContentShadow0;
12
- border-radius: @sapUiButtonBorderCornerRadius;
13
- background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNeutralElement}, @{sapUiNeutralElement})";
14
- background-color: @sapUiNeutralBG;
11
+ box-shadow: var(--sapContent_Shadow0);
12
+ border-radius: var(--sapButton_BorderCornerRadius);
13
+ background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapNeutralElementColor), var(--sapNeutralElementColor))";
14
+ background-color: var(--sapNeutralBackground);
15
15
  border: none;
16
16
  padding: 0 0.375rem 0 0.75rem;
17
17
 
18
18
  .sapMGenericTagWarning & {
19
- background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiCriticalElement}, @{sapUiCriticalElement})";
20
- background-color: @sapUiWarningBG;
19
+ background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapCriticalElementColor), var(--sapCriticalElementColor))";
20
+ background-color: var(--sapWarningBackground);
21
21
 
22
22
  .sapMGenericTagIcon {
23
- color: @sapUiCriticalElement;
23
+ color: var(--sapCriticalElementColor);
24
24
  }
25
25
 
26
26
  .sapMGenericTagValue {
27
- color: @sapUiCriticalText;
27
+ color: var(--sapCriticalTextColor);
28
28
  }
29
29
  }
30
30
 
31
31
  .sapMGenericTagError & {
32
- background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiNegativeElement}, @{sapUiNegativeElement})";
33
- background-color: @sapUiErrorBG;
32
+ background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapNegativeElementColor), var(--sapNegativeElementColor))";
33
+ background-color: var(--sapErrorBackground);
34
34
 
35
35
  .sapMGenericTagIcon {
36
- color: @sapUiNegativeElement;
36
+ color: var(--sapNegativeElementColor);
37
37
  }
38
38
 
39
39
  .sapMGenericTagValue {
40
- color: @sapNegativeTextColor;
40
+ color: var(--sapNegativeTextColor);
41
41
  }
42
42
  }
43
43
 
44
44
  .sapMGenericTagSuccess & {
45
- background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiPositiveElement}, @{sapUiPositiveElement})";
46
- background-color: @sapUiSuccessBG;
45
+ background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapPositiveElementColor), var(--sapPositiveElementColor))";
46
+ background-color: var(--sapSuccessBackground);
47
47
 
48
48
  .sapMGenericTagIcon {
49
- color: @sapUiPositiveElement;
49
+ color: var(--sapPositiveElementColor);
50
50
  }
51
51
 
52
52
  .sapMGenericTagValue {
53
- color: @sapUiPositiveText;
53
+ color: var(--sapPositiveTextColor);
54
54
  }
55
55
  }
56
56
 
57
57
  .sapMGenericTagInformation & {
58
- background: ~"0 0 / @{sapMGenericTagBorderWidth} 100% no-repeat linear-gradient(0deg, @{sapUiInformativeElement}, @{sapUiInformativeElement})";
59
- background-color: @sapUiInformationBG;
58
+ background: ~"0 0 / @{_sap_m_GenericTag_BorderWidth} 100% no-repeat linear-gradient(0deg, var(--sapInformativeElementColor), var(--sapInformativeElementColor))";
59
+ background-color: var(--sapInformationBackground);
60
60
 
61
61
  .sapMGenericTagIcon {
62
- color: @sapUiInformativeElement;
62
+ color: var(--sapInformativeElementColor);
63
63
  }
64
64
 
65
65
  .sapMGenericTagValue {
66
- color: @sapUiInformativeText;
66
+ color: var(--sapInformativeTextColor);
67
67
  }
68
68
  }
69
69
 
70
70
  &:hover {
71
- background-color: @sapUiListHoverBackground;
72
- box-shadow: @sapUiContentShadow0;
71
+ background-color: var(--sapList_Hover_Background);
72
+ box-shadow: var(--sapContent_Shadow0);
73
73
 
74
74
  .sapMGenericTagText,
75
75
  .sapMGenericTagValue,
@@ -77,32 +77,32 @@
77
77
  .sapMObjectNumberText,
78
78
  .sapMObjectNumberUnit,
79
79
  .sapMGenericTagErrorIcon {
80
- color: @sapUiListActiveTextColor;
80
+ color: var(--sapList_Active_TextColor);
81
81
  text-shadow: none;
82
82
  }
83
83
  }
84
84
 
85
85
  .sapMGenericTagText {
86
- color: @sapUiListTextColor;
87
- text-shadow: @sapUiContentTextShadow;
86
+ color: var(--sapList_TextColor);
87
+ text-shadow: var(--sapContent_TextShadow);
88
88
  }
89
89
 
90
90
  .sapMGenericTagValue {
91
- text-shadow: @sapUiContentTextShadow;
91
+ text-shadow: var(--sapContent_TextShadow);
92
92
  }
93
93
 
94
94
  .sapMGenericTagErrorIcon {
95
- color: @sapUiNegativeElement;
95
+ color: var(--sapNegativeElementColor);
96
96
  }
97
97
 
98
- .sapMGenericTagActive & {
98
+ .sapMGenericTagActive & {
99
99
  .sapMGenericTagText,
100
100
  .sapMGenericTagValue,
101
101
  .sapMGenericTagIcon,
102
102
  .sapMObjectNumberText,
103
103
  .sapMObjectNumberUnit,
104
104
  .sapMGenericTagErrorIcon {
105
- color: @sapUiListActiveTextColor;
105
+ color: var(--sapList_Active_TextColor);
106
106
  text-shadow: none;
107
107
  }
108
108
  }
@@ -111,20 +111,20 @@
111
111
  html.sap-desktop .sapMGenericTag:focus {
112
112
  position: relative;
113
113
 
114
- &:before {
114
+ &::before {
115
115
  position: absolute;
116
- content: " ";
116
+ content: ' ';
117
117
  inset: 0.125rem;
118
- border: @sapBackgroundColor solid @sapUiContentFocusWidth;
119
- border-radius: @sapUiButtonBorderCornerRadius;
118
+ border: var(--sapBackgroundColor) solid var(--sapContent_FocusWidth);
119
+ border-radius: var(--sapButton_BorderCornerRadius);
120
120
  }
121
121
 
122
- &:after {
122
+ &::after {
123
123
  position: absolute;
124
- content: " ";
124
+ content: ' ';
125
125
  inset: 0.125rem;
126
- border: @sapUiContentFocusColor @sapUiContentFocusStyle @sapUiContentFocusWidth;
127
- border-radius: @sapUiButtonBorderCornerRadius;
126
+ border: var(--sapContent_FocusColor) var(--sapContent_FocusStyle) var(--sapContent_FocusWidth);
127
+ border-radius: var(--sapButton_BorderCornerRadius);
128
128
  }
129
129
  }
130
130